Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-ar/
Dllvm-ar.cpp384 printMode(unsigned mode) { in printMode() function
421 printMode((mode >> 6) & 007); in doDisplayTable()
422 printMode((mode >> 3) & 007); in doDisplayTable()
423 printMode(mode & 007); in doDisplayTable()
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp328 static void printMode(unsigned mode) { in printMode() function
341 printMode((Mode >> 6) & 007); in doDisplayTable()
342 printMode((Mode >> 3) & 007); in doDisplayTable()
343 printMode(Mode & 007); in doDisplayTable()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-ar/
Dllvm-ar.cpp341 static void printMode(unsigned mode) { in printMode() function
356 printMode((Mode >> 6) & 007); in doDisplayTable()
357 printMode((Mode >> 3) & 007); in doDisplayTable()
358 printMode(Mode & 007); in doDisplayTable()
/external/libdrm/tests/modeprint/
Dmodeprint.c71 static int printMode(struct drm_mode_modeinfo *mode) in printMode() function
199 printMode(mode); in printConnector()