Searched refs:Remaining (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/courgette/
H A Dsimple_delta.cc36 VLOG(1) << "GenerateSimpleDelta " << old->Remaining()
37 << " " << target->Remaining();
H A Dstreams_unittest.cc27 EXPECT_EQ(0U, source.Remaining());
45 EXPECT_EQ(0U, source.Remaining());
71 EXPECT_EQ(0U, in.stream(3)->Remaining());
72 EXPECT_EQ(0U, in.stream(2)->Remaining());
114 EXPECT_EQ(0U, in.stream(i)->Remaining());
H A Dstreams.cc162 if (offset > Remaining())
164 if (length > Remaining() - offset)
271 // Remaining bytes should add up to sum of lengths.
286 return Init(source->Buffer(), source->Remaining());
311 if (streams_[i].Remaining() != 0)
H A Densemble_create.cc249 Region old_region(base->Buffer(), base->Remaining());
250 Region new_region(update->Buffer(), update->Remaining());
395 if (!predicted_ensemble.Write(base->Buffer(), base->Remaining()))
H A Dstreams.h65 size_t Remaining() const { return end_ - current_; } function in class:courgette::SourceStream
H A Densemble_apply.cc317 status = patch_process.InitBase(Region(base->Buffer(), base->Remaining()));
H A Dencoded_program.cc392 if (streams->stream(i)->Remaining() > 0)
/external/chromium_org/courgette/third_party/
H A Dbsdiff_apply.cc78 const uint8* extra_end = extra_start + extra_bytes->Remaining();
162 size_t old_size = old_stream->Remaining();
H A Dbsdiff_create.cc219 const int oldsize = static_cast<int>(old_stream->Remaining());
245 const int newsize = static_cast<int>(new_stream->Remaining());
/external/llvm/lib/IR/
H A DGCOV.cpp438 StringRef Remaining;
445 Remaining = "";
448 Remaining = Buffer->getBuffer();
451 bool empty() { return Remaining.empty(); }
457 std::tie(Line, Remaining) = Remaining.split("\n");
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp95 StringRef Token, Remaining;
97 std::tie(Token, Remaining) = parseSymbol(Expr);
99 std::tie(Token, Remaining) = parseNumberString(Expr);
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1049 BlockMass Remaining = BlockMass::getFull(); local
1052 Mass = Remaining * BranchProbability(1, Loop.NumHeaders - H);
1053 Remaining -= Mass;
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp671 unsigned Remaining = Size - Emitted; local
674 unsigned EmissionSize = PowerOf2Floor(Remaining);
680 IsLittleEndian ? Emitted : (Remaining - EmissionSize);
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp614 unsigned Remaining = Size - SizeSoFar; local
615 for (unsigned I = 0; I < Remaining; ++I)
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tree.Tests.pas734 I, Remaining: Integer;
754 Remaining := TUnBufferedTreeNodeStream.INITIAL_LOOKAHEAD_BUFFER_SIZE - N;
756 for I := 1 to Remaining + WrapBy do
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp930 uint64_t Remaining = NextPowerOf2(Count) - Count; local
931 for (uint64_t C = 0; C < Remaining; ++C) {
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp299 SDValue Remaining = DAG.getConstant(Offset - FoldedOffset, MVT::i32); local
300 GA = DAG.getNode(ISD::ADD, DL, MVT::i32, GA, Remaining);
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids17182 029 Remaining Capacity Limit
17183 02a Remaining Time Limit
17191 042 Below Remaining Capacity Limit
17192 043 Remaining Time Limit Expired
17207 066 Remaining Capacity
/external/bison/build-aux/
H A Dtexinfo.tex6980 % Remaining @defun-like shortcuts:

Completed in 4312 milliseconds