Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 25 of 127) sorted by relevance

123456

/dragonfly/usr.bin/col/
H A Dcol.c124 int adjust, opt, warned, width; in main() local
163 adjust = cur_col = extra_lines = warned = 0; in main()
237 if (cur_line + adjust != this_line) { in main()
241 adjust = !fine && (cur_line & 1); in main()
243 if (cur_line + adjust < this_line) { in main()
244 while (cur_line + adjust < this_line && in main()
249 if (cur_line + adjust < this_line) { in main()
256 while (cur_line + adjust in main()
268 cur_line = this_line - adjust; in main()
273 while (cur_line + adjust > this_line) { in main()
/dragonfly/contrib/gmp/mpn/generic/
H A Dtdiv_qr.c100 int adjust; in mpn_tdiv_qr() local
104 adjust = np[nn - 1] >= dp[dn - 1]; /* conservative tests for quotient size */ in mpn_tdiv_qr()
105 if (nn + adjust >= 2 * dn) in mpn_tdiv_qr()
121 nn += adjust; in mpn_tdiv_qr()
130 nn += adjust; in mpn_tdiv_qr()
203 qn += adjust; /* qn cannot become bigger */ in mpn_tdiv_qr()
227 if (adjust) in mpn_tdiv_qr()
244 if (adjust) in mpn_tdiv_qr()
/dragonfly/usr.bin/newkey/
H A Dgeneric.c53 static void adjust(char[], char *);
131 adjust(secret, xkey); in genkeys()
137 adjust(public, xkey); in genkeys()
152 adjust(char keyout[HEXKEYBYTES+1], char *keyin) in adjust() function
/dragonfly/lib/libtelnet/
H A Dpk.c59 static void adjust(char keyout[HEXKEYBYTES+1], char *keyin);
232 adjust(secret, xkey); in genkeys()
238 adjust(public, xkey); in genkeys()
253 adjust(char keyout[HEXKEYBYTES+1], char *keyin) in adjust() function
/dragonfly/contrib/gcc-4.7/gcc/
H A Dexplow.c887 adjust_stack_1 (rtx adjust, bool anti_p) in adjust_stack_1() argument
918 adjust_stack (rtx adjust) in adjust_stack() argument
920 if (adjust == const0_rtx) in adjust_stack()
925 if (CONST_INT_P (adjust)) in adjust_stack()
926 stack_pointer_delta -= INTVAL (adjust); in adjust_stack()
928 adjust_stack_1 (adjust, false); in adjust_stack()
935 anti_adjust_stack (rtx adjust) in anti_adjust_stack() argument
937 if (adjust == const0_rtx) in anti_adjust_stack()
942 if (CONST_INT_P (adjust)) in anti_adjust_stack()
943 stack_pointer_delta += INTVAL (adjust); in anti_adjust_stack()
[all …]
/dragonfly/crypto/openssh/
H A Dsshbuf-misc.c278 size_t adjust; in sshbuf_read() local
290 if ((adjust = maxlen - (rr > 0 ? rr : 0)) != 0) { in sshbuf_read()
291 if ((r = sshbuf_consume_end(buf, adjust)) != 0) { in sshbuf_read()
293 memset(d + rr, '\0', adjust); in sshbuf_read()
/dragonfly/contrib/nvi2/vi/
H A Dvs_refresh.c278 goto adjust; in vs_paint()
288 goto adjust; in vs_paint()
303 goto adjust; in vs_paint()
330 goto adjust; in vs_paint()
348 goto adjust; in vs_paint()
390 adjust: if (!O_ISSET(sp, O_LEFTRIGHT) && in vs_paint()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dexplow.c920 adjust_stack_1 (rtx adjust, bool anti_p) in adjust_stack_1() argument
951 adjust_stack (rtx adjust) in adjust_stack() argument
953 if (adjust == const0_rtx) in adjust_stack()
958 if (CONST_INT_P (adjust)) in adjust_stack()
959 stack_pointer_delta -= INTVAL (adjust); in adjust_stack()
961 adjust_stack_1 (adjust, false); in adjust_stack()
968 anti_adjust_stack (rtx adjust) in anti_adjust_stack() argument
970 if (adjust == const0_rtx) in anti_adjust_stack()
975 if (CONST_INT_P (adjust)) in anti_adjust_stack()
976 stack_pointer_delta += INTVAL (adjust); in anti_adjust_stack()
[all …]
H A Dgimple-ssa-sprintf.c709 fmtresult::adjust_for_width_or_precision (const HOST_WIDE_INT adjust[2], in adjust_for_width_or_precision()
717 if (adjust[0] >= 0) in adjust_for_width_or_precision()
719 if (range.min < (unsigned HOST_WIDE_INT)adjust[0]) in adjust_for_width_or_precision()
721 range.min = adjust[0]; in adjust_for_width_or_precision()
729 else if (adjust[0] == target_int_min () in adjust_for_width_or_precision()
730 && (unsigned HOST_WIDE_INT)adjust[1] == target_int_max ()) in adjust_for_width_or_precision()
734 if (adjust[1] > 0) in adjust_for_width_or_precision()
736 if (range.max < (unsigned HOST_WIDE_INT)adjust[1]) in adjust_for_width_or_precision()
738 range.max = adjust[1]; in adjust_for_width_or_precision()
755 if (adjust[0] < dirdigs && dirdigs < adjust[1] in adjust_for_width_or_precision()
/dragonfly/bin/cpdup/
H A DPORTING29 BACKUP SCRIPT MODIFICATIONS - you will almost certainly have to adjust
32 to adjust the script to not check the inode fields.
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Derase_fn_imps.hpp73 typename _Alloc::group_adjustor adjust(m_size); in erase_if()
135 typename _Alloc::group_adjustor adjust(m_size); in erase_imp()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Derase_fn_imps.hpp73 typename _Alloc::group_adjustor adjust(m_size); in erase_if()
135 typename _Alloc::group_adjustor adjust(m_size); in erase_imp()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_output.c3459 bo->bo_erp += adjust;
3460 bo->bo_htinfo += adjust;
3462 bo->bo_ath += adjust;
3465 bo->bo_tdma += adjust;
3468 bo->bo_meshconf += adjust;
3470 bo->bo_appie += adjust;
3471 bo->bo_wme += adjust;
3472 bo->bo_csa += adjust;
3473 bo->bo_quiet += adjust;
3570 bo->bo_tim_trailer += adjust;
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2181 struct xfm_grph_csc_adjustment adjust; in program_gamut_remap() local
2182 memset(&adjust, 0, sizeof(adjust)); in program_gamut_remap()
2183 adjust.gamut_adjust_type = GRAPHICS_GAMUT_ADJUST_TYPE_BYPASS; in program_gamut_remap()
2187 adjust.gamut_adjust_type = GRAPHICS_GAMUT_ADJUST_TYPE_SW; in program_gamut_remap()
2190 adjust.temperature_matrix[i] = in program_gamut_remap()
2194 pipe_ctx->plane_res.xfm->funcs->transform_set_gamut_remap(pipe_ctx->plane_res.xfm, &adjust); in program_gamut_remap()
2610 struct xfm_grph_csc_adjustment adjust; in dce110_program_front_end_for_pipe() local
2620 memset(&adjust, 0, sizeof(adjust)); in dce110_program_front_end_for_pipe()
2621 adjust.gamut_adjust_type = GRAPHICS_GAMUT_ADJUST_TYPE_BYPASS; in dce110_program_front_end_for_pipe()
2640 adjust.gamut_adjust_type = GRAPHICS_GAMUT_ADJUST_TYPE_SW; in dce110_program_front_end_for_pipe()
[all …]
/dragonfly/games/cribbage/
H A Dsupport.c261 sums[ns] += adjust(cb); in cdiscard()
263 sums[ns] -= adjust(cb); in cdiscard()
H A Dcribbage.h59 int adjust(CARD []);
/dragonfly/contrib/gcc-4.7/libdecnumber/
H A DdecNumber.c3866 Int adjust; /* work */ in decAddOp() local
3886 if (adjust<0) { /* 0-padding needed */ in decAddOp()
3887 if ((res->digits-adjust)>set->digits) { in decAddOp()
3892 res->exponent+=adjust; /* set the exponent. */ in decAddOp()
3902 Int adjust; /* work */ in decAddOp() local
3913 if (adjust<0) { /* 0-padding needed */ in decAddOp()
3914 if ((res->digits-adjust)>set->digits) { in decAddOp()
3919 res->exponent+=adjust; /* set the exponent. */ in decAddOp()
5904 if ((lhs->digits-adjust)>reqdigits) {
5942 if (adjust<0) {
[all …]
/dragonfly/contrib/gdb-7/libdecnumber/
H A DdecNumber.c3866 Int adjust; /* work */ in decAddOp() local
3886 if (adjust<0) { /* 0-padding needed */ in decAddOp()
3887 if ((res->digits-adjust)>set->digits) { in decAddOp()
3892 res->exponent+=adjust; /* set the exponent. */ in decAddOp()
3902 Int adjust; /* work */ in decAddOp() local
3913 if (adjust<0) { /* 0-padding needed */ in decAddOp()
3914 if ((res->digits-adjust)>set->digits) { in decAddOp()
3919 res->exponent+=adjust; /* set the exponent. */ in decAddOp()
5904 if ((lhs->digits-adjust)>reqdigits) {
5942 if (adjust<0) {
[all …]
/dragonfly/contrib/gcc-8.0/libdecnumber/
H A DdecNumber.c3866 Int adjust; /* work */ in decAddOp() local
3886 if (adjust<0) { /* 0-padding needed */ in decAddOp()
3887 if ((res->digits-adjust)>set->digits) { in decAddOp()
3892 res->exponent+=adjust; /* set the exponent. */ in decAddOp()
3902 Int adjust; /* work */ in decAddOp() local
3913 if (adjust<0) { /* 0-padding needed */ in decAddOp()
3914 if ((res->digits-adjust)>set->digits) { in decAddOp()
3919 res->exponent+=adjust; /* set the exponent. */ in decAddOp()
5904 if ((lhs->digits-adjust)>reqdigits) {
5942 if (adjust<0) {
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dresize_fn_imps.hpp82 typename _Alloc::group_adjustor adjust(m_num_e); in resize_imp() local
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dresize_fn_imps.hpp83 typename _Alloc::group_adjustor adjust(m_num_e); in resize_imp() local
/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386-intel.c141 int adjust = 0; in i386_operator() local
143 &adjust, in i386_operator()
150 memset (input_line_pointer, '0', adjust - 1); in i386_operator()
151 input_line_pointer[adjust - 1] = ' '; in i386_operator()
/dragonfly/sbin/fsck/
H A Dpass4.c76 adjust(&idesc, (short)n); in pass4()
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386-intel.c144 int adjust = 0; in i386_operator() local
146 &adjust, in i386_operator()
153 memset (input_line_pointer, '0', adjust - 1); in i386_operator()
154 input_line_pointer[adjust - 1] = ' '; in i386_operator()
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Ddpp.h81 const struct dpp_grph_csc_adjustment *adjust);

123456