Searched defs:wordCount (Results 1 - 1 of 1) sorted by relevance
/frameworks/rs/rsov/compiler/spirit/ | ||
H A D | core_defs.h | 64 OpCodeAndWordCount(uint32_t opcode, uint32_t wordCount) argument 65 : mOpCode((uint16_t)opcode), mWordCount((uint16_t)wordCount) {} |
Completed in 61 milliseconds