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

/netbsd-current/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dsupport.h48 #define __SIZE_WIDTH__ 64 macro
50 #define __SIZE_WIDTH__ 32 macro
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_prime_size_policy_imp.hpp53 // Maybe we could just use (__SIZE_WIDTH__ - 2) here.
54 #if __SIZE_WIDTH__ >= 64
56 #elif __SIZE_WIDTH__ >= 32
81 #if __SIZE_WIDTH__ >= 32
98 #if __SIZE_WIDTH__ >= 64
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstdint-gcc.h355 #define SIZE_WIDTH __SIZE_WIDTH__
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstdint-gcc.h355 #define SIZE_WIDTH __SIZE_WIDTH__
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc847 #if __SIZE_WIDTH__ > 16
850 #if __SIZE_WIDTH__ > 20
872 opts.max_blocks_per_chunk = __SIZE_WIDTH__ << 8;
903 opts.largest_required_pool_block = __SIZE_WIDTH__ << 6;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc876 #if __SIZE_WIDTH__ > 16
903 opts.max_blocks_per_chunk = __SIZE_WIDTH__ << 8;
934 opts.largest_required_pool_block = __SIZE_WIDTH__ << 6;
H A Dfloating_from_chars.cc69 && __SIZE_WIDTH__ >= 32
H A Dfloating_to_chars.cc52 && __SIZE_WIDTH__ >= 32

Completed in 131 milliseconds