Searched refs:writeU_Int40BE (Results 1 – 1 of 1) sorted by relevance
/third_party/node/lib/internal/ |
D | buffer.js | 754 return writeU_Int40BE(this, value, offset, 0, 0xffffffffff); 784 function writeU_Int40BE(buf, value, offset, min, max) { function 875 return writeU_Int40BE(this, value, offset, -0x8000000000, 0x7fffffffff);
|