Searched refs:errloc (Results 1 – 2 of 2) sorted by relevance
74 int errval,errloc; in exercise_8() local102 errloc = random() % nn; in exercise_8()103 } while(errlocs[errloc] != 0); /* Must not choose the same location twice */ in exercise_8()105 errlocs[errloc] = 1; in exercise_8()109 derrlocs[erasures++] = errloc; in exercise_8()111 tblock[errloc] ^= errval; in exercise_8()146 int errval,errloc; in exercise_char() local182 errloc = random() % nn; in exercise_char()183 } while(errlocs[errloc] != 0); /* Must not choose the same location twice */ in exercise_char()185 errlocs[errloc] = 1; in exercise_char()[all …]
51 int errval,errloc; in EXERCISE() local80 errloc = random() % NN; in EXERCISE()81 } while(errlocs[errloc] != 0); /* Must not choose the same location twice */ in EXERCISE()83 errlocs[errloc] = 1; in EXERCISE()87 derrlocs[erasures++] = errloc; in EXERCISE()89 tblock[errloc] ^= errval; in EXERCISE()