Home | History | Annotate | Download | only in sboot

Lines Matching refs:excess

104 	| test for possible 1, 2 or 3 bytes of excess at end
105 | of buffer. The usual case is no excess (the usual
107 | 'not taken' leg of the compare. (We do the excess
112 jne L5 | if one or three bytes excess
114 jne L7 | if two bytes excess
168 L5: | deal with 1 or 3 excess bytes at the end of the buffer.
170 jeq L6 | if 1 excess
172 | 3 bytes excess
177 L6: | 1 byte excess
184 L7: | 2 bytes excess