| /third_party/libwebsockets/lib/core-net/ |
| H A D | dummy-callback.c | 271 struct lws_cgi_args *args; in lws_callback_http_dummy() local [all...] |
| /third_party/jerryscript/targets/nuttx-stm32f4/ |
| H A D | jerry_port.c | 55 va_list args; in jerry_port_log() local
|
| /third_party/jerryscript/tests/unit-ext/ |
| H A D | test-ext-method-register.c | 261 jerry_value_t args[2] = in test_error_multiple_functions() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_printf.c | 42 nir_deref_instr *args = nir_src_as_deref(prntf->src[1]); in lower_printf_instr() local
|
| /third_party/mesa3d/src/freedreno/afuc/ |
| H A D | util.c | 241 va_list args; in afuc_printc() local
|
| /third_party/mesa3d/src/egl/main/ |
| H A D | eglconfigdebug.c | 93 va_list args; in _strnAppend() local
|
| /third_party/mesa3d/src/broadcom/clif/ |
| H A D | clif_private.h | 108 va_list args; in out() local
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_interface.cpp | 116 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 D | qpu_disasm.c | 41 va_list args; in append() local
|
| /third_party/libwebsockets/lib/roles/h1/ |
| H A D | ops-h1.c | 148 struct lws_cgi_args args; in lws_read_h1() local
|
| /third_party/libwebsockets/lib/secure-streams/ |
| H A D | policy-common.c | 411 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 D | protocol_lws_minimal_threadpool.c | 164 struct lws_threadpool_task_args args; in callback_minimal() local [all...] |
| /third_party/node/src/crypto/ |
| H A D | crypto_keygen.h | 35 static void New(const v8::FunctionCallbackInfo<v8::Value>& args) { in New() argument [all...] |
| H A D | crypto_hmac.cc | 66 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 D | fs_event_wrap.cc | 88 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 D | js_stream.cc | 144 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 D | hostref.cc | 48 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 D | table.c | 52 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 D | threads.c | 16 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 D | 6_object_wrap.cc | 47 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 D | test_error.c | 8 napi_value args[1]; in checkError() local
|
| /third_party/node/test/js-native-api/test_function/ |
| H A D | test_function.c | 58 napi_value args[10]; in TestCallFunction() local
|
| /third_party/node/test/node-api/test_async_context/ |
| H A D | binding.c | 11 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 D | test_buffer.c | 67 napi_value args[1]; in bufferHasInstance() local 85 napi_value args[1]; in bufferInfo() local
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-result.cc | 45 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...] |