Home
last modified time | relevance | path

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

/openbmc/linux/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.h125 #define LIKELY(x) (__builtin_expect((x), 1)) macro
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/
H A D0001-Fix-build-issues-with-latest-Clang.patch233 - if (LIKELY(Dispatcher::template inherits(from)))
234 + if (LIKELY(Dispatcher::template inherits<>(from)))
/openbmc/linux/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()
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def19 LIKELY, /* NAME */
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S6258 #--THE MOST LIKELY CASE, |X| IN [1/16, 16). WE USE TABLE TECHNIQUE