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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 190 #define PyBUF_ND 0x0008
191 #define PyBUF_STRIDES (0x0010 | PyBUF_ND)
197 #define PyBUF_CONTIG (PyBUF_ND | PyBUF_WRITABLE)
198 #define PyBUF_CONTIG_RO (PyBUF_ND)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 190 #define PyBUF_ND 0x0008
191 #define PyBUF_STRIDES (0x0010 | PyBUF_ND)
197 #define PyBUF_CONTIG (PyBUF_ND | PyBUF_WRITABLE)
198 #define PyBUF_CONTIG_RO (PyBUF_ND)
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 89 #define PyBUF_ND 0x0008
90 #define PyBUF_STRIDES (0x0010 | PyBUF_ND)
    [all...]
qavltree.c 89 #define PyBUF_ND 0x0008
90 #define PyBUF_STRIDES (0x0010 | PyBUF_ND)
    [all...]
qbintree.c 89 #define PyBUF_ND 0x0008
90 #define PyBUF_STRIDES (0x0010 | PyBUF_ND)
    [all...]
qrbtree.c 89 #define PyBUF_ND 0x0008
90 #define PyBUF_STRIDES (0x0010 | PyBUF_ND)
    [all...]

Completed in 329 milliseconds