OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Sizes
(Results
1 - 5
of
5
) sorted by null
/external/lzma/CPP/7zip/Archive/7z/
7zFolderInStream.h
39
CRecordVector<UInt64>
Sizes
;
50
for (int i = 0; i <
Sizes
.Size(); i++)
51
size +=
Sizes
[i];
/external/llvm/tools/lli/
lli.cpp
218
SmallVector<unsigned, 16>
Sizes
;
230
Sizes
.push_back(I->first.size());
247
Sizes
.push_back(I->first.size());
274
T->loadCode(Addr, Offsets[i].first,
Sizes
[i]);
279
T->loadData(Addr, Offsets[i].first,
Sizes
[i]);
/external/clang/test/Index/
print-type-size.cpp
211
namespace
Sizes
{
213
// CHECK64: StructDecl=A:[[@LINE+2]]:8 (Definition) [type=
Sizes
::A] [typekind=Record] [sizeof=8] [alignof=4]
214
// CHECK32: StructDecl=A:[[@LINE+1]]:8 (Definition) [type=
Sizes
::A] [typekind=Record] [sizeof=8] [alignof=4]
220
// CHECK64: StructDecl=B:[[@LINE+2]]:8 (Definition) [type=
Sizes
::B] [typekind=Record] [sizeof=12] [alignof=4]
221
// CHECK32: StructDecl=B:[[@LINE+1]]:8 (Definition) [type=
Sizes
::B] [typekind=Record] [sizeof=12] [alignof=4]
226
// CHECK64: StructDecl=C:[[@LINE+2]]:8 (Definition) [type=
Sizes
::C] [typekind=Record] [sizeof=8] [alignof=4]
227
// CHECK32: StructDecl=C:[[@LINE+1]]:8 (Definition) [type=
Sizes
::C] [typekind=Record] [sizeof=8] [alignof=4]
235
// CHECK64: StructDecl=D:[[@LINE+2]]:8 (Definition) [type=
Sizes
::D] [typekind=Record] [sizeof=8] [alignof=4]
236
// CHECK32: StructDecl=D:[[@LINE+1]]:8 (Definition) [type=
Sizes
::D] [typekind=Record] [sizeof=8] [alignof=4]
241
// CHECK64: StructDecl=E:[[@LINE+2]]:32 (Definition) [type=
Sizes
::E] [typekind=Record] [sizeof=5] [alignof=1
[
all
...]
/external/lzma/CPP/7zip/UI/Common/
Update.cpp
67
CRecordVector<UInt64>
Sizes
;
140
if (index >=
Sizes
.Size())
141
index =
Sizes
.Size() - 1;
142
UInt64 volSize =
Sizes
[index];
452
volStreamSpec->
Sizes
= volumesSizes;
/external/chromium_org/chrome/browser/ui/
browser_browsertest.cc
301
// Cache the
sizes
of RenderWidgetHostView and WebContentsView when the
314
struct
Sizes
{
320
typedef std::map<content::RenderViewHost*,
Sizes
> RenderViewSizes;
[
all
...]
Completed in 430 milliseconds