代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/348288/3157519
c scan.c
/*
scan: Estimate length (sample count) of a mpeg file and compare to length from exact scan.
copyright 2007 by the mpg123 project - free software under the terms of the LGPL 2.1
see COPYING and A
www.eeworm.com/read/343453/3219934
h scan.h
#ifndef __SCAN_H__
#define __SCAN_H__
#include
#include
extern int verbosity;
#define dprintf(level, fmt...) \
do { \
if (level
www.eeworm.com/read/343453/3219937
c scan.c
/**
* Simple MPEG parser to achieve network/service information.
*
* refered standards:
*
* ETSI EN 300 468
* ETSI TR 101 211
* ETSI ETR 211
* ITU-T H.222.0
*/
#include
www.eeworm.com/read/341021/3259212
c scan.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
/* -- Begin Profiling Symbol Block
www.eeworm.com/read/341021/3260465
c scan.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_Scan(void* sbuff, void* rbuff, int cnt,
MPI_Datatype dt, MPI
www.eeworm.com/read/340777/3264575
h scan.h
/**********************************************************************/
/*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/
/***************
www.eeworm.com/read/340777/3264582
c scan.c
/**********************************************************************/
/*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/
/***************
www.eeworm.com/read/340771/3264746
h scan.h
/**********************************************************************/
/*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/
/***************
www.eeworm.com/read/340771/3264752
c scan.c
/**********************************************************************/
/*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/
/***************
www.eeworm.com/read/340665/3270532
c scan.c
/* Cover function to sparclet `scan' instruction.
This file is in the public domain. */
#ifdef __sparclet__
int
scan (int a, int b)
{
int res;
__asm__ ("scan %1,%2,%0" : "=r" (res) : "r" (a