Home
last modified time | relevance | path

Searched refs:init (Results 526 - 550 of 5156) sorted by relevance

1...<<21222324252627282930>>...207

/third_party/openssl/crypto/engine/
H A Deng_openssl.c283 static int init = 0; in test_cipher_nids() local
285 if (!init) { in test_cipher_nids()
292 init = 1; in test_cipher_nids()
381 static int init = 0; in test_digest_nids() local
383 if (!init) { in test_digest_nids()
388 init = 1; in test_digest_nids()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DHardwareLoops.cpp54 ForceHardwareLoops("force-hardware-loops", cl::Hidden, cl::init(false),
59 "force-hardware-loop-phi", cl::Hidden, cl::init(false),
63 ForceNestedLoop("force-nested-hardware-loop", cl::Hidden, cl::init(false),
67 LoopDecrement("hardware-loop-decrement", cl::Hidden, cl::init(1),
71 CounterBitWidth("hardware-loop-counter-bitwidth", cl::Hidden, cl::init(32),
76 "force-hardware-loop-guard", cl::Hidden, cl::init(false),
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySubImage3D.cpp157 copy_params.init(0, 0, 0, width, height, 1); in iterate()
168 copy_params.init(width / 2, height / 2, 0, width / 2, height / 2, 1); in iterate()
179 copy_params.init(0, 0, 0, width, height, 6); in iterate()
188 copy_params.init(0, 0, 3, width, height, 6); in iterate()
197 copy_params.init(width / 2, height / 2, 0, width / 2, height / 2, 6); in iterate()
207 copy_params.init(width / 2, height / 2, 3, width / 2, height / 2, 6); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPolygonOffsetClampTests.cpp174 void PolygonOffsetClampValueTestCaseBase::init() in init() function in glcts::PolygonOffsetClampValueTestCaseBase
519 void PolygonOffsetClampMinMaxTestCase::init() in init() function in glcts::PolygonOffsetClampMinMaxTestCase
521 PolygonOffsetClampValueTestCaseBase::init(); in init()
586 void PolygonOffsetClampZeroInfinityTestCase::init() in init() function in glcts::PolygonOffsetClampZeroInfinityTestCase
588 PolygonOffsetClampValueTestCaseBase::init(); in init()
628 void PolygonOffsetClamp::init() in init() function in glcts::PolygonOffsetClamp
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRenderbufferVk.cpp79 mImageViews.init(renderer); in setStorageImpl()
120 mMultisampledImageViews.init(renderer); in setStorageImpl()
126 mRenderTarget.init(&mMultisampledImage, &mMultisampledImageViews, mImage, &mImageViews, in setStorageImpl()
131 mRenderTarget.init(mImage, &mImageViews, nullptr, nullptr, gl::LevelIndex(0), 0, 1, in setStorageImpl()
171 mImageViews.init(renderer); in setStorageEGLImageTarget()
188 mRenderTarget.init(mImage, &mImageViews, nullptr, nullptr, imageVk->getImageLevel(), in setStorageEGLImageTarget()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp84 cl::init(false));
89 cl::Hidden, cl::init(32));
96 cl::init(false));
154 static cl::opt<bool> NoEntry("spp-no-entry", cl::Hidden, cl::init(false));
155 static cl::opt<bool> NoCall("spp-no-call", cl::Hidden, cl::init(false));
156 static cl::opt<bool> NoBackedge("spp-no-backedge", cl::Hidden, cl::init(false));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp37 cl::init(8), cl::Hidden,
40 static cl::opt<bool> NoSmallDataSorting("mno-sort-sda", cl::init(false),
44 cl::init(false), cl::Hidden, cl::ZeroOrMore,
48 cl::Hidden, cl::init(false),
52 EmitJtInText("hexagon-emit-jt-text", cl::Hidden, cl::init(false),
56 EmitLutInText("hexagon-emit-lut-text", cl::Hidden, cl::init(false),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp81 DisablePartialInlining("disable-partial-inlining", cl::init(false),
86 "disable-mr-partial-inlining", cl::init(false), cl::Hidden,
92 ForceLiveExit("pi-force-live-exit-outline", cl::init(false), cl::Hidden,
98 MarkOutlinedColdCC("pi-mark-coldcc", cl::init(false), cl::Hidden,
104 cl::init(false), cl::Hidden,
110 cl::init(false), cl::ZeroOrMore,
118 "min-region-size-ratio", cl::init(0.1), cl::Hidden,
124 MinBlockCounterExecution("min-block-execution", cl::init(100), cl::Hidden,
130 "cold-branch-ratio", cl::init(0.1), cl::Hidden,
134 "max-num-inline-blocks", cl::init(
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dtests.rs534 .init(&store, &cert, &chain, |c| c.verify_cert()) in test_verify_cert()
537 .init(&store, &cert, &chain, |c| c.verify_cert()) in test_verify_cert()
555 .init(&store, &cert, &chain, |c| c.verify_cert()) in test_verify_fails()
576 .init(&store, &cert, &chain, |c| { in test_verify_fails_with_crl_flag_set_and_no_crl()
609 .init(&store, &cert, &chain, |c| c.verify_cert()) in test_verify_cert_with_purpose()
638 .init(&store, &cert, &chain, |c| { in test_verify_cert_with_wrong_purpose_fails()
851 .init(&store, &cert, &chain, |c| { in test_verify_param_set_time_fails_verification()
881 .init(&store, &cert, &chain, |c| c.verify_cert()) in test_verify_param_set_time()
908 .init(&store, &cert, &chain, |c| c.verify_cert()) in test_verify_param_set_depth()
944 .init( in test_verify_param_set_depth_fails_verification()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawElementsBaseVertexTests.cpp176 void init (void);
221 void VertexIDCase::init (void) in init() function in deqp::gles31::Functional::__anon30816::VertexIDCase
455 void init (void);
471 void BuiltInVariableGroup::init (void) in init() function in deqp::gles31::Functional::__anon30816::BuiltInVariableGroup
482 void init (void);
498 void IndexGroup::init (void) in init() function in deqp::gles31::Functional::__anon30816::IndexGroup
546 void init (void);
562 void BaseVertexGroup::init (void) in init() function in deqp::gles31::Functional::__anon30816::BaseVertexGroup
620 void init (void);
642 void AttributeGroup::init (voi function in deqp::gles31::Functional::__anon30816::AttributeGroup
880 void MethodGroup::init (void) init() function in deqp::gles31::Functional::__anon30816::MethodGroup
925 void DrawElementsBaseVertexTests::init (void) init() function in deqp::gles31::Functional::DrawElementsBaseVertexTests
[all...]
/drivers/peripheral/secure_element/hdi_service/
H A Dse_impl.cpp43 int32_t SeImpl::init(const sptr<ISecureElementCallback>& clientCallback, SecureElementStatus& status) in init() function in OHOS::HDI::SecureElement::SeImpl
45 return adaptor_.init(clientCallback, status); in init()
/drivers/peripheral/secure_element/sim_hdi_service/
H A Dsecure_element_interface_service.cpp31 int32_t SecureElementInterfaceService::init( in init() function in OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementInterfaceService
35 return adaptor_.init(clientCallback, status); in init()
/third_party/ffmpeg/libavcodec/
H A Dassenc.c77 .init = ass_encode_init,
89 .init = ass_encode_init,
H A Dassdec.c70 .init = ass_decode_init,
82 .init = ass_decode_init,
H A Dac3dec_float.c67 .init = ac3_decode_init,
85 .init = ac3_decode_init,
H A Dv408enc.c89 .init = v408_encode_init,
102 .init = v408_encode_init,
H A Dv408dec.c90 .init = v408_decode_init,
102 .init = v408_decode_init,
/third_party/ffmpeg/libswscale/arm/
H A Drgb2yuv_neon_16.S38 .macro init src
82 loop_420sp rgbx, nv12, init, kernel_420_16x2, 16
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_llvm_helper.cpp40 bool init(void) in init() function in radv_llvm_per_thread_info
113 if (!tinfo.init()) { in radv_init_llvm_compiler()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_pass.cpp36 int vpass::init() { return 0; } in init() function in r600_sb::vpass
41 if ((r = init())) in run()
/third_party/node/test/addons/report-api/
H A Dbinding.cc69 void init(Local<Object> exports) { in init() function
78 NODE_MODULE(NODE_GYP_MODULE_NAME, init)
/third_party/node/test/addons/request-interrupt/
H A Dbinding.cc67 void init(Local<Object> exports) { in init() function
72 NODE_MODULE(NODE_GYP_MODULE_NAME, init)
/third_party/musl/libc-test/src/regression/
H A Dpthread_once-deadlock.c14 static void init(void) in init() function
24 T(pthread_once(a[0], init)); in start()
69 t_error("pthread_once ran init %d times instead of once\n", count); in main()
/third_party/node/deps/openssl/openssl/crypto/comp/
H A Dcomp_lib.c27 if ((ret->meth->init != NULL) && !ret->meth->init(ret)) { in COMP_CTX_new()
/third_party/node/deps/openssl/openssl/crypto/
H A Dthreads_none.c65 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once() argument
70 init(); in CRYPTO_THREAD_run_once()

Completed in 14 milliseconds

1...<<21222324252627282930>>...207