Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp367 uint32_t ins1 = read32le(buf + offset1); in applyAdrpAdd()
376 uint64_t addr1 = isec->getVA() + offset1; in applyAdrpAdd()
396 uint32_t ins1 = read32le(buf + offset1); in applyAdrpAdrp()
423 uint32_t ins1 = read32le(buf + offset1); in applyAdrpLdr()
432 uint64_t addr1 = isec->getVA() + offset1; in applyAdrpLdr()
439 writeNop(buf + offset1); in applyAdrpLdr()
467 uint32_t ins1 = read32le(buf + offset1); in applyAdrpAddLdr()
488 uint64_t addr1 = isec->getVA() + offset1; in applyAdrpAddLdr()
494 writeNop(buf + offset1); in applyAdrpAddLdr()
546 uint32_t ins1 = read32le(buf + offset1); in applyAdrpLdrGotLdr()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_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()
H A Dasan_report.h79 const char *offset1, uptr length1,
H A Dasan_report.cpp330 const char *offset1, uptr length1, in ReportStringFunctionMemoryRangesOverlap() argument
335 GetCurrentTidOrInvalid(), stack, (uptr)offset1, length1, (uptr)offset2, in ReportStringFunctionMemoryRangesOverlap()
/freebsd/contrib/file/src/
H A DBNF31 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/sys/fs/nfsserver/
H A Dnfs_fha_new.c462 off_t offset1, offset2; in fha_hash_entry_choose_thread() local
485 offset1 = i->offset; 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/sys/contrib/device-tree/Bindings/soundwire/
H A Dqcom,soundwire.yaml108 qcom,ports-offset1:
111 Payload transport window offset1 of each data port.
223 - qcom,ports-offset1
263 qcom,ports-offset1 = /bits/ 8 <0x00 0x00 0x0b 0x01 0x01>;
H A Dqcom,sdw.txt64 - qcom,ports-offset1:
67 Definition: should specify payload transport window offset1 of each
202 qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0C 0x6 0x12 0x0D 0x07 0x0A >;
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dmcu.h60 u8 offset1; member
H A Dphy.c231 t.offset1 = txp.chain[1].tssi_offset; in mt76x2_phy_tssi_compensate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DDSInstructions.td83 bits<8> offset1;
87 let offset1 = !if(ps.has_offset, offset{15-8}, ?);
160 offset0:$offset0, offset1:$offset1, gds:$gds),
161 " $addr, $data0, $data1$offset0$offset1$gds"> {
257 (ins VGPR_32:$addr, src_op:$data0, src_op:$data1, offset0:$offset0, offset1:$offset1, gds:$gds),
316 (ins VGPR_32:$addr, offset0:$offset0, offset1:$offset1, gds:$gds),
317 " $vdst, $addr$offset0$offset1$gds"> {
866 (inst $ptr, $offset0, $offset1, (i1 0))
878 (inst $ptr, $offset0, $offset1, (i1 0))
1210 let Inst{15-8} = !if(ps.has_offset1, offset1, 0);
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dpc9833 #1) When offset1(ubeshort) !=0x0344:
41 #2) When offset1(ubeshort) =0x0344:
/freebsd/sys/arm/freescale/imx/
H A Dimx6_ipu.c459 …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
477 for (int i = 0; offset1[i + 1] != -1; i++) { in ipu_print_channel()
478 int len = offset1[i + 1] - offset1[i]; in ipu_print_channel()
479 printf("W1[%d:%d] = %d\n", offset1[i], in ipu_print_channel()
480 offset1[i] + len - 1, in ipu_print_channel()
481 ipu_ch_param_get_value(param, 1, offset1[i], len) in ipu_print_channel()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm845-wcd9340.dtsi65 qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0c 0x6 0x12 0x0d 0x07 0x0a>;
H A Dsm8650.dtsi2685 … qcom,ports-offset1 = /bits/ 8 <0x01 0x03 0x05 0x02 0x04 0x15 0x00 0xff 0xff 0x06 0x0d 0xff 0x00>;
2732 qcom,ports-offset1 = /bits/ 8 <0x00 0x00 0x0b 0x09 0x01 0xff 0xff 0x00 0xff 0xff 0xff>;
2796 … qcom,ports-offset1 = /bits/ 8 <0x01 0x03 0x05 0x02 0x04 0x15 0x00 0xff 0xff 0x06 0x0d 0xff 0x00>;
2828 qcom,ports-offset1 = /bits/ 8 <0x00 0x00 0x01 0x01>;
H A Dsm8450.dtsi2380 qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0c 0x06 0x12 0x0d 0x07 0x0a>;
2424 qcom,ports-offset1 = /bits/ 8 <0x00 0x00 0x0b 0x01 0x00>;
2484 qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0c 0x06 0x12 0x0d 0x07 0x0a>;
2516 qcom,ports-offset1 = /bits/ 8 <0x00 0x00 0x01 0x01>;
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h256 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
266 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
316 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
420 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
430 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
450 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
551 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
561 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
927 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
960 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
[all …]
H A Dfreebsd32_systrace_args.c1305 uarg[a++] = p->offset1; /* uint32_t */ in systrace_args()
1319 uarg[a++] = p->offset1; /* uint32_t */ in systrace_args()
1828 uarg[a++] = p->offset1; /* uint32_t */ in systrace_args()
2358 uarg[a++] = p->offset1; /* uint32_t */ in systrace_args()
2372 uarg[a++] = p->offset1; /* uint32_t */ in systrace_args()
2400 uarg[a++] = p->offset1; /* uint32_t */ in systrace_args()
2831 uarg[a++] = p->offset1; /* uint32_t */ in systrace_args()
2845 uarg[a++] = p->offset1; /* uint32_t */ in systrace_args()
/freebsd/sys/dev/ata/chipsets/
H A Data-siliconimage.c310 int offset1 = ((ch->unit & 1) << 6) + ((ch->unit & 2) << 8); in ata_sii_status() local
317 if (ATA_INL(ctlr->r_res2, 0xa0 + offset1) & 0x00000800) in ata_sii_status()
/freebsd/sys/arm/include/
H A Dbus.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/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c685 U32 offset1 = seq[0].offBase - ZSTD_REP_NUM; in ZDICT_countEStats() local
687 if (offset1 >= MAXREPOFFSET) offset1 = 0; in ZDICT_countEStats()
689 repOffsets[offset1] += 3; in ZDICT_countEStats()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_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/sys/contrib/device-tree/Bindings/mtd/
H A Dqcom,nandc.yaml61 It's in the form of <offset1 size1 offset2 size2 offset3 ...>
/freebsd/sys/amd64/linux32/
H A Dlinux32_systrace_args.c1237 uarg[a++] = p->offset1; /* uint32_t */ in systrace_args()
1248 uarg[a++] = p->offset1; /* uint32_t */ in systrace_args()
1732 uarg[a++] = p->offset1; /* uint32_t */ in systrace_args()
1904 uarg[a++] = p->offset1; /* uint32_t */ in systrace_args()
2238 uarg[a++] = p->offset1; /* uint32_t */ in systrace_args()
2317 uarg[a++] = p->offset1; /* uint32_t */ in systrace_args()
H A Dlinux32_proto.h585 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
592 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
815 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
907 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
1105 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
1152 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member

12