Home
last modified time | relevance | path

Searched defs:writeInt32BE (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.h328 void writeInt32BE(uint8_t *Addr, uint32_t Value) { in writeInt32BE() function
/third_party/typescript/src/compiler/
Dsys.ts1358 writeInt32BE(value: number, offset: number): number; method