Home
last modified time | relevance | path

Searched refs:InternalState (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
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.State[2]; in hashBlock()
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs77 ctx.state = output.InternalState; in Initialize()
363 output.InternalState = state; in CopyStateTo()
368 state = output.InternalState; in LoadStateFrom()
DParseContext.cs80 ctx.state = input.InternalState; in Initialize()
321 input.InternalState = state; in CopyStateTo()
326 state = input.InternalState; in LoadStateFrom()
DCodedInputStream.cs265 internal ref ParserInternalState InternalState => ref state; field in Google.Protobuf.CodedInputStream
DCodedOutputStream.cs605 internal ref WriterInternalState InternalState => ref state; field in Google.Protobuf.CodedOutputStream
/third_party/vk-gl-cts/modules/glshared/
DglsCalibration.hpp168 enum InternalState enum in deqp::gls::TheilSenCalibrator
179 InternalState m_state;
/third_party/flutter/skia/modules/skparagraph/src/
DParagraphImpl.h75 InternalState state() const { return fState; } in state()
139 void setState(InternalState state);
176 InternalState fState;
DParagraphCache.cpp34 InternalState fInternalState;
DParagraphImpl.cpp858 void ParagraphImpl::setState(InternalState state) { in setState()
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.h134 InternalState state() const { return fState; }
187 void setState(InternalState state);
251 InternalState fState;
DParagraphImpl.cpp847 void ParagraphImpl::setState(InternalState state) { in setState()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSHA1.h74 } InternalState; variable
/third_party/skia/modules/skparagraph/include/
DParagraphCache.h14 enum InternalState { enum
/third_party/flutter/skia/modules/skparagraph/include/
DParagraphCache.h22 enum InternalState { enum
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp1622 impl->setState(InternalState::kUnknown); in onDrawContent()