Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h169 unsigned Adjust; in expand() local
171 Adjust = sizeof(InitMapPtr); in expand()
173 Adjust = sizeof(InlineDescriptor); in expand()
174 return Pointer(Pointee, Base, Base + getSize() + Adjust); in expand()
259 unsigned Adjust = 0; in getOffset() local
262 Adjust = sizeof(InlineDescriptor); in getOffset()
264 Adjust = sizeof(InitMapPtr); in getOffset()
266 return Offset - Base - Adjust; in getOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp157 int64_t Adjust = Offset & 0x3; in visitLoadInst() local
158 if (Adjust == 0) { in visitLoadInst()
174 Offset - Adjust); in visitLoadInst()
180 unsigned ShAmt = Adjust * 8; in visitLoadInst()
/freebsd-14.2/stand/i386/gptboot/
H A Dgptldr.S90 add $COPY_BLK_SZ,%si # Adjust %ds:%si to point at
94 mov $COPY_BLK_SZ-1,%di # Adjust %es:%di to point at
/freebsd-14.2/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8998-oneplus-dumpling.dts23 /* Adjust digitizer area height to match the 5T's taller panel */
/freebsd-14.2/usr.sbin/bsdconfig/share/
H A Ddialog.subr404 # Adjust height if desired
413 # Adjust width if desired
502 # Adjust height if desired
513 # Adjust width if desired
529 # Adjust rows if desired
618 # Adjust width if desired
772 # Adjust width if desired
838 # Adjust width if desired
940 # Adjust width if desired
1036 # Adjust width if desired
[all …]
/freebsd-14.2/usr.sbin/cron/cron/
H A Dcrontab20 # Adjust the time zone if the CMOS clock keeps local time, as opposed to
/freebsd-14.2/sys/contrib/openzfs/config/
H A Dkernel-stdarg.m45 dnl # functions. Adjust the inclusion of <stdarg.h> according to the
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DM68k.def27 ELF_RELOC(R_68K_RELATIVE, 22) /* Adjust by program base */
/freebsd-14.2/stand/i386/zfsboot/
H A Dzfsldr.S135 add $COPY_BLK_SZ,%si # Adjust %ds:%si to point at
139 mov $COPY_BLK_SZ-1,%di # Adjust %es:%di to point at
/freebsd-14.2/stand/i386/btx/btxldr/
H A Dbtxldr.S278 hexout.2: decl %esi # Adjust for inc
/freebsd-14.2/sys/contrib/device-tree/src/mips/cavium-octeon/
H A Docteon_3xxx.dts20 /* Adjust LED drive. */
32 /* Adjust LED drive. */
/freebsd-14.2/stand/uboot/arch/arm/
H A Darm.ldscript55 /* Adjust the address for the data segment to the doubleword boundary. */
/freebsd-14.2/stand/kboot/kboot/arch/powerpc64/
H A Dpowerpc64.ldscript52 /* Adjust the address for the data segment to the next page up. */
/freebsd-14.2/stand/powerpc/ofw/
H A Dppc-common.ldscript54 /* Adjust the address for the data segment to the next page up. */
/freebsd-14.2/stand/uboot/arch/powerpc/
H A Dpowerpc.ldscript53 /* Adjust the address for the data segment to the next page up. */
/freebsd-14.2/sys/conf/
H A Dldscript.powerpc70 /* Adjust the address for the data segment to the next page up. */
H A Dldscript.powerpcspe70 /* Adjust the address for the data segment to the next page up. */
H A Dldscript.riscv64 /* Adjust the address for the data segment. We want to adjust up to
H A Dldscript.arm76 /* Adjust the address for the data segment. We want to adjust up to
H A Dldscript.powerpc64le79 /* Adjust the address for the data segment to the next page up. */
H A Dldscript.arm6476 /* Adjust the address for the data segment. We want to adjust up to
H A Dldscript.powerpc6480 /* Adjust the address for the data segment to the next page up. */
/freebsd-14.2/contrib/googletest/googlemock/include/gmock/
H A Dgmock-function-mocker.h63 static AdjustT<MockType> Adjust(const MockType& mock) { in Adjust() function
203 _Constness, const, ) int _RefSpec>::Adjust(*this) \
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.def201 // Adjust-op kinds for the 'adjust_args' clause.
/freebsd-14.2/contrib/xz/
H A DTODO51 Adjust dictionary size when the input file size is known.

1234