OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offset2
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interceptors_memintrinsics.h
133
const char *
offset2
, uptr length2) {
134
return !((offset1 + length1 <=
offset2
) || (
offset2
+ length2 <= offset1));
139
const char *
offset2
= (const char *)_offset2; \
140
if (RangesOverlap(offset1, length1,
offset2
, length2)) { \
148
offset2
, length2, &stack); \
asan_report.h
78
const char *
offset2
, uptr length2,
asan_report.cc
319
const char *
offset2
, uptr length2,
323
GetCurrentTidOrInvalid(), stack, (uptr)offset1, length1, (uptr)
offset2
,
/src/sys/fs/nfs/common/
nfs_fha.c
300
off_t offset1,
offset2
;
local
321
offset2
= thread->st_p3;
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
582
bus_size_t
offset2
, bus_size_t n)
584
bus_space_copy_region_1(t->bs_base, bsh1, offset1, bsh2,
offset2
, n);
590
bus_size_t
offset2
, bus_size_t n)
592
bus_space_copy_region_2(t->bs_base, bsh1, offset1, bsh2,
offset2
, n);
598
bus_size_t
offset2
, bus_size_t n)
600
bus_space_copy_region_4(t->bs_base, bsh1, offset1, bsh2,
offset2
, n);
606
bus_size_t
offset2
, bus_size_t n)
608
bus_space_copy_region_8(t->bs_base, bsh1, offset1, bsh2,
offset2
, n);
/src/sys/arch/arm/include/
bus_funcs.h
571
bus_size_t
offset2
, bus_size_t count);
576
bus_size_t
offset2
, bus_size_t count);
581
bus_size_t
offset2
, bus_size_t count);
586
bus_size_t
offset2
, bus_size_t count);
/src/sys/arch/riscv/include/
bus_funcs.h
533
bus_size_t
offset2
, bus_size_t count);
538
bus_size_t
offset2
, bus_size_t count);
543
bus_size_t
offset2
, bus_size_t count);
548
bus_size_t
offset2
, bus_size_t count);
/src/sys/arch/hpcmips/include/
bus.h
806
bus_size_t
offset2
, bus_size_t count)
810
bus_size_t
offset2
, bus_size_t count)
814
bus_size_t
offset2
, bus_size_t count)
818
bus_size_t
offset2
, bus_size_t count)
Completed in 22 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026