Searched refs:__cnt (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | ir3.h | 1146 for (unsigned __cnt = (__instr)->regs_count - 1, __n = 0; __n < __cnt; __n++) \ 1184 for (unsigned __cnt = __ssa_src_cnt(__instr), __n = 0; __n < __cnt; __n++) \ 1201 #define foreach_input_n(__ininstr, __cnt, __ir) \ argument 1203 for (unsigned __cnt = 0; __cnt < (__ir)->inputs_count; __cnt++) \ 1204 if ((__ininstr = (__ir)->inputs[__cnt])) 1209 #define foreach_output_n(__outinstr, __cnt, __ir) \ argument 1211 for (unsigned __cnt = 0; __cnt < (__ir)->outputs_count; __cnt++) \ 1212 if ((__outinstr = (__ir)->outputs[__cnt]))
|
D | ir3_ra.h | 257 for (unsigned __cnt = __ra_name_cnt(__ctx, __instr), __n = 0, __name; \ 258 (__n < __cnt) && ({__name = scalar_name(__ctx, __instr, __n); 1;}); __n++)
|
/external/elfutils/libelf/ |
D | libelf.h | 276 extern Elf32_Phdr *elf32_newphdr (Elf *__elf, size_t __cnt); 278 extern Elf64_Phdr *elf64_newphdr (Elf *__elf, size_t __cnt);
|
D | libelfP.h | 498 extern Elf32_Phdr *__elf32_newphdr_internal (Elf *__elf, size_t __cnt) 500 extern Elf64_Phdr *__elf64_newphdr_internal (Elf *__elf, size_t __cnt)
|