Home
last modified time | relevance | path

Searched defs:SWAP_INDEX (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-cppbuiltin.c653 #define SWAP_INDEX(T) ((SIZEOF_NODE (T) < SWAP_LIMIT) ? SIZEOF_NODE (T) : 0) in cpp_atomic_builtins() macro
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-cppbuiltin.c701 #define SWAP_INDEX(T) ((SIZEOF_NODE (T) < SWAP_LIMIT) ? SIZEOF_NODE (T) : 0) in cpp_atomic_builtins() macro