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

  /external/python/cpython3/Modules/
_testbuffer.c 75 #define REQ_C_CONTIGUOUS(flags) ((flags&PyBUF_C_CONTIGUOUS) == PyBUF_C_CONTIGUOUS)
    [all...]
  /external/python/cpython3/Objects/
memoryobject.c 214 #define REQ_C_CONTIGUOUS(flags) ((flags&PyBUF_C_CONTIGUOUS) == PyBUF_C_CONTIGUOUS)
    [all...]

Completed in 106 milliseconds