Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h190 #define PyBUF_ND 0x0008 macro
191 #define PyBUF_STRIDES (0x0010 | PyBUF_ND)
197 #define PyBUF_CONTIG (PyBUF_ND | PyBUF_WRITABLE)
198 #define PyBUF_CONTIG_RO (PyBUF_ND)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h190 #define PyBUF_ND 0x0008 macro
191 #define PyBUF_STRIDES (0x0010 | PyBUF_ND)
197 #define PyBUF_CONTIG (PyBUF_ND | PyBUF_WRITABLE)
198 #define PyBUF_CONTIG_RO (PyBUF_ND)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dabstract.c703 if ((flags & PyBUF_ND) == PyBUF_ND) in PyBuffer_FillInfo()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dabstract.c703 if ((flags & PyBUF_ND) == PyBUF_ND) in PyBuffer_FillInfo()