HomeSort by: relevance | last modified time | path
    Searched defs:start_loop (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libevent/dist/test/
test-fdleak.c 123 start_loop(void) function
250 start_loop();
  /src/external/bsd/ntp/dist/sntp/libevent/test/
test-fdleak.c 122 start_loop(void) function
249 start_loop();
  /src/external/gpl3/gcc/dist/gcc/
gimple-loop-interchange.cc 2007 class loop *start_loop = NULL, *innermost = loop; local
2012 while (loop->num != 0 && loop->inner == start_loop
2018 start_loop = loop;
2026 if (!start_loop || !start_loop->inner)
2031 start_loop = prepare_data_references (start_loop, datarefs);
2032 if (!start_loop
2041 start_loop = compute_access_strides (start_loop, innermost, *datarefs)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-loop-interchange.cc 2005 class loop *start_loop = NULL, *innermost = loop; local
2010 while (loop->num != 0 && loop->inner == start_loop
2016 start_loop = loop;
2024 if (!start_loop || !start_loop->inner)
2029 start_loop = prepare_data_references (start_loop, datarefs);
2030 if (!start_loop
2039 start_loop = compute_access_strides (start_loop, innermost, *datarefs)
    [all...]

Completed in 18 milliseconds