Searched defs:Chunk (Results 1 - 25 of 35) sorted by relevance

12

/external/llvm/lib/DebugInfo/CodeView/
H A DStreamWriter.cpp70 ArrayRef<uint8_t> Chunk; local
71 if (auto EC = SrcReader.readLongestContiguousChunk(Chunk))
73 if (auto EC = writeBytes(Chunk))
/external/python/cpython2/Lib/
H A Dchunk.py21 usage of the Chunk class defined here is to instantiate an instance at
30 chunk = Chunk(file)
51 class Chunk: class in inherits:
H A Dwave.py87 from chunk import Chunk namespace
129 self._file = Chunk(file, bigendian = 0)
139 chunk = Chunk(self._file, bigendian = 0)
H A Daifc.py253 from chunk import Chunk namespace
298 chunk = Chunk(file)
312 chunk = Chunk(self._file)
/external/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp100 const uint64_t Chunk = getChunk(Imm, FromIdx) << ShiftAmt; local
104 return Imm | Chunk;
146 static bool canUseOrr(uint64_t Chunk, uint64_t &Encoding) {
147 Chunk = (Chunk << 48) | (Chunk << 32) | (Chunk << 16) | Chunk;
149 return AArch64_AM::processLogicalImmediate(Chunk, 64, Encoding);
172 for (CountMap::const_iterator Chunk
[all...]
/external/v8/src/
H A Dbignum.h76 typedef uint32_t Chunk; typedef in class:v8::internal::Bignum
79 static const int kChunkSize = sizeof(Chunk) * 8;
84 static const Chunk kBigitMask = (1 << kBigitSize) - 1;
104 Chunk BigitAt(int index) const;
107 Chunk bigits_buffer_[kBigitCapacity];
110 Vector<Chunk> bigits_;
/external/valgrind/perf/
H A Dmany-loss-records.c42 struct Chunk { struct
43 struct Chunk* child;
47 struct Chunk** topblocks;
58 void free_chunks (struct Chunk ** mem)
70 void release (struct Chunk ** mem)
87 int sz = sizeof(struct Chunk*) + malloc_data;
92 struct Chunk *new = NULL; // shut gcc up
93 struct Chunk *prev = NULL;
206 topblocks = malloc(sizeof(struct Chunk*) * stacks * malloc_fan);
/external/llvm/lib/DebugInfo/PDB/Raw/
H A DMappedBlockStream.cpp245 const uint8_t *Chunk = Buffer.data() + BytesWritten; local
246 ArrayRef<uint8_t> ChunkData(Chunk, BytesToWriteInChunk);
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DThumb1RegisterInfo.cpp145 unsigned Chunk = ((1 << NumBits) - 1) * Scale; local
148 unsigned ThisVal = (Bytes > Chunk) ? Chunk : Bytes;
153 Chunk = ((1 << NumBits) - 1) * Scale;
156 NumMIs += Bytes / Chunk;
157 if ((Bytes % Chunk) != 0)
237 unsigned Chunk = (1 << 3) - 1;
238 unsigned ThisVal = (Bytes > Chunk) ? Chunk : Bytes;
253 unsigned Chunk
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp69 unsigned Opc; uint64_t Chunk; local
75 Chunk = (1LL << 31) - 1;
78 Chunk = (1LL << 15) - 1;
84 uint64_t ThisVal = (Offset > Chunk) ? Chunk : Offset;
/external/v8/src/parsing/
H A Dscanner-character-streams.cc232 struct Chunk { struct in class:v8::internal::Utf8ExternalStreamingStream
248 std::vector<Chunk> chunks_;
260 const Chunk& chunk = chunks_[current_.chunk_no];
292 const Chunk& chunk = chunks_[current_.chunk_no];
459 struct Chunk {
465 typedef std::vector<struct Chunk> Chunks;
545 const Chunk& chunk = chunks_[FindChunk(chunks_, source_, position, stats_)];
604 Chunk& current = chunks_[chunk_no];
613 Chunk& previous_chunk = chunks_[chunk_no - 1];
641 // Chunk) t
[all...]
/external/v8/src/zone/
H A Dzone-chunk-list.h105 struct Chunk { struct in class:v8::internal::ZoneChunkList::StartMode
108 Chunk* next_ = nullptr;
109 Chunk* previous_ = nullptr;
113 Chunk* NewChunk(const uint32_t capacity) {
114 Chunk* chunk =
115 new (zone_->New(sizeof(Chunk) + capacity * sizeof(T))) Chunk();
121 Chunk* chunk_;
132 Chunk* front_ = nullptr;
133 Chunk* back
[all...]
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp81 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) function in class:CodeCompletionString::Chunk
155 CodeCompletionString::Chunk
156 CodeCompletionString::Chunk::CreateText(const char *Text) {
157 return Chunk(CK_Text, Text);
160 CodeCompletionString::Chunk
161 CodeCompletionString::Chunk::CreateOptional(CodeCompletionString *Optional) {
162 Chunk Result;
168 CodeCompletionString::Chunk
169 CodeCompletionString::Chunk
[all...]
H A DSemaTemplateVariadic.cpp751 const DeclaratorChunk &Chunk = D.getTypeObject(I); local
752 switch (Chunk.Kind) {
762 if (Chunk.Arr.NumElts &&
763 Chunk.Arr.NumElts->containsUnexpandedParameterPack())
767 for (unsigned i = 0, e = Chunk.Fun.NumParams; i != e; ++i) {
768 ParmVarDecl *Param = cast<ParmVarDecl>(Chunk.Fun.Params[i].Param);
774 if (Chunk.Fun.getExceptionSpecType() == EST_Dynamic) {
775 for (unsigned i = 0; i != Chunk.Fun.NumExceptions; ++i) {
776 if (Chunk.Fun.Exceptions[i]
781 } else if (Chunk
[all...]
H A DSemaExprCXX.cpp1409 DeclaratorChunk &Chunk = D.getTypeObject(0); local
1411 return ExprError(Diag(Chunk.Loc, diag::err_new_array_of_auto)
1413 if (Chunk.Arr.hasStatic)
1414 return ExprError(Diag(Chunk.Loc, diag::err_static_illegal_in_new)
1416 if (!Chunk.Arr.NumElts)
1417 return ExprError(Diag(Chunk.Loc, diag::err_array_new_needs_size)
1420 ArraySize = static_cast<Expr*>(Chunk.Arr.NumElts);
/external/llvm/lib/MC/
H A DMCCodeView.cpp397 uint16_t Chunk = std::min((uint32_t)MaxDefRange, RangeSize); local
424 support::endian::Writer<support::little>(OS).write<uint16_t>(Chunk);
427 Bias += Chunk;
428 RangeSize -= Chunk;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_packet.h235 struct Chunk { struct in class:webrtc::rtcp::Sdes
252 std::vector<Chunk> chunks_;
/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h385 struct Chunk { struct in class:clang::CodeCompletionString
403 Chunk() : Kind(CK_Text), Text(nullptr) { } function in struct:clang::CodeCompletionString::Chunk
405 explicit Chunk(ChunkKind Kind, const char *Text = "");
408 static Chunk CreateText(const char *Text);
411 static Chunk CreateOptional(CodeCompletionString *Optional);
414 static Chunk CreatePlaceholder(const char *Placeholder);
417 static Chunk CreateInformative(const char *Informative);
420 static Chunk CreateResultType(const char *ResultType);
423 static Chunk CreateCurrentParameter(const char *CurrentParameter);
449 CodeCompletionString(const Chunk *Chunk
[all...]
/external/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp97 // CRC32 checksum of the Chunk pointer and its ChunkHeader.
209 // Chunk recycling function, returns a quarantined chunk to the backend.
210 void Recycle(ScudoChunk *Chunk) { argument
212 Chunk->loadHeader(&Header);
215 Chunk);
217 void *Ptr = Chunk->AllocBeg(&Header);
359 ScudoChunk *Chunk = local
367 Chunk->storeHeader(&Header);
375 // Deallocates a Chunk, which means adding it to the delayed free list (or
389 ScudoChunk *Chunk local
437 ScudoChunk *Chunk = local
471 ScudoChunk *Chunk = local
[all...]
/external/webp/src/demux/
H A Ddemux.c56 typedef struct Chunk { struct
58 struct Chunk* next_;
59 } Chunk; typedef in typeref:struct:Chunk
72 Chunk* chunks_; // non-image chunks
73 Chunk** chunks_tail_;
177 static void AddChunk(WebPDemuxer* const dmux, Chunk* const chunk) {
353 Chunk* const chunk = (Chunk*)WebPSafeCalloc(1ULL, sizeof(*chunk));
755 Chunk* c;
765 Chunk* cons
[all...]
/external/clang/lib/Basic/
H A DSourceManager.cpp1238 const __m128i Chunk = *(const __m128i*)NextBuf; local
1239 __m128i Cmp = _mm_or_si128(_mm_cmpeq_epi8(Chunk, CRs),
1240 _mm_cmpeq_epi8(Chunk, LFs));
/external/tinyxml2/
H A Dtinyxml2.h284 Chunk* chunk = (Chunk*)mem;
285 memset( chunk, 0xfe, sizeof(Chunk) );
296 union Chunk { union in class:tinyxml2::MemPoolT
297 Chunk* next;
301 Chunk chunk[COUNT];
304 Chunk* root;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2072 int Chunk = API.getNumWords() - 1; local
2075 AP.OutStreamer->EmitIntValue(p[Chunk--], TrailingBytes);
2077 for (; Chunk >= 0; --Chunk)
2078 AP.OutStreamer->EmitIntValue(p[Chunk], sizeof(uint64_t));
2080 unsigned Chunk; local
2081 for (Chunk = 0; Chunk < NumBytes / sizeof(uint64_t); ++Chunk)
2082 AP.OutStreamer->EmitIntValue(p[Chunk], sizeo
[all...]
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1673 Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) {
1765 Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) {
1774 /*Chunked=*/Chunk != nullptr)) &&
1834 IVSigned, Ordered, UBVal, Chunk);
1837 Ordered, IL, LB, UB, ST, Chunk);
1841 ST, IL, Chunk);
1847 Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) {
1862 IL, LB, UB, ST, Chunk);
1865 S, LoopScope, /* Ordered = */ false, LB, UB, ST, IL, Chunk);
2014 llvm::Value *Chunk local
1671 EmitOMPOuterLoop(bool DynamicOrOrdered, bool IsMonotonic, const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) argument
1762 EmitOMPForOuterLoop( const OpenMPScheduleTy &ScheduleKind, bool IsMonotonic, const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) argument
1844 EmitOMPDistributeOuterLoop( OpenMPDistScheduleClauseKind ScheduleKind, const OMPDistributeDirective &S, OMPPrivateScope &LoopScope, Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) argument
2674 llvm::Value *Chunk = nullptr; local
[all...]
/external/clang/lib/Parse/
H A DParseDecl.cpp6223 const DeclaratorChunk &Chunk = TempDeclarator.getTypeObject(i); local
6225 attrs.set(Chunk.Common.AttrList);
6226 D.AddTypeInfo(Chunk, attrs, SourceLocation());

Completed in 763 milliseconds

12