OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StartOfStorage
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_ring_buffer.h
117
internal_memcpy(storage, other.
StartOfStorage
(), size);
119
uptr Idx = other.Next() - (const T *)other.
StartOfStorage
();
125
void *
StartOfStorage
() const {
130
return (void *)((uptr)
StartOfStorage
() + GetStorageSize());
145
const T *Begin = (const T *)
StartOfStorage
();
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_ring_buffer.h
123
internal_memcpy(storage, other.
StartOfStorage
(), size);
125
uptr Idx = other.Next() - (const T *)other.
StartOfStorage
();
131
void *
StartOfStorage
() const {
136
return (void *)((uptr)
StartOfStorage
() + GetStorageSize());
151
const T *Begin = (const T *)
StartOfStorage
();
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_ring_buffer.h
116
internal_memcpy(storage, other.
StartOfStorage
(), size);
118
uptr Idx = other.Next() - (const T *)other.
StartOfStorage
();
124
void *
StartOfStorage
() const {
129
return (void *)((uptr)
StartOfStorage
() + GetStorageSize());
144
const T *Begin = (const T *)
StartOfStorage
();
Completed in 15 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026