Searched defs:Size (Results 26 - 50 of 271) sorted by relevance

1234567891011

/external/chromium/chrome/browser/sync/sessions/
H A Dordered_commit_set.h71 int Size() const { function in class:browser_sync::sessions::OrderedCommitSet
/external/chromium/net/disk_cache/
H A Dbitmap.h30 // If |num_bits| < Size(), the extra bits will be discarded.
31 // If |num_bits| > Size(), the extra bits will be filled with zeros if
37 int Size() const { return num_bits_; } function in class:disk_cache::Bitmap
74 // 0 <= |begin| <= |end| <= Size() is required.
80 // Requires |limit| <= Size().
106 // returns 0. Requires |limit| <= Size().
/external/chromium/testing/gtest/samples/
H A Dsample3-inl.h103 size_t Size() const { return size_; } function in class:Queue
/external/clang/include/clang/AST/
H A DRecordLayout.h36 /// Size - Size of record in characters.
37 CharUnits Size; member in class:clang::ASTRecordLayout
39 /// DataSize - Size of record in characters without tail padding.
117 CharUnits getSize() const { return Size; }
/external/gtest/samples/
H A Dsample3-inl.h103 size_t Size() const { return size_; } function in class:Queue
/external/libffi/testsuite/libffi.call/
H A Dpyobjc-tc.c15 typedef struct Size { struct
18 } Size; typedef in typeref:struct:Size
22 Size s;
55 size_type.size = 0;/* sizeof(Size);*/
56 size_type.alignment = 0;/* __alignof__(Size);*/
/external/llvm/include/llvm/MC/
H A DMCFixup.h84 static MCFixupKind getKindForSize(unsigned Size, bool isPCRel) { argument
85 switch (Size) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp135 << ", Size: " << Size << "\n"; local
142 O << "Size: " << Size << "\n"; local
191 unsigned Size = ~0U; local
195 case dwarf::DW_FORM_data1: Size = 1; break;
197 case dwarf::DW_FORM_data2: Size = 2; break;
199 case dwarf::DW_FORM_data4: Size = 4; break;
201 case dwarf::DW_FORM_data8: Size = 8; break;
204 case dwarf::DW_FORM_addr: Size
[all...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp28 uintptr_t Size = EndAddress - StartAddress + 1; local
29 uintptr_t AllocSize = Size;
31 assert(Size >= (uint64_t)(EndAddress - StartAddress + 1) &&
34 memcpy(Mem, StartAddress, Size);
35 MemMgr->endFunctionBody(Name.data(), Mem, Mem + Size);
37 Functions[Name] = sys::MemoryBlock(Mem, Size);
41 DEBUG(dbgs() << " allocated to [" << Mem << ", " << Mem + Size << "]\n"); local
/external/llvm/lib/Support/
H A DIntervalMap.cpp19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { argument
21 path.front() = Entry(Root, Size, Offsets.first);
/external/llvm/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeAsmBackend.cpp124 unsigned Size = getFixupKindSize(Fixup.getKind()); local
126 assert(Fixup.getOffset() + Size <= DataSize &&
130 switch (Size) {
/external/llvm/lib/Target/PTX/
H A DPTXParamManager.h38 unsigned Size; member in struct:llvm::PTXParamManager::PTXParam
61 unsigned addArgumentParam(unsigned Size);
64 unsigned addReturnParam(unsigned Size);
67 unsigned addLocalParam(unsigned Size);
78 return AllParams.find(Param)->second.Size;
/external/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.cpp64 int Size = MI.getOperand(0).getImm(); local
66 Size = -Size;
67 if (Size)
68 BuildMI(MBB, I, dl, TII.get(SP::ADDri), SP::O6).addReg(SP::O6).addImm(Size);
/external/llvm/lib/VMCore/
H A DGCOV.cpp137 uint32_t Size = Buff.getCursor() + LineTableLength*4; local
142 while (Buff.getCursor() != (Size - 4)) {
144 if (Buff.getCursor() == (Size - 4)) break;
/external/llvm/tools/llvm-objdump/
H A DMCFunction.cpp38 uint64_t Size; local
52 for (;Index < End; Index += Size) {
56 if (DisAsm->getInstruction(Inst, Size, Region, Index, DebugOut, nulls())){
57 Instructions.push_back(MCDecodedInst(Index, Size, Inst));
59 uint64_t targ = Ana->evaluateBranch(Inst, Index, Size);
60 if (targ != -1ULL && targ == Index+Size)
68 WorkList.push_back(Index+Size);
70 Splits.insert(Index+Size);
74 Splits.insert(Index+Size);
77 uint64_t targ = Ana->evaluateBranch(Inst, Index, Size);
[all...]
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp55 uint8_t *startFunctionBody(const char *Name, uintptr_t &Size);
61 uintptr_t &Size) {
62 return (uint8_t*)sys::Memory::AllocateRWX(Size, 0, 0).base();
68 uintptr_t Size = FunctionEnd - FunctionStart + 1; local
69 FunctionMemory.push_back(sys::MemoryBlock(FunctionStart, Size));
60 startFunctionBody(const char *Name, uintptr_t &Size) argument
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITMemoryManagerTest.cpp209 size_t Size = 4 * MemMgr->GetDefaultDataSlabSize(); local
211 uint8_t *g = MemMgr->allocateGlobal(Size, 8);
222 memset(g, 0x2, Size);
227 EXPECT_EQ(0x02U, g[Size - 1]);
240 size_t Size = 128; local
241 int Iters = (SlabSize / Size) + 1;
248 MemMgr->allocateGlobal(Size, 8);
253 MemMgr->allocateGlobal(Size, 8);
263 size_t Size = 128; local
264 int Iters = (SlabSize / Size)
[all...]
/external/protobuf/gtest/samples/
H A Dsample3-inl.h103 size_t Size() const { return size_; } function in class:Queue
/external/webkit/Source/WebKit/chromium/public/mac/
H A DWebThemeEngine.h49 enum Size { enum in class:WebKit::WebThemeEngine
73 virtual void paintScrollbarThumb(WebCanvas*, State, Size, const WebRect&, const ScrollbarInfo&) {}
/external/webrtc/src/system_wrappers/source/
H A Dmap.cc63 int MapWrapper::Size() const function in class:webrtc::MapWrapper
H A Dmap_no_stl.cc69 int MapNoStl::Size() const function in class:webrtc::MapNoStl
/external/clang/lib/CodeGen/
H A DCGRecordLayout.h91 unsigned Size; member in class:clang::CodeGen::CGBitFieldInfo
100 CGBitFieldInfo(unsigned Size, unsigned NumComponents, AccessInfo *_Components, argument
101 bool IsSigned) : Size(Size), NumComponents(NumComponents),
120 assert(AI.TargetBitWidth + AI.TargetBitOffset <= Size);
125 assert(AccessedSize == Size && "Total size does not match accessed size!");
134 unsigned getSize() const { return Size; }
/external/clang/lib/Sema/
H A DTypeLocBuilder.h63 size_t Size = L.getFullDataSize(); local
64 TypeLoc Copy = pushFullUninitializedImpl(L.getType(), Size);
65 memcpy(Copy.getOpaqueData(), L.getOpaqueData(), Size);
171 TypeLoc pushFullUninitializedImpl(QualType T, size_t Size) { argument
178 reserve(Size);
179 Index -= Size;
/external/clang/test/SemaTemplate/
H A Dexample-dynarray.cpp103 unsigned Size = size(); local
104 for (unsigned I = 0; I != Size; ++I)
112 Last = Start + Size;
/external/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h73 const uint8_t *Buffer, size_t Size,
256 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { argument
261 if (Size >= (uintptr_t)(BufferEnd-CurBufferPtr)) {
267 CurBufferPtr += Size;
276 virtual void *allocateGlobal(uintptr_t Size, unsigned Alignment) = 0;

Completed in 1146 milliseconds

1234567891011