Home
last modified time | relevance | path

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

123456789

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp34 namespace adjust { namespace
267 adjust::fixup_7_pcrel(Size, Fixup, Value, Ctx); in adjustFixupValue()
270 adjust::fixup_13_pcrel(Size, Fixup, Value, Ctx); in adjustFixupValue()
273 adjust::fixup_call(Size, Fixup, Value, Ctx); in adjustFixupValue()
276 adjust::ldi::fixup(Size, Fixup, Value, Ctx); in adjustFixupValue()
279 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
283 adjust::pm(Value); in adjustFixupValue()
284 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
287 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
291 adjust::pm(Value); in adjustFixupValue()
[all …]
/freebsd/usr.bin/col/
H A Dcol.c124 int adjust, opt, warned, width; in main() local
169 adjust = cur_col = extra_lines = warned = 0; in main()
243 if (cur_line + adjust != this_line) { in main()
247 adjust = !fine && (cur_line & 1); in main()
249 if (cur_line + adjust < this_line) { in main()
250 while (cur_line + adjust < this_line && in main()
255 if (cur_line + adjust < this_line) { in main()
262 while (cur_line + adjust in main()
274 cur_line = this_line - adjust; in main()
279 while (cur_line + adjust > this_line) { in main()
/freebsd/contrib/unbound/util/data/
H A Dpacked_rrset.c280 time_t adjust = 0; in packed_rr_to_string() local
291 adjust = SERVE_ORIGINAL_TTL ? d->ttl_add : now; in packed_rr_to_string()
292 if (d->rr_ttl[i] < adjust) adjust = d->rr_ttl[i]; /* Prevent negative TTL overflow */ in packed_rr_to_string()
294 (uint32_t)(d->rr_ttl[i]-adjust)); in packed_rr_to_string()
342 time_t adjust = 0; in packed_rrset_copy_region() local
361 adjust = SERVE_ORIGINAL_TTL ? data->ttl_add : now; in packed_rrset_copy_region()
363 if(d->rr_ttl[i] < adjust) in packed_rrset_copy_region()
365 else d->rr_ttl[i] -= adjust; in packed_rrset_copy_region()
367 if(d->ttl < adjust) in packed_rrset_copy_region()
369 else d->ttl -= adjust; in packed_rrset_copy_region()
H A Dmsgencode.c470 time_t adjust = 0; in packed_rrset_encode() local
484 adjust = 0; in packed_rrset_encode()
486 adjust = SERVE_ORIGINAL_TTL ? data->ttl_add : timenow; in packed_rrset_encode()
499 if(data->rr_ttl[j] < adjust) in packed_rrset_encode()
502 else sldns_buffer_write_u32(pkt, data->rr_ttl[j]-adjust); in packed_rrset_encode()
536 if(data->rr_ttl[i] < adjust) in packed_rrset_encode()
539 else sldns_buffer_write_u32(pkt, data->rr_ttl[i]-adjust); in packed_rrset_encode()
/freebsd/usr.bin/newkey/
H A Dgeneric.c47 static void adjust(char[HEXKEYBYTES + 1], char *);
97 adjust(secret, xkey); in genkeys()
99 adjust(public, xkey); in genkeys()
111 adjust(char keyout[HEXKEYBYTES+1], char *keyin) in adjust() function
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js151 'tracking': posOptions.target === 'mouse' && posOptions.adjust.mouse,
475 tooltip.attr('tracking', posOptions.target === 'mouse' && posOptions.adjust.mouse);
700 adjust = posOptions.adjust,
701 method = adjust.method.split(' '),
728 event = mouse && mouse.pageX && (adjust.mouse || !event || !event.pageX) ? mouse :
731 …(!adjust.mouse || this.options.show.distance) && cache.origin && cache.origin.pageX ? cache.origin…
745 if(adjust.mouse && isScroll) {
824 position.left += adjust.x + (my.x === RIGHT ? -elemWidth : my.x === CENTER ? -elemWidth / 2 : 0);
825 position.top += adjust.y + (my.y === BOTTOM ? -elemHeight : my.y === CENTER ? -elemHeight / 2 : 0);
1003 if(!trackingBound && posOptions.target === 'mouse' && posOptions.adjust.mouse) {
[all …]
/freebsd/sys/dev/axgbe/
H A Dxgbe-ptp.c137 u64 adjust; in xgbe_adjfreq() local
146 adjust = pdata->tstamp_addend; in xgbe_adjfreq()
147 adjust *= delta; in xgbe_adjfreq()
148 diff = div_u64(adjust, 1000000000UL); in xgbe_adjfreq()
/freebsd/contrib/unbound/cachedb/
H A Dcachedb.c491 adjust_msg_ttl(struct dns_msg* msg, time_t adjust) in adjust_msg_ttl() argument
494 if(adjust >= 0 && msg->rep->ttl > adjust) in adjust_msg_ttl()
495 msg->rep->ttl -= adjust; in adjust_msg_ttl()
503 rep->rrsets[i]->entry.data, adjust); in adjust_msg_ttl()
544 time_t adjust; in parse_data() local
605 adjust = *qstate->env->now - (time_t)timestamp; in parse_data()
606 if(qstate->return_msg->rep->ttl < adjust) { in parse_data()
620 adjust = -1; in parse_data()
622 verbose(VERB_ALGO, "cachedb msg adjusted down by %d", (int)adjust); in parse_data()
623 adjust_msg_ttl(qstate->return_msg, adjust); in parse_data()
[all …]
/freebsd/contrib/telnet/libtelnet/
H A Dpk.c52 static void adjust(char keyout[HEXKEYBYTES+1], char *keyin);
178 adjust(secret, xkey); in genkeys()
180 adjust(public, xkey); in genkeys()
192 adjust(char keyout[HEXKEYBYTES+1], char *keyin) in adjust() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp115 Counter adjust(Counter C) const { in adjust() function in __anon045e99fa0111::CounterExpressionsMinimizer
191 writeCounter(MinExpressions, Minimizer.adjust(E.LHS), OS); in write()
192 writeCounter(MinExpressions, Minimizer.adjust(E.RHS), OS); in write()
214 Counter Count = Minimizer.adjust(I->Count); in write()
215 Counter FalseCount = Minimizer.adjust(I->FalseCount); in write()
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dnvidia,tegra20-hsuart.txt27 - nvidia,adjust-baud-rates: List of entries providing percentage of baud rate
46 Tx baud rate observed. To do this we use nvidia,adjust-baud-rates
56 nvidia,adjust-baud-rates = <0 9600 100>,
72 nvidia,adjust-baud-rates = <1000000 4000000 136>; /* 1.36% shift */
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_nist.c499 bn_addsub_f adjust; in BN_nist_mod_224() local
613 adjust = bn_sub_words; in BN_nist_mod_224()
632 adjust = carry ? bn_sub_words : bn_add_words; in BN_nist_mod_224()
637 res = ((*adjust) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP) && carry) in BN_nist_mod_224()
671 bn_addsub_f adjust; in BN_nist_mod_256() local
857 adjust = bn_sub_words; in BN_nist_mod_256()
866 adjust = carry ? bn_sub_words : bn_add_words; in BN_nist_mod_256()
870 res = ((*adjust) (c_d, r_d, _nist_p_256[0], BN_NIST_256_TOP) && carry) in BN_nist_mod_256()
908 bn_addsub_f adjust; in BN_nist_mod_384() local
1129 adjust = bn_sub_words; in BN_nist_mod_384()
[all …]
/freebsd/contrib/ntp/
H A Dresults.y2kfixes60 31 Dec 23:58:59 ntpdate[83551]: adjust time server 135.16.74.3 offset 0.039057 s
65 01 Jan 00:01:05 ntpdate[8352]: adjust time server 135.16.74.3 offset 0.039057 s
70 29 Feb 00:02:15 ntpdate[8353]: adjust time server 135.25.xxxx.xxxx offset -0.000023 sec
/freebsd/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()
/freebsd/contrib/nvi/vi/
H A Dvs_refresh.c278 goto adjust; in vs_paint()
289 goto adjust; in vs_paint()
304 goto adjust; in vs_paint()
331 goto adjust; in vs_paint()
349 goto adjust; in vs_paint()
391 adjust: if (!O_ISSET(sp, O_LEFTRIGHT) && in vs_paint()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mm-innocomm-wb15-evk.dts84 samsung,picophy-dc-vol-level-adjust = <7>;
92 samsung,picophy-dc-vol-level-adjust = <7>;
/freebsd/contrib/ntp/sntp/libevent/
H A Devutil_time.c238 struct timeval adjust; in adjust_monotonic_time() local
239 evutil_timersub(&base->last_time, tv, &adjust); in adjust_monotonic_time()
240 evutil_timeradd(&adjust, &base->adjust_monotonic_clock, in adjust_monotonic_time()
/freebsd/contrib/libevent/
H A Devutil_time.c238 struct timeval adjust; in adjust_monotonic_time() local
239 evutil_timersub(&base->last_time, tv, &adjust); in adjust_monotonic_time()
240 evutil_timeradd(&adjust, &base->adjust_monotonic_clock, in adjust_monotonic_time()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc73 // Normalize any denormals, and adjust the exponent accordingly.
110 // and adjust the exponent.
120 // adjust the exponent.
/freebsd/contrib/libfido2/man/
H A DNOTES6 Use mandoc 1.14.4. Otherwise, adjust dyc.css to mandoc's HTML
/freebsd/tools/build/options/
H A DWITHOUT_LOADER_PXEBOOT5 for how to adjust the defaults when you need both a larger
/freebsd/contrib/bzip2/
H A Dwords04 adjust the flags in this Makefile to improve matters.
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.cpp309 void WebAssemblyTargetInfo::adjust(DiagnosticsEngine &Diags, in adjust() function in WebAssemblyTargetInfo
311 TargetInfo::adjust(Diags, Opts); in adjust()
/freebsd/sys/net80211/
H A Dieee80211_output.c3974 int adjust = tie->tim_bitmap+timlen in ieee80211_beacon_update() local
3977 bo->bo_tim_trailer+adjust, in ieee80211_beacon_update()
3979 bo->bo_tim_trailer += adjust; in ieee80211_beacon_update()
3980 bo->bo_erp += adjust; in ieee80211_beacon_update()
3981 bo->bo_htinfo += adjust; in ieee80211_beacon_update()
3982 bo->bo_vhtinfo += adjust; in ieee80211_beacon_update()
3984 bo->bo_ath += adjust; in ieee80211_beacon_update()
3987 bo->bo_tdma += adjust; in ieee80211_beacon_update()
3990 bo->bo_meshconf += adjust; in ieee80211_beacon_update()
3992 bo->bo_appie += adjust; in ieee80211_beacon_update()
[all …]
/freebsd/sbin/fsck_ffs/
H A Dpass4.c86 adjust(&idesc, (short)n); in pass4()

123456789