/third_party/zlib/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; 463 c_stream.zalloc = zalloc; 502 d_stream.zalloc = zalloc;
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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;
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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;
|
/third_party/skia/third_party/externals/zlib/google/ |
D | compression_utils_portable.cc | 112 auto zalloc = [](void* opaque, uInt items, uInt size) { in CompressHelper() local 120 stream.zalloc = static_cast<alloc_func>(zalloc); in CompressHelper() 124 stream.zalloc = static_cast<alloc_func>(0); in CompressHelper() 185 stream.zalloc = static_cast<alloc_func>(0); in UncompressHelper()
|
/third_party/node/deps/zlib/google/ |
D | compression_utils_portable.cc | 112 auto zalloc = [](void* opaque, uInt items, uInt size) { in CompressHelper() local 120 stream.zalloc = static_cast<alloc_func>(zalloc); in CompressHelper() 124 stream.zalloc = static_cast<alloc_func>(0); in CompressHelper() 185 stream.zalloc = static_cast<alloc_func>(0); in UncompressHelper()
|
/third_party/weston/tools/zunitc/src/ |
D | zuc_collector.c | 159 zalloc(sizeof(struct zuc_event_listener)); in zuc_collector_create() 161 listener->data = zalloc(sizeof(struct collector_data)); in zuc_collector_create() 249 struct zuc_event *event = zalloc(sizeof(*event)); in store_event() 287 char *buf = zalloc(len); in store_event() 349 *str = zalloc(len + 1); in unpack_string() 364 *str = zalloc(len + 1); in unpack_cstr() 376 struct zuc_event *evt = zalloc(sizeof(*evt)); in unpack_event() 416 raw = zalloc(len); in zuc_process_message()
|
/third_party/zlib/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;
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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;
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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;
|
/third_party/weston/tests/ |
D | input-timestamps-helper.c | 99 input_ts = zalloc(sizeof *input_ts); in input_timestamps_create_for_keyboard() 126 input_ts = zalloc(sizeof *input_ts); in input_timestamps_create_for_pointer() 153 input_ts = zalloc(sizeof *input_ts); in input_timestamps_create_for_touch()
|
/third_party/skia/third_party/externals/zlib/contrib/tests/ |
D | utils_unittest.cc | 106 comp_strm.zalloc = Z_NULL; in TEST() 120 decomp_strm.zalloc = Z_NULL; in TEST() 180 stream.zalloc = nullptr; in TEST() 251 stream.zalloc = nullptr; in TEST() 378 stream.zalloc = nullptr; in TEST() 500 stream.zalloc = Z_NULL; in TEST()
|
/third_party/libinput/src/ |
D | util-strings.c | 91 strv = zalloc(nelems * sizeof *strv); in strv_from_string() 148 str = zalloc(slen + 1); /* trailing \0 */ in strv_join()
|
D | filter-trackpoint.c | 203 filter = zalloc(sizeof *filter); in create_pointer_accelerator_filter_trackpoint() 213 smoothener = zalloc(sizeof(*smoothener)); in create_pointer_accelerator_filter_trackpoint()
|
D | libinput.c | 1735 source = zalloc(sizeof *source); in libinput_add_fd() 1775 libinput->events = zalloc(libinput->events_len * sizeof(*libinput->events)); in libinput_init() 2252 added_device_event = zalloc(sizeof *added_device_event); in notify_added_device() 2270 removed_device_event = zalloc(sizeof *removed_device_event); in notify_removed_device() 2336 key_event = zalloc(sizeof *key_event); in keyboard_notify_key() 2363 motion_event = zalloc(sizeof *motion_event); in pointer_notify_motion() 2386 motion_absolute_event = zalloc(sizeof *motion_absolute_event); in pointer_notify_motion_absolute() 2410 button_event = zalloc(sizeof *button_event); in pointer_notify_button() 2441 axis_event = zalloc(sizeof *axis_event); in pointer_notify_axis() 2468 touch_event = zalloc(sizeof *touch_event); in touch_notify_touch_down() [all …]
|
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/ |
D | streaming_inflate_fuzzer.cc | 25 comp_strm.zalloc = Z_NULL; in LLVMFuzzerTestOneInput() 44 decomp_strm.zalloc = Z_NULL; in LLVMFuzzerTestOneInput()
|
/third_party/mesa3d/src/util/ |
D | compress.c | 89 strm.zalloc = Z_NULL; in util_compress_deflate() 134 strm.zalloc = Z_NULL; in util_compress_inflate()
|
/third_party/zlib/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;
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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;
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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;
|
/third_party/weston/libweston/backend-drm/ |
D | drm-virtual.c | 55 plane = zalloc(sizeof(*plane) + sizeof(plane->formats[0])); in drm_virtual_plane_create() 68 uint64_t *modifiers = zalloc(sizeof *modifiers); in drm_virtual_plane_create() 271 output = zalloc(sizeof *output); in drm_virtual_output_create()
|
/third_party/weston/libweston/ |
D | clipboard.c | 146 source = zalloc(sizeof *source); in clipboard_source_create() 224 client = zalloc(sizeof *client); in clipboard_client_create() 294 clipboard = zalloc(sizeof *clipboard); in clipboard_create()
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/ |
D | zpipe.c | 45 strm.zalloc = Z_NULL; in def() 101 strm.zalloc = Z_NULL; in inf()
|
/third_party/zlib/examples/ |
D | zpipe.c | 45 strm.zalloc = Z_NULL; in def() 101 strm.zalloc = Z_NULL; in inf()
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/ |
D | zpipe.c | 45 strm.zalloc = Z_NULL; in def() 101 strm.zalloc = Z_NULL; in inf()
|
/third_party/weston/include/libweston/ |
D | zalloc.h | 36 zalloc(size_t size) in zalloc() function
|