代码搜索:Struct

找到约 10,000 项符合「Struct」的源代码

代码结果 10,000
www.eeworm.com/read/284411/8934752

h getbits.h

#ifndef __GETBITS_H #define __GETBITS_H typedef struct { // bit-level cache unsigned word; int bit_left; } getbit_struct; #define GetBitInit(gb) (gb.bit_left = 0) #endif
www.eeworm.com/read/383177/8964762

c alloc_linklist_element.c

/*============================================================================*/ /* | alloc_linklist_element | c utility */ /*====================================
www.eeworm.com/read/283598/9002958

txt linux网络编程--4. 完整的读写函数.txt

Linux网络编程--4. 完整的读写函数 -------------------------------------------------------------------------------- 第八军团 时间:2004-1-17 21:55:55 一旦我们建立了连接,我们的下一步就是进行通信了.在Linux下面把我们前面建立的通道 看成是文件描述符
www.eeworm.com/read/184081/9122116

c simple.c

/* * Simple - REALLY simple memory mapping demonstration. * * Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet * Copyright (C) 2001 O'Reilly & Associates * * The source code in thi
www.eeworm.com/read/168216/9933763

c simple.c

/* * Simple - REALLY simple memory mapping demonstration. * * Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet * Copyright (C) 2001 O'Reilly & Associates * * The source code in this file
www.eeworm.com/read/360810/10076805

h dgrs_asstruct.h

/* * For declaring structures shared with assembly routines * * $Id: asstruct.h,v 1.1.1.1 1994/10/23 05:08:32 rick Exp $ */ #if ASSEMBLER # define MO(t,a) (a) # define VMO(t,a) (a) # define B
www.eeworm.com/read/164238/10121837

c bluetooth.c

/****************** INCLUDE FILES SECTION ***********************************/ #include #include #include #include #in
www.eeworm.com/read/163710/10148663

h bioscall.h

#ifndef __BIOSCALL_H #define __BIOSCALL_H #include "bios.h" #define BIOSCALL_INIT 0x00000000 #define BIOSCALL_REBOOT 0x00000001 #define BIOSCALL_GET_VENDORID 0x00000002 #define BIOSCALL_GET_
www.eeworm.com/read/425011/10387824

c simple.c

/* * Simple - REALLY simple memory mapping demonstration. * $Id: simple.c,v 1.6 2001/03/16 21:04:50 rubini Exp $ */ #ifndef __KERNEL__ # define __KERNEL__ #endif #ifndef MODULE # define MODULE #
www.eeworm.com/read/278766/10510920

c simple.c

/* * Simple - REALLY simple memory mapping demonstration. * * Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet * Copyright (C) 2001 O'Reilly & Associates * * The source code in this file