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/ |
D | SHA1.cpp | 86 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.State[2]; in hashBlock() [all …]
|
/third_party/node/deps/v8/src/diagnostics/ |
D | eh-frame.cc | 76 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::kInitialized); in RecordRegisterSavedToStack() [all …]
|
D | eh-frame.h | 134 enum class InternalState { kUndefined, kInitialized, kFinalized }; enum 207 InternalState writer_state_;
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | WriteContext.cs | 77 ctx.state = output.InternalState; in Initialize() 363 output.InternalState = state; in CopyStateTo() 368 state = output.InternalState; in LoadStateFrom()
|
D | ParseContext.cs | 80 ctx.state = input.InternalState; in Initialize() 321 input.InternalState = state; in CopyStateTo() 326 state = input.InternalState; in LoadStateFrom()
|
D | CodedInputStream.cs | 265 internal ref ParserInternalState InternalState => ref state; field in Google.Protobuf.CodedInputStream
|
D | CodedOutputStream.cs | 605 internal ref WriterInternalState InternalState => ref state; field in Google.Protobuf.CodedOutputStream
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsCalibration.hpp | 168 enum InternalState enum in deqp::gls::TheilSenCalibrator 179 InternalState m_state;
|
/third_party/skia/modules/skparagraph/src/ |
D | ParagraphImpl.h | 76 enum InternalState { enum 135 InternalState state() const { return fState; } in state() 198 void setState(InternalState state); 288 InternalState fState;
|
D | ParagraphImpl.cpp | 1144 void ParagraphImpl::setState(InternalState state) { in setState()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | SHA1.h | 74 } InternalState; variable
|
/third_party/skia/modules/skparagraph/samples/ |
D | SampleParagraph.cpp | 1622 impl->setState(InternalState::kUnknown); in onDrawContent()
|