代码搜索:sync

找到约 6,244 项符合「sync」的源代码

代码结果 6,244
www.eeworm.com/read/338768/12285328

todo

Partially Ordered TODO list: DONE: oprofile1) Fix rmmod to handle module offsets in /proc/modules DONE: Andi1) Fix new rmmod to set O_SYNC DONE: Petr1) Fix install mess which blows away old modutils
www.eeworm.com/read/338271/12315332

todo

Partially Ordered TODO list: DONE: oprofile1) Fix rmmod to handle module offsets in /proc/modules DONE: Andi1) Fix new rmmod to set O_SYNC DONE: Petr1) Fix install mess which blows away old modutils
www.eeworm.com/read/337834/12338336

c merkle_server.c

#include #include "merkle_hash.h" #include "merkle_tree.h" #include "merkle_syncer.h" #include "merkle_sync_prot.h" #include "merkle_server.h" #include #include
www.eeworm.com/read/229057/14354744

btmpg123

#!/bin/sh # # $Id: btmpg123,v 1.1 2004/02/26 11:38:35 kassatki Exp $ # set -e if [ "$#" -lt 2 ] ; then echo "usage: btmpg123 " exit 1 fi bda=$1 file=$2 #btctl audio on sync setting
www.eeworm.com/read/226428/14475142

bcc makefile.bcc

# -*- makefile -*- # Makefile for Microsoft Windows with Borland C++ Builder 5.2 compiler OBJS = class.obj compiler.obj database.obj hashtab.obj file.obj \ sync.obj symtab.obj ttree.obj cursor.o
www.eeworm.com/read/205865/15305302

bcc makefile.bcc

# -*- makefile -*- # Makefile for Microsoft Windows with Borland C++ Builder 5.2 compiler OBJS = class.obj compiler.obj database.obj hashtab.obj file.obj \ sync.obj symtab.obj ttree.obj container.ob
www.eeworm.com/read/11175/210210

c clone.c

#include "fastlynx.h" #include #define CTRL_C 3 #define ONE_SECOND 18 #define PROMPT_WAIT (5 * ONE_SECOND + 1) #define MAX_SYNC_TRIES 3 static int (_far _cdecl *Clone
www.eeworm.com/read/14325/327675

h bdm.h

#define BUS_FREQUENCY 6 /* JB8 runs at 3 MHz */ #define ACKN_TIMEOUT 375 /* longest time after which the target should produce ACKN pulse (150 cycles @ 400kHz = 375us) */ #define BDM_SYNC_REQ
www.eeworm.com/read/14759/407335

h bdm.h

#define BUS_FREQUENCY 6 /* JB8 runs at 3 MHz */ #define ACKN_TIMEOUT 375 /* longest time after which the target should produce ACKN pulse (150 cycles @ 400kHz = 375us) */ #define BDM_SYNC_REQ
www.eeworm.com/read/18335/784552

vhd dff2.vhd

library ieee; use ieee.std_logic_1164.all; entity dff2 is port (data, clk, reset, set : in std_logic; qrs: out std_logic); end dff2; architecture sync_set_reset of dff2 is