Searched refs:unlikely (Results 1 - 25 of 25) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/ufs/chfs/
H A Ddebug.h57 #define unlikely(x) __builtin_expect ((x), 0) macro
68 if (unlikely(!(expr))) { \
H A Dchfs_readinode.c709 if (unlikely(!fd->size))
713 if (unlikely(!newfrag))
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/utils/
H A Dradiotap.c29 #define unlikely(cond) (cond) macro
104 if (unlikely(iterator->bitmap_shifter & (1<<IEEE80211_RADIOTAP_EXT))) {
266 if (unlikely((iterator->arg_index & 31) == 0)) {
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Ddarwin-ldouble.c59 #define unlikely(x) __builtin_expect ((x), 0) macro
61 #define nonfinite(a) unlikely (! isless (fabs (a), inf ()))
150 if (unlikely (t == 0) /* Preserve -0. */
179 if (unlikely (t == 0) /* Preserve -0. */
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dlv/ns5/
H A Dnamed.conf20 * Choose a keyname that is unlikely to clash with any real key names.
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/common/
H A Dcommon.h41 # define unlikely(expr) __builtin_expect(expr, false) macro
44 # define unlikely(expr) (expr) macro
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/lz/
H A Dlz_decoder.h180 return unlikely(*len != 0);
189 if (unlikely(dict->pos == dict->limit))
H A Dlz_encoder_mf.c156 if (unlikely(mf->read_pos + mf->offset == UINT32_MAX))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Ddarwin-ldouble.c55 #define unlikely(x) __builtin_expect ((x), 0) macro
57 #define nonfinite(a) unlikely (! isless (fabs (a), inf ()))
155 if (unlikely (t == 0) /* Preserve -0. */
188 if (unlikely (t == 0) /* Preserve -0. */
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/rangecoder/
H A Drange_decoder.h84 if (unlikely(rc_in_pos == in_size)) { \
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/powerpc32/
H A Ddiveby3.asm33 C We avoid the slow subfe instruction and instead rely on an extremely unlikely
67 bgt- cr7, L(adj) C very unlikely branch
/netbsd-6-1-5-RELEASE/tests/util/make/
H A Dd_cond1.mk68 A=unlikely
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_decoder.c352 if (unlikely(no_eopm && dict.pos == dict.limit))
473 if (unlikely(dict_put(&dict, symbol))) {
669 if (unlikely(!dict_is_distance_valid(&dict, rep0))) {
686 if (unlikely(!dict_is_distance_valid(&dict, 0))) {
705 if (unlikely(dict_put(&dict, dict_get(
778 if (unlikely(dict_repeat(&dict, rep0, &len))) {
H A Dlzma_encoder.c410 if (unlikely(mf->action == LZMA_SYNC_FLUSH))
/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_osdep.h263 if (unlikely((condition)!=0)) { \
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/ev6/
H A Dadd_n.asm51 C data, so that a pure zero result is unlikely. so we penalize the unlikely
H A Dsub_n.asm51 C data, so that a pure zero result is unlikely. so we penalize the unlikely
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/cris/
H A Dmulsi3.asm91 ;; so that argument doesn't really hold anymore, and it's unlikely there
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/cris/
H A Dmulsi3.asm68 ;; so that argument doesn't really hold anymore, and it's unlikely there
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/ia64/
H A Dgcd_1.asm69 C iterations, and the iterations are data dependent so it's unlikely past
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/scripttempl/
H A Delf.sc437 ${RELOCATING+*(.text.unlikely .text.*_unlikely)}
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
H A Ddivrem_1.asm440 C unlikely proposition.
/netbsd-6-1-5-RELEASE/gnu/dist/autoconf/config/
H A Dtexinfo.tex844 % seems unlikely it will ever be needed there.
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/build-aux/
H A Dtexinfo.tex1063 % seems unlikely it will ever be needed there.
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c536 ** The macro unlikely() is a hint that surrounds a boolean
543 # define unlikely(X) __builtin_expect((X),0) macro
546 # define unlikely(X) !!(X) macro
9046 #define PGHDR_REUSE_UNLIKELY 0x010 /* A hint that reuse is unlikely */
[all...]

Completed in 649 milliseconds