Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h191 #define PyBUF_STRIDES (0x0010 | PyBUF_ND) macro
192 #define PyBUF_C_CONTIGUOUS (0x0020 | PyBUF_STRIDES)
193 #define PyBUF_F_CONTIGUOUS (0x0040 | PyBUF_STRIDES)
194 #define PyBUF_ANY_CONTIGUOUS (0x0080 | PyBUF_STRIDES)
195 #define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
200 #define PyBUF_STRIDED (PyBUF_STRIDES | PyBUF_WRITABLE)
201 #define PyBUF_STRIDED_RO (PyBUF_STRIDES)
203 #define PyBUF_RECORDS (PyBUF_STRIDES | PyBUF_WRITABLE | PyBUF_FORMAT)
204 #define PyBUF_RECORDS_RO (PyBUF_STRIDES | PyBUF_FORMAT)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h191 #define PyBUF_STRIDES (0x0010 | PyBUF_ND) macro
192 #define PyBUF_C_CONTIGUOUS (0x0020 | PyBUF_STRIDES)
193 #define PyBUF_F_CONTIGUOUS (0x0040 | PyBUF_STRIDES)
194 #define PyBUF_ANY_CONTIGUOUS (0x0080 | PyBUF_STRIDES)
195 #define PyBUF_INDIRECT (0x0100 | PyBUF_STRIDES)
200 #define PyBUF_STRIDED (PyBUF_STRIDES | PyBUF_WRITABLE)
201 #define PyBUF_STRIDED_RO (PyBUF_STRIDES)
203 #define PyBUF_RECORDS (PyBUF_STRIDES | PyBUF_WRITABLE | PyBUF_FORMAT)
204 #define PyBUF_RECORDS_RO (PyBUF_STRIDES | PyBUF_FORMAT)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dabstract.c706 if ((flags & PyBUF_STRIDES) == PyBUF_STRIDES) in PyBuffer_FillInfo()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dabstract.c706 if ((flags & PyBUF_STRIDES) == PyBUF_STRIDES) in PyBuffer_FillInfo()