Home
last modified time | relevance | path

Searched refs:try_merge (Results 1 – 8 of 8) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/char_set/
Drange_run_impl.hpp22 try_merge(Run& run, Iterator iter, Range const& range) in try_merge() function
102 if (try_merge(run, iter-1, range)) in set()
109 if (iter == run.end() || !try_merge(run, iter, range)) in set()
/external/jemalloc_new/test/integration/
Dextent.c215 try_merge = false; in TEST_BEGIN()
221 try_split = try_merge = try_purge_lazy = try_purge_forced = true; in TEST_BEGIN()
/external/mesa3d/src/freedreno/ir3/
Dir3_rpt.c226 try_merge(struct ir3_instruction *instr, struct ir3_instruction *rpt, in try_merge() function
281 if (!try_merge(instr, rpt, rpt_n)) in merge_instr()
/external/jemalloc_new/test/include/test/
Dextent_hooks.h50 static bool try_merge = true; variable
272 if (!try_merge) { in extent_merge_hook()
/external/trusty/lk/lib/heap/miniheap/
Dminiheap.c136 goto try_merge; in heap_insert_free_chunk()
144 try_merge: in heap_insert_free_chunk()
/external/e2fsprogs/lib/ext2fs/
Dfallocate.c211 goto try_merge; in ext_falloc_helper()
219 goto try_merge; in ext_falloc_helper()
249 try_merge: in ext_falloc_helper()
/external/libaom/av1/encoder/
Dpartition_search.c2589 static void try_merge(AV1_COMP *const cpi, ThreadData *td, in try_merge() function
3077 try_merge(cpi, td, tile_data, mib, tp, mi_row, mi_col, bsize, pc_tree, in av1_nonrd_use_partition()
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch96953 -static bool try_merge = true;
97175 - if (!try_merge) {
99346 - try_merge = false;
99352 - try_split = try_merge = try_purge_lazy = try_purge_forced = true;