Home
last modified time | relevance | path

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

/third_party/node/benchmark/buffers/
Dbuffer-write.js53 writeInt32BE: INT32, property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h328 void writeInt32BE(uint8_t *Addr, uint32_t Value) { in writeInt32BE() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_buffer.js378 this.writeInt32BE = function (...args) { method in mockBuffer.BufferClass
/third_party/node/deps/npm/node_modules/smart-buffer/build/
Dsmartbuffer.js242 writeInt32BE(value, offset) { method in SmartBuffer
/third_party/node/lib/internal/
Dbuffer.js888 function writeInt32BE(value, offset = 0) { function
/third_party/typescript/src/compiler/
Dsys.ts1056 writeInt32BE(value: number, offset: number): number; method