Searched refs:writeU_Int8 (Results 1 - 1 of 1) sorted by relevance
/third_party/node/lib/internal/ |
H A D | buffer.js | 654 return writeU_Int8(this, value, offset, 0, 0xff); 735 function writeU_Int8(buf, value, offset, min, max) { function 750 return writeU_Int8(this, value, offset, 0, 0xff); 765 return writeU_Int8(this, value, offset, 0, 0xff); 857 return writeU_Int8(this, value, offset, -0x80, 0x7f); 871 return writeU_Int8(this, value, offset, -0x80, 0x7f); 886 return writeU_Int8(this, value, offset, -0x80, 0x7f);
|
Completed in 2 milliseconds