Searched refs:WHY_NOT (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Python/
H A Dceval.c668 WHY_NOT = 0x0001, /* No error */ enumerator in enum:why_code
1096 why = WHY_NOT;
1224 x to NULL, err to nonzero, or why to anything but WHY_NOT,
2110 why = WHY_NOT;
3518 assert(why == WHY_NOT);
3538 assert(why != WHY_NOT);
3541 while (why != WHY_NOT && f->f_iblock > 0) {
3547 why = WHY_NOT;
3561 why = WHY_NOT;
3602 why = WHY_NOT;
[all...]
/external/python/cpython2/Python/
H A Dceval.c642 WHY_NOT = 0x0001, /* No error */ enumerator in enum:why_code
1047 why = WHY_NOT;
1203 x to NULL, err to nonzero, or why to anything but WHY_NOT,
3150 if (why == WHY_NOT) {
3209 while (why != WHY_NOT && f->f_iblock > 0) {
3215 why = WHY_NOT;
3229 why = WHY_NOT;
3270 why = WHY_NOT;
3278 if (why != WHY_NOT)

Completed in 287 milliseconds