Home
last modified time | relevance | path

Searched refs:SWAP_LIMIT (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-cppbuiltin.c645 #define SWAP_LIMIT 17 in cpp_atomic_builtins() macro
646 bool have_swap[SWAP_LIMIT]; in cpp_atomic_builtins()
719 #define SWAP_INDEX(T) ((SIZEOF_NODE (T) < SWAP_LIMIT) ? SIZEOF_NODE (T) : 0) in cpp_atomic_builtins()
750 if (psize >= SWAP_LIMIT) in cpp_atomic_builtins()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-cppbuiltin.cc687 #define SWAP_LIMIT 17 in cpp_atomic_builtins() macro
688 bool have_swap[SWAP_LIMIT]; in cpp_atomic_builtins()
761 #define SWAP_INDEX(T) ((SIZEOF_NODE (T) < SWAP_LIMIT) ? SIZEOF_NODE (T) : 0) in cpp_atomic_builtins()
806 if (psize >= SWAP_LIMIT) in cpp_atomic_builtins()