Searched refs:indx (Results 1 – 2 of 2) sorted by relevance
68 unsigned long indx; in readprofile_main() local186 indx = 1; in readprofile_main()205 if (indx >= len) in readprofile_main()210 while (indx < (next_add-add0)/step) { in readprofile_main()211 if (optBins && (buf[indx] || optAll)) { in readprofile_main()216 printf("\t%"PRIx64"\t%u\n", (indx - 1)*step + add0, buf[indx]); in readprofile_main()218 this += buf[indx++]; in readprofile_main()
3094 int indx; in SIT() local3108 indx = syntax_index_table[s - spec_symbls]; in SIT()3109 return (S_I_T[indx] >> (syntax*4)) & 0xf; in SIT()