Home
last modified time | relevance | path

Searched defs:writeInt16BE (Results 1 – 6 of 6) sorted by relevance

/third_party/node/benchmark/buffers/
Dbuffer-write.js51 writeInt16BE: INT16, property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h321 void writeInt16BE(uint8_t *Addr, uint16_t Value) { in writeInt16BE() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js368 this.writeInt16BE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js198 writeInt16BE(value, offset) { method in SmartBuffer
/third_party/node/lib/internal/
Dbuffer.js892 function writeInt16BE(value, offset = 0) { function
/third_party/typescript/src/compiler/
Dsys.ts1054 writeInt16BE(value: number, offset: number): number; method