Home
last modified time | relevance | path

Searched refs:cwrite (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
DcStringIO.h44 int(*cwrite)(PyObject *, const char *, Py_ssize_t); member
/external/python/cpython2/Modules/
DcPickle.c457 if (PycStringIO->cwrite((PyObject *)self->file, s, INT_MAX) != INT_MAX) { in write_cStringIO()
463 if (PycStringIO->cwrite((PyObject *)self->file, s, n) != n) { in write_cStringIO()
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsics.gen1779 if (NameR.substr(0, 6) != "cwrite")
1781 return Intrinsic::gcwrite; // "cwrite"