Home
last modified time | relevance | path

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

/dalvik/vm/compiler/codegen/x86/libenc/
Dencoder.cpp90 #define countof(a) (sizeof(a)/sizeof(a[0])) macro
145 assert(countof(map_of_regno_2_regname) == n_reg + 1); in debug_check()
146 assert(countof(map_of_alu_opcode_2_mnemonic) == n_alu); in debug_check()
147 assert(countof(map_of_shift_opcode_2_mnemonic) == n_shift); in debug_check()