Home
last modified time | relevance | path

Searched refs:__builtin_expect (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvCompiler.h87 #define __builtin_expect(x, expected_value) (x) macro
88 #define likely(x) __builtin_expect((x),1)
89 #define unlikely(x) __builtin_expect((x),0)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dlibio.h426 # define _IO_BE(expr, res) __builtin_expect ((expr), res)
511 (__builtin_expect (&_IO_stdin_used == NULL, 0))
H A Dpthread.h643 if (__builtin_expect (not_first_call, 0)) \
678 if (__builtin_expect (not_first_call, 0)) \
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsOS.h242 #define MSOS_BRANCH_PREDICTION_LIKELY(x) __builtin_expect(!!(x), 1)
243 #define MSOS_BRANCH_PREDICTION_UNLIKELY(x) __builtin_expect(!!(x), 0)
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c2409 #define RTCHECK(e) __builtin_expect(e, 1)
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2985 #define RTCHECK(e) __builtin_expect(e, 1)
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt80786 #define MSOS_BRANCH_PREDICTION_LIKELY(x) __builtin_expect(!!(x), 1)
80787 #define MSOS_BRANCH_PREDICTION_UNLIKELY(x) __builtin_expect(!!(x), 0)