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

1 2 3 4 5 6 78 910

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 25 * If you specify your own kind of tree nodes, you will likely have to
30 * You don't have to subclass CommonErrorNode; you will likely need to
  /external/elfutils/src/libelf/
elf32_getshdr.c 158 else if (likely (elf->fildes != -1))
elf_getdata.c 259 else if (likely (elf->fildes != -1))
  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 370 likely (version.major == 1) &&
hb-ot-shape-complex-arabic.cc 61 if (likely (j_type != JOINING_TYPE_X))
hb-ot-shape-complex-hangul.cc 400 if (likely (hangul_plan))
hb-ot-shape-complex-sea.cc 289 if (likely (!has_broken_syllables))
hb-ot-shape-complex-thai.cc 321 if (likely (!IS_SARA_AM (u))) {
hb-shape-plan.cc 69 if (likely (!shaper_list)) {
hb-ot-cmap-table.hh 502 likely (version == 0) &&
hb-ot-shape-complex-myanmar.cc 462 if (likely (!has_broken_syllables))
hb-coretext.cc 108 if (likely (provider))
629 if (likely (c <= 0xFFFFu))
    [all...]
  /external/jemalloc/include/jemalloc/internal/
prof.h 453 if (!prof_active_get_unlocked() || likely(prof_sample_accum_update(tsd,
  /external/libunwind/src/ppc32/
Gstep.c 66 we've most likely hit the top of the stack */
82 if (likely (!unw_is_signal_frame (cursor)))
109 likely hit the top of the stack */
132 following code will likely cause a seg fault or other crash
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_push.c 232 if (apply_bias && likely(!(nv50->vertex->instance_bufs & (1 << i))))
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_miptree.c 299 if (likely(bo_config.nvc0.memtype)) {
nvc0_shader_state.c 79 if (likely(prog->code_size))
nvc0_state_validate.c 80 if (likely(nouveau_bo_memtype(bo))) {
278 if (likely(vp == nvc0->vertprog))
281 if (likely(vp == nvc0->gmtyprog))
  /external/elfutils/src/libdwfl/
dwfl_segment_report_module.c 485 if (likely (build_id != NULL))
550 && likely (filesz_offset >= phoff + phnum * phentsize))
818 if (likely (mod != NULL) && build_id != NULL
  /external/jemalloc/src/
arena.c 549 if (likely(arena->chunk_alloc == chunk_alloc_default)) {
671 if (likely(chunk_dalloc == chunk_dalloc_default))
823 if (likely(chunk_alloc == chunk_alloc_default)) {
855 if (likely(chunk_dalloc == chunk_dalloc_default)) {
911 if (likely(chunk_dalloc == chunk_dalloc_default)) {
966 if (likely(chunk_alloc == chunk_alloc_default)) {
    [all...]
  /external/elfutils/src/src/
readelf.c 762 if (likely (dwfl != NULL))
917 if (likely (e_type <= ET_CORE))
    [all...]
  /external/lz4/lib/
lz4.c 134 #define likely(expr) expect((expr) != 0, 1) macro
398 while (likely(pIn<pInLimit-(STEPSIZE-1)))
    [all...]
  /external/mesa3d/src/glsl/
ralloc.c 125 if (likely(ptr != NULL))
  /external/strace/
vsprintf.c 24 #define likely(expr) (expr) macro
457 * number of characters read (or likely the delta where it wants
  /external/libunwind/src/dwarf/
Gparser.c 525 if (likely (caching == UNW_CACHE_GLOBAL))
547 if (likely (as->caching_policy == UNW_CACHE_GLOBAL))

Completed in 566 milliseconds

1 2 3 4 5 6 78 910