/external/zlib/src/test/ |
D | example.c | 72 static alloc_func zalloc = myalloc; variable 77 static alloc_func zalloc = (alloc_func)0; variable 208 c_stream.zalloc = zalloc; 247 d_stream.zalloc = zalloc; 286 c_stream.zalloc = zalloc; 343 d_stream.zalloc = zalloc; 383 c_stream.zalloc = zalloc; 422 d_stream.zalloc = zalloc; 464 c_stream.zalloc = zalloc; 503 d_stream.zalloc = zalloc;
|
/external/zlib/src/contrib/pascal/ |
D | example.pas | 191 c_stream.zalloc := NIL; 236 d_stream.zalloc := NIL; 277 c_stream.zalloc := NIL; 331 d_stream.zalloc := NIL; 375 c_stream.zalloc := NIL; 414 d_stream.zalloc := NIL; 454 c_stream.zalloc := NIL; 491 d_stream.zalloc := NIL;
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 35 zalloc: TAlloc; // used to allocate the internal state 293 strm.zalloc := zlibAllocMem; 332 strm.zalloc := zlibAllocMem; 372 strm.zalloc := zlibAllocMem; 394 FZRec.zalloc := zlibAllocMem;
|
/external/zlib/src/examples/ |
D | zpipe.c | 45 strm.zalloc = Z_NULL; in def() 101 strm.zalloc = Z_NULL; in inf()
|
D | fitblk.c | 148 def.zalloc = Z_NULL; in main() 180 inf.zalloc = Z_NULL; in main()
|
D | zran.c | 150 strm.zalloc = Z_NULL; in build_index() 264 strm.zalloc = Z_NULL; in extract()
|
/external/linux-tools-perf/util/ |
D | xyarray.c | 7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new()
|
D | strfilter.c | 65 struct strfilter_node *ret = zalloc(sizeof(struct strfilter_node)); in strfilter_node__alloc() 157 struct strfilter *ret = zalloc(sizeof(struct strfilter)); in strfilter__new()
|
D | pstack.c | 26 struct pstack *self = zalloc((sizeof(*self) + in pstack__new()
|
D | evsel.c | 44 struct perf_evsel *evsel = zalloc(sizeof(*evsel)); in perf_evsel__new() 74 evsel->id = zalloc(ncpus * nthreads * sizeof(u64)); in perf_evsel__alloc_id() 86 evsel->counts = zalloc((sizeof(*evsel->counts) + in perf_evsel__alloc_counts()
|
D | probe-event.c | 878 *fieldp = zalloc(sizeof(struct perf_probe_arg_field)); in parse_perf_probe_arg() 956 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in parse_perf_probe_command() 1033 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in parse_probe_trace_command() 1109 buf = zalloc(MAX_CMDLEN); in synthesize_perf_probe_point() 1268 buf = zalloc(MAX_CMDLEN); in synthesize_probe_trace_command() 1312 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in convert_to_perf_probe_event() 1735 tev = *tevs = zalloc(sizeof(struct probe_trace_event)); in convert_to_probe_trace_events() 1749 tev->args = zalloc(sizeof(struct probe_trace_arg) in convert_to_probe_trace_events() 1807 pkgs = zalloc(sizeof(struct __event_package) * npevs); in add_perf_probe_events()
|
/external/valgrind/main/helgrind/ |
D | hg_main.c | 166 Thread* thread = HG_(zalloc)( "hg.mk_Thread.1", sizeof(Thread) ); in mk_Thread() 184 Lock* lock = HG_(zalloc)( "hg.mk_Lock.1", sizeof(Lock) ); in mk_LockN() 262 lk->heldBy = VG_(newBag)( HG_(zalloc), "hg.lNaw.1", HG_(free) ); in lockN_acquire_writer() 316 lk->heldBy = VG_(newBag)( HG_(zalloc), "hg.lNar.1", HG_(free) ); in lockN_acquire_reader() 561 map_threads = HG_(zalloc)( "hg.ids.1", VG_N_THREADS * sizeof(Thread*) ); in initialise_data_structures() 566 map_locks = VG_(newFM)( HG_(zalloc), "hg.ids.2", HG_(free), in initialise_data_structures() 571 univ_lsets = HG_(newWordSetU)( HG_(zalloc), "hg.ids.4", HG_(free), in initialise_data_structures() 582 univ_laog = HG_(newWordSetU)( HG_(zalloc), "hg.ids.5 (univ_laog)", in initialise_data_structures() 2120 map_cond_to_CVInfo = VG_(newFM)( HG_(zalloc), in map_cond_to_CVInfo_INIT() 2134 CVInfo* cvi = HG_(zalloc)("hg.mctCloa.1", sizeof(CVInfo)); in map_cond_to_CVInfo_lookup_or_alloc() [all …]
|
D | hg_basics.h | 42 void* HG_(zalloc) ( HChar* cc, SizeT n );
|
D | hg_basics.c | 45 void* HG_(zalloc) ( HChar* cc, SizeT n ) in HG_() argument
|
/external/openssl/crypto/comp/ |
D | c_zlib.c | 148 state->istream.zalloc = zlib_zalloc; in zlib_stateful_init() 160 state->ostream.zalloc = zlib_zalloc; in zlib_stateful_init() 320 stream.zalloc = (alloc_func)0; 492 ctx->zin.zalloc = Z_NULL; in bio_zlib_new() 498 ctx->zout.zalloc = Z_NULL; in bio_zlib_new()
|
/external/linux-tools-perf/bench/ |
D | mem-memcpy.c | 111 *dst = zalloc(length); in alloc_mem() 115 *src = zalloc(length); in alloc_mem()
|
/external/qemu/distrib/zlib-1.2.3/ |
D | uncompr.c | 44 stream.zalloc = (alloc_func)0;
|
D | compress.c | 42 stream.zalloc = (alloc_func)0;
|
/external/zlib/src/ |
D | uncompr.c | 42 stream.zalloc = (alloc_func)0;
|
D | compress.c | 42 stream.zalloc = (alloc_func)0;
|
/external/linux-tools-perf/ |
D | builtin-lock.c | 172 st = zalloc(sizeof(struct thread_stat)); in thread_stat_findnew_after_first() 192 st = zalloc(sizeof(struct thread_stat)); in thread_stat_findnew_first() 320 new = zalloc(sizeof(struct lock_stat)); in lock_stat_findnew() 325 new->name = zalloc(sizeof(char) * strlen(name) + 1); in lock_stat_findnew() 402 seq = zalloc(sizeof(struct lock_seq_stat)); in get_seq()
|
/external/protobuf/src/google/protobuf/io/ |
D | gzip_stream.cc | 52 zcontext_.zalloc = Z_NULL; in GzipInputStream() 206 zcontext_.zalloc = Z_NULL; in Init()
|
/external/qemu/ |
D | loader.c | 373 static void *zalloc(void *x, unsigned items, unsigned size) in zalloc() function 432 s.zalloc = zalloc; in gunzip()
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.adb | 106 Strm.zalloc := Alloc;
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | DotZLib.cs | 44 uint zalloc; field
|