Searched refs:__cnt (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_ra.h | 122 for (int __cnt = (__instr)->srcs_count, __i = __cnt - 1; __i >= 0; \
|
D | ir3.h | 1605 for (unsigned __cnt = (__instr)->srcs_count, __n = 0; __n < __cnt; \ 1617 for (unsigned __cnt = (__instr)->dsts_count, __n = 0; __n < __cnt; \ 1650 for (unsigned __cnt = __ssa_src_cnt(__instr), __n = 0; __n < __cnt; \ 1669 #define foreach_input_n(__ininstr, __cnt, __ir) \ argument 1672 for (unsigned __cnt = 0; __cnt < (__ir)->inputs_count; __cnt++) \ 1673 if ((__ininstr = (__ir)->inputs[__cnt]))
|
/third_party/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)
|