OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:n_params
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/unittest/
thread_wrappers.h
167
int
n_params
;
member in struct:Closure
173
if (
n_params
== 0) {
175
} else if (
n_params
== 1) {
178
CHECK(
n_params
== 2);
187
res->
n_params
= 0;
198
res->
n_params
= 1;
210
res->
n_params
= 2;
/external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h
438
int
n_params
;
member in struct:Closure
444
if (
n_params
== 0) {
446
} else if (
n_params
== 1) {
449
CHECK(
n_params
== 2);
458
res->
n_params
= 0;
469
res->
n_params
= 1;
480
res->
n_params
= 2;
/external/dhcpcd/
dhcp.c
908
uint8_t *
n_params
= NULL;
local
1086
n_params
= p;
1098
*
n_params
= p -
n_params
- 1;
[
all
...]
/external/llvm/include/llvm/Support/
MachO.h
268
StabCompilerParameters = 0x86u, //
N_PARAMS
Completed in 263 milliseconds