Home
last modified time | relevance | path

Searched refs:InternalState (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSHA1.cpp86 InternalState.State[0] = SEED_0; in init()
87 InternalState.State[1] = SEED_1; in init()
88 InternalState.State[2] = SEED_2; in init()
89 InternalState.State[3] = SEED_3; in init()
90 InternalState.State[4] = SEED_4; in init()
91 InternalState.ByteCount = 0; in init()
92 InternalState.BufferOffset = 0; in init()
96 uint32_t A = InternalState.State[0]; in hashBlock()
97 uint32_t B = InternalState.State[1]; in hashBlock()
98 uint32_t C = InternalState in hashBlock()
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Deh-frame.cc76 writer_state_(InternalState::kUndefined), in EhFrameWriter()
82 DCHECK_EQ(writer_state_, InternalState::kUndefined); in Initialize()
84 writer_state_ = InternalState::kInitialized; in Initialize()
158 DCHECK_EQ(writer_state_, InternalState::kInitialized); in WriteEhFrameHdr()
240 DCHECK_EQ(writer_state_, InternalState::kInitialized); in WritePaddingToAlignedSize()
252 DCHECK_EQ(writer_state_, InternalState::kInitialized); in AdvanceLocation()
278 DCHECK_EQ(writer_state_, InternalState::kInitialized); in SetBaseAddressOffset()
286 DCHECK_EQ(writer_state_, InternalState::kInitialized); in SetBaseAddressRegister()
295 DCHECK_EQ(writer_state_, InternalState::kInitialized); in SetBaseAddressRegisterAndOffset()
307 DCHECK_EQ(writer_state_, InternalState in RecordRegisterSavedToStack()
[all...]
H A Deh-frame.h134 enum class InternalState { kUndefined, kInitialized, kFinalized }; class in v8::internal::EhFrameWriter
207 InternalState writer_state_;
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParseContext.cs80 ctx.state = input.InternalState; in Initialize()
321 input.InternalState = state; in CopyStateTo()
326 state = input.InternalState; in LoadStateFrom()
H A DWriteContext.cs77 ctx.state = output.InternalState; in Initialize()
363 output.InternalState = state; in CopyStateTo()
368 state = output.InternalState; in LoadStateFrom()
H A DCodedInputStream.cs265 internal ref ParserInternalState InternalState => ref state; field in Google.Protobuf.CodedInputStream
H A DCodedOutputStream.cs605 internal ref WriterInternalState InternalState => ref state; field in Google.Protobuf.CodedOutputStream
/third_party/vk-gl-cts/modules/glshared/
H A DglsCalibration.hpp168 enum InternalState enum in deqp::gls::TheilSenCalibrator
179 InternalState m_state;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DSHA1.h74 } InternalState; member in llvm::SHA1
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.h79 enum InternalState { enum
166 InternalState state() const { return fState; } in state()
230 void setState(InternalState state);
401 InternalState fState;
H A DParagraphImpl.cpp1697 void ParagraphImpl::setState(InternalState state) { in GetLineFontMetrics()
/third_party/skia/modules/skparagraph/samples/
H A DSampleParagraph.cpp1622 impl->setState(InternalState::kUnknown);

Completed in 16 milliseconds