Home
last modified time | relevance | path

Searched defs:init (Results 3426 - 3450 of 3590) sorted by relevance

1...<<131132133134135136137138139140>>...144

/third_party/ltp/utils/sctp/include/netinet/
H A Dsctp.h177 struct sctp_initmsg init; member
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc197 void Displacement::init(Label* L, Type type) { in init() function in v8::internal::Displacement
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc1875 Token::Value init = loop_nesting_depth() > 0 ? Token::ASSIGN : Token::INIT; in DeclareFunction() local
1773 DeclareUnboundVariable(const AstRawString* name, VariableMode mode, InitializationFlag init, int pos) DeclareUnboundVariable() argument
1806 DeclareVariable(const AstRawString* name, VariableKind kind, VariableMode mode, InitializationFlag init, Scope* scope, bool* was_added, int begin, int end) DeclareVariable() argument
1821 Declare(Declaration* declaration, const AstRawString* name, VariableKind variable_kind, VariableMode mode, InitializationFlag init, Scope* scope, bool* was_added, int var_begin_pos, int var_end_pos) Declare() argument
2269 DesugarLexicalBindingsInForStatement( ForStatement* loop, Statement* init, Expression* cond, Statement* next, Statement* body, Scope* inner_scope, const ForInfo& for_info) DesugarLexicalBindingsInForStatement() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp125 void init (vk::SourceCollections& dst, const Arg0& arg0) const { m_func(dst, arg0); } in init() function in vkt::pipeline::__anon28238::FunctionProgramsSimple1
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp1251 void ShaderOperatorTests::init (void) in init() function in vkt::sr::__anon28713::ShaderOperatorTests
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1885 init(ScheduleDAGMI *DAG, const TargetSchedModel *SchedModel) { init() function in SchedRemainder
1905 init(ScheduleDAGMI *dag, const TargetSchedModel *smodel, SchedRemainder *rem) { init() function in SchedBoundary
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstructions.cpp230 void LandingPadInst::init(unsigned NumReservedValues, const Twine &NameStr) { in init() function in LandingPadInst
385 void CallInst::init(FunctionType *FTy, Value *Func, ArrayRef<Value *> Args, in init() function in CallInst
412 void CallInst::init(FunctionType *FTy, Value *Func, const Twine &NameStr) { in init() function in CallInst
716 void InvokeInst::init(FunctionType *FTy, Value *Fn, BasicBlock *IfNormal, in init() function in InvokeInst
783 void CallBrInst::init(FunctionType *FTy, Value *Fn, BasicBlock *Fallthrough, in init() function in CallBrInst
930 void CleanupReturnInst::init(Valu function in CleanupReturnInst
960 void CatchReturnInst::init(Value *CatchPad, BasicBlock *BB) { init() function in CatchReturnInst
1026 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, init() function in CatchSwitchInst
1589 void GetElementPtrInst::init(Value *Ptr, ArrayRef<Value *> IdxList, init() function in GetElementPtrInst
2099 void InsertValueInst::init(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, init() function in InsertValueInst
2131 void ExtractValueInst::init(ArrayRef<unsigned> Idxs, const Twine &Name) { init() function in ExtractValueInst
3788 void SwitchInst::init(Value *Value, BasicBlock *Default, unsigned NumReserved) { init() function in SwitchInst
3910 void SwitchInstProfUpdateWrapper::init() { init() function in SwitchInstProfUpdateWrapper
4011 void IndirectBrInst::init(Value *Address, unsigned NumDests) { init() function in IndirectBrInst
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderStorageBufferObjectTests.cpp9056 void ShaderStorageBufferObjectTests::init() in init() function in gl4cts::ShaderStorageBufferObjectTests
H A Dgl4cTextureViewTests.cpp10337 void TextureViewTests::init(void) in init() function in gl4cts::TextureViewTests
H A Dgl3cTextureSwizzleTests.cpp4240 void TextureSwizzleTests::init(void) in iterate() function in gl3cts::TextureSwizzleTests
H A Dgl4cCopyImageTests.cpp5894 void CopyImageTests::init() in init() function in gl4cts::CopyImageTests
H A Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp8465 void ShaderStorageBufferObjectTests::init() in init() function in gl4cts::es31compatibility::ShaderStorageBufferObjectTests
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderStorageBufferObjectTests.cpp8635 void ShaderStorageBufferObjectTests::init() in init() function in glcts::ShaderStorageBufferObjectTests
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dintermediate.h378 TIntermNode* init; // for-loop initialization member in TIntermLoop
640 TIntermSwitch(TIntermTyped *init, TIntermAggregate *statementList) in TIntermSwitch() argument
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp98 void init(const SkOpGlobalState* state) { in init() function
/third_party/openssl/test/
H A Devp_test.c54 int (*init) (EVP_TEST * t, const char *alg); member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh1478 void init (const struct CoverageFormat1 &c_) { c = &c_; i = 0; } in init() function
1612 void init (const CoverageFormat2 &c_) in init() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstructions.h1738 void init(Valu function in llvm::SelectInst
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp1564 void ShaderOperatorTests::init (void) in init() function in deqp::gles3::Functional::ShaderOperatorTests
H A Des3fUniformApiTests.cpp1129 void UniformCase::init (void) in init() function in deqp::UniformCase
2594 void UniformApiTests::init (void) in init() function in deqp::UniformApiTests
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1156 void init (void) { checkTextureTypeExtensions(m_context.getContextInfo(), m_textureType, m_context.getRenderContext()); } in init() function in deqp::gles31::Functional::__anon30903::ImageStoreCase
1334 void init (void) { checkTextureTypeExtensions(m_context.getContextInfo(), m_textureType, m_context.getRenderContext()); } in init() function in deqp::gles31::Functional::__anon30903::ImageLoadAndStoreCase
1927 bool verifyOperationAccumulationIntermediateValues (AtomicOperation operation, T init, const std::vector<T> (&args), const std::vector<T> (&returnValues)) const in verifyOperationAccumulationIntermediateValues() argument
1961 void BinaryAtomicOperationCase::init (voi function in deqp::gles31::Functional::__anon30903::BinaryAtomicOperationCase
2218 void AtomicCompSwapCase::init (void) init() function in deqp::gles31::Functional::__anon30903::AtomicCompSwapCase
2604 void init (void) { checkTextureTypeExtensions(m_context.getContextInfo(), m_imageType, m_context.getRenderContext()); } init() function in deqp::gles31::Functional::__anon30903::CoherenceCase
2842 void init (void) { checkTextureTypeExtensions(m_context.getContextInfo(), m_imageType, m_context.getRenderContext()); } init() function in deqp::gles31::Functional::__anon30903::ImageSizeCase
2989 void init (void) init() function in deqp::gles31::Functional::__anon30903::EarlyFragmentTestsCase
3235 void ShaderImageLoadStoreTests::init (void) init() function in deqp::gles31::Functional::ShaderImageLoadStoreTests
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp3122 void DrawTest::init (void) in init() function in deqp::gls::DrawTest
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp123 void init (vk::SourceCollections& dst, const Arg0& arg0) const { m_func(dst, arg0); } in init() function in vkt::pipeline::__anon29457::FunctionProgramsSimple1
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp1254 void ShaderOperatorTests::init (void) in init() function in vkt::sr::__anon29862::ShaderOperatorTests
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp291 void FenceSync::init (EGLThread& thread, bool serverSync) in init() function in deqp::egl::GLES2ThreadTest::FenceSync
2138 void GLES2SharingRandomTest::init (void) in init() function in deqp::egl::GLES2SharingRandomTest
3028 void GLES2ThreadedSharingTest::init (void) in init() function in deqp::egl::GLES2ThreadedSharingTest
5252 void GLES2SharingThreadedTests::init (void) in init() function in deqp::egl::GLES2SharingThreadedTests

Completed in 208 milliseconds

1...<<131132133134135136137138139140>>...144