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

/external/valgrind/main/memcheck/
H A Dmc_main.c172 See the definition of UNALIGNED_OR_HIGH for extensive comments. */
4020 #define UNALIGNED_OR_HIGH(_a,_szInBits) \ macro
4100 if (UNLIKELY( UNALIGNED_OR_HIGH(a,64) )) {
4149 if (UNLIKELY( UNALIGNED_OR_HIGH(a,64) )) {
4208 if (UNLIKELY( UNALIGNED_OR_HIGH(a,32) )) {
4257 if (UNLIKELY( UNALIGNED_OR_HIGH(a,32) )) {
4324 if (UNLIKELY( UNALIGNED_OR_HIGH(a,16) )) {
4375 if (UNLIKELY( UNALIGNED_OR_HIGH(a,16) )) {
4436 if (UNLIKELY( UNALIGNED_OR_HIGH(a,8) )) {
4478 if (UNLIKELY( UNALIGNED_OR_HIGH(
[all...]

Completed in 164 milliseconds