OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EndX
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Support/
SmallVector.cpp
36
this->
EndX
= (char*)NewElts+CurSizeBytes;
/external/llvm/lib/Support/
SmallVector.cpp
38
this->
EndX
= (char*)NewElts+CurSizeBytes;
/external/llvm/include/llvm/ADT/
SmallVector.h
36
void *BeginX, *
EndX
, *CapacityX;
40
: BeginX(FirstEl),
EndX
(FirstEl), CapacityX((char*)FirstEl+Size) {}
49
return size_t((char*)
EndX
- (char*)BeginX);
57
bool LLVM_ATTRIBUTE_UNUSED_RESULT empty() const { return BeginX ==
EndX
; }
92
BeginX =
EndX
= CapacityX = &FirstEl;
95
void setEnd(T *P) { this->
EndX
= P; }
117
iterator end() { return (iterator)this->
EndX
; }
119
const_iterator end() const { return (const_iterator)this->
EndX
; }
209
if (LLVM_UNLIKELY(this->
EndX
>= this->CapacityX))
216
if (LLVM_UNLIKELY(this->
EndX
>= this->CapacityX)
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallVector.h
56
void *BeginX, *
EndX
, *CapacityX;
73
: BeginX(&FirstEl),
EndX
(&FirstEl), CapacityX((char*)&FirstEl+Size) {}
88
return size_t((char*)
EndX
- (char*)BeginX);
96
bool empty() const { return BeginX ==
EndX
; }
103
void setEnd(T *P) { this->
EndX
= P; }
124
iterator end() { return (iterator)this->
EndX
; }
125
const_iterator end() const { return (const_iterator)this->
EndX
; }
290
this->
EndX
= this->BeginX;
323
if (this->
EndX
< this->CapacityX) {
407
if (this->
EndX
< this->CapacityX)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h
[
all
...]
Completed in 428 milliseconds