/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_event.c | 1224 struct wpa_signal_info sig; in nl80211_cqm_event() local 633 mlme_event_mgmt(struct i802_bss *bss, struct nlattr *freq, struct nlattr *sig, const u8 *frame, size_t len) mlme_event_mgmt() argument 879 mlme_event(struct i802_bss *bss, enum nl80211_commands cmd, struct nlattr *frame, struct nlattr *addr, struct nlattr *timed_out, struct nlattr *freq, struct nlattr *ack, struct nlattr *cookie, struct nlattr *sig, struct nlattr *wmm, struct nlattr *req_ie) mlme_event() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | hostapd_cli.c | 1899 static void hostapd_cli_eloop_terminate(int sig, void *signal_ctx) in hostapd_cli_eloop_terminate() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_crypto.c | 1878 struct wpabuf *sig = NULL; in dpp_build_conn_signature() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_event.c | 1098 mlme_event_mgmt(struct i802_bss *bss, struct nlattr *freq, struct nlattr *sig, const u8 *frame, size_t len, int link_id) global() argument 1406 mlme_event(struct i802_bss *bss, enum nl80211_commands cmd, struct nlattr *frame, struct nlattr *addr, struct nlattr *timed_out, struct nlattr *freq, struct nlattr *ack, struct nlattr *cookie, struct nlattr *sig, struct nlattr *wmm, struct nlattr *req_ie, struct nlattr *link) global() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | hostapd_cli.c | 1842 static void hostapd_cli_eloop_terminate(int sig, void *signal_ctx) in hostapd_cli_eloop_terminate() argument
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 396 static void signal_handler(int sig) in signal_handler() argument
|
/third_party/alsa-lib/src/control/ |
H A D | control.c | 293 int snd_ctl_async(snd_ctl_t *ctl, int sig, pid_t pid) in snd_ctl_async() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_int64.h | 4 ir_function_signature *const sig = in udivmod64() local 215 ir_function_signature *const sig = in udiv64() local 424 ir_function_signature *const sig = idiv64() local 673 ir_function_signature *const sig = umod64() local 888 ir_function_signature *const sig = imod64() local [all...] |
H A D | ast_to_hir.cpp | 6061 ir_function_signature *sig = NULL; in hir() local 6235 ir_function_signature *sig = in hir() local [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects.cc | 1453 const wasm::FunctionSig* sig = js_function->GetSignature(&zone); ImportWasmJSFunctionIntoTable() local 1624 New(Isolate* isolate, const wasm::FunctionSig* sig, Handle<HeapObject> tag) New() argument 1651 MatchesSignature(const wasm::FunctionSig* sig) MatchesSignature() argument 1846 const wasm::WasmTagSig* sig = tag->sig; GetEncodedSize() local 1955 const wasm::FunctionSig* sig = instance->module()->functions[func_index].sig; New() local 2026 const wasm::FunctionSig* WasmExportedFunction::sig() { sig() function in v8::WasmExportedFunction 2032 const wasm::FunctionSig* sig = this->sig(); MatchesSignature() local 2048 GetDebugName( const wasm::FunctionSig* sig) GetDebugName() argument 2066 New(Isolate* isolate, const wasm::FunctionSig* sig, Handle<JSReceiver> callable, Handle<HeapObject> suspender) New() argument 2168 MatchesSignatureForSuspend(const wasm::FunctionSig* sig) MatchesSignatureForSuspend() argument 2189 MatchesSignature(const wasm::FunctionSig* sig) MatchesSignature() argument [all...] |
H A D | module-decoder.cc | 601 const FunctionSig* sig = consume_sig(module_->signature_zone.get()); in consume_nominal_type_definition() local 683 const FunctionSig* sig = consume_sig(module_->signature_zone.get()); in DecodeTypeSection() local 1691 consume_sig_index(WasmModule* module, const FunctionSig** sig) consume_sig_index() argument 1704 consume_tag_sig_index(WasmModule* module, const FunctionSig** sig) consume_tag_sig_index() argument 1929 auto sig = FixedSizeSignature<ValueType>::Returns(expected); consume_init_expr() local [all...] |
H A D | wasm-js.cc | 1872 const i::wasm::FunctionSig* sig = builder.Build(); in WebAssemblyFunction() local 1912 const i::wasm::FunctionSig* sig; in WebAssemblyFunctionType() local 2616 const i::wasm::FunctionSig* sig; WebAssemblySuspenderSuspendOnReturnedPromise() local [all...] |
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2945 void LiftoffAssembler::CallC(const ValueKindSig* sig, in CallC() argument 3040 void LiftoffAssembler::CallIndirect(const ValueKindSig* sig, in CallIndirect() argument
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 643 static void fuse_intr_sighandler(int sig) in fuse_intr_sighandler() argument
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 2139 ID3DBlob *sig = NULL, *error = NULL; in dzn_device_create_root_sig() local
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 378 MostlySmallValueKindSig(Zone* zone, const FunctionSig* sig) in MostlySmallValueKindSig() argument 385 MakeKinds(ValueKind* storage, Zone* zone, const FunctionSig* sig) MakeKinds() argument 1610 auto sig = MakeSig::Returns(kI32).Params(src_kind); EmitTypeConversion() local 1843 auto sig = MakeSig::Returns(kI32).Params(kI64, kI64); EmitDivOrRem64CCall() local [all...] |
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_lib.c | 1485 int tls12_check_peer_sigalg(SSL *s, uint16_t sig, EVP_PKEY *pkey) in tls12_check_peer_sigalg() argument 2508 sig_cb_st sig; tls1_set_sigalgs_list() local 3088 check_cert_usable(SSL *s, const SIGALG_LOOKUP *sig, X509 *x, EVP_PKEY *pkey) check_cert_usable() argument 3146 has_usable_cert(SSL *s, const SIGALG_LOOKUP *sig, int idx) has_usable_cert() argument 3162 is_cert_usable(SSL *s, const SIGALG_LOOKUP *sig, X509 *x, EVP_PKEY *pkey) is_cert_usable() argument [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-util.c | 586 void pa_check_signal_is_blocked(int sig) { in pa_check_signal_is_blocked() argument 1021 const char *pa_sig2str(int sig) { in pa_sig2str() argument 2904 int sig; pa_unblock_sigs() local 2957 int sig; pa_reset_sigs() local 2975 int sig; pa_reset_sigsv() local [all...] |
/third_party/openssl/ssl/ |
H A D | t1_lib.c | 1465 int tls12_check_peer_sigalg(SSL *s, uint16_t sig, EVP_PKEY *pkey) in tls12_check_peer_sigalg() argument 2488 sig_cb_st sig; tls1_set_sigalgs_list() local 3068 check_cert_usable(SSL *s, const SIGALG_LOOKUP *sig, X509 *x, EVP_PKEY *pkey) check_cert_usable() argument 3126 has_usable_cert(SSL *s, const SIGALG_LOOKUP *sig, int idx) has_usable_cert() argument 3142 is_cert_usable(SSL *s, const SIGALG_LOOKUP *sig, X509 *x, EVP_PKEY *pkey) is_cert_usable() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_openssl.c | 98 static int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s) in ECDSA_SIG_set0() argument 106 static void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, in ECDSA_SIG_get0() argument 2807 ECDSA_SIG *sig = NULL; in crypto_ec_key_sign_r_s() local 2856 crypto_ec_key_verify_signature(struct crypto_ec_key *key, const u8 *data, size_t len, const u8 *sig, size_t sig_len) crypto_ec_key_verify_signature() argument 2883 ECDSA_SIG *sig; crypto_ec_key_verify_signature_r_s() local [all...] |
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 350 sigterm_handler(int sig) in sigterm_handler() argument
|
/third_party/FreeBSD/sys/dev/usb/storage/ |
H A D | umass.c | 2514 uint32_t sig = UGETDW(csw->dCSWSignature); in umass_bbb_dump_csw() local
|
/third_party/mbedtls/library/ |
H A D | ssl_misc.h | 2518 unsigned char sig = MBEDTLS_BYTE_0(sig_alg); in mbedtls_ssl_tls12_sig_alg_is_supported() local
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_server2.c | 1058 void term_handler(int sig) in term_handler() argument
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | nir_to_vir.c | 731 is_ld_signal(const struct v3d_qpu_sig *sig) in is_ld_signal() argument 745 is_ldunif_signal(const struct v3d_qpu_sig *sig) is_ldunif_signal() argument [all...] |