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

  /external/chromium_org/third_party/cython/src/Cython/Utility/
TypeConversion.c 233 int is_true = x == Py_True; local
234 if (is_true | (x == Py_False) | (x == Py_None)) return is_true;
  /external/chromium_org/third_party/simplejson/
_speedups.c 2535 int is_true; local
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 3712 int is_true = x == Py_True; local
    [all...]
qavltree.c 3315 int is_true = x == Py_True; local
    [all...]
qbintree.c 3310 int is_true = x == Py_True; local
    [all...]
qrbtree.c 3312 int is_true = x == Py_True; local
    [all...]

Completed in 2262 milliseconds