Home
last modified time | relevance | path

Searched refs:no_update (Results 1 – 7 of 7) sorted by relevance

/external/iproute2/misc/
Drtacct.c39 int no_update; variable
450 no_update = 1; in main()
541 if (!ignore_history || !no_update) { in main()
569 no_update ? MAP_PRIVATE : MAP_SHARED, in main()
Dnstat.c41 int no_update; variable
579 no_update = 1; in main()
656 if (!ignore_history || !no_update) { in main()
743 if (!no_update) { in main()
Difstat.c44 int no_update; variable
841 no_update = 1; in main()
942 if (!ignore_history || !no_update) { in main()
1027 if (!no_update) { in main()
/external/wpa_supplicant_8/hostapd/
Dhlr_auc_gw.c524 goto no_update; in update_milenage_file()
535 goto no_update; in update_milenage_file()
548 no_update: in update_milenage_file()
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h1383 void StoreIntoObjectFilter(Register object, Register value, Label* no_update);
1388 Label* no_update);
Dassembler_arm.cc1696 Label* no_update) { in StoreIntoObjectFilterNoSmi() argument
1706 b(no_update, EQ); in StoreIntoObjectFilterNoSmi()
1713 Label* no_update) { in StoreIntoObjectFilter() argument
1720 b(no_update, EQ); in StoreIntoObjectFilter()
/external/toolchain-utils/
Dgenerate-waterfall-reports.py841 if not options.no_update: