Home
last modified time | relevance | path

Searched refs:Available (Results 1 – 25 of 176) sorted by relevance

12345678

/third_party/protobuf/src/google/protobuf/stubs/
Dbytestream_unittest.cc53 size_t Available() const { return data_.size(); } in Available() function in google::protobuf::strings::__anond65617250111::MockByteSource
90 EXPECT_EQ(6, limit_source.Available()); in TEST()
92 EXPECT_EQ(5, limit_source.Available()); in TEST()
97 limit_source.CopyTo(&sink, limit_source.Available()); in TEST()
99 EXPECT_EQ(0, limit_source.Available()); in TEST()
100 EXPECT_EQ(6, source.Available()); in TEST()
106 source.CopyTo(&sink, source.Available()); in TEST()
108 EXPECT_EQ(0, source.Available()); in TEST()
Dbytestream.h119 virtual size_t Available() const = 0;
300 virtual size_t Available() const override;
332 virtual size_t Available() const override;
Dbytestream.cc148 size_t ArrayByteSource::Available() const { in Available() function in google::protobuf::strings::ArrayByteSource
166 size_t LimitByteSource::Available() const { in Available() function in google::protobuf::strings::LimitByteSource
167 size_t available = source_->Available(); in Available()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZMachineScheduler.cpp162 if (Available.empty()) in pickNode()
166 if (Available.size() == 1) { in pickNode()
168 HazardRec->dumpSU(*Available.begin(), dbgs()); dbgs() << "\n";); in pickNode()
169 return *Available.begin(); in pickNode()
173 LLVM_DEBUG(dbgs() << "** Available: "; Available.dump(*HazardRec);); in pickNode()
176 for (auto *SU : Available) { in pickNode()
243 if (Available.size() == 1) dbgs() << "(only one) "; in schedNode()
247 Available.erase(SU); in schedNode()
259 Available.insert(SU); in releaseTopNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.cpp65 (Available[CurInstKind].empty()); in pickNode()
67 (!Available[IDFetch].empty() || !Available[IDOther].empty()); in pickNode()
69 if (CurInstKind == IDAlu && !Available[IDFetch].empty()) { in pickNode()
76 (FetchInstCount + Available[IDFetch].size()); in pickNode()
92 unsigned NearRegisterRequirement = 2 * Available[IDFetch].size(); in pickNode()
176 MoveUnits(Pending[IDFetch], Available[IDFetch]); in schedNode()
204 Available[IDOther].push_back(SU); in releaseBottomNode()
455 std::vector<SUnit *> &AQ = Available[QID]; in pickOther()
DR700Instructions.td10 // - Available to R700 and newer VLIW4/VLIW5 GPUs
11 // - Available only on R700 family GPUs.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp358 Available.push(SU); in releaseNode()
384 LLVM_DEBUG(dbgs() << "*** Next cycle " << Available.getName() << " cycle " in bumpCycle()
421 if (Available.empty()) in releasePending()
439 Available.push(SU); in releasePending()
448 if (Available.isInQueue(SU)) in removeReady()
449 Available.remove(Available.find(SU)); in removeReady()
464 if (Available.empty()) in pickOnlyChoice()
466 if (Available.size() == 1 && Pending.size() > 0) in pickOnlyChoice()
467 return !ResourceModel->isResourceAvailable(*Available.begin(), isTop()) || in pickOnlyChoice()
468 getWeakLeft(*Available.begin(), isTop()) != 0; in pickOnlyChoice()
[all …]
DHexagonMachineScheduler.h137 ReadyQueue Available; member
157 : Available(ID, Name+".A"), in VLIWSchedBoundary()
192 return Available.getID() == ConvergingVLIWScheduler::TopQID; in isTop()
/third_party/node/deps/v8/src/extensions/
Dstatistics-extension.cc108 new_space_available = heap->new_space()->Available(); in GetCounters()
118 {heap->old_space()->Available(), "old_space_available_bytes"}, in GetCounters()
121 {heap->code_space()->Available(), "code_space_available_bytes"}, in GetCounters()
124 {heap->lo_space()->Available(), "lo_space_available_bytes"}, in GetCounters()
127 {heap->code_lo_space()->Available(), "code_lo_space_available_bytes"}, in GetCounters()
/third_party/node/test/addons/openssl-providers/
Dproviders.cjs52 assertArrayIncludes(getCiphers(), cipher, 'Available ciphers');
56 assertArrayIncludes(getHashes(), hash, 'Available hashes');
66 assertArrayDoesNotInclude(getCiphers(), cipher, 'Available ciphers');
70 assertArrayDoesNotInclude(getHashes(), hash, 'Available hashes');
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1859 Available.clear(); in reset()
2050 LLVM_DEBUG(dbgs() << Available.getName() << " RemLatency SU(" in findMaxLatency()
2067 LLVM_DEBUG(dbgs() << " " << Available.getName() << " + Remain MOps: " in getOtherResourceCount()
2079 dbgs() << " " << Available.getName() << " + Remain CritRes: " in getOtherResourceCount()
2105 checkHazard(SU) || (Available.size() >= ReadyListLimit); in releaseNode()
2108 Available.push(SU); in releaseNode()
2154 LLVM_DEBUG(dbgs() << "Cycle: " << CurrCycle << ' ' << Available.getName() in bumpCycle()
2304 LLVM_DEBUG(dbgs() << " " << Available.getName() << " TopLatency SU(" in bumpNode()
2309 LLVM_DEBUG(dbgs() << " " << Available.getName() << " BotLatency SU(" in bumpNode()
2351 if (Available.empty()) in releasePending()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp378 BitVector Available = rs.getRegsAvailable(&Mips::CPU16RegsRegClass); in loadImmediate() local
379 Available &= Candidates; in loadImmediate()
387 Reg = Available.find_first(); in loadImmediate()
399 Available.reset(Reg); in loadImmediate()
403 SpReg = Available.find_first(); in loadImmediate()
415 Available.reset(SpReg); in loadImmediate()
/third_party/icu/tools/multi/proj/provider/
Dreadme.txt41 Available plugins: 3.8.1 4.2.0.1 (3_8_1 4_2_0_1)
42 Available keywords:
47 Available ICU tarballs: icu4c-3_8_1-src.tgz icu4c-4_2_0_1-src.tgz icu4c-4_4_2-src.tgz
48 Available ICU versions: 3.8.1 4.2.0.1 4.4.2
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dmemory_io_test.cc43 EXPECT_EQ(is.Available(), (int32_t)kTestBufferLen); in TestMemoryInputStream()
72 EXPECT_EQ(is.Available(), (int32_t)kTestBufferLen - 50); in TestMemoryInputStream()
Dfile_io_test.cc48 EXPECT_EQ(length, (size_t)is.Available()); in TestFileInputStream()
109 EXPECT_EQ((size_t)font_is1.Available(), length); in TestFontInputStreamBasic()
/third_party/node/deps/v8/src/heap/
Dfree-list.cc121 DCHECK(IsVeryLong() || Available() == SumFreeLists()); in TryFindNodeIn()
139 DCHECK(IsVeryLong() || Available() == SumFreeLists()); in SearchForNodeInList()
231 DCHECK(IsVeryLong() || Available() == SumFreeLists()); in Allocate()
337 DCHECK(IsVeryLong() || Available() == SumFreeLists()); in Allocate()
403 DCHECK(IsVeryLong() || Available() == SumFreeLists()); in Allocate()
Dlarge-spaces.h80 size_t Available() const override;
200 size_t Available() const override;
/third_party/openssl/doc/man7/
DEVP_MD-SHA2.pod19 Available with the FIPS provider as well as the default provider:
43 Available with the default provider:
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dfont_input_stream.cc43 int32_t FontInputStream::Available() { in Available() function in sfntly::FontInputStream
45 return stream_->Available(); in Available()
/third_party/python/PCbuild/
Dprepare_tcltk.bat12 echo.Available flags:
15 echo.Available arguments:
Dprepare_ssl.bat12 echo.Available flags:
15 echo.Available arguments:
/third_party/jerryscript/jerry-debugger/
DREADME.md1 # Available JerryScript debugger tools
/third_party/alsa-utils/alsactl/init/
Dhelp3 PRINT="Available commands (identified by the environment variable CMD):\n\n"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSafepointIRVerifier.cpp517 AvailableValueSet &Available);
784 AvailableValueSet &Available) { in transferInstruction() argument
787 Available.clear(); in transferInstruction()
789 Available.insert(&I); in transferInstruction()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dinput_stream.h28 virtual int32_t Available() = 0;

12345678