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

  /external/dtc/tests/
sw_tree1.c 38 } alloc_mode; variable in typeref:enum:__anon19009
42 switch (alloc_mode) {
95 alloc_mode = FIXED;
99 alloc_mode = REALLOC;
102 alloc_mode = REALLOC;
109 alloc_mode = FIXED;
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiled_cpu_function.cc 24 AllocMode alloc_mode)
34 if (alloc_mode == AllocMode::ARGS_RESULTS_PROFILES_AND_TEMPS) {
xla_compiled_cpu_function.h 103 AllocMode alloc_mode = AllocMode::ARGS_RESULTS_PROFILES_AND_TEMPS);
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
instr-a2xx.h 242 uint8_t alloc_mode : 1; member in struct:PACKED
disasm-a2xx.c 547 if (cf->alloc.alloc_mode) // ???
548 printf(" ALLOC_MODE");
  /external/v8/src/heap/
spaces.cc     [all...]
spaces.h     [all...]

Completed in 262 milliseconds