代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/136989/5828209
cpp synch_io.cpp
// Synch_IO.cpp,v 1.2 2004/01/04 21:17:14 bala Exp
#include "ace/OS.h"
#include "ace/ACE.h"
#ifndef JAWS_BUILD_DLL
#define JAWS_BUILD_DLL
#endif
#include "jaws3/IO.h"
#include "jaws3/Sync
www.eeworm.com/read/410156/11300597
c ecrypt.c
#include "ecrypt-sync.h"
#define ROTATE(v,c) (ROTL32(v,c))
#define XOR(v,w) ((v) ^ (w))
#define PLUS(v,w) (U32V((v) + (w)))
#define PLUSONE(v) (PLUS((v),1))
static void salsa20_wordtobyte(u8 output[
www.eeworm.com/read/153733/12010495
makefile
TARGET = koala-R4600
SOURCES = cache.cc cp0.cc cp1.cc \
dcache.cc decoder.cc \
exception.cc \
icache.cc \
interrupt.cc \
main.cc \
run.cc \
sync.cc \
timer.cc \
tlb.cc \
www.eeworm.com/read/339637/12213497
v vga_time_generator.v
module vga_time_generator(
input pixel_clk,
input [11:0]h_disp,
input [11:0]h_fporch,
input [11:0]h_sync,
input [11:0]h_bporch,
input [11:0]v_disp,
input [11:0]v_fporch,
input [
www.eeworm.com/read/234747/14098468
c usermain.c
// design by jeffery chen
#include "FS7805.h"
#include "FS7805Regs.h"
#include "user_main.h"
#include "intrins.h"
#include "math.h"
#define da_sclk P1_5
#define da_sync P1_7
#define da_d
www.eeworm.com/read/219324/14888017
c bmc_t3h53.c
#include "..\..\DLL\d_UNIF.h"
#include "..\..\Hardware\h_74xx.h"
static struct
{
u8 Jumper;
} Mapper;
static void Sync (void)
{
u8 x;
MP->SetCHR_ROM8(0,_74xx.Addr & 0x07);
if (_74xx.
www.eeworm.com/read/219324/14888019
c bmc_generic15in1.c
#include "..\..\DLL\d_UNIF.h"
#include "..\..\Hardware\h_74xx.h"
static void Sync (void)
{
u8 What = MP->GetReadHandler(_74xx.Addr >> 12)(_74xx.Addr >> 12,_74xx.Addr & 0xFFF);
if (What & 0x0E
www.eeworm.com/read/219324/14888104
h h_mmc1.h
#ifndef __MMC1_H__
#define __MMC1_H__
#include "..\interface.h"
typedef struct MMC1
{
u8 Latch, LatchPos;
u8 Regs[4];
void (*Sync) (void);
} TMMC1, *PMMC1;
extern TMMC1 MMC1;
void
www.eeworm.com/read/219324/14888108
h h_fme07.h
#ifndef __FME07_H__
#define __FME07_H__
#include "..\interface.h"
typedef struct FME07
{
u8 IRQenabled;
u16_n IRQcounter;
u8 Cmd;
u8 PRG[4], CHR[8];
u8 Mirror;
void (*Sync) (void);