Searched refs:InBuf (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dee_efuse.c273 u16 InBuf[3]; local
278 InBuf[0] = 2 * i;
279 InBuf[1] = 2;
280 InBuf[2] = 0x0;
282 eFuseReadPhysical(pAd, &InBuf[0], 4, &InBuf[2], 2);
285 printk("%04x ", InBuf[2]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/delphi/
H A DZLib.pas129 In: InBuf = ptr to compressed data
130 InBytes = number of bytes in InBuf
133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
138 In: InBuf = ptr to compressed data
139 InBytes = number of bytes in InBuf
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
147 In: InBuf = ptr to compressed data
148 InBytes = number of bytes in InBuf
151 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
286 procedure CompressBuf(const InBuf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas129 In: InBuf = ptr to compressed data
130 InBytes = number of bytes in InBuf
133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
138 In: InBuf = ptr to compressed data
139 InBytes = number of bytes in InBuf
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
147 In: InBuf = ptr to compressed data
148 InBytes = number of bytes in InBuf
151 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
286 procedure CompressBuf(const InBuf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/delphi/
H A DZLib.pas129 In: InBuf = ptr to compressed data
130 InBytes = number of bytes in InBuf
133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
138 In: InBuf = ptr to compressed data
139 InBytes = number of bytes in InBuf
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
147 In: InBuf = ptr to compressed data
148 InBytes = number of bytes in InBuf
151 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
286 procedure CompressBuf(const InBuf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/delphi/
H A DZLib.pas129 In: InBuf = ptr to compressed data
130 InBytes = number of bytes in InBuf
133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
138 In: InBuf = ptr to compressed data
139 InBytes = number of bytes in InBuf
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
147 In: InBuf = ptr to compressed data
148 InBytes = number of bytes in InBuf
151 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
286 procedure CompressBuf(const InBuf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dser_a2232.h110 u_char InBuf[NUMLINES][A2232_IOBUFLEN]; /* 0x0900-0x0fff input bufs */ member in struct:a2232memory
127 #define A2232INCTL_CHAR 0 /* corresponding byte in InBuf is a character */
128 #define A2232INCTL_EVENT 1 /* corresponding byte in InBuf is an event */
H A Dser_a2232.c525 ibuf = mem->InBuf[p];

Completed in 74 milliseconds