Home
last modified time | relevance | path

Searched defs:args (Results 1076 - 1100 of 2965) sorted by relevance

1...<<41424344454647484950>>...119

/third_party/libwebsockets/lib/core-net/
H A Ddummy-callback.c271 struct lws_cgi_args *args; in lws_callback_http_dummy() local
[all...]
/third_party/jerryscript/targets/nuttx-stm32f4/
H A Djerry_port.c55 va_list args; in jerry_port_log() local
/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-method-register.c261 jerry_value_t args[2] = in test_error_multiple_functions() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_printf.c42 nir_deref_instr *args = nir_src_as_deref(prntf->src[1]); in lower_printf_instr() local
/third_party/mesa3d/src/freedreno/afuc/
H A Dutil.c241 va_list args; in afuc_printc() local
/third_party/mesa3d/src/egl/main/
H A Deglconfigdebug.c93 va_list args; in _strnAppend() local
/third_party/mesa3d/src/broadcom/clif/
H A Dclif_private.h108 va_list args; in out() local
/third_party/mesa3d/src/amd/compiler/
H A Daco_interface.cpp116 aco_postprocess_shader(const struct aco_compiler_options* options, const struct radv_shader_args *args, std::unique_ptr<aco::Program>& program) aco_postprocess_shader() argument
214 aco_compile_shader(const struct aco_compiler_options* options, const struct aco_shader_info* info, unsigned shader_count, struct nir_shader* const* shaders, const struct radv_shader_args *args, aco_callback *build_binary, void **binary) aco_compile_shader() argument
276 aco_compile_vs_prolog(const struct aco_compiler_options* options, const struct aco_shader_info* info, const struct aco_vs_prolog_key* key, const struct radv_shader_args* args, aco_shader_part_callback *build_prolog, void **binary) aco_compile_vs_prolog() argument
322 aco_compile_ps_epilog(const struct aco_compiler_options* options, const struct aco_shader_info* info, const struct aco_ps_epilog_key* key, const struct radv_shader_args* args, aco_shader_part_callback* build_epilog, void** binary) aco_compile_ps_epilog() argument
[all...]
/third_party/mesa3d/src/broadcom/qpu/
H A Dqpu_disasm.c41 va_list args; in append() local
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c148 struct lws_cgi_args args; in lws_read_h1() local
/third_party/libwebsockets/lib/secure-streams/
H A Dpolicy-common.c411 struct policy_cb_args *args = (struct policy_cb_args *)context->pol_args; in lws_ss_policy_set() local
[all...]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
H A Dprotocol_lws_minimal_threadpool.c164 struct lws_threadpool_task_args args; in callback_minimal() local
[all...]
/third_party/node/src/crypto/
H A Dcrypto_keygen.h35 static void New(const v8::FunctionCallbackInfo<v8::Value>& args) { in New() argument
[all...]
H A Dcrypto_hmac.cc66 void Hmac::New(const FunctionCallbackInfo<Value>& args) { in New() argument
88 void Hmac::HmacInit(const FunctionCallbackInfo<Value>& args) { in HmacInit() argument
104 void Hmac::HmacUpdate(const FunctionCallbackInfo<Value>& args) { in HmacUpdate() argument
115 HmacDigest(const FunctionCallbackInfo<Value>& args) HmacDigest() argument
175 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, HmacConfig* params) AdditionalConfig() argument
[all...]
/third_party/node/src/
H A Dfs_event_wrap.cc88 void FSEventWrap::GetInitialized(const FunctionCallbackInfo<Value>& args) { in GetInitialized() argument
130 void FSEventWrap::New(const FunctionCallbackInfo<Value>& args) { in New() argument
137 Start(const FunctionCallbackInfo<Value>& args) Start() argument
[all...]
H A Djs_stream.cc144 void JSStream::New(const FunctionCallbackInfo<Value>& args) { in New() argument
155 void JSStream::Finish(const FunctionCallbackInfo<Value>& args) { in Finish() argument
164 void JSStream::ReadBuffer(const FunctionCallbackInfo<Value>& args) { in ReadBuffer() argument
188 EmitEOF(const FunctionCallbackInfo<Value>& args) EmitEOF() argument
[all...]
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhostref.cc48 wasm::Val args[1] = {wasm::Val::ref(ref ? ref->copy() : wasm::own<wasm::Ref>())}; in call_r_v() local
69 wasm::Val args[1] = {wasm::Val::ref(ref ? ref->copy() : wasm::own<wasm::Ref>())}; variable
81 wasm::Val args[2] = {wasm::Val::i32(i), wasm::Val::ref(ref ? ref->copy() : wasm::own<wasm::Ref>())}; in call_ir_v() local
91 wasm::Val args[1] = {wasm::Val::i32(i)}; global() variable
[all...]
H A Dtable.c52 wasm_val_t args[2] = { in check_call() local
64 wasm_val_t args[2] = { in check_trap() local
11 neg_callback( const wasm_val_t args[], wasm_val_t results[] ) neg_callback() argument
H A Dthreads.c16 own wasm_trap_t* callback(const wasm_val_t args[], wasm_val_t results[]) { in callback() argument
30 thread_args* args = (thread_args*)args_abs; in run() local
136 thread_args* args = malloc(sizeof(thread_args)); in main() local
[all...]
/third_party/node/test/js-native-api/6_object_wrap/
H A D6_object_wrap.cc47 napi_value args[1]; in New() local
101 napi_value args[1]; in SetValue() local
131 napi_value args[1]; in Multiply() local
166 napi_value args[1]; ObjectWrapDanglingReference() local
[all...]
/third_party/node/test/js-native-api/test_error/
H A Dtest_error.c8 napi_value args[1]; in checkError() local
/third_party/node/test/js-native-api/test_function/
H A Dtest_function.c58 napi_value args[10]; in TestCallFunction() local
/third_party/node/test/node-api/test_async_context/
H A Dbinding.c11 napi_value args[MAX_ARGUMENTS]; in MakeCallback() local
57 napi_value args[CREATE_ASYNC_RESOURCE_ARGC]; in CreateAsyncResource() local
92 napi_value args[DESTROY_ASYNC_RESOURCE_ARGC]; DestroyAsyncResource() local
[all...]
/third_party/node/test/node-api/test_buffer/
H A Dtest_buffer.c67 napi_value args[1]; in bufferHasInstance() local
85 napi_value args[1]; in bufferInfo() local
/third_party/node/deps/v8/src/wasm/
H A Dwasm-result.cc45 va_list args; in PrintFToString() local
54 std::string WasmError::FormatError(const char* format, va_list args) { in FormatError() argument
60 void ErrorThrower::Format(ErrorType type, const char* format, va_list args) { in Format() argument
21 VPrintFToString(std::string* str, size_t str_offset, const char* format, va_list args) VPrintFToString() argument
[all...]

Completed in 12 milliseconds

1...<<41424344454647484950>>...119