Searched refs:writeU_Int16LE (Results 1 - 1 of 1) sorted by relevance
/third_party/node/lib/internal/ |
H A D | buffer.js | 652 return writeU_Int16LE(this, value, offset, 0, 0xffff); 722 function writeU_Int16LE(buf, value, offset, min, max) { function 732 return writeU_Int16LE(this, value, offset, 0, 0xffff); 855 return writeU_Int16LE(this, value, offset, -0x8000, 0x7fff); 867 return writeU_Int16LE(this, value, offset, -0x8000, 0x7fff);
|
Completed in 2 milliseconds