代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/256028/4371036
h ixtimesyncacccodelet.h
/**
* @file IxTimeSyncAccCodelet.h
*
* @author Intel Corporation
*
* @date 23 December 2004
*
* @brief This is the header file for Intel (R) IXP400 Software Time Sync Access Codelet
*
* @par
www.eeworm.com/read/162614/5540583
cpp zfstream.cpp
#include "zfstream.h"
gzfilebuf::gzfilebuf() :
file(NULL),
mode(0),
own_file_descriptor(0)
{ }
gzfilebuf::~gzfilebuf() {
sync();
if ( own_file_descriptor )
close();
}
gzfilebuf *gz
www.eeworm.com/read/162519/5547103
cpp zfstream.cpp
#include "zfstream.h"
gzfilebuf::gzfilebuf() :
file(NULL),
mode(0),
own_file_descriptor(0)
{ }
gzfilebuf::~gzfilebuf() {
sync();
if ( own_file_descriptor )
close();
}
gzfilebuf *gz
www.eeworm.com/read/266774/11213049
txt readme.txt
Project Description:
In this design, the decoding process of MP3 decoder works as described as follows. Incoming MP3 streams are fed into the input module of the decoder and processed. If the sync
www.eeworm.com/read/411464/11245309
c generic_nvram.c
/*
* Generic /dev/nvram driver for architectures providing some
* "generic" hooks, that is :
*
* nvram_read_byte, nvram_write_byte, nvram_sync
*
* Note that an additional hook is supported for P
www.eeworm.com/read/334325/12612258
h help_mp-ro.h
// FIXME: This needs to be redone properly.
// Partially sync'ed with help_mp-en.h $Revision: 1.25 $
// This is a retranslation of the file by Bogdan Butnaru ,
// based on the pre
www.eeworm.com/read/133388/14046541
txt readme.txt
Project Description:
In this design, the decoding process of MP3 decoder works as described as follows. Incoming MP3 streams are fed into the input module of the decoder and processed. If the sync
www.eeworm.com/read/100216/15880101
pas proxysocket.pas
unit ProxySocket;
{$define SYNC}
{
UDP Proxy core unit
copyright (C) 2000-2002 NetGale
}
interface
uses SysUtils,WIndows,WinSock,Classes,Dialogs;
type
TProxySock=class;
TProxyReadT
www.eeworm.com/read/426919/8991486
v system.v
/////////////////////////////////////////////////////////////////////////
// Module system.v
// Hierarchy: None ( It is the master )
// Module function:
// Module system.v generates input signals fo