Home
last modified time | relevance | path

Searched refs:fixup (Results 1 – 25 of 80) 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/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.cpp216 static void fixup(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup() function
229 ldi::fixup(Size, Fixup, Value, Ctx); in lo8()
235 ldi::fixup(Size, Fixup, Value, Ctx); in hi8()
241 ldi::fixup(Size, Fixup, Value, Ctx); in hh8()
247 ldi::fixup(Size, Fixup, Value, Ctx); in ms8()
276 adjust::ldi::fixup(Size, Fixup, Value, Ctx); in adjustFixupValue()
/freebsd/stand/uboot/arch/arm/
H A Darm.ldscript66 get relocated with -mrelocatable. Also put in the .fixup pointers.
77 .fixup : { *(.fixup) }
/freebsd/sys/conf/
H A Dldscript.powerpcspe98 get relocated with -mrelocatable. Also put in the .fixup pointers.
109 .fixup : { *(.fixup) }
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/lib/msun/src/
H A Ds_remquof.c43 goto fixup; /* |x|<|y| return x or x-y */ in remquof()
101 fixup: in remquof()
H A Ds_remquo.c47 goto fixup; /* |x|<|y| return x or x-y */ in remquo()
134 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/openssl/crypto/evp/
H A Dctrl_params_translate.c2644 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_ctrl_to_param() local
2664 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_to_param()
2672 ret = fixup(PRE_CTRL_TO_PARAMS, translation, &ctx); in evp_pkey_ctx_ctrl_to_param()
2694 fixup(POST_CTRL_TO_PARAMS, translation, &ctx); in evp_pkey_ctx_ctrl_to_param()
2714 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_ctrl_str_to_param() local
2725 fixup = translation->fixup_args; in evp_pkey_ctx_ctrl_str_to_param()
2738 ret = fixup(PRE_CTRL_STR_TO_PARAMS, translation, &ctx); in evp_pkey_ctx_ctrl_str_to_param()
2758 ret = fixup(POST_CTRL_STR_TO_PARAMS, translation, &ctx); in evp_pkey_ctx_ctrl_str_to_param()
2777 fixup_args_fn *fixup = default_fixup_args; in evp_pkey_ctx_setget_params_to_ctrl() local
2788 fixup = translation->fixup_args; in evp_pkey_ctx_setget_params_to_ctrl()
[all …]
/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/contrib/unbound/doc/
H A DChangelog1414 And fixup the lock code.
5000 - fixup WKS test on buildhost without servicebyname.
5104 Better fixup of dnscrypt_cert_chacha test for different escapes.
5109 - (for 1.6.5): fixup of dnscrypt_cert_chacha test (from Manu Bretelle).
5233 - Some whitespace fixup.
5335 - Some whitespace fixup.
5353 - Small fixup for documentation.
5403 - fixup for lruhash (whitespace and header file comment).
6912 - signit tool fixup for compile with libldns library.
7102 - fixup nss compile (no ldns in it).
[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/libarchive/libarchive/
H A Darchive_write_disk_posix.c187 int fixup; /* bitmask of what needs fixing */ member
855 fe->fixup |= TODO_MODE_BASE; in _archive_write_disk_header()
867 fe->fixup |= TODO_TIMES; in _archive_write_disk_header()
900 fe->fixup |= TODO_ACLS; in _archive_write_disk_header()
918 fe->fixup |= TODO_MAC_METADATA; in _archive_write_disk_header()
928 fe->fixup |= TODO_FFLAGS; in _archive_write_disk_header()
2537 if (p->fixup == 0) in _archive_write_disk_close()
2601 if (p->fixup & TODO_TIMES) { in _archive_write_disk_close()
2608 if (p->fixup & TODO_MODE_BASE) { in _archive_write_disk_close()
2620 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".
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c1420 int ii, vali, fixup, usize = 0; in qat_ae_concat_ucode() local
1448 fixup = ninst; in qat_ae_concat_ucode()
1452 INSERT_IMMED_GPRA_CONST(ucode[fixup], (addr)); in qat_ae_concat_ucode()
1453 fixup++; in qat_ae_concat_ucode()
1454 INSERT_IMMED_GPRA_CONST(ucode[fixup], 0); in qat_ae_concat_ucode()
1455 fixup++; in qat_ae_concat_ucode()
1456 INSERT_IMMED_GPRB_CONST(ucode[fixup], (curvalue >> 0)); in qat_ae_concat_ucode()
1457 fixup++; in qat_ae_concat_ucode()
1458 INSERT_IMMED_GPRB_CONST(ucode[fixup], (curvalue >> 16)); in qat_ae_concat_ucode()
1467 fixup = ninst; in qat_ae_concat_ucode()
[all …]
/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c1017 int fixup; in cpu_set_syscall_retval() local
1028 fixup = ( in cpu_set_syscall_retval()
1034 fixup = 0; in cpu_set_syscall_retval()
1038 if (fixup) { in cpu_set_syscall_retval()

1234