OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:self_bytes
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c
1021
Py_buffer
self_bytes
, other_bytes;
local
1043
self_size = _getbuffer(self, &
self_bytes
);
1053
PyBuffer_Release(&
self_bytes
);
1067
cmp = memcmp(
self_bytes
.buf, other_bytes.buf, minsize);
1088
PyBuffer_Release(&
self_bytes
);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c
1017
Py_buffer
self_bytes
, other_bytes;
local
1039
self_size = _getbuffer(self, &
self_bytes
);
1049
PyBuffer_Release(&
self_bytes
);
1063
cmp = memcmp(
self_bytes
.buf, other_bytes.buf, minsize);
1084
PyBuffer_Release(&
self_bytes
);
[
all
...]
/external/python/cpython2/Objects/
bytearrayobject.c
1022
Py_buffer
self_bytes
, other_bytes;
local
1048
self_size = _getbuffer(self, &
self_bytes
);
1058
PyBuffer_Release(&
self_bytes
);
1072
cmp = memcmp(
self_bytes
.buf, other_bytes.buf, minsize);
1093
PyBuffer_Release(&
self_bytes
);
[
all
...]
Completed in 650 milliseconds