代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/257052/11954557
makefile
# Makefile - makefile for target/src/arch/arm
#
# modification history
# --------------------
# 01v,18dec02,jb Adding ARM10 support
# 01u,14dec01,to sync with T3. clean up. bring back lost mod-hist
www.eeworm.com/read/337834/12338360
h merkle_syncer.h
#ifndef _MERKLE_SYNCER_H_
#define _MERKLE_SYNCER_H_
#include "merkle_hash.h"
#include "merkle_tree.h"
#include "merkle_sync_prot.h"
#include
template
struct pair {
www.eeworm.com/read/225618/14529964
h lock.h
#ifndef _KERNLOCK_H
#define _KERNLOCK_H
#ifndef _KERNSCHED_H
#error "please don't include sync.h directly"
#endif
typedef Q(run,task_t) runtaskq_t;
class waitq_t : public runtaskq_t {
void waitslee
www.eeworm.com/read/219324/14888276
c mapper246.c
#include "..\DLL\d_iNES.h"
static struct
{
PReadFunc Read6;
PWriteFunc Write6;
u8 PRG[4], CHR[4];
} Mapper;
static void Sync (void)
{
u8 x;
for (x = 0; x < 4; x++)
{
MP->SetPRG
www.eeworm.com/read/219324/14888285
c mapper010.c
#include "..\DLL\d_iNES.h"
#include "..\Hardware\h_MMC4.h"
static void Sync (void)
{
MMC4_SyncPRG(0xFF,0);
MMC4_SyncCHR();
MMC4_SyncMirror();
}
static void __cdecl SaveMI (Ar128 MI)
{
www.eeworm.com/read/219324/14888286
c mapper009.c
#include "..\DLL\d_iNES.h"
#include "..\Hardware\h_MMC2.h"
static void Sync (void)
{
MMC2_SyncPRG(0xF,0);
MMC2_SyncCHR();
MMC2_SyncMirror();
}
static void __cdecl SaveMI (Ar128 MI)
{
www.eeworm.com/read/205376/15317084
h user.h
; Module: user
;
#include "dolby_pl.h"
#include "sync.h"
#ifdef EFFECT
#if THREEPAGE
#define PCM_IBUF_SIZE 0xf000 // 60k bytes
#define PCM_IBUF_START 0 // 0x5000
#else // THREEPAGE
#de
www.eeworm.com/read/34867/1045230
makefile
# Makefile - makefile for target/src/arch/arm
#
# modification history
# --------------------
# 01v,18dec02,jb Adding ARM10 support
# 01u,14dec01,to sync with T3. clean up. bring back lost mod-hist