Home
last modified time | relevance | path

Searched refs:alloc_func (Results 1 – 25 of 78) sorted by relevance

1234

/netbsd-src/external/lgpl3/gmp/dist/
H A Dmp_set_fns.c35 mp_set_memory_functions (void *(*alloc_func) (size_t), in mp_set_memory_functions()
39 if (alloc_func == 0) in mp_set_memory_functions()
40 alloc_func = __gmp_default_allocate; in mp_set_memory_functions()
46 __gmp_allocate_func = alloc_func; in mp_set_memory_functions()
H A Dmp_get_fns.c35 mp_get_memory_functions (void *(**alloc_func) (size_t), in mp_get_memory_functions()
39 if (alloc_func != NULL) in mp_get_memory_functions()
40 *alloc_func = __gmp_allocate_func; in mp_get_memory_functions()
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dexample.c177 c_stream.zalloc = (alloc_func)0;
216 d_stream.zalloc = (alloc_func)0;
255 c_stream.zalloc = (alloc_func)0;
312 d_stream.zalloc = (alloc_func)0;
352 c_stream.zalloc = (alloc_func)0;
391 d_stream.zalloc = (alloc_func)0;
433 c_stream.zalloc = (alloc_func)0;
472 d_stream.zalloc = (alloc_func)0;
H A Dcompress.c37 stream.zalloc = (alloc_func)0;
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dexample.c177 c_stream.zalloc = (alloc_func)0;
216 d_stream.zalloc = (alloc_func)0;
255 c_stream.zalloc = (alloc_func)0;
312 d_stream.zalloc = (alloc_func)0;
352 c_stream.zalloc = (alloc_func)0;
391 d_stream.zalloc = (alloc_func)0;
433 c_stream.zalloc = (alloc_func)0;
472 d_stream.zalloc = (alloc_func)0;
H A Dcompress.c37 stream.zalloc = (alloc_func)0;
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dexample.c177 c_stream.zalloc = (alloc_func)0;
216 d_stream.zalloc = (alloc_func)0;
255 c_stream.zalloc = (alloc_func)0;
312 d_stream.zalloc = (alloc_func)0;
352 c_stream.zalloc = (alloc_func)0;
391 d_stream.zalloc = (alloc_func)0;
433 c_stream.zalloc = (alloc_func)0;
472 d_stream.zalloc = (alloc_func)0;
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ada/
H A Dzlib-thin.ads115 type alloc_func is access function
328 Alloc : in alloc_func;
374 zalloc : alloc_func := null; -- used to allocate the internal state
H A Dzlib-thin.adb102 Alloc : in alloc_func;
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ada/
H A Dzlib-thin.ads115 type alloc_func is access function
328 Alloc : in alloc_func;
374 zalloc : alloc_func := null; -- used to allocate the internal state
H A Dzlib-thin.adb102 Alloc : in alloc_func;
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ada/
H A Dzlib-thin.ads115 type alloc_func is access function
328 Alloc : in alloc_func;
374 zalloc : alloc_func := null; -- used to allocate the internal state
H A Dzlib-thin.adb102 Alloc : in alloc_func;
/netbsd-src/common/dist/zlib/contrib/ada/
H A Dzlib-thin.ads115 type alloc_func is access function
328 Alloc : in alloc_func;
374 zalloc : alloc_func := null; -- used to allocate the internal state
H A Dzlib-thin.adb102 Alloc : in alloc_func;
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/pascal/
H A Dzlibpas.pas17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; in paque()
40 zalloc: alloc_func; (* used to allocate the internal state *)
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/pascal/
H A Dzlibpas.pas17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; in paque()
40 zalloc: alloc_func; (* used to allocate the internal state *)
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
H A Dzlibpas.pas17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; in paque()
40 zalloc: alloc_func; (* used to allocate the internal state *)
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.h90 # define alloc_func netpgpv_z_alloc_func macro
422 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
439 alloc_func zalloc; /* used to allocate the internal state */
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dzlib.d83 alias alloc_func = void* function (void* opaque, uint items, uint size);
99 alloc_func zalloc; /* used to allocate the internal state */
/netbsd-src/sys/net/
H A Dzlib.h357 typedef voidpf (*alloc_func)(voidpf, uInt, uInt); typedef
374 alloc_func zalloc; /* used to allocate the internal state */
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dzlib.d80 alias alloc_func = void* function (void* opaque, uint items, uint size);
96 alloc_func zalloc; /* used to allocate the internal state */
/netbsd-src/external/gpl3/binutils.old/dist/zlib/test/
H A Dexample.c72 static alloc_func zalloc = myalloc;
77 static alloc_func zalloc = (alloc_func)0;
/netbsd-src/external/gpl3/binutils/dist/zlib/test/
H A Dexample.c72 static alloc_func zalloc = myalloc;
77 static alloc_func zalloc = (alloc_func)0;
/netbsd-src/external/gpl3/gdb/dist/zlib/test/
H A Dexample.c72 static alloc_func zalloc = myalloc;
77 static alloc_func zalloc = (alloc_func)0;

1234