Searched defs:likely (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Du_compiler.h41 #ifndef likely
43 # define likely(x) __builtin_expect(!!(x), 1) macro
46 # define likely(x) (x) macro
/external/e2fsprogs/lib/ext2fs/
H A Dcrc32c_defs.h46 #define likely(x) __builtin_expect(!!(x), 1) macro
49 #define likely(x) (x) macro
/external/mesa3d/src/mapi/mapi/
H A Du_compiler.h41 #ifndef likely
43 # define likely(x) __builtin_expect(!!(x), 1) macro
46 # define likely(x) (x) macro
/external/oprofile/module/
H A Dcompat.h49 #ifndef likely
51 #define likely(a) __builtin_expect((a), 1) macro
53 #define likely(a) (a) macro
/external/e2fsprogs/e2fsck/
H A Dcrc32defs.h59 #define likely(x) __builtin_expect(!!(x), 1) macro
62 #define likely(x) (x) macro
/external/libunwind/include/
H A Dcompiler.h51 # define likely(x) __builtin_expect ((x), 1) macro
54 # define likely(x) (x) macro
68 # define likely(x) (x) macro
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_compiler.h273 * is either likely to be true, or unlikely to be true.
283 * If these macros are used, the CPU is more likely to correctly predict
287 * In light of this, it is also a good idea to mark as "likely" a path
288 * which is not necessarily always more likely, but that will benefit much
304 #ifndef likely
306 # define likely(x) __builtin_expect(!!(x), 1) macro
309 # define likely(x) (x) macro
/external/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h273 * is either likely to be true, or unlikely to be true.
283 * If these macros are used, the CPU is more likely to correctly predict
287 * In light of this, it is also a good idea to mark as "likely" a path
288 * which is not necessarily always more likely, but that will benefit much
304 #ifndef likely
306 # define likely(x) __builtin_expect(!!(x), 1) macro
309 # define likely(x) (x) macro
/external/elfutils/0.153/lib/
H A Deu-config.h136 # define likely(e) debugpred__ (e,1) macro
139 #ifndef likely
141 # define likely(expr) __builtin_expect (!!(expr), 1) macro
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcompiler.h181 #ifndef likely
183 # define likely(x) __builtin_expect(!!(x), 1) macro
186 # define likely(x) (x) macro
/external/mesa3d/src/mesa/main/
H A Dcompiler.h181 #ifndef likely
183 # define likely(x) __builtin_expect(!!(x), 1) macro
186 # define likely(x) (x) macro
/external/qemu/include/qemu/
H A Dosdep.h36 #ifndef likely
41 #define likely(x) __builtin_expect(!!(x), 1) macro
/external/strace/
H A Dvsprintf.c24 #define likely(expr) (expr) macro
457 * number of characters read (or likely the delta where it wants
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-private.hh62 #define likely(expr) (__builtin_expect (_HB_BOOLEAN_EXPR(expr), 1)) macro
65 #define likely(expr) (expr) macro
282 return likely (number) ? (sizeof (unsigned int) * 8 - __builtin_clz (number)) : 0;
298 return likely (number) ? __builtin_ctz (number) : 0;
346 if (likely (len < allocated))
359 if (likely (!overflows)) {
472 if (likely (item))
513 if (likely (item))
862 * is unsable on some platforms and unused types are less likely
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_context.h100 #ifndef likely
102 #define likely(expr) (__builtin_expect(expr, 1)) macro
105 #define likely(expr) (expr) macro
/external/harfbuzz_ng/src/
H A Dhb-private.hh62 #define likely(expr) (__builtin_expect (_HB_BOOLEAN_EXPR(expr), 1)) macro
65 #define likely(expr) (expr) macro
243 return likely (number) ? (sizeof (unsigned int) * 8 - __builtin_clz (number)) : 0;
259 return likely (number) ? __builtin_ctz (number) : 0;
307 if (likely (len < allocated))
320 if (likely (!overflows)) {
433 if (likely (item))
474 if (likely (item))
814 * is unsable on some platforms and unused types are less likely
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_context.h100 #ifndef likely
102 #define likely(expr) (__builtin_expect(expr, 1)) macro
105 #define likely(expr) (expr) macro
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.c121 #define __Pyx_PyUnicode_READY(op) (likely(PyUnicode_IS_READY(op)) ? \
200 (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_GetSlice(obj, a, b)) : \
204 (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_SetSlice(obj, a, b, value)) : \
208 (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_DelSlice(obj, a, b)) : \
320 #define likely(x) __builtin_expect(!!(x), 1) macro
323 #define likely(x) (x) macro
327 #define likely(x) (x) macro
3255 if (likely(PyInt_Check(x))) {
3265 if (likely(PyLong_Check(x))) {
3290 if (likely(PyInt_Chec
[all...]
H A Dqavltree.c121 #define __Pyx_PyUnicode_READY(op) (likely(PyUnicode_IS_READY(op)) ? \
200 (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_GetSlice(obj, a, b)) : \
204 (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_SetSlice(obj, a, b, value)) : \
208 (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_DelSlice(obj, a, b)) : \
320 #define likely(x) __builtin_expect(!!(x), 1) macro
323 #define likely(x) (x) macro
327 #define likely(x) (x) macro
478 if (likely((0 <= i) & (i < PyList_GET_SIZE(o)))) {
498 if (likely((0 <= i) & (i < PyTuple_GET_SIZE(o)))) {
519 Py_ssize_t n = (likely(
[all...]
H A Dqbintree.c121 #define __Pyx_PyUnicode_READY(op) (likely(PyUnicode_IS_READY(op)) ? \
200 (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_GetSlice(obj, a, b)) : \
204 (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_SetSlice(obj, a, b, value)) : \
208 (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_DelSlice(obj, a, b)) : \
320 #define likely(x) __builtin_expect(!!(x), 1) macro
323 #define likely(x) (x) macro
327 #define likely(x) (x) macro
478 if (likely((0 <= i) & (i < PyList_GET_SIZE(o)))) {
498 if (likely((0 <= i) & (i < PyTuple_GET_SIZE(o)))) {
519 Py_ssize_t n = (likely(
[all...]
H A Dqrbtree.c121 #define __Pyx_PyUnicode_READY(op) (likely(PyUnicode_IS_READY(op)) ? \
200 (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_GetSlice(obj, a, b)) : \
204 (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_SetSlice(obj, a, b, value)) : \
208 (likely((obj)->ob_type->tp_as_mapping) ? (PySequence_DelSlice(obj, a, b)) : \
320 #define likely(x) __builtin_expect(!!(x), 1) macro
323 #define likely(x) (x) macro
327 #define likely(x) (x) macro
478 if (likely((0 <= i) & (i < PyList_GET_SIZE(o)))) {
498 if (likely((0 <= i) & (i < PyTuple_GET_SIZE(o)))) {
519 Py_ssize_t n = (likely(
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h290 ** expression that is usually false. Macro likely() surrounds
295 # define likely(X) __builtin_expect((X),1) macro
298 # define likely(X) !!(X) macro
2280 #define OPFLAG_APPEND 0x08 /* This is likely to be an append */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c530 ** expression that is usually false. Macro likely() surrounds
535 # define likely(X) __builtin_expect((X),1) macro
538 # define likely(X) !!(X) macro
2226 ** is running then bad things will likely happen.
4307 ** SQLITE_TRANSIENT value means that the content will likely change in
5492 ** out to disk and so if any I/O errors occur, they will likely occur
6095 ** [SQLITE_DBSTATUS_LOOKASIDE_USED | SQLITE_DBSTATUS_*] macros is likely
8772 ** anybody smart enough to figure out the code is also likely smart
8839 ** windows and unix. I'm guessing that isn't likely to happen, but by
10625 #define OPFLAG_APPEND 0x08 /* This is likely t
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c2104 ** is running then bad things will likely happen.
4450 ** SQLITE_TRANSIENT value means that the content will likely change in
5514 ** to read or write the estimatedRows field are undefined (but are likely
5805 ** out to disk and so if any I/O errors occur, they will likely occur
6419 ** [SQLITE_DBSTATUS options] is likely
8088 ** expression that is usually false. Macro likely() surrounds
8093 #define likely(X) (X) macro
10082 ** anybody smart enough to figure out the code is also likely smart
10149 ** windows and unix. I'm guessing that isn't likely to happen, but by
12033 #define OPFLAG_APPEND 0x08 /* This is likely t
[all...]
/external/sqlite/dist/
H A Dsqlite3.c2104 ** is running then bad things will likely happen.
4450 ** SQLITE_TRANSIENT value means that the content will likely change in
5514 ** to read or write the estimatedRows field are undefined (but are likely
5805 ** out to disk and so if any I/O errors occur, they will likely occur
6419 ** [SQLITE_DBSTATUS options] is likely
8088 ** expression that is usually false. Macro likely() surrounds
8093 #define likely(X) (X) macro
10082 ** anybody smart enough to figure out the code is also likely smart
10149 ** windows and unix. I'm guessing that isn't likely to happen, but by
12033 #define OPFLAG_APPEND 0x08 /* This is likely t
[all...]

Completed in 5076 milliseconds