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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
Md5.h 28 UINT32 States[MD5_HASHSIZE / sizeof (UINT32)];
Md5.c 195 // Copy MD5 states to MedStates
197 CopyMem (MedStates, Md5Ctx->States, MD5_HASHSIZE);
215 Md5Ctx->States[Index1] += MedStates[Index1];
222 immediately and the generated Md5 code is stored in the States field of MD5_CTX
271 Md5Ctx->States[0] = 0x67452301;
272 Md5Ctx->States[1] = 0xefcdab89;
273 Md5Ctx->States[2] = 0x98badcfe;
274 Md5Ctx->States[3] = 0x10325476;
329 CopyMem (HashVal, (UINT8 *) Md5Ctx->States, MD5_HASHSIZE);
  /external/swiftshader/src/Renderer/
SetupProcessor.hpp 36 struct States
77 struct State : States
81 bool operator==(const State &states) const;
SetupProcessor.cpp 32 unsigned int SetupProcessor::States::computeHash()
37 for(unsigned int i = 0; i < sizeof(States) / 4; i++)
57 return memcmp(static_cast<const States*>(this), static_cast<const States*>(&state), sizeof(States)) == 0;
VertexProcessor.hpp 46 struct States
140 struct State : States
PixelProcessor.hpp 31 struct States
112 struct State : States
PixelProcessor.cpp 35 unsigned int PixelProcessor::States::computeHash()
40 for(unsigned int i = 0; i < sizeof(States) / 4; i++)
60 return memcmp(static_cast<const States*>(this), static_cast<const States*>(&state), sizeof(States)) == 0;
VertexProcessor.cpp 39 unsigned int VertexProcessor::States::computeHash()
44 for(unsigned int i = 0; i < sizeof(States) / 4; i++)
64 return memcmp(static_cast<const States*>(this), static_cast<const States*>(&state), sizeof(States)) == 0;
  /external/autotest/server/cros/dynamic_suite/
suite.py 57 {job_id: {'state':RetryHandler.States, 'retry_max':int}}
88 States = enum.Enum('NOT_ATTEMPTED', 'ATTEMPTED', 'RETRIED',
127 'state': self.States.NOT_ATTEMPTED,
150 if old_record['state'] != self.States.NOT_ATTEMPTED:
154 old_record['state'] = self.States.RETRIED
170 if current_state != self.States.NOT_ATTEMPTED:
174 (self.States.get_string(current_state),
175 self.States.get_string(self.States.ATTEMPTED)))
177 self._retry_map[job_id]['state'] = self.States.ATTEMPTE
    [all...]
suite_unittest.py 496 'state': RetryHandler.States.NOT_ATTEMPTED,
    [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...]
  /external/pdfium/third_party/lcms2-2.6/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/clang/lib/Sema/
AnalysisBasedWarnings.cpp 198 // All blocks are in one of three states. States are ordered so that blocks
199 // can only move to higher states.
213 SmallVector<RecursiveState, 16> States(cfg->getNumBlockIDs(), FoundNoPath);
214 States[cfg->getEntry().getBlockID()] = FoundPathWithNoRecursiveCall;
225 RecursiveState CurState = States[ID];
242 if (States[next_ID] < CurState) {
243 States[next_ID] = CurState;
251 return States[ExitID] == FoundPath;
    [all...]
SemaDeclAttr.cpp     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 59 /* States of the lexer. */
60 States
137 // Tokens that are valid in multiple states
  /external/dtc/Documentation/
dtc-paper.tex 587 Corporation in the United States and/or other countries.
590 Computer Inc. in the United States, other countries, or both.
  /prebuilts/go/darwin-x86/src/time/
time.go 1044 // For example, in the United States, March 13, 2011 2:15am never occurred,
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 1044 // For example, in the United States, March 13, 2011 2:15am never occurred,
    [all...]

Completed in 606 milliseconds