OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loop_max
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
state.h
28
int
loop_max
;
member in struct:cloogstate
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
state.h
28
int
loop_max
;
member in struct:cloogstate
/external/toybox/toys/other/
vmstat.c
79
int i, loop_delay = 0,
loop_max
= 0;
local
87
if (toys.optc > 1)
loop_max
= atolx_range(toys.optargs[1], 1, INT_MAX) - 1;
89
for (loop = 0; !
loop_max
|| loop <=
loop_max
; loop++) {
/system/bt/stack/btm/
btm_pm.c
543
int xx,
loop_max
;
local
554
loop_max
= BTM_MAX_PM_RECORDS+1;
556
loop_max
= BTM_MAX_PM_RECORDS;
558
for( xx=0; xx<
loop_max
; xx++)
[
all
...]
Completed in 419 milliseconds