Home
last modified time | relevance | path

Searched refs:offset1 (Results 1 – 24 of 24) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/Arch/
HDARM64.cpp364 uint64_t offset1, uint64_t offset2) { in applyAdrpAdd() argument
365 uint32_t ins1 = read32le(buf + offset1); in applyAdrpAdd()
374 uint64_t addr1 = isec->getVA() + offset1; in applyAdrpAdd()
380 writeAdr(buf + offset1, add.destRegister, delta); in applyAdrpAdd()
393 uint64_t offset1, uint64_t offset2) { in applyAdrpAdrp() argument
394 uint32_t ins1 = read32le(buf + offset1); in applyAdrpAdrp()
402 uint64_t page1 = pageBits(offset1 + isec->getVA()) + adrp1.addend; in applyAdrpAdrp()
420 uint64_t offset1, uint64_t offset2) { in applyAdrpLdr() argument
421 uint32_t ins1 = read32le(buf + offset1); in applyAdrpLdr()
430 uint64_t addr1 = isec->getVA() + offset1; in applyAdrpLdr()
[all …]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_interceptors_memintrinsics.h90 static inline bool RangesOverlap(const char *offset1, uptr length1, in DECLARE_REAL()
92 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); in DECLARE_REAL()
96 const char *offset1 = (const char *)_offset1; \ in DECLARE_REAL()
98 if (UNLIKELY(RangesOverlap(offset1, length1, offset2, length2))) { \ in DECLARE_REAL()
105 ReportStringFunctionMemoryRangesOverlap(name, offset1, length1, \ in DECLARE_REAL()
HDasan_report.h79 const char *offset1, uptr length1,
HDasan_report.cpp331 const char *offset1, uptr length1, in ReportStringFunctionMemoryRangesOverlap() argument
336 GetCurrentTidOrInvalid(), stack, (uptr)offset1, length1, (uptr)offset2, in ReportStringFunctionMemoryRangesOverlap()
/freebsd-13-stable/contrib/file/src/
HDBNF31 indoff = "(" offset1 [ "." size ] [ op disp ] ")"
32 ;; Read the file at <offset1> of width <size>.
37 offset1 = absoffset | reloffset
56 ;; relative offset matching that of <offset1>.
58 ;; the same size as <offset1>
/freebsd-13-stable/sys/fs/nfsserver/
HDnfs_fha_new.c463 off_t offset1, offset2; in fha_hash_entry_choose_thread() local
486 offset1 = i->offset; 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-13-stable/sys/compat/freebsd32/
HDfreebsd32_proto.h261 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
268 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
318 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
416 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
424 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
440 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
461 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
468 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
482 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
584 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
[all …]
HDfreebsd32_systrace_args.c1308 uarg[3] = p->offset1; /* uint32_t */ in systrace_args()
1319 uarg[3] = p->offset1; /* uint32_t */ in systrace_args()
1837 uarg[2] = p->offset1; /* uint32_t */ in systrace_args()
2357 uarg[4] = p->offset1; /* uint32_t */ in systrace_args()
2369 uarg[4] = p->offset1; /* uint32_t */ in systrace_args()
2393 uarg[2] = p->offset1; /* uint32_t */ in systrace_args()
2426 uarg[3] = p->offset1; /* uint32_t */ in systrace_args()
2437 uarg[3] = p->offset1; /* uint32_t */ in systrace_args()
2459 uarg[1] = p->offset1; /* uint32_t */ in systrace_args()
2888 uarg[2] = p->offset1; /* uint32_t */ in systrace_args()
[all …]
/freebsd-13-stable/sys/contrib/device-tree/Bindings/soundwire/
Dqcom,sdw.txt51 - qcom,ports-offset1:
54 Definition: should specify payload transport window offset1 of each
155 qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0C 0x6 0x12 0x0D 0x07 0x0A >;
/freebsd-13-stable/contrib/file/magic/Magdir/
HDpc9833 #1) When offset1(ubeshort) !=0x0344:
41 #2) When offset1(ubeshort) =0x0344:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDDSInstructions.td87 bits<8> offset1;
91 let offset1 = !if(ps.has_offset, offset{15-8}, ?);
159 Offset0:$offset0, Offset1:$offset1, gds:$gds),
160 " $addr, $data0, $data1$offset0$offset1$gds"> {
246 (ins VGPR_32:$addr, src_op:$data0, src_op:$data1, Offset0:$offset0, Offset1:$offset1, gds:$gds),
247 " $vdst, $addr, $data0, $data1$offset0$offset1$gds"> {
305 (ins VGPR_32:$addr, Offset0:$offset0, Offset1:$offset1, gds:$gds),
306 " $vdst, $addr$offset0$offset1$gds"> {
855 (vt:$value (frag (DS64Bit4ByteAligned i32:$ptr, i8:$offset0, i8:$offset1))),
856 (inst $ptr, $offset0, $offset1, (i1 0))
[all …]
HDSIInstrInfo.td1071 def Offset1 : NamedIntOperand<i8, "offset1">;
HDSIInstrInfo.cpp392 getNamedOperand(LdSt, AMDGPU::OpName::offset1); in getMemOperandsWithOffsetWidth()
/freebsd-13-stable/sys/arm/freescale/imx/
HDimx6_ipu.c460 …int offset1[] = {0, 29, 58, 78, 85, 89, 90, 93, 95, 102, 116, 119, 122, 125, 128, 133, 138, 143, 1… in ipu_print_channel() local
478 for (int i = 0; offset1[i + 1] != -1; i++) { in ipu_print_channel()
479 int len = offset1[i + 1] - offset1[i]; in ipu_print_channel()
480 printf("W1[%d:%d] = %d\n", offset1[i], in ipu_print_channel()
481 offset1[i] + len - 1, in ipu_print_channel()
482 ipu_ch_param_get_value(param, 1, offset1[i], len) in ipu_print_channel()
/freebsd-13-stable/sys/dev/ata/chipsets/
HData-siliconimage.c311 int offset1 = ((ch->unit & 1) << 6) + ((ch->unit & 2) << 8); in ata_sii_status() local
318 if (ATA_INL(ctlr->r_res2, 0xa0 + offset1) & 0x00000800) in ata_sii_status()
/freebsd-13-stable/sys/mips/include/
HDbus.h622 bus_size_t offset1, bus_space_handle_t bsh2, \
627 bus_size_t offset1, bus_space_handle_t bsh2, \
632 bus_size_t offset1, bus_space_handle_t bsh2, \
637 bus_size_t offset1, bus_space_handle_t bsh2, \
/freebsd-13-stable/sys/arm/include/
HDbus.h661 bus_size_t offset1, bus_space_handle_t bsh2, \
666 bus_size_t offset1, bus_space_handle_t bsh2, \
671 bus_size_t offset1, bus_space_handle_t bsh2, \
676 bus_size_t offset1, bus_space_handle_t bsh2, \
/freebsd-13-stable/sys/contrib/zstd/lib/dictBuilder/
HDzdict.c660 U32 offset1 = seq[0].offset - 3; in ZDICT_countEStats() local
662 if (offset1 >= MAXREPOFFSET) offset1 = 0; in ZDICT_countEStats()
664 repOffsets[offset1] += 3; in ZDICT_countEStats()
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
HDctf_types.c1001 ulong_t offset1; in ctf_type_rvisit() local
1004 ctf_get_ctm_info(fp, mp, size, &increment, &type, &offset1, in ctf_type_rvisit()
1007 offset + offset1, depth + 1)) != 0) in ctf_type_rvisit()
/freebsd-13-stable/sys/amd64/linux32/
HDlinux32_systrace_args.c1237 uarg[3] = p->offset1; /* uint32_t */ in systrace_args()
1248 uarg[3] = p->offset1; /* uint32_t */ in systrace_args()
1732 uarg[1] = p->offset1; /* uint32_t */ in systrace_args()
1904 uarg[1] = p->offset1; /* uint32_t */ in systrace_args()
2231 uarg[1] = p->offset1; /* uint32_t */ in systrace_args()
2310 uarg[2] = p->offset1; /* uint32_t */ in systrace_args()
HDlinux32_proto.h581 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
588 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
811 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
903 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
1098 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
1145 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
/freebsd-13-stable/sys/gnu/dev/bwn/phy_n/
HDif_bwn_phy_n_core.c724 uint16_t offset1 = cmd << 4; in bwn_nphy_set_rf_sequence() local
725 uint16_t offset2 = offset1 + 0x80; in bwn_nphy_set_rf_sequence()
730 bwn_ntab_write_bulk(mac, BWN_NTAB8(7, offset1), length, events); in bwn_nphy_set_rf_sequence()
734 bwn_ntab_write(mac, BWN_NTAB8(7, offset1 + i), end); in bwn_nphy_set_rf_sequence()
/freebsd-13-stable/sys/dev/sound/usb/
HDuaudio.c2540 uint32_t offset1 = offset0; in uaudio_chan_record_callback() local
2561 usbd_copy_out(pc, offset1, ch->cur, m); in uaudio_chan_record_callback()
2564 offset1 += m; in uaudio_chan_record_callback()
/freebsd-13-stable/sys/contrib/device-tree/src/arm64/qcom/
HDsdm845.dtsi3426 qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0C 0x6 0x12 0x0D 0x07 0x0A >;