HomeSort by relevance Sort by last modified time
    Searched refs:likely (Results 76 - 100 of 404) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/elfutils/libdw/
memory-access.h 46 const size_t pointer_len = likely (addr < end) ? end - addr : 0;
47 return likely (type_len <= pointer_len) ? type_len : pointer_len;
69 if (likely ((__b & 0x80) == 0)) \
116 if (likely ((__b & 0x80) == 0)) \
  /external/elfutils/libdwfl/
derelocate.c 82 if (likely (mod->reloc_info != NULL))
154 if (likely (tscn != NULL))
213 if (likely (tscn != NULL))
422 if (likely (result == DWFL_E_NOERROR))
dwfl_build_id_find_debuginfo.c 111 else if (likely (__libdwfl_find_build_id (mod, false,
  /external/harfbuzz_ng/src/
hb-ot-maxp-table.hh 94 return_trace (likely (version.major == 0 && version.minor == 0x5000u));
hb-ot-var-hvar-table.hh 110 likely (version.major == 1) &&
hb-ot-cff-common.hh 88 return_trace (likely ((count.sanitize (c) && count == 0) || /* empty INDEX */
201 if (likely ((offset_at (index + 1) >= offset_at (index)) &&
215 if (likely (index < count))
260 if (likely (index < CFFIndex<COUNT>::count))
593 return_trace (likely (c->check_struct (this) && (first < c->get_num_glyphs ()) && (fd < fdcount)));
654 return_trace (likely (c->check_struct (this) && (format == 0 || format == 3) &&
hb-ot-shape-normalize.cc 134 if (likely (b)) {
152 if (likely (b)) {
249 if (likely (buffer->idx < end)) {
hb-cff1-interp-cs.hh 54 if (likely (!processed_width && (SUPER::argStack.get_count () > 0)))
hb-kern.hh 84 if (likely (!kern))
hb-ot-cff2-table.hh 58 return_trace (likely (c->check_struct (this) && (format == 0 || format == 3 || format == 4) &&
118 return_trace (likely (c->check_struct (this)) && c->check_range (&varStore, size) && varStore.sanitize (c));
290 if (likely (!seen_vsindex))
417 likely (version.major == 2));
hb-ot-layout-jstf-table.hh 217 likely (version.major == 1) &&
  /external/mesa3d/src/gallium/drivers/swr/
swr_fence.cpp 103 if (likely(ptr)) {
  /external/virglrenderer/src/gallium/auxiliary/util/
u_prim.h 136 return (likely(prim < PIPE_PRIM_MAX)) ? &prim_table[prim] : NULL;
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
LanguageTest.java 112 String likely = likelyMap.get(language); local
113 if (likely != null) {
114 script = parser.set(likely).getScript();
118 errln("Language without likely script:\t" + base + "\t"
159 String likely = likelyMap.get("und_" + script); local
160 if (likely == null) {
163 errln("Script without likely language:\t" + script + "\t"
  /external/u-boot/drivers/usb/gadget/
pxa25x_udc.c 422 if (likely(req->req.status == -EINPROGRESS))
460 while (likely(count--))
487 if (likely(req->req.length != req->req.actual)
625 if (likely(udccs & UDCCS_BO_RNE)) {
635 while (likely(count-- != 0)) {
824 if (likely(req && ep->desc))
829 if (likely(req != NULL))
1251 if (likely((udccs0 & (UDCCS0_OPR|UDCCS0_SA|UDCCS0_RNE))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_context.h 87 #ifndef likely
89 #define likely(expr) (__builtin_expect(expr, 1)) macro
92 #define likely(expr) (expr) macro
  /external/u-boot/include/linux/
compiler.h 133 # ifndef likely
134 # define likely(x) (__builtin_constant_p(x) ? !!(x) : __branch_check__(x, 1)) macro
165 # define likely(x) __builtin_expect(!!(x), 1) macro
  /external/boringssl/src/util/fipstools/delocate/testdata/x86_64-Basic/
in.s 2 # copy-and-pasted bits of compiler output and likely does not actually
  /external/elfutils/libelf/
elf_begin.c 151 if (likely (map_address != NULL) && e_ident[EI_DATA] == MY_ELFDATA
163 if (likely (map_address != NULL))
210 if (likely (map_address != NULL) && e_ident[EI_DATA] == MY_ELFDATA
220 if (likely (map_address != NULL))
394 if (likely (elf->state.elf32.shdr[cnt].sh_offset < maxsize)
395 && likely (elf->state.elf32.shdr[cnt].sh_size
491 if (likely (elf->state.elf64.shdr[cnt].sh_offset < maxsize)
492 && likely (elf->state.elf64.shdr[cnt].sh_size
889 else if (likely (isdigit (ar_hdr->ar_name[1])))
    [all...]
  /external/elfutils/src/
size.c 237 else if (likely (strcmp (arg, "sysv") == 0))
278 if (likely (elf != NULL))
292 else if (likely (elf_kind (elf) == ELF_K_AR))
367 else if (likely (elf_kind (subelf) == ELF_K_AR))
  /external/jemalloc_new/include/jemalloc/internal/
tsd_generic.h 153 if (likely(&wrapper->val != val)) {
tsd_win.h 135 if (likely(&wrapper->val != val)) {
  /external/jemalloc_new/src/
jemalloc_cpp.cpp 79 if (likely(ptr != nullptr))
  /external/mesa3d/src/compiler/glsl/
lower_vector_insert.cpp 63 if (likely(expr->operation != ir_triop_vector_insert))
  /external/mesa3d/src/gallium/auxiliary/util/
u_prim.h 136 return (likely(prim < PIPE_PRIM_MAX)) ? &prim_table[prim] : NULL;

Completed in 887 milliseconds

1 2 34 5 6 7 8 91011>>