Home | History | Annotate | Download | only in config

Lines Matching defs:bytes

5120 s_alpha_ucons (int bytes)
5124 cons (bytes);
5382 int bytes, fix;
5388 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
5392 if (bytes & 3)
5394 fix = bytes & 3;
5397 bytes -= fix;
5400 if (bytes & 4)
5404 bytes -= 4;
5585 of type TYPE, and store the appropriate bytes in *LITP. The number