Lines Matching refs:ul
215 unsigned long ul = strtoul(value, &endptr, 0);
216 if (*endptr == '\0' && kFastTrackMultiplierMin <= ul && ul <= kFastTrackMultiplierMax) {
217 sFastTrackMultiplier = (int) ul;
2623 unsigned long ul = strtoul(value, &endptr, 0);
2624 if (*endptr == '\0' && ul != 0) {
8354 unsigned long ul = strtoul(value, &endptr, 0);
8355 if (*endptr == '\0' && ul != 0) {