Home | History | Annotate | Download | only in fec

Lines Matching full:errloc

74   int errval,errloc;
102 errloc = random() % nn;
103 } while(errlocs[errloc] != 0); /* Must not choose the same location twice */
105 errlocs[errloc] = 1;
109 derrlocs[erasures++] = errloc;
111 tblock[errloc] ^= errval;
146 int errval,errloc;
182 errloc = random() % nn;
183 } while(errlocs[errloc] != 0); /* Must not choose the same location twice */
185 errlocs[errloc] = 1;
189 derrlocs[erasures++] = errloc;
191 tblock[errloc] ^= errval;
227 int errval,errloc;
260 errloc = random() % nn;
261 } while(errlocs[errloc] != 0); /* Must not choose the same location twice */
263 errlocs[errloc] = 1;
267 derrlocs[erasures++] = errloc;
269 tblock[errloc] ^= errval;