Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h107 case 3: k1 ^= tail[2] << 16; JEMALLOC_FALLTHROUGH in hash_x86_32()
108 case 2: k1 ^= tail[1] << 8; JEMALLOC_FALLTHROUGH in hash_x86_32()
180 case 15: k4 ^= tail[14] << 16; JEMALLOC_FALLTHROUGH in hash_x86_128()
181 case 14: k4 ^= tail[13] << 8; JEMALLOC_FALLTHROUGH in hash_x86_128()
184 JEMALLOC_FALLTHROUGH in hash_x86_128()
185 case 12: k3 ^= tail[11] << 24; JEMALLOC_FALLTHROUGH in hash_x86_128()
186 case 11: k3 ^= tail[10] << 16; JEMALLOC_FALLTHROUGH in hash_x86_128()
187 case 10: k3 ^= tail[ 9] << 8; JEMALLOC_FALLTHROUGH in hash_x86_128()
190 JEMALLOC_FALLTHROUGH in hash_x86_128()
191 case 8: k2 ^= tail[ 7] << 24; JEMALLOC_FALLTHROUGH in hash_x86_128()
[all …]
H A Djemalloc_internal_macros.h45 #define JEMALLOC_FALLTHROUGH JEMALLOC_ATTR(fallthrough); macro
47 #define JEMALLOC_FALLTHROUGH /* falls through */ macro