Lines Matching refs:checkInt
4738 function checkInt(buf, value, offset, ext, max, min) {
4749 checkInt(this, value, offset, byteLength, maxBytes, 0);
4765 checkInt(this, value, offset, byteLength, maxBytes, 0);
4778 if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0);
4785 if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0);
4793 if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0);
4801 if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0);
4811 if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0);
4875 checkInt(this, value, offset, byteLength, limit - 1, -limit);
4894 checkInt(this, value, offset, byteLength, limit - 1, -limit);
4911 if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80);
4919 if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000);
4927 if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000);
4935 if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000);
4945 if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000);