/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_interceptors_memintrinsics.h | 132 static inline bool RangesOverlap(const char *offset1, uptr length1, 134 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); 138 const char *offset1 = (const char *)_offset1; \ 140 if (RangesOverlap(offset1, length1, offset2, length2)) { \ 147 ReportStringFunctionMemoryRangesOverlap(name, offset1, length1, \
|
asan_report.h | 77 const char *offset1, uptr length1,
|
asan_report.cc | 318 const char *offset1, uptr length1, 323 GetCurrentTidOrInvalid(), stack, (uptr)offset1, length1, (uptr)offset2,
|
/src/sys/fs/nfs/common/ |
nfs_fha.c | 300 off_t offset1, offset2; local in function:fha_hash_entry_choose_thread 320 offset1 = i->offset; 323 if (((offset1 >= offset2) 324 && ((offset1 - offset2) < (1 << softc->ctls.bin_shift))) 325 || ((offset2 > offset1) 326 && ((offset2 - offset1) < (1 << softc->ctls.bin_shift)))) { 345 req_count, offset1, offset2);
|
/src/sys/arch/hpcmips/hpcmips/ |
bus_space_through.c | 581 bus_size_t offset1, bus_space_handle_t bsh2, 584 bus_space_copy_region_1(t->bs_base, bsh1, offset1, bsh2, offset2, n); 589 bus_size_t offset1, bus_space_handle_t bsh2, 592 bus_space_copy_region_2(t->bs_base, bsh1, offset1, bsh2, offset2, n); 597 bus_size_t offset1, bus_space_handle_t bsh2, 600 bus_space_copy_region_4(t->bs_base, bsh1, offset1, bsh2, offset2, n); 605 bus_size_t offset1, bus_space_handle_t bsh2, 608 bus_space_copy_region_8(t->bs_base, bsh1, offset1, bsh2, offset2, n);
|
/src/sys/arch/arm/include/ |
bus_funcs.h | 570 bus_size_t offset1, bus_space_handle_t bsh2, \ 575 bus_size_t offset1, bus_space_handle_t bsh2, \ 580 bus_size_t offset1, bus_space_handle_t bsh2, \ 585 bus_size_t offset1, bus_space_handle_t bsh2, \
|
/src/sys/arch/riscv/include/ |
bus_funcs.h | 532 bus_size_t offset1, bus_space_handle_t bsh2, \ 537 bus_size_t offset1, bus_space_handle_t bsh2, \ 542 bus_size_t offset1, bus_space_handle_t bsh2, \ 547 bus_size_t offset1, bus_space_handle_t bsh2, \
|
/src/sys/arch/hpcmips/include/ |
bus.h | 805 bus_size_t offset1, bus_space_handle_t bsh2, \ 809 bus_size_t offset1, bus_space_handle_t bsh2, \ 813 bus_size_t offset1, bus_space_handle_t bsh2, \ 817 bus_size_t offset1, bus_space_handle_t bsh2, \
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
cwsr_trap_handler_gfx9.asm | 521 ds_read2_b32 v[0:1], v2 offset0:0 offset1:0x40
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
sm8250.dtsi | 1808 qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0c 0x06 0x12 0x0d 0x07 0x0a>;
|
sdm845.dtsi | 3634 qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0C 0x6 0x12 0x0D 0x07 0x0A >;
|