Home
last modified time | relevance | path

Searched refs:arrayCurrentLocation (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/runtime/libprofile/
DPathProfiling.c63 uint32_t arrayCurrentLocation = 0; in writeArrayTable() local
102 arrayCurrentLocation = lseek(outFile, 0, SEEK_CUR); in writeArrayTable()
111 lseek(outFile, arrayCurrentLocation, SEEK_SET); in writeArrayTable()