Lines Matching defs:checkInt
60 function checkInt(value, min, max, buf, offset, byteLength) {
581 checkInt(value, min, max, buf, offset, 7);
607 checkInt(value, min, max, buf, offset, 7);
661 checkInt(value, min, max, buf, offset, 5);
678 checkInt(value, min, max, buf, offset, 4);
694 checkInt(value, min, max, buf, offset, 3);
712 checkInt(value, min, max, buf, offset, 2);
724 checkInt(value, min, max, buf, offset, 1);
737 // `checkInt()` can not be used here because it checks two entries.
772 checkInt(value, min, max, buf, offset, 5);
789 checkInt(value, min, max, buf, offset, 4);
804 checkInt(value, min, max, buf, offset, 3);
822 checkInt(value, min, max, buf, offset, 2);
834 checkInt(value, min, max, buf, offset, 1);