Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dzlib.h97 # define alloc_func z_alloc_func macro
414 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
429 alloc_func zalloc; /* used to allocate the internal state */
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-kmem.c296 struct alloc_func { struct
303 static struct alloc_func *alloc_func_list; argument
307 const struct alloc_func *fa = a; in funcmp()
308 const struct alloc_func *fb = b; in funcmp()
318 const struct alloc_func *fa = a; in callcmp()
319 const struct alloc_func *fb = b; in callcmp()
336 struct alloc_func *func; in build_alloc_func_list()
400 struct alloc_func key, *caller; in find_callsite()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dcomposite.h588 struct usb_function *(*alloc_func)(struct usb_function_instance *inst); member
619 .alloc_func = _func_alloc, \
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dfunctions.c61 f = fi->fd->alloc_func(fi); in usb_get_function()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
97 alloc_func zalloc; /* used to allocate the internal state */
H A Dzconf.h134 # define alloc_func z_alloc_func macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
97 alloc_func zalloc; /* used to allocate the internal state */
H A Dzconf.h134 # define alloc_func z_alloc_func macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
97 alloc_func zalloc; /* used to allocate the internal state */
H A Dzconf.h134 # define alloc_func z_alloc_func macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
97 alloc_func zalloc; /* used to allocate the internal state */
H A Dzconf.h134 # define alloc_func z_alloc_func macro
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.c237 if (strm->zalloc == (alloc_func)0) {
359 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
H A Dinflate.c43 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()