| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | vmx_ops.h | 26 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6001) == 0x2000, in vmcs_check16() 28 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6001) == 0x2001, in vmcs_check16() 30 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x4000, in vmcs_check16() 32 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x6000, in vmcs_check16() 38 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0, in vmcs_check32() 40 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x6000, in vmcs_check32() 46 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0, in vmcs_check64() 48 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6001) == 0x2001, in vmcs_check64() 50 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x4000, in vmcs_check64() 52 BUILD_BUG_ON_MSG(__builtin_constant_p(field) && ((field) & 0x6000) == 0x6000, in vmcs_check64() [all …]
|
| /OK3568_Linux_fs/kernel/include/asm-generic/bitops/ |
| H A D | const_hweight.h | 26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w)) 27 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w)) 28 #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) 29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) 34 #define HWEIGHT8(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w)) 35 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w)) 36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w)) 37 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w))
|
| /OK3568_Linux_fs/kernel/tools/include/asm-generic/bitops/ |
| H A D | const_hweight.h | 26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w)) 27 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w)) 28 #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) 29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) 34 #define HWEIGHT8(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w)) 35 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w)) 36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w)) 37 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w))
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | average.h | 34 BUILD_BUG_ON(!__builtin_constant_p(_precision)); \ 35 BUILD_BUG_ON(!__builtin_constant_p(_weight_rcp)); \ 47 BUILD_BUG_ON(!__builtin_constant_p(_precision)); \ 48 BUILD_BUG_ON(!__builtin_constant_p(_weight_rcp)); \ 60 BUILD_BUG_ON(!__builtin_constant_p(_precision)); \ 61 BUILD_BUG_ON(!__builtin_constant_p(_weight_rcp)); \
|
| H A D | log2.h | 79 __builtin_constant_p(n) ? ( \ 158 __builtin_constant_p(n) ? \ 175 __builtin_constant_p(n) ? ( \ 192 __builtin_constant_p(n) ? ( \ 218 __builtin_constant_p(n) ? ( \ 251 __builtin_constant_p(n) ? ( \
|
| H A D | siphash.h | 57 if (__builtin_constant_p(len) && len == 4) in ___siphash_aligned() 59 if (__builtin_constant_p(len) && len == 8) in ___siphash_aligned() 61 if (__builtin_constant_p(len) && len == 16) in ___siphash_aligned() 64 if (__builtin_constant_p(len) && len == 24) in ___siphash_aligned() 67 if (__builtin_constant_p(len) && len == 32) in ___siphash_aligned() 109 if (__builtin_constant_p(len) && len == 4) in ___hsiphash_aligned() 111 if (__builtin_constant_p(len) && len == 8) in ___hsiphash_aligned() 114 if (__builtin_constant_p(len) && len == 12) in ___hsiphash_aligned() 117 if (__builtin_constant_p(len) && len == 16) in ___hsiphash_aligned()
|
| H A D | string.h | 296 if (__builtin_constant_p(size) && p_size < size) in strncpy() 320 (__builtin_constant_p(p[p_size - 1]) && p[p_size - 1] == '\0')) in strlen() 350 if (__builtin_constant_p(len) && len >= p_size) in strlcpy() 380 if (__builtin_constant_p(size) && p_size < size) in memset() 391 if (__builtin_constant_p(size)) { in memcpy() 406 if (__builtin_constant_p(size)) { in memmove() 421 if (__builtin_constant_p(size) && p_size < size) in memscan() 432 if (__builtin_constant_p(size)) { in memcmp() 446 if (__builtin_constant_p(size) && p_size < size) in memchr() 457 if (__builtin_constant_p(size) && p_size < size) in memchr_inv() [all …]
|
| H A D | bitrev.h | 77 __builtin_constant_p(__x) ? \ 85 __builtin_constant_p(__x) ? \ 93 __builtin_constant_p(__x) ? \ 101 __builtin_constant_p(__x) ? \
|
| H A D | bitmap.h | 241 (__builtin_constant_p(nbits) && (nbits) <= BITS_PER_LONG && (nbits) > 0) 346 if (__builtin_constant_p(nbits & BITMAP_MEM_MASK) && in bitmap_equal() 416 if (__builtin_constant_p(nbits) && nbits == 1) in bitmap_set() 418 else if (__builtin_constant_p(start & BITMAP_MEM_MASK) && in bitmap_set() 420 __builtin_constant_p(nbits & BITMAP_MEM_MASK) && in bitmap_set() 430 if (__builtin_constant_p(nbits) && nbits == 1) in bitmap_clear() 432 else if (__builtin_constant_p(start & BITMAP_MEM_MASK) && in bitmap_clear() 434 __builtin_constant_p(nbits & BITMAP_MEM_MASK) && in bitmap_clear()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | stdio.h | 148 (__extension__ ((__builtin_constant_p (size) && __builtin_constant_p (n) \ 164 : (((__builtin_constant_p (size) && (size_t) (size) == 0) \ 165 || (__builtin_constant_p (n) && (size_t) (n) == 0)) \ 172 (__extension__ ((__builtin_constant_p (size) && __builtin_constant_p (n) \ 184 : (((__builtin_constant_p (size) && (size_t) (size) == 0) \ 185 || (__builtin_constant_p (n) && (size_t) (n) == 0)) \
|
| H A D | unistd.h | 40 if (!__builtin_constant_p (__nbytes)) in read() 83 if (!__builtin_constant_p (__nbytes)) in pread() 99 if (!__builtin_constant_p (__nbytes)) in pread() 118 if (!__builtin_constant_p (__nbytes)) in pread64() 154 if (!__builtin_constant_p (__len)) in __NTH() 189 if (!__builtin_constant_p (__len)) in __NTH() 217 if (!__builtin_constant_p (__size)) in __NTH() 259 if (!__builtin_constant_p (__len)) in __NTH() 285 if (!__builtin_constant_p (__size) || __size < 0) in __NTH() 312 if (!__builtin_constant_p (__buflen)) in __NTH() [all …]
|
| H A D | fcntl2.h | 46 if (__builtin_constant_p (__oflag)) in open() 78 if (__builtin_constant_p (__oflag)) in open64() 122 if (__builtin_constant_p (__oflag)) in openat() 156 if (__builtin_constant_p (__oflag)) in openat64()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | stdio.h | 148 (__extension__ ((__builtin_constant_p (size) && __builtin_constant_p (n) \ 164 : (((__builtin_constant_p (size) && (size_t) (size) == 0) \ 165 || (__builtin_constant_p (n) && (size_t) (n) == 0)) \ 172 (__extension__ ((__builtin_constant_p (size) && __builtin_constant_p (n) \ 184 : (((__builtin_constant_p (size) && (size_t) (size) == 0) \ 185 || (__builtin_constant_p (n) && (size_t) (n) == 0)) \
|
| H A D | unistd.h | 40 if (!__builtin_constant_p (__nbytes)) in read() 83 if (!__builtin_constant_p (__nbytes)) in pread() 99 if (!__builtin_constant_p (__nbytes)) in pread() 118 if (!__builtin_constant_p (__nbytes)) in pread64() 154 if (!__builtin_constant_p (__len)) in __NTH() 189 if (!__builtin_constant_p (__len)) in __NTH() 217 if (!__builtin_constant_p (__size)) in __NTH() 259 if (!__builtin_constant_p (__len)) in __NTH() 285 if (!__builtin_constant_p (__size) || __size < 0) in __NTH() 312 if (!__builtin_constant_p (__buflen)) in __NTH() [all …]
|
| H A D | fcntl2.h | 46 if (__builtin_constant_p (__oflag)) in open() 78 if (__builtin_constant_p (__oflag)) in open64() 122 if (__builtin_constant_p (__oflag)) in openat() 156 if (__builtin_constant_p (__oflag)) in openat64()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | bitops.h | 100 if ((MIPS_ISA_REV >= 2) && __builtin_constant_p(bit) && (bit >= 16)) { in set_bit() 128 if ((MIPS_ISA_REV >= 2) && __builtin_constant_p(bit)) { in clear_bit() 235 } else if ((MIPS_ISA_REV >= 2) && __builtin_constant_p(nr)) { in test_and_clear_bit() 313 if (BITS_PER_LONG == 32 && !__builtin_constant_p(word) && in __fls() 314 __builtin_constant_p(cpu_has_clo_clz) && cpu_has_clo_clz) { in __fls() 326 if (BITS_PER_LONG == 64 && !__builtin_constant_p(word) && in __fls() 327 __builtin_constant_p(cpu_has_mips64) && cpu_has_mips64) { in __fls() 391 if (!__builtin_constant_p(x) && in fls() 392 __builtin_constant_p(cpu_has_clo_clz) && cpu_has_clo_clz) { in fls()
|
| H A D | timex.h | 56 if (__builtin_constant_p(cpu_has_counter) && !cpu_has_counter) in can_use_mips_counter() 58 else if (__builtin_constant_p(cpu_has_mips_r) && cpu_has_mips_r) in can_use_mips_counter() 60 else if (likely(!__builtin_constant_p(cpu_has_mips_r) && comp)) in can_use_mips_counter() 63 if (!__builtin_constant_p(cpu_has_counter)) in can_use_mips_counter()
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | bpf_endian.h | 81 (__builtin_constant_p(x) ? \ 84 (__builtin_constant_p(x) ? \ 87 (__builtin_constant_p(x) ? \ 90 (__builtin_constant_p(x) ? \ 93 (__builtin_constant_p(x) ? \ 96 (__builtin_constant_p(x) ? \
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | log2.h | 87 __builtin_constant_p(n) ? ( \ 167 __builtin_constant_p(n) ? ( \ 184 __builtin_constant_p(n) ? ( \ 210 __builtin_constant_p(n) ? ( \
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | swab.h | 105 (__builtin_constant_p((__u16)(x)) ? \ 118 (__builtin_constant_p((__u32)(x)) ? \ 131 (__builtin_constant_p((__u64)(x)) ? \ 152 (__builtin_constant_p((__u32)(x)) ? \ 163 (__builtin_constant_p((__u32)(x)) ? \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | swab.h | 104 (__builtin_constant_p((__u16)(x)) ? \ 117 (__builtin_constant_p((__u32)(x)) ? \ 130 (__builtin_constant_p((__u64)(x)) ? \ 142 (__builtin_constant_p((__u32)(x)) ? \ 153 (__builtin_constant_p((__u32)(x)) ? \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | swab.h | 104 (__builtin_constant_p((__u16)(x)) ? \ 117 (__builtin_constant_p((__u32)(x)) ? \ 130 (__builtin_constant_p((__u64)(x)) ? \ 142 (__builtin_constant_p((__u32)(x)) ? \ 153 (__builtin_constant_p((__u32)(x)) ? \
|
| /OK3568_Linux_fs/kernel/arch/h8300/include/asm/ |
| H A D | bitops.h | 47 if (__builtin_constant_p(nr)) { \ 70 if (__builtin_constant_p(nr)) { in test_bit() 97 if (__builtin_constant_p(nr)) { \ 128 if (__builtin_constant_p(nr)) { \
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | sfp-machine.h | 218 if (__builtin_constant_p (bh) && (bh) == 0) \ 221 else if (__builtin_constant_p (bh) && (bh) == ~(USItype) 0) \ 241 if (__builtin_constant_p (ah) && (ah) == 0) \ 244 else if (__builtin_constant_p (ah) && (ah) == ~(USItype) 0) \ 247 else if (__builtin_constant_p (bh) && (bh) == 0) \ 250 else if (__builtin_constant_p (bh) && (bh) == ~(USItype) 0) \
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | delay.h | 22 if (__builtin_constant_p(loops) && loops < 2) in __delay() 49 if (__builtin_constant_p(usec) && usec >= __MAX_UDELAY) in udelay() 69 if (__builtin_constant_p(nsec) && nsec >= __MAX_NDELAY) in ndelay()
|