Searched refs:writeU_Int32BE (Results 1 – 1 of 1) sorted by relevance
/third_party/node/lib/internal/ |
D | buffer.js | 758 return writeU_Int32BE(this, value, offset, 0, 0xffffffff); 799 function writeU_Int32BE(buf, value, offset, min, max) { function 814 return writeU_Int32BE(this, value, offset, 0, 0xffffffff); 879 return writeU_Int32BE(this, value, offset, -0x80000000, 0x7fffffff); 889 return writeU_Int32BE(this, value, offset, -0x80000000, 0x7fffffff);
|