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

/freebsd-current/sys/contrib/zstd/lib/common/
H A Dxxhash.h612 Define XXH_FALLTHROUGH macro for annotating switch case with the 'fallthrough' attribute
618 # define XXH_FALLTHROUGH [[fallthrough]] macro
620 # define XXH_FALLTHROUGH [[fallthrough]] macro
622 # define XXH_FALLTHROUGH __attribute__ ((fallthrough)) macro
624 # define XXH_FALLTHROUGH macro
2000 XXH_FALLTHROUGH;
2002 XXH_FALLTHROUGH;
2007 XXH_FALLTHROUGH;
2009 XXH_FALLTHROUGH;
2015 XXH_FALLTHROUGH;
[all...]

Completed in 176 milliseconds