Home
last modified time | relevance | path

Searched refs:alloc_mode (Results 1 – 12 of 12) sorted by relevance

/external/dtc/tests/
Dsw_tree1.c38 } alloc_mode; variable
42 switch (alloc_mode) { in realloc_fdt()
95 alloc_mode = FIXED; in main()
99 alloc_mode = REALLOC; in main()
102 alloc_mode = REALLOC; in main()
109 alloc_mode = FIXED; in main()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiled_cpu_function.cc23 AllocMode alloc_mode) in XlaCompiledCpuFunction() argument
35 alloc_mode == AllocMode::ARGS_RESULTS_PROFILES_AND_TEMPS; in XlaCompiledCpuFunction()
Dxla_compiled_cpu_function.h117 AllocMode alloc_mode = AllocMode::ARGS_RESULTS_PROFILES_AND_TEMPS);
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_get_victim/
Dformat12 field:int alloc_mode; offset:20; size:4; signed:1;
20 … "Foreground GC" }, { BG_GC, "Background GC" }), __print_symbolic(REC->alloc_mode, { LFS, "LFS-mod…
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dinstr-a2xx.h242 uint8_t alloc_mode : 1; member
Ddisasm-a2xx.c547 if (cf->alloc.alloc_mode) // ??? in print_cf_alloc()
/external/tensorflow/tensorflow/compiler/aot/
Dcodegen_test_h.golden94 MyClass(AllocMode alloc_mode = AllocMode::ARGS_RESULTS_PROFILES_AND_TEMPS)
95 : XlaCompiledCpuFunction(StaticData(), alloc_mode) {}
/external/perfetto/protos/perfetto/trace/ftrace/
Df2fs.proto48 optional int32 alloc_mode = 4; field
/external/syzkaller/sys/linux/
Dfilesystem.txt561 alloc_mode_def stringnoz["alloc_mode=default"]
562 alloc_mode_reuse stringnoz["alloc_mode=reuse"]
/external/v8/src/heap/
Dspaces.cc1177 template <MemoryAllocator::AllocationMode alloc_mode, typename SpaceType> in AllocateChunk()
1181 if (alloc_mode == kPooled) { in AllocateChunk()
Dspaces.h1385 template <MemoryAllocator::AllocationMode alloc_mode = kRegular,
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto1367 optional int32 alloc_mode = 4; field