OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unlikely
(Results
1 - 25
of
2432
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/linux-tools-perf/src/tools/perf/util/include/asm/
bug.h
8
if (
unlikely
(__ret_warn_on)) \
10
unlikely
(__ret_warn_on); \
17
if (
unlikely
(__ret_warn_once)) \
20
unlikely
(__ret_warn_once); \
/development/tools/yuv420sp2rgb/
debug.h
7
#define
unlikely
(expr) __builtin_expect (expr, 0)
macro
13
if (
unlikely
(cond)) { \
22
if (
unlikely
(!(x))) { \
33
if (
unlikely
(cond)) { \
83
if(
unlikely
(verbose_flag)) \
/art/compiler/dwarf/
debug_frame_opcode_writer.h
47
if (
UNLIKELY
(enabled_)) {
84
if (
UNLIKELY
(enabled_)) {
98
if (
UNLIKELY
(enabled_)) {
110
if (
UNLIKELY
(enabled_)) {
116
if (
UNLIKELY
(enabled_)) {
138
if (
UNLIKELY
(enabled_)) {
150
if (
UNLIKELY
(enabled_)) {
158
if (
UNLIKELY
(enabled_)) {
167
if (
UNLIKELY
(enabled_)) {
176
if (
UNLIKELY
(enabled_))
[
all
...]
/external/harfbuzz_ng/src/
hb-set-private.hh
159
if (
unlikely
(hb_object_is_inert (this)))
172
if (
unlikely
(in_error)) return;
173
if (
unlikely
(g == INVALID)) return;
174
if (
unlikely
(g > MAX_G)) return;
179
if (
unlikely
(in_error)) return;
186
if (
unlikely
(in_error)) return;
187
if (
unlikely
(g > MAX_G)) return;
192
if (
unlikely
(in_error)) return;
199
if (
unlikely
(g > MAX_G)) return false;
205
if (
unlikely
(first > MAX_G)) return false
[
all
...]
/art/runtime/
indirect_reference_table-inl.h
34
if (
UNLIKELY
(iref == nullptr)) {
38
if (
UNLIKELY
(GetIndirectRefKind(iref) == kHandleScopeOrInvalid)) {
45
if (
UNLIKELY
(idx >= topIndex)) {
51
if (
UNLIKELY
(table_[idx].GetReference()->IsNull())) {
56
if (
UNLIKELY
(!CheckEntry("use", iref, idx))) {
65
if (
UNLIKELY
(checkRef != iref)) {
/external/elfutils/src/libelf/
gelf_update_auxv.c
52
if (
unlikely
(ndx < 0))
58
if (
unlikely
(data_scn->d.d_type != ELF_T_AUXV))
74
if (
unlikely
(src->a_type > 0xffffffffll)
75
||
unlikely
(src->a_un.a_val > 0xffffffffull))
82
if (
unlikely
((ndx + 1) * sizeof (Elf32_auxv_t) > data_scn->d.d_size))
96
if (
unlikely
((ndx + 1) * sizeof (Elf64_auxv_t) > data_scn->d.d_size))
gelf_update_rela.c
50
if (
unlikely
(data_scn->d.d_type != ELF_T_RELA))
66
if (
unlikely
(src->r_offset > 0xffffffffull)
67
||
unlikely
(GELF_R_SYM (src->r_info) > 0xffffff)
68
||
unlikely
(GELF_R_TYPE (src->r_info) > 0xff)
69
||
unlikely
(src->r_addend < -0x80000000ll)
70
||
unlikely
(src->r_addend > 0x7fffffffll))
gelf_update_shdr.c
63
if (
unlikely
(src->sh_flags > 0xffffffffull)
64
||
unlikely
(src->sh_addr > 0xffffffffull)
65
||
unlikely
(src->sh_offset > 0xffffffffull)
66
||
unlikely
(src->sh_size > 0xffffffffull)
67
||
unlikely
(src->sh_addralign > 0xffffffffull)
68
||
unlikely
(src->sh_entsize > 0xffffffffull))
/external/jemalloc/include/jemalloc/internal/
valgrind.h
17
if (
unlikely
(in_valgrind)) \
21
if (
unlikely
(in_valgrind)) \
25
if (
unlikely
(in_valgrind)) \
34
if (
unlikely
(in_valgrind && cond)) \
40
if (
unlikely
(in_valgrind)) { \
76
if (
unlikely
(in_valgrind)) \
/external/mesa3d/src/mapi/mapi/
u_compiler.h
44
# define
unlikely
(x) __builtin_expect(!!(x), 0)
macro
47
# define
unlikely
(x) (x)
macro
/development/ndk/platforms/android-3/include/linux/
err.h
21
#define IS_ERR_VALUE(x)
unlikely
((x) >= (unsigned long)-MAX_ERRNO)
/external/elfutils/src/libdw/
dwarf_getsrclines.c
98
if (
unlikely
(linep + 4 > lineendp))
107
if (
unlikely
(unit_length == DWARF3_LENGTH_64_BIT))
109
if (
unlikely
(linep + 8 > lineendp))
116
if (
unlikely
(unit_length > (size_t) (lineendp - linep)
123
if (
unlikely
(version < 2) ||
unlikely
(version > 4))
144
if (
unlikely
(lineendp - linep < 5))
147
if (
unlikely
(max_ops_per_instr == 0))
167
if (
unlikely
(lineendp - linep < opcode_base - 1))
226
if (
unlikely
(linep >= lineendp)
[
all
...]
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/x32/
crtbegin.o
crtbeginS.o
crtbeginT.o
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/x32/
crtbegin.o
crtbeginS.o
crtbeginT.o
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
err.h
21
#define IS_ERR_VALUE(x)
unlikely
((x) >= (unsigned long)-MAX_ERRNO)
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
err.h
21
#define IS_ERR_VALUE(x)
unlikely
((x) >= (unsigned long)-MAX_ERRNO)
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
err.h
21
#define IS_ERR_VALUE(x)
unlikely
((x) >= (unsigned long)-MAX_ERRNO)
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
err.h
21
#define IS_ERR_VALUE(x)
unlikely
((x) >= (unsigned long)-MAX_ERRNO)
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
err.h
21
#define IS_ERR_VALUE(x)
unlikely
((x) >= (unsigned long)-MAX_ERRNO)
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
err.h
21
#define IS_ERR_VALUE(x)
unlikely
((x) >= (unsigned long)-MAX_ERRNO)
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
err.h
21
#define IS_ERR_VALUE(x)
unlikely
((x) >= (unsigned long)-MAX_ERRNO)
Completed in 315 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>