/external/kernel-headers/original/linux/ |
preempt.h | 43 if (unlikely(test_thread_flag(TIF_NEED_RESCHED))) \
|
audit.h | 476 if (unlikely(task->audit_context)) 483 if (unlikely(!audit_dummy_context())) 488 if (unlikely(current->audit_context)) { 497 if (unlikely(!audit_dummy_context())) 501 if (unlikely(!audit_dummy_context())) 506 if (unlikely(!audit_dummy_context())) 513 if (unlikely(!audit_dummy_context())) 519 if (unlikely(!audit_dummy_context())) 549 if (unlikely(!audit_dummy_context())) 554 if (unlikely(!audit_dummy_context()) [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/ |
d3d1x_private.h | 61 #define invalid(x) unlikely(x)
|
/external/harfbuzz_ng/src/ |
hb-ot-layout-gsub-table.hh | 94 if (unlikely (!c->extend_min (*this))) return TRACE_RETURN (false); 95 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return TRACE_RETURN (false); 156 if (unlikely (index >= substitute.len)) return TRACE_RETURN (false); 170 if (unlikely (!c->extend_min (*this))) return TRACE_RETURN (false); 171 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return TRACE_RETURN (false); 172 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return TRACE_RETURN (false); 201 if (unlikely (!c->extend_min (u.format))) return TRACE_RETURN (false); 273 if (unlikely (!substitute.len)) return TRACE_RETURN (false); 292 if (unlikely (!c->extend_min (*this))) return TRACE_RETURN (false); 293 if (unlikely (!substitute.serialize (c, glyphs, num_glyphs))) return TRACE_RETURN (false) [all...] |
hb-ot-shape-complex-arabic.cc | 67 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1800, 0x18AF))) 69 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1880, 0x1886))) 80 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xA840, 0xA872))) 82 if (unlikely (u == 0xA872)) 88 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x200C, 0x200D))) 220 if (unlikely (!arabic_plan)) 257 if (unlikely (this_type == JOINING_TYPE_T)) 269 if (unlikely (this_type == JOINING_TYPE_T)) { 290 if (unlikely (this_type == JOINING_TYPE_T)) 329 if (unlikely (!fallback_plan) [all...] |
hb-buffer.cc | 86 if (unlikely (in_error)) 94 if (unlikely (_hb_unsigned_int_mul_overflows (size, sizeof (info[0])))) 101 if (unlikely (_hb_unsigned_int_mul_overflows (new_allocated, sizeof (info[0])))) 108 if (unlikely (!new_pos || !new_info)) 128 if (unlikely (!ensure (out_len + num_out))) return false; 162 if (unlikely (hb_object_is_inert (this))) 174 if (unlikely (hb_object_is_inert (this))) 205 if (unlikely (!ensure (len + 1))) return; 220 if (unlikely (!ensure (len + 1))) return; 231 if (unlikely (hb_object_is_inert (this)) [all...] |
hb-utf-private.hh | 53 if (unlikely (!len || (unsigned int) (end - text) < len)) { 62 if (unlikely ((text[i] & 0xc0) != 0x80)) 90 if (unlikely (!len || (unsigned int) (end - text) != len)) { 124 if (unlikely (hb_in_range<hb_codepoint_t> (c, 0xd800, 0xdbff))) 148 if (unlikely (hb_in_range<hb_codepoint_t> (c, 0xdc00, 0xdfff)))
|
hb-graphite2.cc | 74 if (unlikely (!blob)) 79 if (unlikely (!p)) { 112 if (unlikely (!data)) 118 if (unlikely (!data->grface)) { 147 if (unlikely (!hb_graphite2_shaper_face_data_ensure (face))) return NULL; 164 if (unlikely (!hb_graphite2_shaper_face_data_ensure (font->face))) return NULL; 181 if (unlikely (!hb_graphite2_shaper_font_data_ensure (font))) return NULL; 268 if (unlikely (!seg)) { 274 if (unlikely (!glyph_count)) { 285 if (unlikely (buffer->in_error)) [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-buffer.cc | 86 if (unlikely (in_error)) 94 if (unlikely (_hb_unsigned_int_mul_overflows (size, sizeof (info[0])))) 101 if (unlikely (_hb_unsigned_int_mul_overflows (new_allocated, sizeof (info[0])))) 108 if (unlikely (!new_pos || !new_info)) 128 if (unlikely (!ensure (out_len + num_out))) return false; 146 if (unlikely (!ensure (len + count))) return false; 176 if (unlikely (hb_object_is_inert (this))) 188 if (unlikely (hb_object_is_inert (this))) 219 if (unlikely (!ensure (len + 1))) return; 234 if (unlikely (!ensure (len + 1))) return [all...] |
hb-ot-layout-gsub-table.hh | 94 if (unlikely (!c->extend_min (*this))) return TRACE_RETURN (false); 95 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return TRACE_RETURN (false); 156 if (unlikely (index >= substitute.len)) return TRACE_RETURN (false); 170 if (unlikely (!c->extend_min (*this))) return TRACE_RETURN (false); 171 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return TRACE_RETURN (false); 172 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return TRACE_RETURN (false); 201 if (unlikely (!c->extend_min (u.format))) return TRACE_RETURN (false); 273 if (unlikely (!substitute.len)) return TRACE_RETURN (false); 299 if (unlikely (!c->extend_min (*this))) return TRACE_RETURN (false); 300 if (unlikely (!substitute.serialize (c, glyphs, num_glyphs))) return TRACE_RETURN (false) [all...] |
hb-ot-shape-complex-arabic.cc | 67 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1800, 0x18AF))) 69 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x1880, 0x1886))) 80 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xA840, 0xA872))) 82 if (unlikely (u == 0xA872)) 88 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x200C, 0x200D))) 226 if (unlikely (!arabic_plan)) 263 if (unlikely (this_type == JOINING_TYPE_T)) 275 if (unlikely (this_type == JOINING_TYPE_T)) { 297 if (unlikely (this_type == JOINING_TYPE_T)) 347 if (unlikely (!fallback_plan) [all...] |
hb-utf-private.hh | 53 if (unlikely (!len || (unsigned int) (end - text) < len)) { 62 if (unlikely ((text[i] & 0xc0) != 0x80)) 90 if (unlikely (!len || (unsigned int) (end - text) != len)) { 124 if (unlikely (hb_in_range<hb_codepoint_t> (c, 0xd800, 0xdbff))) 148 if (unlikely (hb_in_range<hb_codepoint_t> (c, 0xdc00, 0xdfff)))
|
hb-graphite2.cc | 73 if (unlikely (!blob)) 78 if (unlikely (!p)) { 111 if (unlikely (!data)) 117 if (unlikely (!data->grface)) { 146 if (unlikely (!hb_graphite2_shaper_face_data_ensure (face))) return NULL; 163 if (unlikely (!hb_graphite2_shaper_face_data_ensure (font->face))) return NULL; 180 if (unlikely (!hb_graphite2_shaper_font_data_ensure (font))) return NULL; 262 if (unlikely (!seg)) { 268 if (unlikely (!glyph_count)) { 279 if (unlikely (buffer->in_error)) [all...] |
/external/chromium_org/third_party/bintrees/bintrees/ |
cwalker.c | 198 #define __Pyx_PySequence_GetSlice(obj, a, b) (unlikely(!(obj)) ? \ 202 #define __Pyx_PySequence_SetSlice(obj, a, b, value) (unlikely(!(obj)) ? \ 206 #define __Pyx_PySequence_DelSlice(obj, a, b) (unlikely(!(obj)) ? \ 321 #define unlikely(x) __builtin_expect(!!(x), 0) macro 324 #define unlikely(x) (x) macro 328 #define unlikely(x) (x) macro 574 if (unlikely(PyTuple_GET_SIZE(__pyx_args) > 0)) { 576 if (unlikely(__pyx_kwds) && unlikely(PyDict_Size(__pyx_kwds) > 0) && unlikely(!__Pyx_CheckKeywordStrings(__pyx_kwds, "__cinit__", 0))) return -1 [all...] |
qavltree.c | 198 #define __Pyx_PySequence_GetSlice(obj, a, b) (unlikely(!(obj)) ? \ 202 #define __Pyx_PySequence_SetSlice(obj, a, b, value) (unlikely(!(obj)) ? \ 206 #define __Pyx_PySequence_DelSlice(obj, a, b) (unlikely(!(obj)) ? \ 321 #define unlikely(x) __builtin_expect(!!(x), 0) macro 324 #define unlikely(x) (x) macro 328 #define unlikely(x) (x) macro 536 if (unlikely(i < 0) && likely(m->sq_length)) { 538 if (unlikely(l < 0)) return NULL; 709 if (unlikely(__pyx_kwds)) { 725 if (unlikely(kw_args > 0)) [all...] |
qbintree.c | 198 #define __Pyx_PySequence_GetSlice(obj, a, b) (unlikely(!(obj)) ? \ 202 #define __Pyx_PySequence_SetSlice(obj, a, b, value) (unlikely(!(obj)) ? \ 206 #define __Pyx_PySequence_DelSlice(obj, a, b) (unlikely(!(obj)) ? \ 321 #define unlikely(x) __builtin_expect(!!(x), 0) macro 324 #define unlikely(x) (x) macro 328 #define unlikely(x) (x) macro 536 if (unlikely(i < 0) && likely(m->sq_length)) { 538 if (unlikely(l < 0)) return NULL; 709 if (unlikely(__pyx_kwds)) { 725 if (unlikely(kw_args > 0)) [all...] |
/external/e2fsprogs/e2fsck/ |
crc32defs.h | 60 #define unlikely(x) __builtin_expect(!!(x), 0) macro 63 #define unlikely(x) (x) macro
|
/external/elfutils/libasm/ |
asm_addsleb128.c | 45 if (asmscn->type == SHT_NOBITS && unlikely (num != 0)) 51 if (unlikely (asmscn->ctx->textp))
|
asm_addstrz.c | 48 if (unlikely (asmscn->type == SHT_NOBITS)) 74 if (unlikely (asmscn->ctx->textp))
|
/external/elfutils/libelf/ |
elf32_getehdr.c | 73 if (unlikely (elf->kind != ELF_K_ELF)) 91 else if (unlikely (elf->class != ELFW(ELFCLASS,LIBELFBITS)))
|
elf32_newehdr.c | 74 if (unlikely (elf->kind != ELF_K_ELF)) 84 else if (unlikely (elf->class != ELFW(ELFCLASS,LIBELFBITS)))
|
elf_readall.c | 95 if (elf->map_address == NULL && unlikely (elf->fildes == -1)) 116 if (unlikely ((size_t) pread_retry (elf->fildes, mem,
|
elf_getshstrndx.c | 76 if (unlikely (elf->kind != ELF_K_ELF)) 95 if (unlikely (elf->state.elf.ehdr == NULL)) 110 if (unlikely (num == SHN_XINDEX)) 138 if (unlikely (pread_retry (elf->fildes, &shdr_mem, 176 if (unlikely (pread_retry (elf->fildes, &shdr_mem,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_push.c | 54 if (unlikely(nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS)) { 61 if (unlikely(ctx->need_vertex_id)) 133 if (unlikely(ctx->edgeflag.buffer >= 0) && likely(nr)) 144 if (unlikely(ctx->need_vertex_id) && likely(size)) 174 if (unlikely(ctx->edgeflag.buffer >= 0) && likely(nr)) 185 if (unlikely(ctx->need_vertex_id)) 215 if (unlikely(ctx->edgeflag.buffer >= 0) && likely(nr)) 226 if (unlikely(ctx->need_vertex_id)) 250 if (unlikely(ctx->edgeflag.buffer >= 0)) 259 if (unlikely(ctx->need_vertex_id) [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_push.c | 54 if (unlikely(nvc0->vertprog->vp.edgeflag < PIPE_MAX_ATTRIBS)) { 61 if (unlikely(ctx->need_vertex_id)) 133 if (unlikely(ctx->edgeflag.buffer >= 0) && likely(nr)) 144 if (unlikely(ctx->need_vertex_id) && likely(size)) 174 if (unlikely(ctx->edgeflag.buffer >= 0) && likely(nr)) 185 if (unlikely(ctx->need_vertex_id)) 215 if (unlikely(ctx->edgeflag.buffer >= 0) && likely(nr)) 226 if (unlikely(ctx->need_vertex_id)) 250 if (unlikely(ctx->edgeflag.buffer >= 0)) 259 if (unlikely(ctx->need_vertex_id) [all...] |