Home
last modified time | relevance | path

Searched defs:sig (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/
Dsignal.proto23 int32 sig = 1; field
32 int32 sig = 1; field
/developtools/profiler/protos/types/plugins/ftrace_data/
Dsignal.proto23 int32 sig = 1; field
32 int32 sig = 1; field
/developtools/hdc_standard/src/common/
Dauth.cpp29 bool AuthVerify(uint8_t *token, uint8_t *sig, int siglen) in AuthVerify()
292 int AuthSign(void *rsa, const unsigned char *token, size_t tokenSize, void *sig) in AuthSign()
406 bool AuthVerify(uint8_t *token, uint8_t *sig, int siglen) in AuthVerify()
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dprocess_utils.cpp190 int sig = 0; in ReceiveOutputAndSigchld() local
/developtools/hiperf/src/
Dperf_events.cpp474 struct sigaction sig { in CaptureSig() struct
477 sig.sa_handler = [](int sig) { in CaptureSig()