Home
last modified time | relevance | path

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

/external/valgrind/memcheck/
Dmc_main.c1464 void mc_STOREVn_slow ( Addr a, SizeT nBits, ULong vbytes, Bool bigendian ) in mc_STOREVn_slow() argument
1494 if (LIKELY(V_BITS64_DEFINED == vbytes)) { in mc_STOREVn_slow()
1497 } else if (V_BITS64_UNDEFINED == vbytes) { in mc_STOREVn_slow()
1516 if (LIKELY(V_BITS32_DEFINED == (vbytes & 0xFFFFFFFF))) { in mc_STOREVn_slow()
1519 } else if (V_BITS32_UNDEFINED == (vbytes & 0xFFFFFFFF)) { in mc_STOREVn_slow()
1536 vbits8 = vbytes & 0xff; in mc_STOREVn_slow()
1539 vbytes >>= 8; in mc_STOREVn_slow()