Searched defs:no_update (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/misc/
H A Dnstat.c36 int no_update = 0; variable
466 no_update = 1;
537 if (!ignore_history || !no_update) {
614 if (!no_update) {
H A Drtacct.c39 int no_update = 0; variable
455 no_update = 1;
545 if (!ignore_history || !no_update) {
570 no_update ? MAP_PRIVATE : MAP_SHARED,
H A Difstat.c40 int no_update = 0; variable
609 no_update = 1;
687 if (!ignore_history || !no_update) {
762 if (!no_update) {
/external/kernel-headers/original/asm-x86/
H A Dprocessor_32.h276 unsigned char ftop, changed, lookahead, no_update, rm, alimit; member in struct:i387_soft_struct
/external/v8/src/arm/
H A Dcode-stubs-arm.cc3329 Label no_update; local
3344 __ AllocateHeapNumber(r6, scratch0, scratch1, r5, &no_update);
3368 __ bind(&no_update);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc3459 Label no_update; local
3474 __ AllocateHeapNumber(t2, scratch0, scratch1, t1, &no_update);
3503 __ bind(&no_update);

Completed in 191 milliseconds