Home
last modified time | relevance | path

Searched defs:sig (Results 876 - 900 of 1598) sorted by relevance

1...<<31323334353637383940>>...64

/third_party/cups-filters/utils/
H A Ddriverless.c846 cancel_job(int sig) /* I - Signal number (unused) */ in cancel_job() argument
/third_party/libunwind/libunwind/tests/
H A Dtest-coredump-unwind.c211 void handle_sigsegv(int sig, siginfo_t *info, void *ucontext) in handle_sigsegv() argument
/third_party/mbedtls/library/
H A Dx509write_csr.c290 unsigned char *sig; in mbedtls_x509write_csr_der() local
130 x509write_csr_der_internal(mbedtls_x509write_csr *ctx, unsigned char *buf, size_t size, unsigned char *sig, size_t sig_size, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) x509write_csr_der_internal() argument
H A Dx509_create.c465 mbedtls_x509_write_sig(unsigned char **p, unsigned char *start, const char *oid, size_t oid_len, unsigned char *sig, size_t size, mbedtls_pk_type_t pk_alg) mbedtls_x509_write_sig() argument
/third_party/lzma/C/
H A DXzIn.c20 Byte sig[XZ_STREAM_HEADER_SIZE]; in Xz_ReadHeader() local
/third_party/mesa3d/src/compiler/glsl/
H A Dir_function.cpp201 is_best_inexact_overload(const exec_list *actual_parameters, ir_function_signature **matches, int num_matches, ir_function_signature *sig) is_best_inexact_overload() argument
[all...]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_sequencer/
H A Dmain.c64 sigint_handler(int sig) in sigint_handler() argument
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
H A Dminimal-http-client.c349 sigint_handler(int sig) in sigint_handler() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
H A Dminimal-secure-streams.c526 sigint_handler(int sig) in sigint_handler() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
H A Dminimal-secure-streams.c422 sigint_handler(int sig) in sigint_handler() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/
H A Dminimal-secure-streams.c354 sigint_handler(int sig) in sigint_handler() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/
H A Dminimal-secure-streams-smd.c247 sigint_handler(int sig) in sigint_handler() argument
/third_party/ltp/testcases/cve/
H A Dstack_clash.c72 void segv_handler(int sig, siginfo_t *info, void *data LTP_ATTRIBUTE_UNUSED) in segv_handler() argument
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/
H A Dminimal-mqtt-client-multi.c112 sigint_handler(int sig) in sigint_handler() argument
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client/
H A Dminimal-mqtt-client.c101 sigint_handler(int sig) in sigint_handler() argument
/third_party/libwebsockets/minimal-examples/api-tests/api-test-secure-streams/
H A Dmain.c337 sigint_handler(int sig) in sigint_handler() argument
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-server/
H A Dmain.c452 void sigint_handler(int sig) in sigint_handler() argument
/third_party/libwebsockets/minimal-examples/dbus-client/minimal-dbus-ws-proxy-testclient/
H A Dminimal-dbus-ws-proxy-testclient.c222 void sigint_handler(int sig) in sigint_handler() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/
H A Dmain.c222 sigint_handler(int sig) in sigint_handler() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/
H A Dminimal-secure-streams-post.c461 sigint_handler(int sig) in sigint_handler() argument
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/
H A Dmain.c334 sigint_handler(int sig) in sigint_handler() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_disasm.c456 uint32_t sig = QPU_GET_FIELD(inst, QPU_SIG); in vc4_qpu_disasm() local
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder.cc89 StackEffect(const WasmModule* module, const FunctionSig* sig, const byte* pc, const byte* end) StackEffect() argument
H A Dfunction-compiler.cc60 const FunctionSig* sig = env->module->functions[func_index_].sig; in ExecuteImportWrapperCompilation() local
178 bool UseGenericWrapper(const FunctionSig* sig) { in UseGenericWrapper() argument
208 JSToWasmWrapperCompilationUnit( Isolate* isolate, const FunctionSig* sig, const WasmModule* module, bool is_import, const WasmFeatures& enabled_features, AllowGeneric allow_generic) JSToWasmWrapperCompilationUnit() argument
254 CompileJSToWasmWrapper( Isolate* isolate, const FunctionSig* sig, const WasmModule* module, bool is_import) CompileJSToWasmWrapper() argument
266 CompileSpecificJSToWasmWrapper( Isolate* isolate, const FunctionSig* sig, const WasmModule* module) CompileSpecificJSToWasmWrapper() argument
[all...]
/third_party/musl/src/signal/liteos_a/
H A Dsigaction.c152 static sigactq_t *__sig_find_action(int sig) in __sig_find_action() argument
170 static int __sig_cannot_catche(int sig, sa_sighandler_t handler) in __sig_cannot_catche() argument
233 static int __sig_dfl_opr(int sig, sigactq_t *sigact, const sigaction_t *act) in __sig_dfl_opr() argument
248 static int __sig_action_opr(int sig, const sigaction_t *act, sigaction_t *oact) in __sig_action_opr() argument
299 __libc_sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) __libc_sigaction() argument
349 __sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old) __sigaction() argument
[all...]

Completed in 17 milliseconds

1...<<31323334353637383940>>...64