Lines Matching refs:adjustable
135 info->adjustable = 0; in _PyTime_GetClockWithInfo()
1168 info->adjustable = 0;
1205 info->adjustable = 0;
1231 info->adjustable = 0;
1287 info->adjustable = 0;
1361 info->adjustable = 0;
1395 info->adjustable = 0;
1413 info->adjustable = 0;
1446 info->adjustable = 0;
1524 info.adjustable = -1;
1529 info.adjustable = 0;
1600 assert(info.adjustable != -1);
1601 obj = PyBool_FromLong(info.adjustable);