Searched refs:no_update (Results 1 – 9 of 9) sorted by relevance
/external/iproute2/misc/ |
D | rtacct.c | 39 int no_update = 0; variable 455 no_update = 1; in main() 545 if (!ignore_history || !no_update) { in main() 573 no_update ? MAP_PRIVATE : MAP_SHARED, in main()
|
D | nstat.c | 36 int no_update = 0; variable 466 no_update = 1; in main() 537 if (!ignore_history || !no_update) { in main() 614 if (!no_update) { in main()
|
D | ifstat.c | 41 int no_update = 0; variable 605 no_update = 1; in main() 685 if (!ignore_history || !no_update) { in main() 760 if (!no_update) { in main()
|
/external/wpa_supplicant_8/hostapd/ |
D | hlr_auc_gw.c | 549 goto no_update; in update_milenage_file() 560 goto no_update; in update_milenage_file() 573 no_update: in update_milenage_file()
|
/external/kernel-headers/original/asm-x86/ |
D | processor_32.h | 276 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member
|
/external/chromium_org/v8/src/arm/ |
D | code-stubs-arm.cc | 1351 Label no_update; in Generate() local 1366 __ AllocateHeapNumber(r6, scratch0, scratch1, r5, &no_update); in Generate() 1390 __ bind(&no_update); in Generate()
|
/external/chromium_org/v8/src/mips/ |
D | code-stubs-mips.cc | 1396 Label no_update; in Generate() local 1411 __ AllocateHeapNumber(t2, scratch0, scratch1, t1, &no_update); in Generate() 1440 __ bind(&no_update); in Generate()
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 3329 Label no_update; in Generate() local 3344 __ AllocateHeapNumber(r6, scratch0, scratch1, r5, &no_update); in Generate() 3368 __ bind(&no_update); in Generate()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 3459 Label no_update; in Generate() local 3474 __ AllocateHeapNumber(t2, scratch0, scratch1, t1, &no_update); in Generate() 3503 __ bind(&no_update); in Generate()
|