Home
last modified time | relevance | path

Searched refs:fixups (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_expand.c74 } fixups[MAX_TC_FIXUPS]; in _nc_tic_expand() local
194 fixups[octals].ch = UChar(ch); in _nc_tic_expand()
195 fixups[octals].offset = bufp; in _nc_tic_expand()
215 char *p = buffer + fixups[octals].offset; in _nc_tic_expand()
217 *p++ = (char) ((fixups[octals].ch == 127) in _nc_tic_expand()
219 : (fixups[octals].ch + (int) '@')); in _nc_tic_expand()
H A Dcaptoinfo.c612 #define octal_fixup(n, c) fixups[n].ch = ((fixups[n].ch << 3) | ((c) - '0'))
635 } fixups[MAX_TC_FIXUPS]; in _nc_infotocap() local
724 fixups[myfix].ch = 0; in _nc_infotocap()
725 fixups[myfix].offset = (int) (bufptr in _nc_infotocap()
732 fixups[myfix].ch <<= 3; in _nc_infotocap()
733 fixups[myfix].ch |= (xx2 - '0'); in _nc_infotocap()
740 fixups[myfix].ch <<= 3; in _nc_infotocap()
741 fixups[myfix].ch |= (str[n] - '0'); in _nc_infotocap()
743 if (fixups[myfix].ch < 32) { in _nc_infotocap()
787 fixups[myfix].ch = 0; in _nc_infotocap()
[all …]
/freebsd/sys/contrib/libfdt/
H A Dfdt_overlay.c371 int fixups; in overlay_update_local_references() local
373 fixups = fdt_path_offset(fdto, "/__local_fixups__"); in overlay_update_local_references()
374 if (fixups < 0) { in overlay_update_local_references()
376 if (fixups == -FDT_ERR_NOTFOUND) in overlay_update_local_references()
379 return fixups; in overlay_update_local_references()
385 return overlay_update_local_node_references(fdto, 0, fixups, in overlay_update_local_references()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRFixupKinds.h17 /// The set of supported fixups.
133 namespace fixups {
143 } // end of namespace fixups
H A DAVRMCCodeEmitter.cpp109 AVR::fixups::adjustBranchTarget(target); in encodeRelCondBrTarget()
193 // we shouldn't perform any more fixups. Without this check, we would in encodeImm()
224 AVR::fixups::adjustBranchTarget(Target); in encodeCallTarget()
H A DAVRAsmBackend.cpp85 AVR::fixups::adjustBranchTarget(Value); in adjustBranch()
99 AVR::fixups::adjustBranchTarget(Value); in adjustRelativeBranch()
/freebsd/usr.bin/dtc/
H A Dfdt.cc1280 fixups.push_back({path, p, v}); in collect_names_recursive()
1313 fixups.clear(); in collect_names()
1401 for (auto &i : fixups) in resolve_cross_references()
1421 assert(sorted_phandles.size() == fixups.size()); in resolve_cross_references()
2200 for (auto &i : fixups) in parse_dts()
H A Dfdt.hh813 std::vector<fixup> fixups; member in dtc::fdt::device_tree
/freebsd/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst111 * Chained fixups are now enabled by default when targeting macOS 13.0,
/freebsd/libexec/bootpd/
H A DChanges285 routines. Add debugging dumps. Many other fixups.
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td343 def chained_fixups : Flag<["--"], "chained-fixups">,
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td1290 HelpText<"Emit chained fixups">,
/freebsd/contrib/file/magic/Magdir/
H A Dmsdos678 # OSF_INTERNAL_FIXUPS_DONE=00000010h ~Internal fixups for the module have been applied
680 # OSF_EXTERNAL_FIXUPS_DONE=00000020h ~External fixups for the module have been applied
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.seq972 * any fixups.
H A Daic79xx.seq1789 * any fixups.
/freebsd/contrib/byacc/
H A DCHANGES941 config.guess: manual fixups after previous automatic patch
982 config.guess: automatic fixups after previous automated patch
1010 config.guess: manual fixups after previous automatic patch
/freebsd/contrib/unbound/doc/
H A DChangelog10130 - testcode/ldns-testpkts.c const fixups.
10183 - two tests for it and fixups of tests for nonrec refused.
11042 - 0.8: unit test for addr_mask and fixups for it.
11057 - review fixups from Jelte.
/freebsd/contrib/ncurses/
H A DNEWS5351 + amend fix intended to separate fixups for acsc to allow "tic -cv" to
/freebsd/crypto/openssl/
H A DCHANGES.md19726 * Some fixups to the top-level documents.
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src26241 # * similar fixups for cvvis/cnorm various entries -TD
/freebsd/contrib/ntp/
H A DCommitLog[all...]