OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unlikely
(Results
276 - 300
of
3101
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/elfutils/libelf/
elf32_getshdr.c
83
if (
unlikely
(ehdr->e_shoff >= elf->maximum_size)
84
||
unlikely
(elf->maximum_size - ehdr->e_shoff < size))
128
if (
unlikely
(notcvt == NULL))
177
if (
unlikely
((size_t) n != size))
233
if (
unlikely
(scn->elf->state.elf.ehdr == NULL))
239
if (
unlikely
(scn->elf->class != ELFW(ELFCLASS,LIBELFBITS)))
elf32_getehdr.c
50
if (
unlikely
(elf->kind != ELF_K_ELF))
68
else if (
unlikely
(elf->class != ELFW(ELFCLASS,LIBELFBITS)))
elf32_newehdr.c
52
if (
unlikely
(elf->kind != ELF_K_ELF))
62
else if (
unlikely
(elf->class != ELFW(ELFCLASS,LIBELFBITS)))
gelf_getehdr.c
51
if (
unlikely
(elf->kind != ELF_K_ELF))
63
if (
unlikely
(elf->state.elf64.ehdr == NULL))
/external/harfbuzz_ng/src/
hb-icu.cc
46
if (
unlikely
(script == USCRIPT_INVALID_CODE))
55
if (
unlikely
(script == HB_SCRIPT_INVALID))
59
if (
unlikely
(hb_icu_script_to_script ((UScriptCode) i) == script))
161
if (
unlikely
(U_FAILURE (status)))
304
if (
unlikely
(u_countChar32 (recomposed, len) != 1))
364
if (
unlikely
(!funcs))
hb-ot-post-table.hh
75
if (
unlikely
(!c->check_struct (this)))
107
if (
unlikely
(!offset))
137
if (
unlikely
(!count))
143
if (
unlikely
(!len))
149
if (
unlikely
(!gids))
152
if (
unlikely
(!gids))
hb-graphite2.cc
70
if (
unlikely
(!blob))
75
if (
unlikely
(!p)) {
108
if (
unlikely
(!data))
114
if (
unlikely
(!data->grface)) {
146
if (
unlikely
(!hb_graphite2_shaper_face_data_ensure (face))) return nullptr;
259
if (
unlikely
(!seg)) {
265
if (
unlikely
(!glyph_count)) {
277
if (
unlikely
(!buffer->ensure (buffer->allocated * 2)))
/external/jemalloc/include/jemalloc/internal/
rtree.h
138
if (
unlikely
(key == 0))
183
if (!dependent &&
unlikely
(!rtree_node_valid(child)))
225
if (!dependent &&
unlikely
(!rtree_node_valid(subtree)))
237
if (!dependent &&
unlikely
(!rtree_node_valid(subtree)))
258
if (!dependent &&
unlikely
(!rtree_node_valid(node))) \
267
if (!dependent &&
unlikely
(!rtree_node_valid(node))) \
/art/libartbase/base/
bit_vector-inl.h
54
if (
UNLIKELY
(word_index == storage_size_)) {
62
if (
UNLIKELY
(word_index == storage_size_)) {
/art/runtime/gc/space/
bump_pointer_space-inl.h
59
if (
UNLIKELY
(usable_size != nullptr)) {
74
if (
UNLIKELY
(new_end > growth_end_)) {
/art/runtime/mirror/
field.cc
59
if (
UNLIKELY
(declaring_class->IsProxyClass())) {
72
if (
UNLIKELY
(art_field == nullptr)) {
/art/runtime/native/
java_lang_reflect_Array.cc
56
if (
UNLIKELY
(length < 0)) {
64
if (
UNLIKELY
(array_class == nullptr)) {
/device/google/contexthub/firmware/os/inc/
util.h
41
#define
unlikely
(x) (x)
macro
54
if (
UNLIKELY
(n == 0))
/external/e2fsprogs/lib/ext2fs/
crc32c_defs.h
55
#define
unlikely
(x) __builtin_expect(!!(x), 0)
macro
58
#define
unlikely
(x) (x)
macro
/external/elfutils/libasm/
asm_addsleb128.c
46
if (asmscn->type == SHT_NOBITS &&
unlikely
(num != 0))
52
if (
unlikely
(asmscn->ctx->textp))
asm_adduleb128.c
46
if (asmscn->type == SHT_NOBITS &&
unlikely
(num != 0))
52
if (
unlikely
(asmscn->ctx->textp))
/external/elfutils/libdw/
dwarf_formstring.c
53
if (
unlikely
(dbg_ret == NULL))
60
if (
unlikely
(attrp->form != DW_FORM_strp
/external/elfutils/libdwfl/
dwfl_getmodules.c
67
if (
unlikely
((size_t) offset - 1 > dwfl->lookup_elts))
71
if (
unlikely
(m == NULL))
/art/runtime/interpreter/
interpreter_switch_impl.cc
55
if (
UNLIKELY
(_is_exception_pending)) { \
70
if (
UNLIKELY
(instrumentation->HasDexPcListeners()) && \
71
UNLIKELY
(!DoDexPcMoveEvent(self, \
87
if (
UNLIKELY
(instrumentation->HasBranchListeners())) { \
113
if (
UNLIKELY
(self->ObserveAsyncException())) { \
152
if (
UNLIKELY
(self->IsExceptionPending())) {
159
if (
UNLIKELY
(!thr.IsNull())) {
182
if (
UNLIKELY
(instrumentation->HasMethodExitListeners())) {
186
if (
UNLIKELY
(frame.NeedsNotifyPop() && instrumentation->HasWatchedFramePopListeners())) {
190
if (
UNLIKELY
(had_event))
[
all
...]
/art/runtime/
jni_env_ext-inl.h
30
if (
UNLIKELY
(ref == nullptr)) {
verify_object-inl.h
28
if (
UNLIKELY
(c == nullptr)) {
verify_object.cc
41
if (
UNLIKELY
(failed)) {
/art/test/657-branches/src/
Main.java
25
// 4) At code generation, we are in the
unlikely
situation that a diamond shape
/art/test/938-load-transform-bcp/src-ex/
TestMain.java
24
// OptionalLong is a class that is
unlikely
to be used by the time this test starts.
/cts/tests/tests/webkit/res/values/
preloaded_fonts.xml
24
<!-- Give the preloaded font list resource an ID that's
unlikely
to be
Completed in 565 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>