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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/pascal/
H A Dzlibpas.pas17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
19 free_func = procedure(opaque, address: Pointer);
22 in_func = function(opaque: Pointer; var buf: PByte): Integer;
24 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer;
38 state: Pointer; (* not visible by applications *)
42 opaque: Pointer; (* private data object passed to zalloc and zfree *)
138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer;
139 out_fn: out_func; out_desc: Pointer): Integer;
256 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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/pascal/
H A Dzlibpas.pas17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
19 free_func = procedure(opaque, address: Pointer);
22 in_func = function(opaque: Pointer; var buf: PByte): Integer;
24 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer;
38 state: Pointer; (* not visible by applications *)
42 opaque: Pointer; (* private data object passed to zalloc and zfree *)
138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer;
139 out_fn: out_func; out_desc: Pointer): Integer;
256 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-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhttagmod.tex42 \docparam{parser}{Pointer to the parser that requested tables filling.}
H A Dgraphicsmatrix.tex50 Returns the native representation of the matrix. For CoreGraphics this is a CFAffineMatrix pointer. For GDIPlus a Matrix Pointer and for Cairo a cairo\_matrix\_t pointer.
H A Dsashlayw.tex59 \docparam{parent}{Pointer to a parent window.}
87 \docparam{parent}{Pointer to a parent window.}
H A Dmembuf.tex129 \docparam{data}{Pointer to block to append to the buffer.}
H A Ddatectrl.tex134 \docparam{dt1}{Pointer to the object which receives the lower range limit or
H A Dobject.tex44 Pointer to an object which is the object's reference-counted data.
H A Dsashwin.tex79 \docparam{parent}{Pointer to a parent window.}
H A Ddocmanag.tex447 \docparam{templates}{Pointer to an array of templates from which to choose a desired template.}
469 \docparam{templates}{Pointer to an array of templates from which to choose a desired template.}
H A Dcursor.tex168 \docparam{cursor}{Pointer or reference to a cursor to copy.}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dpmjump.S27 movl %edx, %esi # Pointer to boot_params table
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dtests.com4 $! P2 Pointer size: "", "32", or "64".
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dtests.com4 $! P2 Pointer size: "", "32", or "64".
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dentry.S414 move.d $sp, $r10 ; Pointer to registers
419 move.d $sp, $r10 ; Pointer to registers

Completed in 150 milliseconds

12