| /third_party/node/deps/v8/third_party/jinja2/ |
| H A D | asyncfilters.py | 131 def func(x): function
|
| /third_party/node/deps/v8/third_party/wasm-api/example/ |
| H A D | trap.c | 102 const wasm_func_t* func = wasm_extern_as_func(exports.data[i]); in main() local
|
| H A D | threads.cc | 48 auto func = wasm::Func::make(store, func_type.get(), callback, mutex); in run() local
|
| H A D | memory.cc | 35 void check_ok(const wasm::Func* func, Args... xs) { in check_ok() argument 44 void check_trap(const wasm::Func* func, Args... xs) { in check_trap() argument
|
| H A D | table.cc | 63 void check_trap(const wasm::Func* func, wasm::Val&& arg1, wasm::Val&& arg2) { in check_trap() argument
|
| /third_party/node/src/ |
| H A D | tty_wrap.cc | 72 Local<Value> func; in Initialize() local
|
| /third_party/musl/porting/linux/user/src/hook/ |
| H A D | musl_socket_preinit.c | 23 static bool init_socket_function(void* shared_library_handler, SocketSocketType* func) in init_socket_function() argument
|
| /third_party/musl/libc-test/src/regression/ |
| H A D | malloc-multi-thread-performance.c | 25 void *func(void *arg) in func() function
|
| /third_party/musl/src/exit/ |
| H A D | atexit.c | 76 int atexit(void (*func)(void)) in atexit() argument
|
| /third_party/musl/src/hook/linux/ |
| H A D | musl_socket_preinit.c | 38 static bool init_socket_function(void* shared_library_handler, SocketSocketType* func) in init_socket_function() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | samplerobj.h | 132 func_to_gallium(GLenum func) in func_to_gallium() argument
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_mem.c | 86 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 D | nghttp3_mem.c | 88 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 D | lp_test_printf.c | 65 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 D | strsrchperf.h | 39 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 D | exif-log.c | 32 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 D | memfd_create01.c | 220 void (*func)(int fd); member
|
| H A D | memfd_create03.c | 156 void (*func)(int fd); member
|
| /third_party/ltp/testcases/kernel/syscalls/fork/ |
| H A D | fork05.c | 134 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 D | modify_ldt01.c | 97 int retval, func; in main() local
|
| /third_party/libdrm/radeon/ |
| H A D | radeon_cs.c | 28 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 D | ldso_dlopen_ext_test.cpp | 163 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 D | vk_instance.c | 242 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 D | lp_bld_debug.cpp | 91 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 D | function.h | 26 int (*func)(int argc, char *argv[]); member
|