Home
last modified time | relevance | path

Searched refs:functype (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/functionalext/symver/
Ddlvsym.c38 functype func = (functype)dlvsym(handle, dso_no_symver_symbol, dso_version_invalid); in dlvsym_no_symver_0100()
70 functype func = (functype)dlvsym(handle, dso_symbol_invalid, dso_version_invalid); in dlvsym_no_symver_0200()
102functype func = (functype)dlvsym(handle, dso_easy_symver_symbol, dso_easy_symver_version_stable); in dlvsym_easy_symver_0100()
135 functype func = (functype)dlvsym(handle, dso_easy_symver_symbol, dso_easy_symver_version_old); in dlvsym_easy_symver_0200()
168 functype func = (functype)dlvsym(handle, dso_symbol_invalid, dso_version_invalid); in dlvsym_easy_symver_0300()
200 functype func = (functype)dlvsym(handle, dso_easy_symver_symbol, dso_version_invalid); in dlvsym_easy_symver_0400()
232functype func = (functype)dlvsym(handle, dso_hard_symver_if_symbol, dso_hard_symver_version_stable… in dlvsym_hard_symver_0100()
265functype func = (functype)dlvsym(handle, dso_hard_symver_if_symbol, dso_hard_symver_version_old); in dlvsym_hard_symver_0200()
298 functype func = (functype)dlvsym(handle, dso_symbol_invalid, dso_version_invalid); in dlvsym_hard_symver_0300()
330 functype func = (functype)dlvsym(handle, dso_hard_symver_if_symbol, dso_version_invalid); in dlvsym_hard_symver_0400()
Ddlsym.c43 functype func = (functype)dlsym(handle, dso_no_symver_symbol); in dlsym_no_symver_0100()
76 functype func = (functype)dlsym(handle, dso_symbol_invalid); in dlsym_no_symver_0200()
124 functype func = (functype)dlsym(handle, dso_easy_symver_symbol); in dlsym_easy_symver_0200()
157 functype func = (functype)dlsym(handle, dso_symbol_invalid); in dlsym_easy_symver_0300()
205 functype func = (functype)dlsym(handle, dso_hard_symver_if_symbol); in dlsym_hard_symver_0200()
238 functype func = (functype)dlsym(handle, dso_symbol_invalid); in dlsym_hard_symver_0300()
270 functype func = (functype)__dlsym_time64(handle, dso_no_symver_symbol); in dlsym_time64_no_symver_0100()
Ddso_symver.h49 typedef char *(*functype)(void); typedef
/third_party/node/test/fixtures/wpt/wasm/jsapi/function/
Dtype.tentative.any.js10 function assert_function(functype, func) { argument
11 var wasmFunc = new WebAssembly.Function(functype, func);
12 assert_equals(functype.parameters.length, wasmFunc.type().parameters.length);
13 for(let i = 0; i < functype.parameters.length; i++) {
14 assert_equals(functype.parameters[i], wasmFunc.type().parameters[i]);
16 assert_equals(functype.results.length, wasmFunc.type().results.length);
17 for(let i = 0; i < functype.results.length; i++) {
18 assert_equals(functype.results[i], wasmFunc.type().results[i]);
/third_party/python/Lib/ctypes/test/
Dtest_callbacks.py10 functype = CFUNCTYPE variable in Callbacks
21 PROTO = self.functype.__func__(typ, typ)
29 PROTO = self.functype.__func__(typ, c_byte, typ)
118 prototype = self.functype.__func__(POINTER(c_double))
123 prototype = self.functype.__func__(object)
127 proto = self.functype.__func__(None)
153 functype = WINFUNCTYPE variable in StdcallCallbacks
/third_party/node/deps/v8/third_party/wasm-api/example/
Dreflect.c48 const wasm_functype_t* functype = in print_externtype() local
51 print_valtypes(wasm_functype_params(functype)); in print_externtype()
53 print_valtypes(wasm_functype_results(functype)); in print_externtype()
/third_party/musl/libc-test/src/functional/
Ddlopen.c206 typedef void *(*functype)(void); typedef
213 functype func = (functype)dlsym(handle, "foo_ctor"); in dlclose_with_tls_test()
/third_party/node/deps/v8/third_party/wasm-api/
Dwasm.h197 WASM_DECLARE_TYPE(functype)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp1011 const string functype = string("%") + var_type + "_" + var_type + "_function"; in passthruInterface() local
1061 functype + " = OpTypeFunction %" + var_type + " %" + var_type + "\n" in passthruInterface()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.h5242 typedef upb_##type##_handlerfunc functype; \
5243 functype *func; \
5246 func = (functype *)upb_handlers_gethandler(s.handlers, sel, &hd); \
/third_party/node/deps/v8/src/wasm/
Dc-api.cc2524 WASM_DEFINE_TYPE(functype, wasm::FuncType) in WASM_DEFINE_TYPE() argument
/third_party/chromium/patch/
D0001-cve.patch86847 - gives enum values, fix functype return type, put back fields in