Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
H A Dbuffer.js761 return writeU_Int32BE(this, value, offset, 0, 0xffffffff);
802 function writeU_Int32BE(buf, value, offset, min, max) { function
817 return writeU_Int32BE(this, value, offset, 0, 0xffffffff);
882 return writeU_Int32BE(this, value, offset, -0x80000000, 0x7fffffff);
892 return writeU_Int32BE(this, value, offset, -0x80000000, 0x7fffffff);

Completed in 2 milliseconds