Searched refs:writeU_Int32LE (Results 1 – 1 of 1) sorted by relevance
/third_party/node/lib/internal/ |
D | buffer.js | 647 return writeU_Int32LE(this, value, offset, 0, 0xffffffff); 689 function writeU_Int32LE(buf, value, offset, min, max) { function 704 return writeU_Int32LE(this, value, offset, 0, 0xffffffff); 850 return writeU_Int32LE(this, value, offset, -0x80000000, 0x7fffffff); 860 return writeU_Int32LE(this, value, offset, -0x80000000, 0x7fffffff);
|