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/ |
D | range_run_impl.hpp | 22 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/ |
D | extent.c | 215 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/ |
D | ir3_rpt.c | 226 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/ |
D | extent_hooks.h | 50 static bool try_merge = true; variable 272 if (!try_merge) { in extent_merge_hook()
|
/external/trusty/lk/lib/heap/miniheap/ |
D | miniheap.c | 136 goto try_merge; in heap_insert_free_chunk() 144 try_merge: in heap_insert_free_chunk()
|
/external/e2fsprogs/lib/ext2fs/ |
D | fallocate.c | 211 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/ |
D | partition_search.c | 2589 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/ |
D | delete_c_library.patch | 96953 -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;
|