| /freebsd-14.2/contrib/llvm-project/lld/MachO/Arch/ |
| H A D | ARM64.cpp | 368 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAdd() 383 writeNop(buf + offset2); in applyAdrpAdd() 397 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAdrp() 409 writeNop(buf + offset2); in applyAdrpAdrp() 424 uint32_t ins2 = read32le(buf + offset2); in applyAdrpLdr() 440 writeLiteralLdr(buf + offset2, ldr); in applyAdrpLdr() 448 uint32_t ins2 = read32le(buf + offset2); in applyAdrpLdrGot() 471 uint32_t ins2 = read32le(buf + offset2); in applyAdrpAddLdr() 495 writeNop(buf + offset2); in applyAdrpAddLdr() 509 writeNop(buf + offset2); in applyAdrpAddLdr() [all …]
|
| /freebsd-14.2/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.h | 80 const char *offset2, uptr length2,
|
| H A D | asan_report.cpp | 331 const char *offset2, uptr length2, in ReportStringFunctionMemoryRangesOverlap() argument 335 GetCurrentTidOrInvalid(), stack, (uptr)offset1, length1, (uptr)offset2, in ReportStringFunctionMemoryRangesOverlap()
|
| /freebsd-14.2/sbin/gbde/ |
| H A D | gbde.c | 371 off_t offset, offset2; in cmd_nuke() local 376 offset2 = lseek(dfd, offset, SEEK_SET); in cmd_nuke() 377 if (offset2 != offset) in cmd_nuke() 393 off_t offset, offset2; in cmd_write() local 423 offset2 = lseek(dfd, 0, SEEK_SET); in cmd_write() 424 if (offset2 != 0) in cmd_write() 430 offset2 = lseek(dfd, 0, SEEK_SET); in cmd_write() 431 if (offset2 != 0) in cmd_write() 456 offset2 = lseek(dfd, offset, SEEK_SET); in cmd_write() 457 if (offset2 != offset) in cmd_write()
|
| /freebsd-14.2/sys/fs/nfsserver/ |
| H A D | nfs_fha_new.c | 463 off_t offset1, offset2; in fha_hash_entry_choose_thread() local 487 offset2 = thread->st_p3; in fha_hash_entry_choose_thread() 489 if (((offset1 >= offset2) in fha_hash_entry_choose_thread() 490 && ((offset1 - offset2) < (1 << NFSD_VNET(nfsfha_ctls).bin_shift))) in fha_hash_entry_choose_thread() 491 || ((offset2 > offset1) in fha_hash_entry_choose_thread() 492 && ((offset2 - offset1) < (1 << NFSD_VNET(nfsfha_ctls).bin_shift)))) { in fha_hash_entry_choose_thread() 512 req_count, offset1, offset2); in fha_hash_entry_choose_thread()
|
| /freebsd-14.2/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() 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() 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() 1028 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_extDict_generic() 1055 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_extDict_generic() local [all …]
|
| /freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/soundwire/ |
| H A D | qcom,soundwire.yaml | 107 qcom,ports-offset2: 110 Payload transport window offset2 of each data port. 224 - qcom,ports-offset2 255 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-14.2/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-14.2/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-14.2/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() 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() 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() 1967 matchLength = ml2, offcode = offset2, start = ip; in ZSTD_compressBlock_lazy_extDict_generic() 1994 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_extDict_generic() local [all …]
|
| /freebsd-14.2/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>;
|
| H A D | sm8450.dtsi | 2158 qcom,ports-offset2 = /bits/ 8 <0xff 0x00 0x1f 0xff 0x00 0x1f 0x00 0x00>; 2205 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x0b 0x00 0x00>; 2273 qcom,ports-offset2 = /bits/ 8 <0xff 0x00 0x1f 0xff 0x00 0x1f 0x00 0x00>; 2302 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x00 0x00>;
|
| H A D | sm8550.dtsi | 2036 … qcom,ports-offset2 = /bits/ 8 <0xff 0x07 0x1f 0xff 0x07 0x1f 0xff 0xff 0xff 0xff 0xff 0xff 0xff>; 2082 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x0b 0x00 0x00 0x00 0xff 0xff 0xff 0xff>; 2147 … qcom,ports-offset2 = /bits/ 8 <0xff 0x07 0x1f 0xff 0x07 0x1f 0xff 0xff 0xff 0xff 0xff 0xff 0xff>; 2175 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x00 0x00>;
|
| H A D | sc8280xp.dtsi | 2540 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x0B 0x00 0x00>; 2614 qcom,ports-offset2 = /bits/ 8 <0xff 0x00 0x1f 0xff 0x00 0x1f 0x00 0x00>; 2647 qcom,ports-offset2 = /bits/ 8 <0x00 0x00 0x00 0x00>;
|
| /freebsd-14.2/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; char offset2_r_[PADR_(uint32_t)]; member [all …]
|
| H A D | freebsd32_systrace_args.c | 1320 uarg[a++] = p->offset2; /* uint32_t */ in systrace_args() 1334 uarg[a++] = p->offset2; /* uint32_t */ in systrace_args() 1843 uarg[a++] = p->offset2; /* uint32_t */ in systrace_args() 2373 uarg[a++] = p->offset2; /* uint32_t */ in systrace_args() 2387 uarg[a++] = p->offset2; /* uint32_t */ in systrace_args() 2415 uarg[a++] = p->offset2; /* uint32_t */ in systrace_args() 2846 uarg[a++] = p->offset2; /* uint32_t */ in systrace_args() 2860 uarg[a++] = p->offset2; /* uint32_t */ in systrace_args()
|
| /freebsd-14.2/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-14.2/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-14.2/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | qcom,nandc.yaml | 122 It's in the form of <offset1 size1 offset2 size2 offset3 ...>
|
| /freebsd-14.2/sys/amd64/linux32/ |
| H A D | linux32_systrace_args.c | 1238 uarg[a++] = p->offset2; /* uint32_t */ in systrace_args() 1249 uarg[a++] = p->offset2; /* uint32_t */ in systrace_args() 1733 uarg[a++] = p->offset2; /* uint32_t */ in systrace_args() 1905 uarg[a++] = p->offset2; /* uint32_t */ in systrace_args() 2239 uarg[a++] = p->offset2; /* uint32_t */ in systrace_args() 2318 uarg[a++] = p->offset2; /* uint32_t */ in systrace_args()
|
| H A D | linux32_proto.h | 586 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)]; member 593 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)]; member 816 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)]; member 908 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)]; member 1106 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)]; member 1153 char offset2_l_[PADL_(uint32_t)]; uint32_t offset2; char offset2_r_[PADR_(uint32_t)]; member
|
| /freebsd-14.2/sys/gnu/dev/bwn/phy_n/ |
| H A D | if_bwn_phy_n_core.c | 725 uint16_t offset2 = offset1 + 0x80; in bwn_nphy_set_rf_sequence() local 731 bwn_ntab_write_bulk(mac, BWN_NTAB8(7, offset2), length, delays); in bwn_nphy_set_rf_sequence() 735 bwn_ntab_write(mac, BWN_NTAB8(7, offset2 + i), 1); in bwn_nphy_set_rf_sequence()
|