HomeSort by relevance Sort by last modified time
    Searched defs:States (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
Md5.h 28 UINT32 States[MD5_HASHSIZE / sizeof (UINT32)];
  /external/swiftshader/src/Renderer/
SetupProcessor.hpp 36 struct States
77 struct State : States
81 bool operator==(const State &states) const;
PixelProcessor.hpp 31 struct States
113 struct State : States
VertexProcessor.hpp 47 struct States
142 struct State : States
  /external/pdfium/third_party/lcms/src/
cmssamp.c 47 cmsFloat64Number States[4] = { 1.0, 1.0, 1.0, 1.0 };
55 States, NULL, 0, TYPE_Lab_DBL, TYPE_Lab_DBL, cmsFLAGS_NOCACHE|cmsFLAGS_NOOPTIMIZE);
  /external/autotest/server/cros/dynamic_suite/
suite.py 60 {job_id: {'state':RetryHandler.States, 'retry_max':int}}
91 States = enum.Enum('NOT_ATTEMPTED', 'ATTEMPTED', 'RETRIED',
130 'state': self.States.NOT_ATTEMPTED,
153 if old_record['state'] != self.States.NOT_ATTEMPTED:
157 old_record['state'] = self.States.RETRIED
173 if current_state != self.States.NOT_ATTEMPTED:
177 (self.States.get_string(current_state),
178 self.States.get_string(self.States.ATTEMPTED)))
180 self._retry_map[job_id]['state'] = self.States.ATTEMPTE
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 626 assert(RHS.isConflict() && "only three states!");
632 llvm_unreachable("only three states!");
688 MapVector<Value *, BDVState> States;
695 States.insert({Def, BDVState()});
708 if (States.insert(std::make_pair(Base, BDVState())).second)
731 DEBUG(dbgs() << "States after initialization:\n");
732 for (auto Pair : States) {
742 auto I = States.find(baseValue);
743 assert(I != States.end() && "lookup failed!");
750 const size_t OldSize = States.size()
    [all...]

Completed in 294 milliseconds