Home
last modified time | relevance | path

Searched refs:not_first (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c552 int i, not_first, count, nr_events; in perl_generate_script() local
634 not_first = 0; in perl_generate_script()
638 if (not_first++) in perl_generate_script()
653 not_first = 0; in perl_generate_script()
657 if (not_first++) in perl_generate_script()
677 not_first = 0; in perl_generate_script()
681 if (not_first++) in perl_generate_script()
H A Dtrace-event-python.c2004 int i, not_first, count, nr_events; in python_generate_script() local
2068 not_first = 0; in python_generate_script()
2072 if (not_first++) in python_generate_script()
2079 if (not_first++) in python_generate_script()
2093 not_first = 0; in python_generate_script()
2097 if (not_first++) in python_generate_script()
2118 not_first = 0; in python_generate_script()
2122 if (not_first++) in python_generate_script()
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c46 bool not_first; member
701 ((req->not_first && !req->xcbcmac) || in safexcel_ahash_enqueue()
728 req->not_first = true; in safexcel_ahash_enqueue()