Searched refs:ARRAY_SIZE (Results 1 – 5 of 5) sorted by relevance
52 if (reg < (unw_regnum_t) ARRAY_SIZE (regname)) in unw_regname()
86 if (reg < (unw_regnum_t) ARRAY_SIZE (regname)) in unw_regname()
102 if (reg < (unw_regnum_t) ARRAY_SIZE (regname) && regname[reg] != NULL) in unw_regname()
393 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
753 && (UNW_TDEP_SP < ARRAY_SIZE(rs->reg)) in apply_reg_state()
Completed in 9 milliseconds