Home
last modified time | relevance | path

Searched defs:n_desc (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h72 uint16_t n_desc; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h950 uint16_t n_desc; member
957 int16_t n_desc; member
965 uint16_t n_desc; member
1340 static inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL()
1344 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL()
1348 static inline uint8_t GET_COMM_ALIGN (uint16_t n_desc) { in GET_COMM_ALIGN()
1352 static inline void SET_COMM_ALIGN (uint16_t &n_desc, uint8_t align) { in SET_COMM_ALIGN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h981 uint16_t n_desc; member
988 int16_t n_desc; member
996 uint16_t n_desc; member
1390 inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL()
1394 inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL()
1398 inline uint8_t GET_COMM_ALIGN(uint16_t n_desc) { in GET_COMM_ALIGN()
1402 inline void SET_COMM_ALIGN(uint16_t &n_desc, uint8_t align) { in SET_COMM_ALIGN()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp15085 GLuint n_desc = 0; in test() local