Home
last modified time | relevance | path

Searched refs:LIKELY (Results 1 - 8 of 8) sorted by relevance

/kernel/uniproton/src/include/uapi/
H A Dprt_typedef.h83 #ifndef LIKELY
84 #define LIKELY(x) __builtin_expect(!!(x), 1) macro
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dentropy_common.c108 if (LIKELY(ip <= iend-7)) { in FSE_readNCount_body()
137 if (LIKELY(ip <= iend-7) || (ip + (bitCount>>3) <= iend-4)) { in FSE_readNCount_body()
186 if (LIKELY(ip <= iend-7) || (ip + (bitCount>>3) <= iend-4)) { in FSE_readNCount_body()
H A Dcompiler.h122 * If you can remove a LIKELY/UNLIKELY annotation without speed changes in gcc
125 #define LIKELY(x) (__builtin_expect((x), 1)) macro
/kernel/uniproton/src/core/kernel/sys/
H A Dprt_sys.c44 if (LIKELY(OS_SYS_TASK_STATUS(uniFlag))) { in OsCurThreadTypeNoIntLock()
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress_block.c1024 if (LIKELY(sequence.offset >= WILDCOPY_VECLEN)) { in ZSTD_execSequence()
1115 if (LIKELY(sequence.offset >= WILDCOPY_VECLEN)) { in ZSTD_execSequenceSplitLitBuffer()
1198 if (LIKELY(ofBits > 1)) {
1220 if (LIKELY((ofBits == 0))) {
H A Dhuf_decompress.c1331 endSignal = (U32)LIKELY((U32) in HUF_decompress4X2_usingDTable_internal_body()
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dfplsp.S6258 #--THE MOST LIKELY CASE, |X| IN [1/16, 16). WE USE TABLE TECHNIQUE
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S6258 #--THE MOST LIKELY CASE, |X| IN [1/16, 16). WE USE TABLE TECHNIQUE

Completed in 29 milliseconds