Searched refs:writeU_Int32LE (Results 1 - 1 of 1) sorted by relevance
/third_party/node/lib/internal/ |
H A D | buffer.js | 650 return writeU_Int32LE(this, value, offset, 0, 0xffffffff); 692 function writeU_Int32LE(buf, value, offset, min, max) { function 707 return writeU_Int32LE(this, value, offset, 0, 0xffffffff); 853 return writeU_Int32LE(this, value, offset, -0x80000000, 0x7fffffff); 863 return writeU_Int32LE(this, value, offset, -0x80000000, 0x7fffffff);
|
Completed in 2 milliseconds