Home
last modified time | relevance | path

Searched refs:fixup (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd/usr.bin/calendar/
H A Dsunpos.c81 fixup(double *d) in fixup() function
114 fixup(L); in sunpos()
116 fixup(&M); in sunpos()
118 fixup(&epsilon); in sunpos()
121 fixup(&lambda); in sunpos()
132 fixup(&alpha); in sunpos()
135 fixup(DEC); in sunpos()
136 fixup(&eastlongitude); in sunpos()
138 fixup(&HA); in sunpos()
139 fixup(&latitude); in sunpos()
[all …]
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_srtm.c228 SRTM_ITEM *cur = head, **fixup = new_head; in sorted_insert_seq_num() local
233 fixup = &cur->next_by_seq_num; in sorted_insert_seq_num()
237 item->next_by_seq_num = *fixup; in sorted_insert_seq_num()
238 *fixup = item; in sorted_insert_seq_num()
249 SRTM_ITEM *cur = head, **fixup = new_head; in sorted_insert_srt() local
254 fixup = &cur->next_by_srt_blinded; in sorted_insert_srt()
258 item->next_by_srt_blinded = *fixup; in sorted_insert_srt()
259 *fixup = item; in sorted_insert_srt()
H A Dquic_ackm.c680 OSSL_ACKM_TX_PKT *acked_pkts = NULL, **fixup = &acked_pkts, *pkt, *pprev; in ackm_detect_and_remove_newly_acked_pkts()
723 *fixup = pkt; in ackm_detect_and_remove_newly_acked_pkts()
724 fixup = &pkt->anext; in ackm_detect_and_remove_newly_acked_pkts()
725 *fixup = NULL; in ackm_detect_and_remove_newly_acked_pkts()
756 OSSL_ACKM_TX_PKT *lost_pkts = NULL, **fixup = &lost_pkts, *pkt, *pnext; in ackm_detect_and_remove_lost_pkts()
802 *fixup = pkt; in ackm_detect_and_remove_lost_pkts()
803 fixup = &pkt->lnext; in ackm_detect_and_remove_lost_pkts()
804 *fixup = NULL; in ackm_detect_and_remove_lost_pkts()
678 OSSL_ACKM_TX_PKT *acked_pkts = NULL, **fixup = &acked_pkts, *pkt, *pprev; ackm_detect_and_remove_newly_acked_pkts() local
754 OSSL_ACKM_TX_PKT *lost_pkts = NULL, **fixup = &lost_pkts, *pkt, *pnext; ackm_detect_and_remove_lost_pkts() local
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Diss4xx.dts38 i-cache-line-size = <32>; // may need fixup in sim
39 d-cache-line-size = <32>; // may need fixup in sim
40 i-cache-size = <32768>; /* may need fixup in sim */
41 d-cache-size = <32768>; /* may need fixup in sim */
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp208 static void fixup(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup() function
221 ldi::fixup(Size, Fixup, Value, Ctx); in lo8()
227 ldi::fixup(Size, Fixup, Value, Ctx); in hi8()
233 ldi::fixup(Size, Fixup, Value, Ctx); in hh8()
239 ldi::fixup(Size, Fixup, Value, Ctx); in ms8()
268 adjust::ldi::fixup(Size, Fixup, Value, Ctx); in adjustFixupValue()
/freebsd/sys/conf/
H A Dldscript.powerpc97 get relocated with -mrelocatable. Also put in the .fixup pointers.
108 .fixup : { *(.fixup) }
H A Dldscript.powerpc64le123 get relocated with -mrelocatable. Also put in the .fixup pointers.
134 .fixup : { *(.fixup) }
H A Dldscript.powerpc64123 get relocated with -mrelocatable. Also put in the .fixup pointers.
134 .fixup : { *(.fixup) }
/freebsd/stand/uboot/arch/arm/
H A Darm.ldscript66 get relocated with -mrelocatable. Also put in the .fixup pointers.
77 .fixup : { *(.fixup) }
/freebsd/lib/msun/src/
H A Ds_remquof.c43 goto fixup; /* |x|<|y| return x or x-y */ in remquof()
103 fixup: in remquof()
H A Ds_remquo.c47 goto fixup; /* |x|<|y| return x or x-y */ in remquo()
128 fixup: in remquo()
H A Ds_remquol.c91 goto fixup; /* |x|<|y| return x or x-y */ in remquol()
151 fixup: in remquol()
/freebsd/stand/powerpc/ofw/
H A Dppc-common.ldscript67 get relocated with -mrelocatable. Also put in the .fixup pointers.
78 .fixup : { *(.fixup) }
/freebsd/stand/uboot/arch/powerpc/
H A Dpowerpc.ldscript65 get relocated with -mrelocatable. Also put in the .fixup pointers.
76 .fixup : { *(.fixup) }
/freebsd/stand/kboot/kboot/arch/powerpc64/
H A Dpowerpc64.ldscript65 get relocated with -mrelocatable. Also put in the .fixup pointers.
76 .fixup : { *(.fixup) }
/freebsd/contrib/netbsd-tests/fs/puffs/
H A Dt_fuzz.c151 fixup(int nfix, struct puffs_kargs *kargs) in fixup() function
232 fixup(nfix, &kargs); in testbody()
/freebsd/crypto/openssh/
H A D.skipped-commit-ids45 ef7ecdb6dd2542f42fa7236d17ac0b144851f0b5 ssh-keygen, fixup'ed into 21682417
46 da414a364c25b187fc686da7aacec2c35d29238a ssh-keygen, fixup'ed into 21682417
/freebsd/sys/dev/ksyms/
H A Dksyms.c195 bool fixup; in ksyms_add() local
207 fixup = true; in ksyms_add()
209 fixup = lf->id > 1; in ksyms_add()
225 if (fixup && LINKER_SYMBOL_VALUES(lf, in ksyms_add()
/freebsd/sys/contrib/xen/io/
H A Dprotocols.h39 # error arch fixup needed here
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c2706 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_ctrl_to_param() local
2726 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_to_param()
2734 ret = fixup(PRE_CTRL_TO_PARAMS, translation, &ctx); in evp_pkey_ctx_ctrl_to_param()
2756 fixup(POST_CTRL_TO_PARAMS, translation, &ctx); in evp_pkey_ctx_ctrl_to_param()
2780 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_ctrl_str_to_param() local
2791 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_str_to_param()
2804 ret = fixup(PRE_CTRL_STR_TO_PARAMS, translation, &ctx); in evp_pkey_ctx_ctrl_str_to_param()
2824 ret = fixup(POST_CTRL_STR_TO_PARAMS, translation, &ctx); in evp_pkey_ctx_ctrl_str_to_param()
2847 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_setget_params_to_ctrl() local
2858 fixup = translation->fixup_args; in evp_pkey_ctx_setget_params_to_ctrl()
[all …]
/freebsd/usr.bin/dtc/
H A Dfdt.hh793 struct fixup struct in dtc::fdt::device_tree
813 std::vector<fixup> fixups;
818 std::vector<std::reference_wrapper<fixup>> unresolved_fixups;
/freebsd/contrib/unbound/doc/
H A DChangelog2460 And fixup the lock code.
6046 - fixup WKS test on buildhost without servicebyname.
6150 Better fixup of dnscrypt_cert_chacha test for different escapes.
6155 - (for 1.6.5): fixup of dnscrypt_cert_chacha test (from Manu Bretelle).
6279 - Some whitespace fixup.
6381 - Some whitespace fixup.
6399 - Small fixup for documentation.
6449 - fixup for lruhash (whitespace and header file comment).
7958 - signit tool fixup for compile with libldns library.
8148 - fixup nss compile (no ldns in it).
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c187 int fixup; /* bitmask of what needs fixing */ member
859 fe->fixup |= TODO_MODE_BASE; in _archive_write_disk_header()
871 fe->fixup |= TODO_TIMES; in _archive_write_disk_header()
904 fe->fixup |= TODO_ACLS; in _archive_write_disk_header()
922 fe->fixup |= TODO_MAC_METADATA; in _archive_write_disk_header()
932 fe->fixup |= TODO_FFLAGS; in _archive_write_disk_header()
2541 if (p->fixup == 0) in _archive_write_disk_close()
2605 if (p->fixup & TODO_TIMES) { in _archive_write_disk_close()
2612 if (p->fixup & TODO_MODE_BASE) { in _archive_write_disk_close()
2624 if (p->fixup & TODO_ACLS) in _archive_write_disk_close()
[all …]
/freebsd/tools/tools/git/
H A DHOWTO52 $ git commit --fixup HEAD
61 recommended that you change it from the default "fixup! ...." as that does
65 which depends on the fixup! tag being present.
/freebsd/sys/dts/arm/
H A Dqcom-ipq4018-rt-ac58u.dts207 * "ipq: fdt fixup unable to find compatible node".
271 * "ipq: fdt fixup unable to find compatible node".

1234