Home
last modified time | relevance | path

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

/src/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.c611 #define octal_fixup(n, c) fixups[n].ch = ((fixups[n].ch << 3) | ((c) - '0'))
634 } fixups[MAX_TC_FIXUPS]; in _nc_infotocap() local
723 fixups[myfix].ch = 0; in _nc_infotocap()
724 fixups[myfix].offset = (int) (bufptr in _nc_infotocap()
731 fixups[myfix].ch <<= 3; in _nc_infotocap()
732 fixups[myfix].ch |= (xx2 - '0'); in _nc_infotocap()
739 fixups[myfix].ch <<= 3; in _nc_infotocap()
740 fixups[myfix].ch |= (str[n] - '0'); in _nc_infotocap()
742 if (fixups[myfix].ch < 32) { in _nc_infotocap()
786 fixups[myfix].ch = 0; in _nc_infotocap()
[all …]
/src/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()
/src/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRFixupKinds.h133 namespace fixups {
H A DAVRMCCodeEmitter.cpp109 AVR::fixups::adjustBranchTarget(target); in encodeRelCondBrTarget()
224 AVR::fixups::adjustBranchTarget(Target); in encodeCallTarget()
H A DAVRAsmBackend.cpp85 AVR::fixups::adjustBranchTarget(Value); in adjustBranch()
99 AVR::fixups::adjustBranchTarget(Value); in adjustRelativeBranch()
/src/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
/src/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst111 * Chained fixups are now enabled by default when targeting macOS 13.0,
/src/libexec/bootpd/
H A DChanges285 routines. Add debugging dumps. Many other fixups.
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td343 def chained_fixups : Flag<["--"], "chained-fixups">,
/src/contrib/file/magic/Magdir/
H A Dmsdos734 # with no external fixups (&0x20=0x20) is .386 32-bit driver module for OS/2 1.x
753 # DLL module (0x08000) with no external fixups (0x20) for i386 CPU (2) is .386 VxD file for MS Wind…
1117 # OSF_INTERNAL_FIXUPS_DONE=00000010h ~Internal fixups for the module have been applied
1119 # OSF_EXTERNAL_FIXUPS_DONE=00000020h ~External fixups for the module have been applied
/src/contrib/llvm-project/lld/MachO/
H A DOptions.td1290 HelpText<"Emit chained fixups">,
/src/sys/dev/aic7xxx/
H A Daic7xxx.seq972 * any fixups.
H A Daic79xx.seq1789 * any fixups.
/src/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
/src/contrib/unbound/doc/
H A DChangelog10662 - testcode/ldns-testpkts.c const fixups.
10715 - two tests for it and fixups of tests for nonrec refused.
11574 - 0.8: unit test for addr_mask and fixups for it.
11589 - review fixups from Jelte.
/src/contrib/openpam/m4/
H A Dlibtool.m41028 # Feature test to disable chained fixups since it is not
/src/contrib/unbound/
H A Daclocal.m41034 # Feature test to disable chained fixups since it is not
/src/contrib/ncurses/
H A DNEWS5920 + amend fix intended to separate fixups for acsc to allow "tic -cv" to
/src/crypto/openssl/
H A DCHANGES.md21411 * Some fixups to the top-level documents.
/src/contrib/ncurses/misc/
H A Dterminfo.src26638 # * similar fixups for cvvis/cnorm various entries -TD
/src/contrib/ntp/
H A DCommitLog224945 net/route.h fixups
224948 net/route.h fixups