HomeSort by relevance Sort by last modified time
    Searched refs:first_run (Results 1 - 5 of 5) sorted by null

  /external/libxml2/
testOOM.c 247 int ret, status, first_run; local
255 first_run = p->verif_buff == NULL;
258 if (first_run)
293 if (! first_run) {
309 if (first_run)
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
meminit_utils.c 25 static uint8_t first_run = 0; variable
903 first_run = 1;
1088 HteMemOp(address, first_run, rcvn?0:1);
1089 first_run = 0;
    [all...]
meminit.c 1318 uint8_t first_run = 0; local
1342 uint8_t first_run = 0; local
    [all...]
  /art/runtime/
mem_map.cc 837 bool first_run = true; local
873 if (first_run) {
876 first_run = false;
    [all...]
  /external/dlmalloc/
malloc.c 3103 int first_run = 0; local
    [all...]

Completed in 230 milliseconds