Home | History | Annotate | Download | only in efiboot

Lines Matching defs:bytes

127 	int c, bytes;
139 bytes = 0;
148 if (bytes != 0)
152 bytes = 3;
155 bytes = 2;
158 bytes = 1;
161 bytes = 0;
165 if (bytes > 0) {
167 bytes--;
168 } else if (bytes == 0)
171 if (bytes == 0) {