Home
last modified time | relevance | path

Searched refs:SIZEOF_INT (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/package/lzop/
H A D0001-build-with-gcc6.patch18 - ACCCHK_ASSERT((1 << (8*SIZEOF_INT-1)) < 0)
19 + ACCCHK_ASSERT((int)(1u << (8*SIZEOF_INT-1)) < 0)
21 ACCCHK_ASSERT((1u << (8*SIZEOF_INT-1)) > 0)
32 #elif !(ACC_BROKEN_INTEGRAL_PROMOTION) && (SIZEOF_INT > 1)
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_generic_token.c82 #if (SIZEOF_INT == 2) in der_length_size()
102 #if (SIZEOF_INT > 2) in der_write_length()
130 if (sf > SIZEOF_INT) in der_read_length()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dgss_asn1.h43 #define SIZEOF_INT 4 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dfibonacci_heap.h127 #if defined (__GNUC__) && (!defined (SIZEOF_INT) || SIZEOF_INT < 4)
H A Dhwint.h15 #define HOST_BITS_PER_INT (CHAR_BIT * SIZEOF_INT)
H A Dauto-host.h2159 #define SIZEOF_INT 4 macro
H A Dcpplib.h285 #if CHAR_BIT * SIZEOF_INT >= 32
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dfibonacci_heap.h127 #if defined (__GNUC__) && (!defined (SIZEOF_INT) || SIZEOF_INT < 4)
H A Dhwint.h15 #define HOST_BITS_PER_INT (CHAR_BIT * SIZEOF_INT)
H A Dauto-host.h2159 #define SIZEOF_INT 4 macro
H A Dcpplib.h285 #if CHAR_BIT * SIZEOF_INT >= 32