Searched refs:writeU_Int48BE (Results 1 – 1 of 1) sorted by relevance
/third_party/node/lib/internal/ |
D | buffer.js | 752 return writeU_Int48BE(this, value, offset, 0, 0xffffffffffff); 767 function writeU_Int48BE(buf, value, offset, min, max) { function 873 return writeU_Int48BE(this, value, offset, -0x800000000000, 0x7fffffffffff);
|