Lines Matching defs:highFree
127 int i, highFree=0, noMovement;
139 else if (i > highFree)
140 highFree = i;
144 for (noMovement = 1; noMovement < 2 && highFree > 0; noMovement++) {
157 * collision to address `highFree'. Hopefully
161 (i<< 4) | 0xb, (highFree | 0x60), 0xfe);
169 (highFree << 4) | 0xf);
181 * we moved to `highFree', and find a new
182 * value for highFree.
184 adb_handler[highFree].original_address =
186 while (highFree > 0 &&
187 adb_handler[highFree].original_address)
188 highFree--;
189 if (highFree <= 0)
196 * one(s) we moved to `highFree' back to i.
199 (highFree << 4) | 0xb,