| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_pq.c | 33 nghttp3_pq_init(nghttp3_pq *pq, nghttp3_less less, const nghttp3_mem *mem) nghttp3_pq_init() argument
|
| H A D | nghttp3_frame.c | 193 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 D | nghttp3_mem.c | 61 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 D | ngtcp2_mem.c | 60 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 D | ngtcp2_pv.h | 95 const ngtcp2_mem *mem; member
|
| H A D | ngtcp2_pv.c | 42 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 D | ngtcp2_pmtud.c | 46 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 D | ngtcp2_pq.c | 32 void ngtcp2_pq_init(ngtcp2_pq *pq, ngtcp2_less less, const ngtcp2_mem *mem) { in ngtcp2_pq_init() argument
|
| H A D | ngtcp2_acktr.h | 121 const ngtcp2_mem *mem; member
|
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_pq.c | 32 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 D | decode.h | 56 __pandecode_fetch_gpu_mem(const struct pandecode_mapped_memory *mem, in __pandecode_fetch_gpu_mem() argument [all...] |
| /third_party/libexif/libexif/apple/ |
| H A D | exif-mnote-data-apple.c | 273 exif_mnote_data_apple_new(ExifMem *mem) { in exif_mnote_data_apple_new() argument
|
| /third_party/libexif/contrib/examples/ |
| H A D | write-exif.c | 168 ExifMem *mem = exif_mem_new_default(); in create_tag() local
|
| /third_party/libexif/libexif/ |
| H A D | exif-log.c | 35 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 D | exif-mnote-data.c | 35 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 D | memfd_create03.c | 37 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 D | test-dissect.c | 81 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 D | gdb-remote-util.cc | 90 std::string Mem2Hex(const uint8_t* mem, size_t count) { in Mem2Hex() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/tessellator/ |
| H A D | p_tessellator.cpp | 133 void *mem; in p_tess_init() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
| H A D | endecoder_common.c | 90 BUF_MEM *mem = NULL; in ossl_read_der() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkDeviceMemoryExternalMac.hpp | 71 explicit OpaqueFdExternalMemory(const VkMemoryAllocateInfo *pCreateInfo, void *mem, const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo, vk::Device *pDevice) in OpaqueFdExternalMemory() argument
|
| H A D | VkPipelineCache.cpp | 61 PipelineCache::PipelineCache(const VkPipelineCacheCreateInfo *pCreateInfo, void *mem) in PipelineCache() argument
|
| H A D | VkTimelineSemaphore.cpp | 25 TimelineSemaphore::TimelineSemaphore(const VkSemaphoreCreateInfo *pCreateInfo, void *mem, const VkAllocationCallbacks *pAllocator) in TimelineSemaphore() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/WSI/ |
| H A D | VkSwapchainKHR.cpp | 27 SwapchainKHR::SwapchainKHR(const VkSwapchainCreateInfoKHR *pCreateInfo, void *mem) in SwapchainKHR() argument
|
| H A D | Win32SurfaceKHR.cpp | 41 Win32SurfaceKHR::Win32SurfaceKHR(const VkWin32SurfaceCreateInfoKHR *pCreateInfo, void *mem) in Win32SurfaceKHR() argument
|