OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_checks
(Results
1 - 2
of
2
) sorted by null
/external/libunwind/tests/
Gia64-test-nat.c
92
static int
num_checks
;
variable
563
for (i = 0; i <
num_checks
; ++i)
565
vals = (*checks[
num_checks
- 1 - i]) (&c, vals);
579
num_checks
= MAX_CHECKS;
581
num_checks
= (random () % MAX_CHECKS) + 1;
583
for (i = 0; i <
num_checks
* MAX_VALUES_PER_FUNC; ++i)
586
for (i = 0; i <
num_checks
; ++i)
597
funcs[
num_checks
] = start_checks;
/system/update_engine/update_manager/
policy.h
71
int
num_checks
;
member in struct:chromeos_update_manager::UpdateState
Completed in 3185 milliseconds