| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.cpp | 33 namespace adjust { namespace 254 adjust::fixup_7_pcrel(Size, Fixup, Value, Ctx); in adjustFixupValue() 257 adjust::fixup_13_pcrel(Size, Fixup, Value, Ctx); in adjustFixupValue() 260 adjust::fixup_call(Size, Fixup, Value, Ctx); in adjustFixupValue() 263 adjust::ldi::fixup(Size, Fixup, Value, Ctx); in adjustFixupValue() 266 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue() 270 adjust::pm(Value); in adjustFixupValue() 271 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue() 274 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue() 278 adjust::pm(Value); in adjustFixupValue() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/freesync/ |
| H A D | amdgpu_freesync.c | 185 in_out_vrr->adjust.v_total_max); in update_v_total_for_static_ramp() 246 in_out_vrr->adjust.v_total_min = v_total; in update_v_total_for_static_ramp() 247 in_out_vrr->adjust.v_total_max = v_total; in update_v_total_for_static_ramp() 287 in_out_vrr->adjust.v_total_min = in apply_below_the_range() 290 in_out_vrr->adjust.v_total_max = in apply_below_the_range() 425 in_out_vrr->adjust.v_total_min = in apply_fixed_refresh() 428 in_out_vrr->adjust.v_total_max = in apply_fixed_refresh() 429 in_out_vrr->adjust.v_total_min; in apply_fixed_refresh() 431 in_out_vrr->adjust.v_total_min = in apply_fixed_refresh() 434 in_out_vrr->adjust.v_total_max = in apply_fixed_refresh() [all …]
|
| /netbsd-src/external/bsd/tmux/dist/ |
| H A D | cmd-resize-window.c | 56 u_int adjust, sx, sy, xpixel = 0, ypixel = 0; in cmd_resize_window_exec() local 59 adjust = 1; in cmd_resize_window_exec() 61 adjust = strtonum(args_string(args, 0), 1, INT_MAX, &errstr); in cmd_resize_window_exec() 91 if (sx >= adjust) in cmd_resize_window_exec() 92 sx -= adjust; in cmd_resize_window_exec() 94 sx += adjust; in cmd_resize_window_exec() 96 if (sy >= adjust) in cmd_resize_window_exec() 97 sy -= adjust; in cmd_resize_window_exec() 99 sy += adjust; in cmd_resize_window_exec()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/ |
| H A D | amdgpu_hdcp1_transition.c | 40 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; in mod_hdcp_hdcp1_transition() local 57 adjust->hdcp1.disable = 1; in mod_hdcp_hdcp1_transition() 117 adjust->hdcp1.postpone_encryption = 1; in mod_hdcp_hdcp1_transition() 164 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; in mod_hdcp_hdcp1_dp_transition() local 173 adjust->hdcp1.disable = 1; in mod_hdcp_hdcp1_dp_transition() 184 adjust->hdcp1.disable = 1; in mod_hdcp_hdcp1_dp_transition() 266 adjust->hdcp1.postpone_encryption = 1; in mod_hdcp_hdcp1_dp_transition() 290 adjust->hdcp1.postpone_encryption = 1; in mod_hdcp_hdcp1_dp_transition()
|
| H A D | amdgpu_hdcp2_transition.c | 40 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; in mod_hdcp_hdcp2_transition() local 46 adjust->hdcp2.disable = 1; in mod_hdcp_hdcp2_transition() 59 adjust->hdcp2.disable = 1; in mod_hdcp_hdcp2_transition() 97 !adjust->hdcp2.force_no_stored_km) { in mod_hdcp_hdcp2_transition() 110 if (adjust->hdcp2.increase_h_prime_timeout) in mod_hdcp_hdcp2_transition() 186 adjust->hdcp2.force_no_stored_km = 1; in mod_hdcp_hdcp2_transition() 382 struct mod_hdcp_link_adjustment *adjust = &hdcp->connection.link.adjust; in mod_hdcp_hdcp2_dp_transition() local 388 adjust->hdcp2.disable = 1; in mod_hdcp_hdcp2_dp_transition() 401 adjust->hdcp2.disable = 1; in mod_hdcp_hdcp2_dp_transition() 423 !adjust->hdcp2.force_no_stored_km) { in mod_hdcp_hdcp2_dp_transition() [all …]
|
| H A D | amdgpu_hdcp.c | 61 !hdcp->connection.displays[i].adjust.disable) { in is_cp_desired_hdcp1() 69 !hdcp->connection.link.adjust.hdcp1.disable; in is_cp_desired_hdcp1() 81 !hdcp->connection.displays[i].adjust.disable) { in is_cp_desired_hdcp2() 89 !hdcp->connection.link.adjust.hdcp2.disable && in is_cp_desired_hdcp2() 358 callback_in_ms(hdcp->connection.link.adjust.auth_delay * 1000, output); in mod_hdcp_add_display() 398 callback_in_ms(hdcp->connection.link.adjust.auth_delay * 1000, in mod_hdcp_remove_display() 429 if (query->link->adjust.hdcp2.force_type == MOD_HDCP_FORCE_TYPE_0) in mod_hdcp_query_display() 431 else if (query->link->adjust.hdcp2.force_type == MOD_HDCP_FORCE_TYPE_1) in mod_hdcp_query_display()
|
| /netbsd-src/usr.bin/col/ |
| H A D | col.c | 141 int adjust, opt, warned, width; in main() local 180 adjust = cur_col = extra_lines = warned = 0; in main() 254 if (cur_line + adjust != this_line) { in main() 258 adjust = !fine && (cur_line & 1); in main() 260 if (cur_line + adjust < this_line) { in main() 261 while (cur_line + adjust < this_line && in main() 266 if (cur_line + adjust < this_line) { in main() 273 while (cur_line + adjust in main() 285 cur_line = this_line - adjust; in main() 290 while (cur_line + adjust > this_line) { in main()
|
| /netbsd-src/external/bsd/unbound/dist/util/data/ |
| H A D | packed_rrset.c | 279 time_t adjust = 0; in packed_rr_to_string() local 290 adjust = SERVE_ORIGINAL_TTL ? d->ttl_add : now; in packed_rr_to_string() 291 if (d->rr_ttl[i] < adjust) adjust = d->rr_ttl[i]; /* Prevent negative TTL overflow */ in packed_rr_to_string() 293 (uint32_t)(d->rr_ttl[i]-adjust)); in packed_rr_to_string() 339 time_t adjust = 0; in packed_rrset_copy_region() local 358 adjust = SERVE_ORIGINAL_TTL ? data->ttl_add : now; in packed_rrset_copy_region() 360 if(d->rr_ttl[i] < adjust) in packed_rrset_copy_region() 362 else d->rr_ttl[i] -= adjust; in packed_rrset_copy_region() 364 if(d->ttl < adjust) in packed_rrset_copy_region() 366 else d->ttl -= adjust; in packed_rrset_copy_region()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/ |
| H A D | nouveau_nvkm_subdev_pmu_gm20b.c | 81 gm20b_pmu_acr_bld_patch(struct nvkm_acr *acr, u32 bld, s64 adjust) in gm20b_pmu_acr_bld_patch() argument 88 hdr.code_dma_base = lower_32_bits((addr + adjust) >> 8); in gm20b_pmu_acr_bld_patch() 89 hdr.code_dma_base1 = upper_32_bits((addr + adjust) >> 8); in gm20b_pmu_acr_bld_patch() 91 hdr.data_dma_base = lower_32_bits((addr + adjust) >> 8); in gm20b_pmu_acr_bld_patch() 92 hdr.data_dma_base1 = upper_32_bits((addr + adjust) >> 8); in gm20b_pmu_acr_bld_patch() 94 hdr.overlay_dma_base = lower_32_bits((addr + adjust) << 8); in gm20b_pmu_acr_bld_patch() 95 hdr.overlay_dma_base1 = upper_32_bits((addr + adjust) << 8); in gm20b_pmu_acr_bld_patch()
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
| H A D | tdiv_qr.c | 108 int adjust; in mpn_tdiv_qr() local 112 adjust = np[nn - 1] >= dp[dn - 1]; /* conservative tests for quotient size */ in mpn_tdiv_qr() 113 if (nn + adjust >= 2 * dn) in mpn_tdiv_qr() 129 nn += adjust; in mpn_tdiv_qr() 138 nn += adjust; in mpn_tdiv_qr() 211 qn += adjust; /* qn cannot become bigger */ in mpn_tdiv_qr() 235 if (adjust) in mpn_tdiv_qr() 252 if (adjust) in mpn_tdiv_qr()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sec2/ |
| H A D | nouveau_nvkm_engine_sec2_gp102.c | 85 gp102_sec2_acr_bld_patch(struct nvkm_acr *acr, u32 bld, s64 adjust) in gp102_sec2_acr_bld_patch() argument 89 hdr.code_dma_base = hdr.code_dma_base + adjust; in gp102_sec2_acr_bld_patch() 90 hdr.data_dma_base = hdr.data_dma_base + adjust; in gp102_sec2_acr_bld_patch() 91 hdr.overlay_dma_base = hdr.overlay_dma_base + adjust; in gp102_sec2_acr_bld_patch() 266 gp102_sec2_acr_bld_patch_1(struct nvkm_acr *acr, u32 bld, s64 adjust) in gp102_sec2_acr_bld_patch_1() argument 270 hdr.code_dma_base = hdr.code_dma_base + adjust; in gp102_sec2_acr_bld_patch_1() 271 hdr.data_dma_base = hdr.data_dma_base + adjust; in gp102_sec2_acr_bld_patch_1()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
| H A D | nouveau_nvkm_engine_gr_gm20b.c | 39 gm20b_gr_acr_bld_patch(struct nvkm_acr *acr, u32 bld, s64 adjust) in gm20b_gr_acr_bld_patch() argument 46 hdr.code_dma_base = lower_32_bits((addr + adjust) >> 8); in gm20b_gr_acr_bld_patch() 47 hdr.code_dma_base1 = upper_32_bits((addr + adjust) >> 8); in gm20b_gr_acr_bld_patch() 49 hdr.data_dma_base = lower_32_bits((addr + adjust) >> 8); in gm20b_gr_acr_bld_patch() 50 hdr.data_dma_base1 = upper_32_bits((addr + adjust) >> 8); in gm20b_gr_acr_bld_patch()
|
| H A D | nouveau_nvkm_engine_gr_gp108.c | 34 gp108_gr_acr_bld_patch(struct nvkm_acr *acr, u32 bld, s64 adjust) in gp108_gr_acr_bld_patch() argument 38 hdr.code_dma_base = hdr.code_dma_base + adjust; in gp108_gr_acr_bld_patch() 39 hdr.data_dma_base = hdr.data_dma_base + adjust; in gp108_gr_acr_bld_patch()
|
| /netbsd-src/sys/arch/sun3/sun3x/ |
| H A D | locore.s | 171 clrl %sp@- | stack adjust count 198 addql #4,%d1 | yes, adjust address 203 addql #2,%d1 | yes, adjust address 209 subql #2,%d1 | yes, adjust address 262 clrl %sp@- | stack adjust count 268 clrl %sp@- | stack adjust count 280 clrl %sp@- | stack adjust count 304 clrl %sp@- | stack adjust count 308 addql #4,%sp | stack adjust count 315 clrl %sp@- | stack adjust count [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/power/ |
| H A D | mul_1.asm | 72 cax 10,10,6 C adjust high limb for negative limb from s1 81 cax 9,9,6 C adjust high limb for negative limb from s1 91 cax 10,10,0 C adjust high limb for negative s2_limb 95 cax 10,10,6 C adjust high limb for negative limb from s1 101 cax 9,9,0 C adjust high limb for negative s2_limb 105 cax 9,9,6 C adjust high limb for negative limb from s1
|
| /netbsd-src/sys/arch/m68k/m68k/ |
| H A D | reenter_syscall.s | 42 movew %d1,FR_ADJ(%sp) | set stack adjust count 47 tstw FR_ADJ(%sp) | stack adjust must be zero 54 movw FR_ADJ(%sp),%d0 | need to adjust stack? 57 addql #8,%sp | pop SP and stack adjust
|
| H A D | busaddrerr.s | 62 clrl %sp@- | stack adjust count 77 clrl %sp@- | stack adjust count 94 | we need to adjust for misaligned addresses 127 clrl %sp@- | stack adjust count 164 clrl %sp@- | stack adjust count 190 addql #4,%d1 | yes, adjust address 195 addql #2,%d1 | yes, adjust address 201 subql #2,%d1 | yes, adjust address
|
| /netbsd-src/sys/arch/sun3/sun3/ |
| H A D | locore.s | 194 clrl %sp@- | stack adjust count 221 addql #4,%d1 | yes, adjust address 226 addql #2,%d1 | yes, adjust address 232 subql #2,%d1 | yes, adjust address 277 clrl %sp@- | stack adjust count 283 clrl %sp@- | stack adjust count 295 clrl %sp@- | stack adjust count 319 clrl %sp@- | stack adjust count 323 addql #4,%sp | stack adjust count 330 clrl %sp@- | stack adjust count [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| H A D | fmaq.c | 30 int adjust = 0; in fmaq() local 110 adjust = 1; in fmaq() 134 adjust = 1; in fmaq() 165 adjust = -1; in fmaq() 222 if (__glibc_likely (adjust == 0)) in fmaq() 230 else if (__glibc_likely (adjust > 0)) in fmaq()
|
| /netbsd-src/external/gpl3/gcc/dist/libquadmath/math/ |
| H A D | fmaq.c | 30 int adjust = 0; in fmaq() local 110 adjust = 1; in fmaq() 134 adjust = 1; in fmaq() 165 adjust = -1; in fmaq() 222 if (__glibc_likely (adjust == 0)) in fmaq() 230 else if (__glibc_likely (adjust > 0)) in fmaq()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingWriter.cpp | 116 Counter adjust(Counter C) const { in adjust() function in __anon54e1a2050111::CounterExpressionsMinimizer 184 writeCounter(MinExpressions, Minimizer.adjust(E.LHS), OS); in write() 185 writeCounter(MinExpressions, Minimizer.adjust(E.RHS), OS); in write() 207 Counter Count = Minimizer.adjust(I->Count); in write() 208 Counter FalseCount = Minimizer.adjust(I->FalseCount); in write()
|
| /netbsd-src/lib/libc/gdtoa/ |
| H A D | hdtoa.c | 99 int adjust = 0; /* do we need to adjust the exponent? */ in dorounding() local 108 adjust = roundup(s0, ndigits); in dorounding() 112 adjust = roundup(s0, ndigits); in dorounding() 116 adjust = roundup(s0, ndigits); in dorounding() 120 if (adjust) in dorounding()
|
| /netbsd-src/lib/libc/arch/or1k/gen/ |
| H A D | swapcontext.S | 53 l.addi r1,r1,-CALLFRAME_LEN # adjust stack 59 l.addi r5,r1,CALLFRAME_LEN # adjust stack 62 l.sw UC_GREGS_SP(r4),r1 # adjust sp
|
| /netbsd-src/external/bsd/unbound/dist/cachedb/ |
| H A D | cachedb.c | 498 adjust_msg_ttl(struct dns_msg* msg, time_t adjust) in adjust_msg_ttl() argument 501 if(adjust >= 0 && msg->rep->ttl > adjust) in adjust_msg_ttl() 502 msg->rep->ttl -= adjust; in adjust_msg_ttl() 510 rep->rrsets[i]->entry.data, adjust); in adjust_msg_ttl() 522 time_t adjust; in parse_data() local 583 adjust = *qstate->env->now - (time_t)timestamp; in parse_data() 584 if(qstate->return_msg->rep->ttl < adjust) { in parse_data() 597 adjust = -1; in parse_data() 599 verbose(VERB_ALGO, "cachedb msg adjusted down by %d", (int)adjust); in parse_data() 600 adjust_msg_ttl(qstate->return_msg, adjust); in parse_data() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_hdcp.c | 119 hdcp_w->link.adjust.hdcp2.force_type = MOD_HDCP_FORCE_TYPE_0; in hdcp_update_display() 122 display->adjust.disable = 0; in hdcp_update_display() 124 hdcp_w->link.adjust.hdcp2.force_type = MOD_HDCP_FORCE_TYPE_0; in hdcp_update_display() 126 hdcp_w->link.adjust.hdcp2.force_type = MOD_HDCP_FORCE_TYPE_1; in hdcp_update_display() 131 display->adjust.disable = 1; in hdcp_update_display() 343 display->adjust.disable = 1; in update_config() 344 link->adjust.auth_delay = 2; in update_config()
|