Lines Matching refs:array_lengthof

130     (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;  in CPU_arch()
157 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ARM_ISA_use()
167 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in THUMB_ISA_use()
180 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in FP_arch()
190 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in WMMX_arch()
202 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in Advanced_SIMD_arch()
215 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in PCS_config()
225 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_PCS_R9_use()
237 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_PCS_RW_data()
249 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_PCS_RO_data()
261 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_PCS_GOT_use()
273 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_PCS_wchar_t()
283 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_rounding()
295 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_denormal()
305 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_exceptions()
316 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_user_exceptions()
328 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_number_model()
341 if (Value < array_lengthof(Strings)) in ABI_align_needed()
362 if (Value < array_lengthof(Strings)) in ABI_align_preserved()
381 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_enum_size()
393 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_HardFP_use()
405 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_VFP_args()
415 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_WMMX_args()
429 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_optimization_goals()
443 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_optimization_goals()
475 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in CPU_unaligned_access()
485 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in FP_HP_extension()
495 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in ABI_FP_16bit_format()
505 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in MPextension_use()
517 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in DIV_use()
527 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in DSP_extension()
537 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in T2EE_use()
550 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr; in Virtualization_use()
580 for (unsigned AHI = 0, AHE = array_lengthof(DisplayRoutines); in ParseAttributeList()