Home
last modified time | relevance | path

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

/third_party/ulib/ngunwind/src/x86_64/
A Dregname.c52 if (reg < (unw_regnum_t) ARRAY_SIZE (regname)) in unw_regname()
/third_party/ulib/ngunwind/src/arm/
A Dregname.c86 if (reg < (unw_regnum_t) ARRAY_SIZE (regname)) in unw_regname()
/third_party/ulib/ngunwind/src/aarch64/
A Dregname.c102 if (reg < (unw_regnum_t) ARRAY_SIZE (regname) && regname[reg] != NULL) in unw_regname()
/third_party/ulib/ngunwind/include/ngunwind/private/
A Dlibunwind_i.h393 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/third_party/ulib/ngunwind/src/dwarf/
A DGparser.c753 && (UNW_TDEP_SP < ARRAY_SIZE(rs->reg)) in apply_reg_state()

Completed in 9 milliseconds