HomeSort by relevance Sort by last modified time
    Searched refs:likely (Results 176 - 200 of 516) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
block.go 21 // Likely direction for branches.
22 // If BranchLikely, Succs[0] is the most likely branch taken.
23 // If BranchUnlikely, Succs[1] is the most likely branch taken.
26 Likely BranchPrediction
124 switch b.Likely {
128 s += " (likely)"
195 b.Likely *= -1
  /external/elfutils/src/
ldgeneric.c 290 if (likely (list->status == not_opened))
307 while (likely (list != first));
348 if (likely (path->exist >= 0))
374 if (likely (fd != -1) || errno != ENOENT)
398 if (likely (fd != -1))
448 while (likely (err == ENOENT && path != firstp));
465 if (likely (fileinfo->fd != -1))
693 if (likely (!ld_state.muldefs))
733 if (likely (oldp->type == STT_FUNC))
751 if (likely (fileinfo->file_type == relocatable_file_type)
    [all...]
ldscript.y 146 if (likely (ld_state.entry == NULL))
155 if (likely (ld_state.pagesize == 0))
160 if (likely (ld_state.interp == NULL)
  /external/harfbuzz_ng/src/
hb-buffer.cc 148 if (likely (new_pos))
151 if (likely (new_info))
155 if (likely (!in_error))
158 return likely (!in_error);
650 if (likely (script != HB_SCRIPT_COMMON &&
    [all...]
hb-ot-shape.cc 284 if (likely (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&info[i])) &&
313 if (likely (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&info[i]))))
349 if (likely (codepoint == info[i].codepoint || !c->font->has_glyph (codepoint)))
716 if (likely (!c->fallback_positioning))
790 if (likely (!_hb_unsigned_int_mul_overflows (c->buffer->len, HB_BUFFER_MAX_EXPANSION_FACTOR)))
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_vbo_translate.c 72 if (likely(!vb->buffer))
263 if (likely(nE >= 2)) {
320 if (likely(nE >= 2)) {
377 if (likely(nE >= 2)) {
427 if (likely(nr)) {
  /external/libunwind/src/ia64/
Gscript.c 116 if (likely (caching == UNW_CACHE_GLOBAL))
145 if (likely (as->caching_policy == UNW_CACHE_GLOBAL))
540 if (likely (opc == IA64_INSN_MOVE_STACKED))
  /external/elfutils/libelf/
elf_compress.c 232 while (z.avail_in > 0 && likely (zrc == Z_OK))
243 if (likely (zrc == Z_OK))
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UScript.java 865 ULocale likely = ULocale.addLikelySubtags(locale); local
866 return getCodesFromLocale(likely);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UScript.java 1045 ULocale likely = ULocale.addLikelySubtags(locale); local
1046 return getCodesFromLocale(likely);
    [all...]
  /external/jemalloc/include/jemalloc/internal/
prof.h 449 if (likely(tdata->bytes_until_sample >= usize)) {
470 if (!prof_active || likely(prof_sample_accum_update(tsd, usize, update,
tcache.h 329 if (likely(!zero)) {
395 if (likely(!zero)) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_buffer_objects.c 53 if (likely(!brw->perf_debug) || !drm_intel_bo_busy(bo))
69 if (likely(!brw->perf_debug) || !drm_intel_bo_busy(bo))
558 /* Since we've emitted some blits to buffers that will (likely) be used
630 /* Since we've emitted some blits to buffers that will (likely) be used
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
init.go 103 a.Likely = 1
111 // this actually isn't likely, but code layout is better
113 b.Likely = 1
  /prebuilts/go/darwin-x86/src/math/rand/
example_test.go 26 "Most likely",
  /prebuilts/go/darwin-x86/src/reflect/
example_test.go 32 // Obtain the function value itself (likely nil) as a reflect.Value
  /prebuilts/go/darwin-x86/test/
nilptr.go 61 println(p[256<<20]) // very likely to be inside dummy, but should panic
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
init.go 103 a.Likely = 1
111 // this actually isn't likely, but code layout is better
113 b.Likely = 1
  /prebuilts/go/linux-x86/src/math/rand/
example_test.go 26 "Most likely",
  /prebuilts/go/linux-x86/src/reflect/
example_test.go 32 // Obtain the function value itself (likely nil) as a reflect.Value
  /prebuilts/go/linux-x86/test/
nilptr.go 61 println(p[256<<20]) // very likely to be inside dummy, but should panic
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
relax-swap2.d 2 #name: MIPS2 branch likely relaxation with swapping
  /development/ndk/platforms/android-9/arch-x86/include/asm/
uaccess_32.h 41 #define access_ok(type,addr,size) (likely(__range_ok(addr,size) == 0))
  /external/elfutils/libdw/
dwarf_begin_elf.c 182 if (likely (result != NULL)
fde.c 263 if (likely (fde != NULL))

Completed in 4939 milliseconds

1 2 3 4 5 6 78 91011>>