tag | line | file | source code |
test | 667 | drivers/block/xd.c | u_short min[] = { 0,0,0 },max[] = { 16,1024,64 },test[] = { 0,0,0 }; |
test | 672 | drivers/block/xd.c | test[i] = (min[i] + max[i]) / 2; |
test | 673 | drivers/block/xd.c | xd_build(cmdblk,CMD_SEEK,drive,(u_char) test[0],(u_short) test[1],(u_char) test[2],0,0); |
test | 675 | drivers/block/xd.c | min[i] = test[i]; |
test | 677 | drivers/block/xd.c | max[i] = test[i]; |
test | 679 | drivers/block/xd.c | test[i] = min[i]; |
test | 178 | zBoot/gzip.h | extern int test; /* check .z file integrity */ |
test | 59 | zBoot/misc.c | int test = 0; |
test | 331 | zBoot/misc.c | test = 0; |
test | 137 | zBoot/unzip.c | if (!test) put_char(c); |