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

1 2 3 4 5 6 7 8910

  /external/mesa3d/src/gallium/auxiliary/translate/
translate_generic.c 642 if(likely(copy_size >= 0))
660 if(likely(tg->attrib[attr].copy_size >= 0))
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 156 are available in awk, and they are more likely to work correctly in
    [all...]
  /external/elfutils/src/libasm/
asm_end.c 383 if (likely (symscnndx != 0))
  /external/elfutils/src/libdw/
dwarf_getsrclines.c 384 if (likely (opcode >= opcode_base))
  /external/harfbuzz_ng/src/
hb-ot-shape.cc 308 if (likely (codepoint == info[i].codepoint))
hb-ot-layout-common-private.hh 509 if (likely (orig_offset.is_null ()))
    [all...]
hb-ot-layout.cc 855 if (likely (!lookup.is_reverse ()))
hb-uniscribe.cc 756 if (likely (c <= 0xFFFFu))
hb-ot-shape-complex-indic.cc     [all...]
  /external/libunwind/src/ppc64/
Gstep.c 67 we've most likely hit the top of the stack */
83 if (likely (!unw_is_signal_frame (cursor)))
110 likely hit the top of the stack */
133 following code will likely cause a seg fault or other crash
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_vbo.c 209 if (likely(vb->stride) || nv30->vbo_fifo)
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_query.c 455 if (likely(!negated)) {
nvc0_surface.c 302 if (likely(nouveau_bo_memtype(res->bo))) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texture.c 250 } else if (likely(mt)) {
802 * likely base level width/height/depth for a full mipmap stack
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 138 understands ``unicode`` (as in ``codecs.getwriter``) this is likely to
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 138 understands ``unicode`` (as in ``codecs.getwriter``) this is likely to
  /external/skia/tools/skpdiff/
diff_viewer.js 242 // Because the index of things has most likely changed, the ranges of shift clicking no
  /external/elfutils/src/src/
strip.c     [all...]
elfcmp.c 690 else if (likely (strcasecmp (arg, "match") == 0))
ld.c     [all...]
  /external/elfutils/src/libcpu/
i386_disasm.c 596 if (likely ((prefixes & has_addr16) != 0))
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_vbo.c 327 if (likely(vb->stride) || !(nv50->vbo_user & (1 << b)))
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ULocale.java 1398 ULocale likely = addLikelySubtags(this); local
    [all...]
  /external/v8/src/
array.js 90 // Only use the sparse variant on arrays that are likely to be sparse and the
153 // remaining elements are also likely to be numbers.
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c 726 if (likely(sel->current && sel->current->key == key)) {
    [all...]

Completed in 868 milliseconds

1 2 3 4 5 6 7 8910