HomeSort by relevance Sort by last modified time
    Searched refs:_getbuffer (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 130 _getbuffer(PyObject *obj, Py_buffer *view) function
282 if (_getbuffer(a, &va) < 0 ||
283 _getbuffer(b, &vb) < 0) {
324 if (_getbuffer(other, &vo) < 0) {
500 if (_getbuffer(values, &vbytes) < 0) {
1043 self_size = _getbuffer(self, &self_bytes);
1050 other_size = _getbuffer(other, &other_bytes);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 130 _getbuffer(PyObject *obj, Py_buffer *view) function
282 if (_getbuffer(a, &va) < 0 ||
283 _getbuffer(b, &vb) < 0) {
324 if (_getbuffer(other, &vo) < 0) {
500 if (_getbuffer(values, &vbytes) < 0) {
1039 self_size = _getbuffer(self, &self_bytes);
1046 other_size = _getbuffer(other, &other_bytes);
    [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 130 _getbuffer(PyObject *obj, Py_buffer *view) function
281 if (_getbuffer(a, &va) < 0 ||
282 _getbuffer(b, &vb) < 0) {
323 if (_getbuffer(other, &vo) < 0) {
499 if (_getbuffer(values, &vbytes) < 0) {
1048 self_size = _getbuffer(self, &self_bytes);
1055 other_size = _getbuffer(other, &other_bytes);
    [all...]

Completed in 4595 milliseconds