| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interceptors_memintrinsics.h | 131 static inline bool RangesOverlap(const char *offset1, uptr length1, in DECLARE_REAL() 133 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); in DECLARE_REAL() 137 const char *offset1 = (const char *)_offset1; \ in DECLARE_REAL() 139 if (RangesOverlap(offset1, length1, offset2, length2)) { \ in DECLARE_REAL() 146 ReportStringFunctionMemoryRangesOverlap(name, offset1, length1, \ in DECLARE_REAL()
|
| H A D | asan_report.h | 78 const char *offset1, uptr length1,
|
| H A D | asan_report.cpp | 328 const char *offset1, uptr length1, in ReportStringFunctionMemoryRangesOverlap() argument 333 GetCurrentTidOrInvalid(), stack, (uptr)offset1, length1, (uptr)offset2, in ReportStringFunctionMemoryRangesOverlap()
|
| /freebsd-13.1/contrib/file/src/ |
| H A D | BNF | 31 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.1/sys/fs/nfsserver/ |
| H A D | nfs_fha_new.c | 475 off_t offset1, offset2; in fha_hash_entry_choose_thread() local 498 offset1 = i->offset; in fha_hash_entry_choose_thread() 501 if (((offset1 >= offset2) in fha_hash_entry_choose_thread() 502 && ((offset1 - offset2) < (1 << softc->ctls.bin_shift))) in fha_hash_entry_choose_thread() 503 || ((offset2 > offset1) in fha_hash_entry_choose_thread() 504 && ((offset2 - offset1) < (1 << softc->ctls.bin_shift)))) { in fha_hash_entry_choose_thread() 524 req_count, offset1, offset2); in fha_hash_entry_choose_thread()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | DSInstructions.td | 82 bits<8> offset1; 86 let offset1 = !if(ps.has_offset, offset{15-8}, ?); 160 offset0:$offset0, offset1:$offset1, gds:$gds), 161 " $addr, $data0, $data1$offset0$offset1$gds"> { 243 (ins VGPR_32:$addr, src_op:$data0, src_op:$data1, offset0:$offset0, offset1:$offset1, gds:$gds), 291 (ins VGPR_32:$addr, offset0:$offset0, offset1:$offset1, gds:$gds), 292 " $vdst, $addr$offset0$offset1$gds"> { 788 (inst $ptr, $offset0, $offset1, (i1 0)) 800 (inst $ptr, $offset0, $offset1, (i1 0)) 981 let Inst{15-8} = !if(ps.has_offset1, offset1, 0); [all …]
|
| H A D | SIInstrInfo.td | 1106 def offset1 : NamedOperandU8<"Offset1", NamedMatchClass<"Offset1">>;
|
| H A D | SIInstrInfo.cpp | 284 getNamedOperand(LdSt, AMDGPU::OpName::offset1); in getMemOperandsWithOffsetWidth()
|
| /freebsd-13.1/sys/compat/freebsd32/ |
| H A D | freebsd32_proto.h | 262 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 269 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 319 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 417 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 425 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 441 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 462 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 469 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 483 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 585 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member [all …]
|
| H A D | freebsd32_systrace_args.c | 1309 uarg[3] = p->offset1; /* uint32_t */ in systrace_args() 1320 uarg[3] = p->offset1; /* uint32_t */ in systrace_args() 1838 uarg[2] = p->offset1; /* uint32_t */ in systrace_args() 2358 uarg[4] = p->offset1; /* uint32_t */ in systrace_args() 2370 uarg[4] = p->offset1; /* uint32_t */ in systrace_args() 2394 uarg[2] = p->offset1; /* uint32_t */ in systrace_args() 2427 uarg[3] = p->offset1; /* uint32_t */ in systrace_args() 2438 uarg[3] = p->offset1; /* uint32_t */ in systrace_args() 2460 uarg[1] = p->offset1; /* uint32_t */ in systrace_args() 2889 uarg[2] = p->offset1; /* uint32_t */ in systrace_args() [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/soundwire/ |
| H A D | qcom,sdw.txt | 51 - 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.1/contrib/file/magic/Magdir/ |
| H A D | pc98 | 33 #1) When offset1(ubeshort) !=0x0344: 41 #2) When offset1(ubeshort) =0x0344:
|
| /freebsd-13.1/sys/arm/freescale/imx/ |
| H A D | imx6_ipu.c | 462 …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 480 for (int i = 0; offset1[i + 1] != -1; i++) { in ipu_print_channel() 481 int len = offset1[i + 1] - offset1[i]; in ipu_print_channel() 482 printf("W1[%d:%d] = %d\n", offset1[i], in ipu_print_channel() 483 offset1[i] + len - 1, in ipu_print_channel() 484 ipu_ch_param_get_value(param, 1, offset1[i], len) in ipu_print_channel()
|
| /freebsd-13.1/sys/dev/ata/chipsets/ |
| H A D | ata-siliconimage.c | 313 int offset1 = ((ch->unit & 1) << 6) + ((ch->unit & 2) << 8); in ata_sii_status() local 320 if (ATA_INL(ctlr->r_res2, 0xa0 + offset1) & 0x00000800) in ata_sii_status()
|
| /freebsd-13.1/sys/mips/include/ |
| H A D | bus.h | 624 bus_size_t offset1, bus_space_handle_t bsh2, \ 629 bus_size_t offset1, bus_space_handle_t bsh2, \ 634 bus_size_t offset1, bus_space_handle_t bsh2, \ 639 bus_size_t offset1, bus_space_handle_t bsh2, \
|
| /freebsd-13.1/sys/arm/include/ |
| H A D | bus.h | 663 bus_size_t offset1, bus_space_handle_t bsh2, \ 668 bus_size_t offset1, bus_space_handle_t bsh2, \ 673 bus_size_t offset1, bus_space_handle_t bsh2, \ 678 bus_size_t offset1, bus_space_handle_t bsh2, \
|
| /freebsd-13.1/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 660 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.1/cddl/contrib/opensolaris/common/ctf/ |
| H A D | ctf_types.c | 1001 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.1/sys/amd64/linux32/ |
| H A D | linux32_systrace_args.c | 1238 uarg[3] = p->offset1; /* uint32_t */ in systrace_args() 1249 uarg[3] = p->offset1; /* uint32_t */ in systrace_args() 1733 uarg[1] = p->offset1; /* uint32_t */ in systrace_args() 1905 uarg[1] = p->offset1; /* uint32_t */ in systrace_args() 2232 uarg[1] = p->offset1; /* uint32_t */ in systrace_args() 2311 uarg[2] = p->offset1; /* uint32_t */ in systrace_args()
|
| H A D | linux32_proto.h | 577 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 807 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 899 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 1094 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 1141 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member
|
| /freebsd-13.1/sys/gnu/dev/bwn/phy_n/ |
| H A D | if_bwn_phy_n_core.c | 726 uint16_t offset1 = cmd << 4; in bwn_nphy_set_rf_sequence() local 727 uint16_t offset2 = offset1 + 0x80; in bwn_nphy_set_rf_sequence() 732 bwn_ntab_write_bulk(mac, BWN_NTAB8(7, offset1), length, events); in bwn_nphy_set_rf_sequence() 736 bwn_ntab_write(mac, BWN_NTAB8(7, offset1 + i), end); in bwn_nphy_set_rf_sequence()
|
| /freebsd-13.1/sys/dev/sound/usb/ |
| H A D | uaudio.c | 2543 uint32_t offset1 = offset0; in uaudio_chan_record_callback() local 2564 usbd_copy_out(pc, offset1, ch->cur, m); in uaudio_chan_record_callback() 2567 offset1 += m; in uaudio_chan_record_callback()
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sdm845.dtsi | 3426 qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0C 0x6 0x12 0x0D 0x07 0x0A >;
|