Searched refs:full1 (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/arch/sparc64/dev/ |
H A D | ifb.c | 924 int full1, height, cnt, slop1, slop2, row, col; in ifb_do_cursor_dumb() local 940 full1 = (ri->ri_xscale - slop1 - slop2) >> 2; in ifb_do_cursor_dumb() 949 for (cnt = full1; cnt; cnt--) { in ifb_do_cursor_dumb() 975 for (cnt = full1; cnt; cnt--) { in ifb_do_cursor_dumb()
|
/openbsd/sys/dev/rasops/ |
H A D | rasops.c | 959 int full1, height, cnt, slop1, slop2, row, col; in rasops_do_cursor() local 986 full1 = (ri->ri_xscale - slop1 - slop2) >> 2; in rasops_do_cursor() 994 for (cnt = full1; cnt; cnt--) { in rasops_do_cursor() 1013 for (cnt = full1; cnt; cnt--) { in rasops_do_cursor()
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | fp_div_impl.inc | 309 // define full1(un) { return 4.0 * (un + 3.01) / 2.0^hw + 2.0 * (un + 3.01)^2 + 4.0; }
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | typeck.c | 534 tree full1 = qualify_type_recursive (t1, t2); local 537 int val = comp_target_types (full1, full2, 1); 540 result_type = full1;
|