Home
last modified time | relevance | path

Searched refs:writeU_Int16BE (Results 1 - 1 of 1) sorted by relevance

/third_party/node/lib/internal/
H A Dbuffer.js763 return writeU_Int16BE(this, value, offset, 0, 0xffff);
832 function writeU_Int16BE(buf, value, offset, min, max) { function
842 return writeU_Int16BE(this, value, offset, 0, 0xffff);
884 return writeU_Int16BE(this, value, offset, -0x8000, 0x7fff);
896 return writeU_Int16BE(this, value, offset, -0x8000, 0x7fff);

Completed in 2 milliseconds