代码搜索:sync

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

代码结果 6,244
www.eeworm.com/read/369665/9637377

v rs_decoder.v

module rs_decoder(clk, rst, sync, Din, Dout); parameter t = 8, // t--The total number of errors that can be corrected N = 204, // N--Codeword length m = 8; // m--Extension of GF(2)
www.eeworm.com/read/334325/12611936

c tvi_v4l.c

/* Video 4 Linux input (C) Alex Beregszaszi Some ideas are based on xawtv/libng's grab-v4l.c written by Gerd Knorr Multithreading, a/v sync and native ALSA suppor
www.eeworm.com/read/205318/15321078

h pport.h

#define OK 0 #define NO_PORT 1 #define START_TIMEOUT 2 #define SYNC_TIMEOUT 3 #define CHAR1_TIMEOUT 1 #define GEN_TIMEOUT 2 #define COUNT_FAIL
www.eeworm.com/read/100204/15880736

h resample.h

/* @(#)resample.h 1.2 99/12/19 Copyright 1998,1999 Heiko Eissfeldt */ #define SYNC_SIZE 600 /* has to be smaller than CD_FRAMESAMPLES */ extern int waitforsignal; /* flag: wait for any audio response
www.eeworm.com/read/100018/15888842

pl useradmin_update.pl

do './quota-lib.pl'; # useradmin_create_user(&details) # Sets quotas on chosen filesystems sub useradmin_create_user { local ($k, $fs); foreach $k (keys %config) { if ($k =~ /^sync_(\S+)$/) { # f
www.eeworm.com/read/100018/15889491

pl useradmin_update.pl

do './pap-lib.pl'; # useradmin_create_user(&details) # Add a PAP user if syncing is enabled sub useradmin_create_user { return if (!$config{'sync_add'}); @sec = &list_secrets(); foreach $s (@sec) {
www.eeworm.com/read/283990/8972771

searchresults campal~1.searchresults

---- FLG_Change_SyncMode Matches (7 in 5 files) ---- Mcu.c (src):// if(!FLG_Change_SyncMode){ //for skip turn on screen while sync change during timing process Mcu.c (src): FLG_Change_SyncMode=
www.eeworm.com/read/283986/8973149

searchresults campal~1.searchresults

---- FLG_Change_SyncMode Matches (7 in 5 files) ---- Mcu.c (src):// if(!FLG_Change_SyncMode){ //for skip turn on screen while sync change during timing process Mcu.c (src): FLG_Change_SyncMode=
www.eeworm.com/read/185659/8993708

h memmgr.h

#ifndef __MEMMGR_H__ #define __MEMMGR_H__ #include "sync.h" enum { GC_WHITE, GC_BLACK }; #define IS_BLACK(obj) (((long)((CtkAllocHeader*)(obj)-1)->next & GC_BLACK) != 0) #de
www.eeworm.com/read/167231/9974854

load

#!/bin/bash if [ "$USER" != "root" ]; then echo "You are not root. Please enter root password now!" su root -c "$0 $*" exit fi echo "flushing hd..." sync echo done. if [ "$(lsmod | grep zc030x)" !