Lines Matching refs:no_eras
25 data_t *data, int *eras_pos, int no_eras,int pad){ argument
27 void *p,data_t *data, int *eras_pos, int no_eras){
76 if (no_eras > 0) {
79 for (i = 1; i < no_eras; i++) {
93 for(i=1;i<=no_eras;i++)
99 for (j = 1; j <= no_eras; j++)
111 if (count != no_eras) {
112 printf("count = %d no_eras = %d\n lambda(x) is WRONG\n",count,no_eras);
131 r = no_eras;
132 el = no_eras;
155 if (2 * el <= r + no_eras - 1) {
156 el = r + no_eras - el;