HomeSort by relevance Sort by last modified time
    Searched refs:n_params (Results 1 - 3 of 3) 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...]

Completed in 461 milliseconds