Home
last modified time | relevance | path

Searched defs:writeInt16LE (Results 1 – 4 of 4) sorted by relevance

/third_party/node/benchmark/buffers/
Dbuffer-write.js52 writeInt16LE: INT16, property
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js220 writeInt16LE(value, offset) { method in SmartBuffer
/third_party/node/lib/internal/
Dbuffer.js863 function writeInt16LE(value, offset = 0) { function
/third_party/typescript/src/compiler/
Dsys.ts1053 writeInt16LE(value: number, offset: number): number; method