/external/harfbuzz_ng/src/ |
D | hb-ot-stat-table.hh | 65 return_trace (likely (c->check_struct (this))); in sanitize() 88 return_trace (likely (c->check_struct (this))); in sanitize() 115 return_trace (likely (c->check_struct (this))); in sanitize() 140 return_trace (likely (c->check_struct (this))); in sanitize() 157 return_trace (likely (c->check_struct (this))); in sanitize() 186 case 1: return_trace (likely (u.format1.sanitize (c))); in sanitize() 187 case 2: return_trace (likely (u.format2.sanitize (c))); in sanitize() 188 case 3: return_trace (likely (u.format3.sanitize (c))); in sanitize() 189 case 4: return_trace (likely (u.format4.sanitize (c))); in sanitize() 212 return_trace (likely (c->check_struct (this))); in sanitize() [all …]
|
D | hb-ot-layout-base-table.hh | 52 return_trace (likely (c->check_struct (this))); in sanitize() 102 return_trace (likely (c->check_struct (this) && in sanitize() 167 if (likely (min)) *min = &(this+minCoord); in get_min_max() 168 if (likely (max)) *max = &(this+maxCoord); in get_min_max() 174 return_trace (likely (c->check_struct (this) && in sanitize() 211 if (likely (min)) *min = &(this+minCoord); in get_min_max() 212 if (likely (max)) *max = &(this+maxCoord); in get_min_max() 219 return_trace (likely (c->check_struct (this) && in sanitize() 253 return_trace (likely (c->check_struct (this) && in sanitize() 289 return_trace (likely (c->check_struct (this) && in sanitize() [all …]
|
D | hb-aat-layout-just-table.hh | 51 return_trace (likely (c->check_struct (this))); in sanitize() 68 return_trace (likely (c->check_struct (this))); in sanitize() 115 return_trace (likely (c->check_struct (this))); in sanitize() 140 return_trace (likely (c->check_struct (this))); in sanitize() 166 return_trace (likely (c->check_struct (this))); in sanitize() 297 return_trace (likely (c->check_struct (this))); in sanitize() 334 return_trace (likely (c->check_struct (this) && in sanitize() 353 return_trace (likely (c->check_struct (this) && in sanitize() 391 return_trace (likely (c->check_struct (this) && in sanitize()
|
D | hb-utf.hh | 56 if (likely (text < end && in next() 68 if (likely (1 < end - text && in next() 83 if (likely (2 < end - text && in next() 118 if (likely (next (text, end, unicode, replacement) == end)) in prev() 194 if (likely (!hb_in_range<hb_codepoint_t> (c, 0xD800u, 0xDFFFu))) in next() 200 if (likely (c <= 0xDBFFu && text < end)) in next() 204 if (likely (hb_in_range<hb_codepoint_t> (l, 0xDC00u, 0xDFFFu))) in next() 226 if (likely (!hb_in_range<hb_codepoint_t> (c, 0xD800u, 0xDFFFu))) in prev() 232 if (likely (c >= 0xDC00u && start < text)) in prev() 236 if (likely (hb_in_range<hb_codepoint_t> (h, 0xD800u, 0xDBFFu))) in prev()
|
D | hb-aat-layout-bsln-table.hh | 45 return_trace (likely (c->check_struct (this))); in sanitize() 63 return_trace (likely (c->check_struct (this) && in sanitize() 81 return_trace (likely (c->check_struct (this))); in sanitize()
|
D | hb-cff-interp-common.hh | 319 if (likely (str && (i < len))) in operator []() 386 if (likely (!in_error () && (offset <= str.len) && (offset + count <= str.len))) in inc() 436 if (likely (count < elements.len)) in push() 444 if (likely (count < elements.len)) in push() 455 if (likely (count > 0)) in pop() 466 if (likely (count >= n)) in pop() 474 if (likely (count > 0)) in peek() 485 if (likely (count < elements.len)) in unpop() 719 if (likely ((OpCode_OneByteIntFirst <= op) && (op <= OpCode_OneByteIntLast))) in process_op()
|
/external/libunwind/src/x86_64/ |
D | Gtrace.c | 92 if (likely(frames != NULL)) in trace_cache_buckets() 183 if (likely (pthread_once != NULL)) in trace_cache_get() 245 if (likely(dwarf_put (d, d->loc[UNW_X86_64_RIP], rip) >= 0) in trace_init_addr() 246 && likely(dwarf_put (d, d->loc[UNW_X86_64_RBP], rbp) >= 0) in trace_init_addr() 247 && likely(dwarf_put (d, d->loc[UNW_X86_64_RSP], rsp) >= 0) in trace_init_addr() 248 && likely((ret = unw_step (cursor)) >= 0)) in trace_init_addr() 296 if (likely(addr == rip)) in trace_lookup() 303 if (likely(! addr)) in trace_lookup() 482 if (likely(ret >= 0) && likely(f->rbp_cfa_offset != -1)) in tdep_trace() 496 if (likely(ret >= 0)) in tdep_trace() [all …]
|
/external/elfutils/libdw/ |
D | cfi.c | 51 if (likely (copy != NULL)) in duplicate_frame_state() 114 if (likely (ok)) break; \ in execute_cfi() 161 if (likely (!read_encoded_value (cache, cie->fde_encoding, in execute_cfi() 307 if (unlikely (abi_cfi) && likely (opcode == DW_CFA_restore)) in execute_cfi() 419 if (likely (result == DWARF_E_NOERROR)) in execute_cfi() 432 if (likely (cie->initial_state != NULL)) in cie_cache_initial_state() 451 if (likely (cache->ebl != (void *) -1l) in cie_cache_initial_state() 478 && likely (result == DWARF_E_NOERROR)) in cie_cache_initial_state() 484 if (likely (result == DWARF_E_NOERROR)) in cie_cache_initial_state() 501 if (likely (result == DWARF_E_NOERROR)) in __libdw_frame_at_address() [all …]
|
/external/clang/test/SemaObjC/ |
D | warn-retain-cycle.m | 12 …^{ [x actNow]; }]; // expected-warning {{capturing 'x' strongly in this block is likely to lead to… 14 …^{ [x actNow]; }; // expected-warning {{capturing 'x' strongly in this block is likely to lead to … 17 …^{ [x actNow]; }]; // expected-warning {{capturing 'x' strongly in this block is likely to lead to… 31 …ctNow; }; // expected-warning {{capturing 'x' strongly in this block is likely to lead to a retai… 74 …ner; }; // expected-warning {{capturing 'self' strongly in this block is likely to lead to a retai… 94 …test2_helper(x); // expected-warning {{capturing 'self' strongly in this block is likely to lead t… 126 …doSomething(count); // expected-warning {{capturing 'self' strongly in this block is likely to lea… 149 …b1(); // expected-warning{{capturing 'b1' strongly in this block is likely to lead to a retain cyc… 154 …b2(); // expected-warning{{capturing 'b2' strongly in this block is likely to lead to a retain cyc… 170 …[obj actNow]; // expected-warning{{capturing 'obj' strongly in this block is likely to lead to a r… [all …]
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateAliases.java | 60 Map<String, String> likely = new TreeMap<String, String>(); in Builder() local 64 likely.put(max, getDefaultContents(max)); in Builder() 67 addToLikely(likely); in Builder() 70 addToLikely(likely); in Builder() 72 addToLikely(likely); in Builder() 75 for (Entry<String, String> small2large : likely.entrySet()) { in Builder() 107 private void addToLikely(Map<String, String> likely) { in addToLikely() argument 114 likely.put(partial, target); in addToLikely()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | tail-dup-break-cfg.ll | 33 br i1 %tagbit1eq0, label %test2, label %body1, !prof !1 ; %test2 more likely 43 br i1 %tagbit2eq0, label %exit, label %body2, !prof !1 ; %exit more likely 72 br i1 %tagbit1eq0, label %test2, label %body1, !prof !1 ; %test2 more likely 82 br i1 %tagbit2eq0, label %body2, label %exit, !prof !3 ; %body2 more likely 116 br i1 %tagbit1eq0, label %v, label %bb, !prof !2 ; %v very much more likely 120 br i1 %tagbit2eq0, label %succ, label %c, !prof !3 ; %succ more likely 128 br i1 %tagbit3eq0, label %ret, label %v, !prof !1 ; %u more likely
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | LikelySubtagsTest.java | 35 static final Map<String, String> likely = SUPPLEMENTAL_DATA_INFO field in LikelySubtagsTest 38 SUPPLEMENTAL_DATA_INFO, likely); 62 for (Entry<String, String> entry : likely.entrySet()) { in Tags() 252 for (Entry<String, String> entry : likely.entrySet()) { in TestStability() 322 String likelyExpansion = likely.get(language); in TestMissingInfoForLanguage() 326 logln("Likely subtags for " + language + ":\t " + likely); in TestMissingInfoForLanguage() 341 String likelyExpansion = likely.get("und_" + region); in TestMissingInfoForRegion() 347 likely); in TestMissingInfoForRegion() 359 logln("Likely subtags for region: " + region + ":\t " + likely); in TestMissingInfoForRegion() 387 String likelyExpansion = likely.get(undScript); in TestMissingInfoForScript()
|
/external/libunwind/include/ |
D | compiler.h | 51 # define likely(x) __builtin_expect ((x), 1) macro 54 # define likely(x) (x) macro 68 # define likely(x) (x) macro
|
/external/icu/icu4c/source/common/ |
D | uscript.cpp | 101 char likely[ULOC_FULLNAME_CAPACITY]; in uscript_getCode() local 129 likely, UPRV_LENGTHOF(likely), &internalErrorCode); in uscript_getCode() 131 length = getCodesFromLocale(likely, fillIn, capacity, err); in uscript_getCode()
|
/external/jemalloc/include/jemalloc/internal/ |
D | arena.h | 1081 if (likely(prof_interval == 0)) in arena_prof_accum_locked() 1092 if (likely(prof_interval == 0)) in arena_prof_accum() 1220 if (likely(interval <= ((sizeof(interval_invs) / sizeof(size_t)) in arena_run_regind() 1245 if (likely(chunk != ptr)) { in arena_prof_tctx_get() 1249 if (likely((mapbits & CHUNK_MAP_LARGE) == 0)) in arena_prof_tctx_get() 1272 if (likely(chunk != ptr)) { in arena_prof_tctx_set() 1309 if (likely(chunk != ptr)) { in arena_prof_tctx_reset() 1358 if (likely(tcache != NULL)) { in arena_malloc() 1359 if (likely(size <= SMALL_MAXCLASS)) { in arena_malloc() 1363 if (likely(size <= tcache_maxclass)) { in arena_malloc() [all …]
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | arena_inlines_b.h | 92 if (likely(tcache != NULL)) { in arena_malloc() 93 if (likely(size <= SMALL_MAXCLASS)) { in arena_malloc() 97 if (likely(size <= tcache_maxclass)) { in arena_malloc() 180 if (likely(slab)) { in arena_dalloc_no_tcache() 222 if (likely(slab)) { in arena_dalloc() 277 if (likely(slab)) { in arena_sdalloc_no_tcache() 334 if (likely(slab)) { in arena_sdalloc()
|
/external/elfutils/libelf/ |
D | elf_strptr.c | 186 if (likely (validate_str (strscn->zdata_base, offset, sh_size))) in elf_strptr() 191 else if (likely (strscn->data_list_rear == NULL)) in elf_strptr() 204 if (likely (validate_str (strscn->rawdata_base, offset, sh_size))) in elf_strptr() 221 if (likely (validate_str ((char *) dl->data.d.d_buf, in elf_strptr()
|
D | elf_flagshdr.c | 54 if (likely (cmd == ELF_C_SET)) in elf_flagshdr() 56 else if (likely (cmd == ELF_C_CLR)) in elf_flagshdr()
|
D | elf_flagscn.c | 54 if (likely (cmd == ELF_C_SET)) in elf_flagscn() 56 else if (likely (cmd == ELF_C_CLR)) in elf_flagscn()
|
D | elf_flagphdr.c | 54 if (likely (cmd == ELF_C_SET)) in elf_flagphdr() 56 else if (likely (cmd == ELF_C_CLR)) in elf_flagphdr()
|
D | elf_flagelf.c | 54 if (likely (cmd == ELF_C_SET)) in elf_flagelf() 57 else if (likely (cmd == ELF_C_CLR)) in elf_flagelf()
|
D | elf_flagdata.c | 57 if (likely (cmd == ELF_C_SET)) in elf_flagdata() 59 else if (likely (cmd == ELF_C_CLR)) in elf_flagdata()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_compiler.h | 222 #ifndef likely 224 # define likely(x) __builtin_expect(!!(x), 1) macro 227 # define likely(x) (x) macro
|
/external/llvm/docs/ |
D | BranchWeightMetadata.rst | 87 comparison value. If it is equal to 1 (true), the condition is likely to be 88 true, in other case condition is likely to be false. For example: 93 // This block is likely to be taken. 101 case is assumed to be likely taken. 109 case 5: // This case is likely to be taken.
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LanguageTagCanonicalizer.java | 22 private final LikelySubtags likely; field in LanguageTagCanonicalizer 34 likely = favorRegion ? LIKELY_FAVOR_REGION : LIKELY_FAVOR_SCRIPT; in LanguageTagCanonicalizer() 69 String likelyMin = likely.minimize(result); in transform() 118 String max = likely.maximize(x.toString()); in getReplacement()
|