Searched refs:countof (Results 1 – 1 of 1) sorted by relevance
90 #define countof(a) (sizeof(a)/sizeof(a[0])) macro145 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()