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

/external/valgrind/memcheck/
H A Dmc_main.c1456 void mc_STOREVn_slow ( Addr a, SizeT nBits, ULong vbytes, Bool bigendian ) argument
1486 if (LIKELY(V_BITS64_DEFINED == vbytes)) {
1489 } else if (V_BITS64_UNDEFINED == vbytes) {
1508 if (LIKELY(V_BITS32_DEFINED == (vbytes & 0xFFFFFFFF))) {
1511 } else if (V_BITS32_UNDEFINED == (vbytes & 0xFFFFFFFF)) {
1523 /* Dump vbytes in memory, iterating from least to most significant
1528 vbits8 = vbytes & 0xff;
1531 vbytes >>= 8;

Completed in 77 milliseconds