Home
last modified time | relevance | path

Searched defs:mem (Results 176 - 200 of 651) sorted by relevance

12345678910>>...27

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_pq.c33 nghttp3_pq_init(nghttp3_pq *pq, nghttp3_less less, const nghttp3_mem *mem) nghttp3_pq_init() argument
H A Dnghttp3_frame.c193 void nghttp3_nva_del(nghttp3_nv *nva, const nghttp3_mem *mem) { in nghttp3_nva_del() argument
124 nghttp3_nva_copy(nghttp3_nv **pnva, const nghttp3_nv *nva, size_t nvlen, const nghttp3_mem *mem) nghttp3_nva_copy() argument
197 nghttp3_frame_headers_free(nghttp3_frame_headers *fr, const nghttp3_mem *mem) nghttp3_frame_headers_free() argument
H A Dnghttp3_mem.c61 void *nghttp3_mem_malloc(const nghttp3_mem *mem, size_t size) { in nghttp3_mem_malloc() argument
65 void nghttp3_mem_free(const nghttp3_mem *mem, void *ptr) { in nghttp3_mem_free() argument
69 void *nghttp3_mem_calloc(const nghttp3_mem *mem, size_t nmemb, size_t size) { in nghttp3_mem_calloc() argument
73 void *nghttp3_mem_realloc(const nghttp3_mem *mem, voi argument
77 nghttp3_mem_malloc_debug(const nghttp3_mem *mem, size_t size, const char *func, const char *file, size_t line) nghttp3_mem_malloc_debug() argument
88 nghttp3_mem_free_debug(const nghttp3_mem *mem, void *ptr, const char *func, const char *file, size_t line) nghttp3_mem_free_debug() argument
103 nghttp3_mem_calloc_debug(const nghttp3_mem *mem, size_t nmemb, size_t size, const char *func, const char *file, size_t line) nghttp3_mem_calloc_debug() argument
114 nghttp3_mem_realloc_debug(const nghttp3_mem *mem, void *ptr, size_t size, const char *func, const char *file, size_t line) nghttp3_mem_realloc_debug() argument
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_mem.c60 void *ngtcp2_mem_malloc(const ngtcp2_mem *mem, size_t size) { in ngtcp2_mem_malloc() argument
64 void ngtcp2_mem_free(const ngtcp2_mem *mem, void *ptr) { in ngtcp2_mem_free() argument
68 void *ngtcp2_mem_calloc(const ngtcp2_mem *mem, size_t nmemb, size_t size) { in ngtcp2_mem_calloc() argument
72 void *ngtcp2_mem_realloc(const ngtcp2_mem *mem, voi argument
76 ngtcp2_mem_malloc_debug(const ngtcp2_mem *mem, size_t size, const char *func, const char *file, size_t line) ngtcp2_mem_malloc_debug() argument
86 ngtcp2_mem_free_debug(const ngtcp2_mem *mem, void *ptr, const char *func, const char *file, size_t line) ngtcp2_mem_free_debug() argument
93 ngtcp2_mem_calloc_debug(const ngtcp2_mem *mem, size_t nmemb, size_t size, const char *func, const char *file, size_t line) ngtcp2_mem_calloc_debug() argument
103 ngtcp2_mem_realloc_debug(const ngtcp2_mem *mem, void *ptr, size_t size, const char *func, const char *file, size_t line) ngtcp2_mem_realloc_debug() argument
[all...]
H A Dngtcp2_pv.h95 const ngtcp2_mem *mem; member
H A Dngtcp2_pv.c42 ngtcp2_pv_new(ngtcp2_pv **ppv, const ngtcp2_dcid *dcid, ngtcp2_duration timeout, uint8_t flags, ngtcp2_log *log, const ngtcp2_mem *mem) ngtcp2_pv_new() argument
H A Dngtcp2_pmtud.c46 ngtcp2_pmtud_new(ngtcp2_pmtud **ppmtud, size_t max_udp_payload_size, size_t hard_max_udp_payload_size, int64_t tx_pkt_num, const ngtcp2_mem *mem) ngtcp2_pmtud_new() argument
H A Dngtcp2_pq.c32 void ngtcp2_pq_init(ngtcp2_pq *pq, ngtcp2_less less, const ngtcp2_mem *mem) { in ngtcp2_pq_init() argument
H A Dngtcp2_acktr.h121 const ngtcp2_mem *mem; member
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_pq.c32 void nghttp2_pq_init(nghttp2_pq *pq, nghttp2_less less, nghttp2_mem *mem) { in nghttp2_pq_init() argument
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Ddecode.h56 __pandecode_fetch_gpu_mem(const struct pandecode_mapped_memory *mem, in __pandecode_fetch_gpu_mem() argument
[all...]
/third_party/libexif/libexif/apple/
H A Dexif-mnote-data-apple.c273 exif_mnote_data_apple_new(ExifMem *mem) { in exif_mnote_data_apple_new() argument
/third_party/libexif/contrib/examples/
H A Dwrite-exif.c168 ExifMem *mem = exif_mem_new_default(); in create_tag() local
/third_party/libexif/libexif/
H A Dexif-log.c35 ExifMem *mem; member
71 exif_log_new_mem (ExifMem *mem) in exif_log_new_mem() argument
88 ExifMem *mem = exif_mem_new_default (); in exif_log_new() local
114 ExifMem *mem in exif_log_free() local
[all...]
H A Dexif-mnote-data.c35 exif_mnote_data_construct (ExifMnoteData *d, ExifMem *mem) in exif_mnote_data_construct() argument
57 ExifMem *mem = d ? d->mem : NULL; in exif_mnote_data_free() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/memfd_create/
H A Dmemfd_create03.c37 void *mem; in check_huge_mmapable() local
81 void *mem; in test_def_pagesize() local
120 void *mem; test_max_hugepages() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dtest-dissect.c81 static void r_member(unsigned mode, struct position *pos, struct symbol *sym, struct symbol *mem) in r_member() argument
108 r_memdef(struct symbol *sym, struct symbol *mem) r_memdef() argument
[all...]
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dgdb-remote-util.cc90 std::string Mem2Hex(const uint8_t* mem, size_t count) { in Mem2Hex() argument
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
H A Dp_tessellator.cpp133 void *mem; in p_tess_init() local
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dendecoder_common.c90 BUF_MEM *mem = NULL; in ossl_read_der() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemoryExternalMac.hpp71 explicit OpaqueFdExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice) in OpaqueFdExternalMemory() argument
H A DVkPipelineCache.cpp61 PipelineCache::PipelineCache(const VkPipelineCacheCreateInfo *pCreateInfo, void *mem) in PipelineCache() argument
H A DVkTimelineSemaphore.cpp25 TimelineSemaphore::TimelineSemaphore(const VkSemaphoreCreateInfo *pCreateInfo, void *mem, const VkAllocationCallbacks *pAllocator) in TimelineSemaphore() argument
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DVkSwapchainKHR.cpp27 SwapchainKHR::SwapchainKHR(const VkSwapchainCreateInfoKHR *pCreateInfo, void *mem) in SwapchainKHR() argument
H A DWin32SurfaceKHR.cpp41 Win32SurfaceKHR::Win32SurfaceKHR(const VkWin32SurfaceCreateInfoKHR *pCreateInfo, void *mem) in Win32SurfaceKHR() argument

Completed in 10 milliseconds

12345678910>>...27