Searched refs:fast_size (Results 1 – 2 of 2) sorted by relevance
107 static constexpr int fast_size = sizeof(void*) == 8 ? LLONG : 0; in w_to_flag() local109 if (size == 16) return fast ? fast_size : SHORT; in w_to_flag()110 if (size == 32) return fast ? fast_size : 0; in w_to_flag()
843 static constexpr int fast_size = sizeof(void*) == 8 ? LLONGINT : 0; in w_to_flag() local845 if (size == 16) return fast ? fast_size : SHORTINT; in w_to_flag()846 if (size == 32) return fast ? fast_size : 0; in w_to_flag()