Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dbytearrayobject.c479 Py_buffer vbytes; in bytearray_setslice() local
482 vbytes.len = -1; in bytearray_setslice()
499 if (_getbuffer(values, &vbytes) < 0) { in bytearray_setslice()
505 needed = vbytes.len; in bytearray_setslice()
506 bytes = vbytes.buf; in bytearray_setslice()
558 if (vbytes.len != -1) in bytearray_setslice()
559 PyBuffer_Release(&vbytes); in bytearray_setslice()
/external/valgrind/memcheck/
Dmc_main.c1519 void mc_STOREVn_slow ( Addr a, SizeT nBits, ULong vbytes, Bool bigendian ) in mc_STOREVn_slow() argument
1549 if (LIKELY(V_BITS64_DEFINED == vbytes)) { in mc_STOREVn_slow()
1552 } else if (V_BITS64_UNDEFINED == vbytes) { in mc_STOREVn_slow()
1571 if (LIKELY(V_BITS32_DEFINED == (vbytes & 0xFFFFFFFF))) { in mc_STOREVn_slow()
1574 } else if (V_BITS32_UNDEFINED == (vbytes & 0xFFFFFFFF)) { in mc_STOREVn_slow()
1591 vbits8 = vbytes & 0xff; in mc_STOREVn_slow()
1594 vbytes >>= 8; in mc_STOREVn_slow()