Home
last modified time | relevance | path

Searched defs:func (Results 301 - 325 of 1104) sorted by relevance

1...<<11121314151617181920>>...45

/third_party/node/deps/v8/third_party/jinja2/
H A Dasyncfilters.py131 def func(x): function
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dtrap.c102 const wasm_func_t* func = wasm_extern_as_func(exports.data[i]); in main() local
H A Dthreads.cc48 auto func = wasm::Func::make(store, func_type.get(), callback, mutex); in run() local
H A Dmemory.cc35 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 Dtable.cc63 void check_trap(const wasm::Func* func, wasm::Val&& arg1, wasm::Val&& arg2) { in check_trap() argument
/third_party/node/src/
H A Dtty_wrap.cc72 Local<Value> func; in Initialize() local
/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_socket_preinit.c23 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 Dmalloc-multi-thread-performance.c25 void *func(void *arg) in func() function
/third_party/musl/src/exit/
H A Datexit.c76 int atexit(void (*func)(void)) in atexit() argument
/third_party/musl/src/hook/linux/
H A Dmusl_socket_preinit.c38 static bool init_socket_function(void* shared_library_handler, SocketSocketType* func) in init_socket_function() argument
/third_party/mesa3d/src/mesa/main/
H A Dsamplerobj.h132 func_to_gallium(GLenum func) in func_to_gallium() argument
/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

Completed in 9 milliseconds

1...<<11121314151617181920>>...45