/freebsd/contrib/llvm-project/lld/MachO/Arch/ |
H A D | ARM64.cpp | 364 uint64_t offset1, uint64_t offset2) { in applyAdrpAdd() argument 366 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAdd() 381 writeNop(buf + offset2); in applyAdrpAdd() 393 uint64_t offset1, uint64_t offset2) { in applyAdrpAdrp() argument 395 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAdrp() 403 uint64_t page2 = pageBits(offset2 + isec->getVA()) + adrp2.addend; in applyAdrpAdrp() 407 writeNop(buf + offset2); in applyAdrpAdrp() 420 uint64_t offset1, uint64_t offset2) { in applyAdrpLdr() argument 422 uint32_t ins2 = read32le(buf + offset2); in applyAdrpLdr() 431 uint64_t addr2 = isec->getVA() + offset2; in applyAdrpLdr() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors_memintrinsics.h | 91 const char *offset2, uptr length2) { in DECLARE_REAL() 92 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); in DECLARE_REAL() 97 const char *offset2 = (const char *)_offset2; \ in DECLARE_REAL() 98 if (UNLIKELY(RangesOverlap(offset1, length1, offset2, length2))) { \ in DECLARE_REAL() 106 offset2, length2, &stack); \ in DECLARE_REAL()
|
H A D | asan_report.cpp | 332 const char *offset2, uptr length2, in ReportStringFunctionMemoryRangesOverlap() argument 336 GetCurrentTidOrInvalid(), stack, (uptr)offset1, length1, (uptr)offset2, in ReportStringFunctionMemoryRangesOverlap()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_lazy.c | 754 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_generic() local 755 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_generic() 756 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic() 759 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic() 789 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_generic() local 790 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_generic() 791 … int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)offset2+1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic() 794 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic() 1023 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_extDict_generic() local 1024 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_extDict_generic() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/soundwire/ |
H A D | qcom,soundwire.yaml | 119 qcom,ports-offset2: 122 Payload transport window offset2 of each data port. 224 - qcom,ports-offset2 264 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x0b 0x00 0x00>;
|
H A D | qcom,sdw.txt | 73 - qcom,ports-offset2: 76 Definition: should specify payload transport window offset2 of each 203 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x1F 0x00 0x00 0x1F 0x00 0x00>;
|
/freebsd/sbin/gbde/ |
H A D | gbde.c |
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_fha_new.c | 462 off_t offset1, offset2; in fha_hash_entry_choose_thread() local 486 offset2 = thread->st_p3; in fha_hash_entry_choose_thread() 488 if (((offset1 >= offset2) in fha_hash_entry_choose_thread() 489 && ((offset1 - offset2) < (1 << NFSD_VNET(nfsfha_ctls).bin_shift))) in fha_hash_entry_choose_thread() 490 || ((offset2 > offset1) in fha_hash_entry_choose_thread() 491 && ((offset2 - offset1) < (1 << NFSD_VNET(nfsfha_ctls).bin_shift)))) { in fha_hash_entry_choose_thread() 511 req_count, offset1, offset2); in fha_hash_entry_choose_thread()
|
/freebsd/contrib/dialog/ |
H A D | inputstr.c | 656 int offset2; in compute_edit_offset() local 660 for (n = offset2 = 0; n <= offset; ++n) { in compute_edit_offset() 663 offset2 = n; in compute_edit_offset() 668 dpy_column = cols[offset] - cols[offset2]; in compute_edit_offset() 673 *p_scroll_amt = offset2; in compute_edit_offset()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_lazy.c | 1606 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_generic() local 1607 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_generic() 1608 …int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx … in ZSTD_compressBlock_lazy_generic() 1611 matchLength = ml2, offcode = offset2, start = ip; in ZSTD_compressBlock_lazy_generic() 1642 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_generic() local 1643 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_generic() 1644 …int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx … in ZSTD_compressBlock_lazy_generic() 1647 matchLength = ml2, offcode = offset2, start = ip; in ZSTD_compressBlock_lazy_generic() 1962 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_extDict_generic() local 1963 size_t const ml2 = searchMax(ms, ip, iend, &offset2); in ZSTD_compressBlock_lazy_extDict_generic() [all …]
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_proto.h | 257 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)]; member 267 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)]; member 317 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)]; member 421 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)]; member 431 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)]; member 451 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)]; member 552 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)]; member 562 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)]; member 928 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)]; member 961 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; cha member 969 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)]; global() member 985 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)]; global() member [all...] |
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event_tagging.c | 589 int len, offset, offset2; in evtag_unmarshal_timeval() local 599 if ((offset2 = decode_int_internal(&integer, evbuf, offset)) == -1) in evtag_unmarshal_timeval() 602 if (offset + offset2 > len) /* XXX Should this be != instead of > ? */ in evtag_unmarshal_timeval()
|
/freebsd/contrib/libevent/ |
H A D | event_tagging.c | 589 int len, offset, offset2; in evtag_unmarshal_timeval() local 599 if ((offset2 = decode_int_internal(&integer, evbuf, offset)) == -1) in evtag_unmarshal_timeval() 602 if (offset + offset2 > len) /* XXX Should this be != instead of > ? */ in evtag_unmarshal_timeval()
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sdm845-wcd9340.dtsi | 66 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x1f 0x00 0x00 0x1f 0x00 0x00>;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.cpp | 247 int64_t Offset1, Offset2; in ClusterNeighboringLoads() local 248 if (!TII->areLoadsFromSameBasePtr(Base, User, Offset1, Offset2) || in ClusterNeighboringLoads() 249 Offset1 == Offset2 || in ClusterNeighboringLoads() 257 O2SMap.insert(std::make_pair(Offset2, User)); in ClusterNeighboringLoads() 258 Offsets.push_back(Offset2); in ClusterNeighboringLoads() 259 if (Offset2 < Offset1) in ClusterNeighboringLoads()
|
/freebsd/sys/arm/include/ |
H A D | bus.h | 662 bus_size_t offset2, bus_size_t count); 667 bus_size_t offset2, bus_size_t count); 672 bus_size_t offset2, bus_size_t count); 677 bus_size_t offset2, bus_size_t count);
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | qcom,nandc.yaml | 61 It's in the form of <offset1 size1 offset2 size2 offset3 ...>
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MicroMipsSizeReduction.cpp | 400 int64_t Offset1, Offset2; in ConsecutiveInstr() local 403 if (!GetImm(MI2, 2, Offset2)) in ConsecutiveInstr() 409 return ((Offset1 == (Offset2 - 4)) && (ConsecutiveRegisters(Reg1, Reg2))); in ConsecutiveInstr()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 682 APInt Offset2(DL.getIndexTypeSizeInBits(Load2Ptr->getType()), 0); in foldLoadsRecursive() local 684 Load2Ptr->stripAndAccumulateConstantOffsets(DL, Offset2, in foldLoadsRecursive() 721 if (Offset2.slt(Offset1)) { in foldLoadsRecursive() 724 std::swap(Offset1, Offset2); in foldLoadsRecursive() 755 if ((Shift2 - Shift1) != ShiftDiff || (Offset2 - Offset1) != PrevSize) in foldLoadsRecursive()
|
/freebsd/sys/contrib/zstd/lib/dictBuilder/ |
H A D | zdict.c | 686 U32 offset2 = seq[1].offBase - ZSTD_REP_NUM; in ZDICT_countEStats() local 688 if (offset2 >= MAXREPOFFSET) offset2 = 0; in ZDICT_countEStats() 690 repOffsets[offset2] += 1; in ZDICT_countEStats()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Value.cpp | 1033 APInt Offset2(DL.getIndexTypeSizeInBits(Ptr2->getType()), 0); in getPointerOffsetFrom() local 1035 Ptr2 = Ptr2->stripAndAccumulateConstantOffsets(DL, Offset2, true); in getPointerOffsetFrom() 1039 return Offset2.getSExtValue() - Offset1.getSExtValue(); in getPointerOffsetFrom() 1063 return *IOffset2 - *IOffset1 + Offset2.getSExtValue() - in getPointerOffsetFrom()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ContainerModeling.cpp | 132 SymbolRef Offset2, 970 SymbolRef Offset2, in invalidateIteratorPositions() argument 974 compare(State, Pos.getOffset(), Offset2, Opc2); in invalidateIteratorPositions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.h | 177 int64_t Offset2, bool OffsetIsScalable2,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 477 int64_t &Offset2) const override; 495 int64_t Offset2,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 253 int64_t &Offset2) const override; 264 int64_t Offset1, int64_t Offset2,
|