Home
last modified time | relevance | path

Searched refs:indx (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/util-linux/
Dreadprofile.c68 unsigned long indx; in readprofile_main() local
186 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()
/busybox-1.35.0/shell/
Dash.c3094 int indx; in SIT() local
3108 indx = syntax_index_table[s - spec_symbls]; in SIT()
3109 return (S_I_T[indx] >> (syntax*4)) & 0xf; in SIT()