Home
last modified time | relevance | path

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

/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/typescript/src/compiler/
Dsys.ts1356 writeInt16BE(value: number, offset: number): number; method