Searched refs:Pointer (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
20 TFree = procedure (AppData, Block: Pointer); cdecl;
33 internal: Pointer; // not visible by applications
37 AppData: Pointer; // private data object passed to zalloc and zfree
133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
134 out OutBuf: Pointer; out OutBytes: Integer);
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
144 OutEstimate: Integer; out OutBuf: Pointer; out OutBytes: Integer);
151 procedure DecompressToUserBuf(const InBuf: Pointer; InByte
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
20 TFree = procedure (AppData, Block: Pointer); cdecl;
33 internal: Pointer; // not visible by applications
37 AppData: Pointer; // private data object passed to zalloc and zfree
133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
134 out OutBuf: Pointer; out OutBytes: Integer);
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
144 OutEstimate: Integer; out OutBuf: Pointer; out OutBytes: Integer);
151 procedure DecompressToUserBuf(const InBuf: Pointer; InByte
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas16 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
18 free_func = procedure(opaque, address: Pointer);
21 in_func = function(opaque: Pointer; var buf: PByte): Integer;
23 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer;
37 state: Pointer; (* not visible by applications *)
41 opaque: Pointer; (* private data object passed to zalloc and zfree *)
109 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer;
110 out_fn: out_func; out_desc: Pointer): Integer;
216 function _malloc(Size: Integer): Pointer; cdec
[all...]
H A Dexample.pas56 procedure test_compress(compr: Pointer; comprLen: LongInt;
57 uncompr: Pointer; uncomprLen: LongInt);
83 uncompr: Pointer;
184 procedure test_deflate(compr: Pointer; comprLen: LongInt);
229 procedure test_inflate(compr: Pointer; comprLen : LongInt;
230 uncompr: Pointer; uncomprLen : LongInt);
272 procedure test_large_deflate(compr: Pointer; comprLen: LongInt;
273 uncompr: Pointer; uncomprLen: LongInt);
324 procedure test_large_inflate(compr: Pointer; comprLen: LongInt;
325 uncompr: Pointer; uncomprLe
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas16 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
18 free_func = procedure(opaque, address: Pointer);
21 in_func = function(opaque: Pointer; var buf: PByte): Integer;
23 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer;
37 state: Pointer; (* not visible by applications *)
41 opaque: Pointer; (* private data object passed to zalloc and zfree *)
109 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer;
110 out_fn: out_func; out_desc: Pointer): Integer;
216 function _malloc(Size: Integer): Pointer; cdec
[all...]
H A Dexample.pas56 procedure test_compress(compr: Pointer; comprLen: LongInt;
57 uncompr: Pointer; uncomprLen: LongInt);
83 uncompr: Pointer;
184 procedure test_deflate(compr: Pointer; comprLen: LongInt);
229 procedure test_inflate(compr: Pointer; comprLen : LongInt;
230 uncompr: Pointer; uncomprLen : LongInt);
272 procedure test_large_deflate(compr: Pointer; comprLen: LongInt;
273 uncompr: Pointer; uncomprLen: LongInt);
324 procedure test_large_inflate(compr: Pointer; comprLen: LongInt;
325 uncompr: Pointer; uncomprLe
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dentry.S400 move.d $sp, $r10 ; Pointer to registers
405 move.d $sp, $r10 ; Pointer to registers
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/
H A Dedd.S50 movw (0x22), %si # Pointer relative to INITSEG
H A Dvideo.S1201 lodsw # Pointer to test routine
1997 card_name: .word 0 # Pointer to adapter name
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A DBusLogic.c1966 Initialize the Host Adapter's Pointer to the Outgoing/Incoming Mailboxes.
3283 char *Pointer = *StringPointer; local
3285 char StringChar = *Pointer++;
3294 *StringPointer = Pointer;

Completed in 151 milliseconds