Home
last modified time | relevance | path

Searched defs:func (Results 1076 - 1100 of 4171) sorted by relevance

1...<<41424344454647484950>>...167

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_mem.c86 void ngtcp2_mem_free_debug(const ngtcp2_mem *mem, void *ptr, const char *func, in ngtcp2_mem_free_debug() 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
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
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_mem.c88 void nghttp3_mem_free_debug(const nghttp3_mem *mem, void *ptr, const char *func, in nghttp3_mem_free_debug() 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
95 nghttp3_mem_free2_debug(const nghttp3_free free_func, void *ptr, void *user_data, const char *func, const char *file, size_t line) nghttp3_mem_free2_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/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_printf.c65 LLVMValueRef func = LLVMAddFunction(module, "test_printf", LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), args, 1, 0)); in add_printf_test() local
/third_party/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.h39 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) { in StringSearchPerfFunction() argument
/third_party/libexif/libexif/
H A Dexif-log.c32 ExifLogFunc func; member
123 exif_log_set_func (ExifLog *log, ExifLogFunc func, void *data) in exif_log_set_func() argument
/third_party/ltp/testcases/kernel/syscalls/memfd_create/
H A Dmemfd_create01.c220 void (*func)(int fd); member
H A Dmemfd_create03.c156 void (*func)(int fd); member
/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork05.c134 static void modify_ldt(int func, struct modify_ldt_ldt_s *ptr, int bytecount) in modify_ldt() argument
/third_party/ltp/testcases/kernel/syscalls/modify_ldt/
H A Dmodify_ldt01.c97 int retval, func; in main() local
/third_party/libdrm/radeon/
H A Dradeon_cs.c28 radeon_cs_begin(struct radeon_cs *cs, uint32_t ndw, const char *file, const char *func, int line) radeon_cs_begin() argument
36 radeon_cs_end(struct radeon_cs *cs, const char *file, const char *func, int line) radeon_cs_end() argument
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dlopen_ext_test.cpp163 FuncTypeRetInt func = reinterpret_cast<FuncTypeRetInt>(fn); in HWTEST_F() local
408 FuncTypeRetInt func = reinterpret_cast<FuncTypeRetInt>(fn); in HWTEST_F() local
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_instance.c242 PFN_vkVoidFunction func; in vk_instance_get_proc_addr() local
299 PFN_vkVoidFunction func; vk_instance_get_proc_addr_unchecked() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp91 disassemble(const void* func, std::ostream &buffer) in disassemble() argument
198 lp_disassemble(LLVMValueRef func, const void *code) in lp_disassemble() argument
220 lp_profile(LLVMValueRef func, const void *code) in lp_profile() argument
/third_party/node/deps/openssl/openssl/apps/include/
H A Dfunction.h26 int (*func)(int argc, char *argv[]); member
/third_party/python/Lib/ctypes/test/
H A Dtest_pointers.py72 def func(arg): global() function
[all...]
H A Dtest_prototypes.py216 def func(): pass global() function
[all...]
/third_party/python/Lib/test/
H A D_test_atexit.py49 def func(): function
121 def func(): function
[all...]
/third_party/openssl/apps/include/
H A Dfunction.h26 int (*func)(int argc, char *argv[]); member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCase.hpp104 void setCheckSupportCallback(std::function<void(Context&, std::string)> func) { m_checkSupportCallback = func; } in setCheckSupportCallback() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberTestCase.hpp104 void setCheckSupportCallback(std::function<void(Context&, std::string)> func) { m_checkSupportCallback = func; } in setCheckSupportCallback() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DName.cpp156 const TFunction *func = node->getFunction(); variable
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dblock_merge_util.cpp131 void MergeWithSuccessor(IRContext* context, Function* func, in MergeWithSuccessor() argument
H A Ddominator_analysis.h105 void Visit(std::function<bool(DominatorTreeNode*)> func) { in Visit() argument
H A Dfunction.cpp254 std::ostream& operator<<(std::ostream& str, const Function& func) { in operator <<() argument
H A Dlocal_single_block_elim_pass.cpp56 LocalSingleBlockLoadStoreElim( Function* func) LocalSingleBlockLoadStoreElim() argument

Completed in 11 milliseconds

1...<<41424344454647484950>>...167