代码搜索:sync
找到约 6,244 项符合「sync」的源代码
代码结果 6,244
www.eeworm.com/read/40270/1138764
v can_register_asyn_syn.v
// synopsys translate_off
`include "timescale.v"
// synopsys translate_on
module can_register_asyn_syn
( data_in,
data_out,
we,
clk,
rst,
rst_sync
);
parameter WIDTH = 8;
www.eeworm.com/read/453924/1634652
c ixtimesyncacccodelet.c
/**
* @file IxTimeSyncAccCodelet.c
*
* @author Intel Corporation
*
* @date 21 December 2004
*
* @brief Codelet for IXP46x Time Sync Access Component.
*
* @par
* IXP400 SW Release version 2.
www.eeworm.com/read/216502/4890852
h pk.h
struct header {
char sync;
char ksize;
unsigned short sum;
char cntl;
char ccntl;
};
#define HDRSIZ 6
struct pack {
short p_state; /* line state */
short p_bits; /* mask for getepack */
shor
www.eeworm.com/read/216502/4890896
h pack.h
struct header {
char sync;
char ksize;
unsigned short sum;
char cntl;
char ccntl;
};
#define HDRSIZ 6
struct pack {
short p_state; /* line state */
short p_bits; /* mask for getepack */
shor
www.eeworm.com/read/178545/5315831
c ixtimesyncacccodelet.c
/**
* @file IxTimeSyncAccCodelet.c
*
* @author Intel Corporation
*
* @date 21 December 2004
*
* @brief Codelet for IXP46X Time Sync Access Component.
*
* @par
* IXP400 SW Release version 2.
www.eeworm.com/read/345992/3194449
synctree
#!/bin/sh
PATH=/u/up/tim/bin:$PATH
vflag=""
if [ $1 = "-v" ]; then
vflag="-v"
shift
fi
if [ $# -lt 1 ]; then
echo "usage: $0 [-v] tree-hierarchy"
exit 1
fi
if [ vflag = "-v" ]; then
echo "sync
www.eeworm.com/read/322505/3524753
mk common.mk
ifndef QCONFIG
QCONFIG=qconfig.mk
endif
include $(QCONFIG)
#
# This works around an optimizer bug in the (Patch B) compiler
# This should be fixed in QNX 6.1
#
CCFLAGS_a29f004_sync_sh += -O0
CCFLAG
www.eeworm.com/read/316872/3586019
c e820_64.c
/*
* Handle the memory map.
* The functions here do the job until bootmem takes over.
*
* Getting sanitize_e820_map() in sync with i386 version by applying change:
* - Provisions for empty E8
www.eeworm.com/read/316872/3598550
h mod_devicetable.h
/*
* Device tables which are exported to userspace via
* scripts/mod/file2alias.c. You must keep that file in sync with this
* header.
*/
#ifndef LINUX_MOD_DEVICETABLE_H
#define LINUX_MOD_DEVICE
www.eeworm.com/read/297604/3885931
h memblocks.h
// MemBlocks.h
#ifndef __MEMBLOCKS_H
#define __MEMBLOCKS_H
extern "C"
{
#include "../../../C/Alloc.h"
}
#include "Common/Types.h"
#include "Common/MyVector.h"
#include "Windows/Sync