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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
uaccess_32.h 41 #define access_ok(type,addr,size) (likely(__range_ok(addr,size) == 0))
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
uaccess_32.h 41 #define access_ok(type,addr,size) (likely(__range_ok(addr,size) == 0))
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
uaccess_32.h 41 #define access_ok(type,addr,size) (likely(__range_ok(addr,size) == 0))
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
uaccess_32.h 41 #define access_ok(type,addr,size) (likely(__range_ok(addr,size) == 0))
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 565 if (likely (has_glyph_classes))
633 if (likely (!intersects_func (c->glyphs, values[i], intersects_data)))
690 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data)))
    [all...]
hb-coretext.cc 200 if (likely (c < 0x10000))
hb-old.cc 295 if (likely (c < 0x10000))
hb-ot-layout-gdef-table.hh 370 likely (version.major == 1) &&
hb-ot-shape-complex-sea.cc 286 if (likely (!has_broken_syllables))
hb-ot-shape-complex-thai.cc 321 if (likely (!IS_SARA_AM (u))) {
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 565 if (likely (has_glyph_classes))
633 if (likely (!intersects_func (c->glyphs, values[i], intersects_data)))
690 if (likely (!match_func (c->glyphs[i], input[i - 1], match_data)))
    [all...]
hb-coretext.cc 200 if (likely (c < 0x10000))
hb-old.cc 295 if (likely (c < 0x10000))
  /external/elfutils/src/
ar.c 689 if (likely (r == 0))
712 if (likely (r == 0))
1011 if (likely (to_copy != NULL))
    [all...]
strings.c 164 /* Determine the page size. We will likely need it a couple of times. */
425 if (likely (fname != NULL))
431 if (likely (locfmt != NULL))
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
results.js 96 // to be flakiness since that's more likely the test actually failing for a
  /external/chromium_org/v8/test/webkit/
date-constructor.js 70 // In Firefox, the results of the following tests are timezone-dependent, which likely implies that the implementation is not quite correct.
  /external/elfutils/libdwfl/
relocate.c 93 if (likely (refshdr->sh_addr != 0)
514 if (likely (result == DWFL_E_NOERROR))
  /external/skia/tools/skpdiff/
diff_viewer.js 108 // Because the index of things has most likely changed, the ranges of shift clicking no
  /build/core/combo/
TARGET_linux-x86.mk 256 $(info the Android Market. Also, it is likely that the image will fail the CTS tests)
  /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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_push.c 232 if (apply_bias && likely(!(nv50->vertex->instance_bufs & (1 << i))))
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_miptree.c 299 if (likely(bo_config.nvc0.memtype)) {
nvc0_shader_state.c 79 if (likely(prog->code_size))
  /external/elfutils/libelf/
elf32_getshdr.c 165 else if (likely (elf->fildes != -1))

Completed in 758 milliseconds

1 2 3 4 5 6 78 91011>>