Searched refs:checkInt (Results 1 – 7 of 7) sorted by relevance
/third_party/node/lib/internal/ |
D | buffer.js | 57 function checkInt(value, min, max, buf, offset, byteLength) { function 578 checkInt(value, min, max, buf, offset, 7); 604 checkInt(value, min, max, buf, offset, 7); 658 checkInt(value, min, max, buf, offset, 5); 675 checkInt(value, min, max, buf, offset, 4); 691 checkInt(value, min, max, buf, offset, 3); 709 checkInt(value, min, max, buf, offset, 2); 721 checkInt(value, min, max, buf, offset, 1); 769 checkInt(value, min, max, buf, offset, 5); 786 checkInt(value, min, max, buf, offset, 4); [all …]
|
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/ |
D | ssh-private.js | 167 var checkInt = crypto.randomBytes(4).readUInt32BE(0); 168 privBuf.writeInt(checkInt); 169 privBuf.writeInt(checkInt);
|
/third_party/flutter/skia/src/core/ |
D | SkReadBuffer.h | 185 int32_t checkInt(int min, int max); 188 return static_cast<T>(this->checkInt(static_cast<int32_t>(min), in checkRange() 304 int32_t checkInt(int min, int) { return min; } in checkInt() function
|
D | SkReadBuffer.cpp | 451 int32_t SkReadBuffer::checkInt(int32_t min, int32_t max) { in checkInt() function in SkReadBuffer
|
/third_party/skia/src/core/ |
D | SkReadBuffer.h | 200 int32_t checkInt(int min, int max); 203 return static_cast<T>(this->checkInt(static_cast<int32_t>(min), in checkRange()
|
D | SkReadBuffer.cpp | 461 int32_t SkReadBuffer::checkInt(int32_t min, int32_t max) { in checkInt() function in SkReadBuffer
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | Utils.java | 175 RubyNumeric.checkInt(value, num); in num2uint()
|