OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EndPointer
(Results
1 - 20
of
20
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/
ReportStatusCodeRouterRuntimeDxe.c
63
while (Address < CallbackEntry->
EndPointer
) {
77
CallbackEntry->
EndPointer
= CallbackEntry->StatusCodeDataBuffer;
151
CallbackEntry->
EndPointer
= CallbackEntry->StatusCodeDataBuffer;
276
CallbackEntry->
EndPointer
= ALIGN_VARIABLE (CallbackEntry->
EndPointer
);
277
RscData = (RSC_DATA_ENTRY *) (UINTN) CallbackEntry->
EndPointer
;
278
CallbackEntry->
EndPointer
+= sizeof (RSC_DATA_ENTRY);
280
CallbackEntry->
EndPointer
+= Data->Size;
286
if (CallbackEntry->
EndPointer
> (CallbackEntry->StatusCodeDataBuffer + (CallbackEntry->BufferSize / 8) * 7)) {
294
CallbackEntry->
EndPointer
= (EFI_PHYSICAL_ADDRESS) (UINTN) NewBuffer + (CallbackEntry->EndPointer - CallbackEntry->StatusCod (…)
[
all
...]
ReportStatusCodeRouterRuntimeDxe.h
44
EFI_PHYSICAL_ADDRESS
EndPointer
;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h
125
const void **
EndPointer
() const {
168
if (P ==
EndPointer
())
179
/// found, this will be
EndPointer
. Otherwise, it will be a pointer to the
188
return
EndPointer
();
195
return
EndPointer
();
406
return makeIterator(
EndPointer
() - 1);
410
iterator end() const { return makeIterator(
EndPointer
()); }
417
return iterator(P ==
EndPointer
() ? CurArray : P + 1, CurArray);
419
return iterator(P,
EndPointer
());
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SmallPtrSet.h
127
const void **
EndPointer
() const {
170
if (P ==
EndPointer
())
181
/// found, this will be
EndPointer
. Otherwise, it will be a pointer to the
190
return
EndPointer
();
197
return
EndPointer
();
410
return makeIterator(
EndPointer
() - 1);
414
iterator end() const { return makeIterator(
EndPointer
()); }
421
return iterator(P ==
EndPointer
() ? CurArray : P + 1, CurArray);
423
return iterator(P,
EndPointer
());
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SmallPtrSet.h
127
const void **
EndPointer
() const {
170
if (P ==
EndPointer
())
181
/// found, this will be
EndPointer
. Otherwise, it will be a pointer to the
190
return
EndPointer
();
197
return
EndPointer
();
410
return makeIterator(
EndPointer
() - 1);
414
iterator end() const { return makeIterator(
EndPointer
()); }
421
return iterator(P ==
EndPointer
() ? CurArray : P + 1, CurArray);
423
return iterator(P,
EndPointer
());
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SmallPtrSet.h
119
const void **
EndPointer
() const {
164
if (P ==
EndPointer
())
175
/// found, this will be
EndPointer
. Otherwise, it will be a pointer to the
184
return
EndPointer
();
191
return
EndPointer
();
399
return makeIterator(
EndPointer
() - 1);
402
iterator end() const { return makeIterator(
EndPointer
()); }
408
return iterator(P ==
EndPointer
() ? CurArray : P + 1, CurArray, *this);
409
return iterator(P,
EndPointer
(), *this);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SmallPtrSet.h
119
const void **
EndPointer
() const {
164
if (P ==
EndPointer
())
175
/// found, this will be
EndPointer
. Otherwise, it will be a pointer to the
184
return
EndPointer
();
191
return
EndPointer
();
399
return makeIterator(
EndPointer
() - 1);
402
iterator end() const { return makeIterator(
EndPointer
()); }
408
return iterator(P ==
EndPointer
() ? CurArray : P + 1, CurArray, *this);
409
return iterator(P,
EndPointer
(), *this);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SmallPtrSet.h
119
const void **
EndPointer
() const {
164
if (P ==
EndPointer
())
175
/// found, this will be
EndPointer
. Otherwise, it will be a pointer to the
184
return
EndPointer
();
191
return
EndPointer
();
399
return makeIterator(
EndPointer
() - 1);
402
iterator end() const { return makeIterator(
EndPointer
()); }
408
return iterator(P ==
EndPointer
() ? CurArray : P + 1, CurArray, *this);
409
return iterator(P,
EndPointer
(), *this);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SmallPtrSet.h
119
const void **
EndPointer
() const {
164
if (P ==
EndPointer
())
175
/// found, this will be
EndPointer
. Otherwise, it will be a pointer to the
184
return
EndPointer
();
191
return
EndPointer
();
399
return makeIterator(
EndPointer
() - 1);
402
iterator end() const { return makeIterator(
EndPointer
()); }
408
return iterator(P ==
EndPointer
() ? CurArray : P + 1, CurArray, *this);
409
return iterator(P,
EndPointer
(), *this);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h
125
const void **
EndPointer
() const {
168
if (P ==
EndPointer
())
179
/// found, this will be
EndPointer
. Otherwise, it will be a pointer to the
188
return
EndPointer
();
195
return
EndPointer
();
406
return makeIterator(
EndPointer
() - 1);
410
iterator end() const { return makeIterator(
EndPointer
()); }
417
return iterator(P ==
EndPointer
() ? CurArray : P + 1, CurArray);
419
return iterator(P,
EndPointer
());
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SmallPtrSet.h
127
const void **
EndPointer
() const {
170
if (P ==
EndPointer
())
181
/// found, this will be
EndPointer
. Otherwise, it will be a pointer to the
190
return
EndPointer
();
197
return
EndPointer
();
410
return makeIterator(
EndPointer
() - 1);
414
iterator end() const { return makeIterator(
EndPointer
()); }
421
return iterator(P ==
EndPointer
() ? CurArray : P + 1, CurArray);
423
return iterator(P,
EndPointer
());
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SmallPtrSet.h
127
const void **
EndPointer
() const {
170
if (P ==
EndPointer
())
181
/// found, this will be
EndPointer
. Otherwise, it will be a pointer to the
190
return
EndPointer
();
197
return
EndPointer
();
410
return makeIterator(
EndPointer
() - 1);
414
iterator end() const { return makeIterator(
EndPointer
()); }
421
return iterator(P ==
EndPointer
() ? CurArray : P + 1, CurArray);
423
return iterator(P,
EndPointer
());
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SmallPtrSet.h
119
const void **
EndPointer
() const {
164
if (P ==
EndPointer
())
175
/// found, this will be
EndPointer
. Otherwise, it will be a pointer to the
184
return
EndPointer
();
191
return
EndPointer
();
399
return makeIterator(
EndPointer
() - 1);
402
iterator end() const { return makeIterator(
EndPointer
()); }
408
return iterator(P ==
EndPointer
() ? CurArray : P + 1, CurArray, *this);
409
return iterator(P,
EndPointer
(), *this);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SmallPtrSet.h
119
const void **
EndPointer
() const {
164
if (P ==
EndPointer
())
175
/// found, this will be
EndPointer
. Otherwise, it will be a pointer to the
184
return
EndPointer
();
191
return
EndPointer
();
399
return makeIterator(
EndPointer
() - 1);
402
iterator end() const { return makeIterator(
EndPointer
()); }
408
return iterator(P ==
EndPointer
() ? CurArray : P + 1, CurArray, *this);
409
return iterator(P,
EndPointer
(), *this);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SmallPtrSet.h
119
const void **
EndPointer
() const {
164
if (P ==
EndPointer
())
175
/// found, this will be
EndPointer
. Otherwise, it will be a pointer to the
184
return
EndPointer
();
191
return
EndPointer
();
399
return makeIterator(
EndPointer
() - 1);
402
iterator end() const { return makeIterator(
EndPointer
()); }
408
return iterator(P ==
EndPointer
() ? CurArray : P + 1, CurArray, *this);
409
return iterator(P,
EndPointer
(), *this);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SmallPtrSet.h
119
const void **
EndPointer
() const {
164
if (P ==
EndPointer
())
175
/// found, this will be
EndPointer
. Otherwise, it will be a pointer to the
184
return
EndPointer
();
191
return
EndPointer
();
399
return makeIterator(
EndPointer
() - 1);
402
iterator end() const { return makeIterator(
EndPointer
()); }
408
return iterator(P ==
EndPointer
() ? CurArray : P + 1, CurArray, *this);
409
return iterator(P,
EndPointer
(), *this);
/external/llvm/include/llvm/ADT/
SmallPtrSet.h
112
const void **
EndPointer
() const {
319
return std::make_pair(iterator(p.first,
EndPointer
()), p.second);
340
return iterator(CurArray,
EndPointer
());
343
const void *const *End =
EndPointer
();
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallPtrSet.h
124
const void **
EndPointer
() const {
360
return std::make_pair(iterator(p.first,
EndPointer
()), p.second);
389
return iterator(CurArray,
EndPointer
());
401
const void *const *End =
EndPointer
();
/external/llvm/lib/Support/
SmallPtrSet.cpp
119
const void **OldEnd =
EndPointer
();
200
std::copy(RHS.CurArray, RHS.
EndPointer
(), CurArray);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
SmallPtrSet.cpp
120
const void **OldEnd =
EndPointer
();
201
std::copy(RHS.CurArray, RHS.
EndPointer
(), CurArray);
Completed in 1471 milliseconds