Home | History | Annotate | Download | only in bios

Lines Matching full:put_int

1474 put_int(action, val, width, neg)
1481 put_int(action, nval, width - 1, neg);
1703 put_int(action, -arg, format_width - 1, 1);
1705 put_int(action, arg, format_width, 0);