/third_party/protobuf/kokoro/linux/bazel/ |
H A D | build.sh | 23 git submodule update --init --recursive
|
/third_party/skia/include/gpu/gl/ |
H A D | GrGLExtensions.h | 42 * of init expects that getString is always non-NULL while getIntegerv and getStringi are non- 45 bool init(GrGLStandard standard, 55 * Queries whether an extension is present. This will fail if init() has not been called.
|
/third_party/skia/experimental/ffmpeg/ |
H A D | SkVideoEncoder.h | 62 bool init(int fps);
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | rand.rs | 34 ffi::init(); in rand_bytes()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pTextureCases.hpp | 55 void init (void);
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsMemoryStressCase.hpp | 64 void init (void);
|
H A D | glsShaderLibraryCase.hpp | 56 void init (void);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | autoscan.h | 17 void * (*init)(struct wpa_supplicant *wpa_s, const char *params); member
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderExecuteTest.cpp | 53 void ShaderExecuteTest::init (void) in init() function in deqp::gles2::Functional::ShaderExecuteTest
|
H A D | es2fShaderStructTests.cpp | 70 void init (void); 100 void ShaderStructCase::init (void) in init() function in deqp::gles2::Functional::ShaderStructCase 104 gls::ShaderRenderCase::init(); in init() 214 virtual void init (void); 217 void LocalStructTests::init (void) in init() function in deqp::gles2::Functional::LocalStructTests 1280 virtual void init (void); 1333 void UniformStructTests::init (void) in init() function in deqp::gles2::Functional::UniformStructTests 2125 void ShaderStructTests::init (void) in init() function in deqp::gles2::Functional::ShaderStructTests
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pTextureCases.hpp | 50 void init (void);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | autoscan.h | 17 void * (*init)(struct wpa_supplicant *wpa_s, const char *params); member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Instructions.h | 909 void init(Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr); 1131 init(Ptr, IdxList, NameStr); in GetElementPtrInst() 1145 init(Ptr, IdxList, NameStr); in GetElementPtrInst() 1431 void init(FunctionType *FTy, Value *Func, ArrayRef<Value *> Args, 1433 void init(FunctionType *FTy, Value *Func, const Twine &NameStr); 1701 init(Ty, Func, Args, Bundles, NameStr); in CallInst() 1712 init(Ty, Func, Args, Bundles, NameStr); in CallInst() 1726 init(C, S1, S2); in SelectInst() 1734 init(C, S1, S2); in SelectInst() 1738 void init(Valu function in llvm::SelectInst [all...] |
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec/ |
H A D | sec_algs.c | 944 .init = sec_alg_skcipher_init, 964 .init = sec_alg_skcipher_init_with_queue, 984 .init = sec_alg_skcipher_init_with_queue, 1004 .init = sec_alg_skcipher_init, 1025 .init = sec_alg_skcipher_init, 1045 .init = sec_alg_skcipher_init_with_queue, 1065 .init = sec_alg_skcipher_init_with_queue, 1085 .init = sec_alg_skcipher_init,
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-qoriq.c | 891 struct clk_init_data init = {}; in create_mux_common() local 925 init.name = name; in create_mux_common() 926 init.ops = ops; in create_mux_common() 927 init.parent_names = parent_names; in create_mux_common() 928 init.num_parents = hwc->num_parents = j; in create_mux_common() 929 init.flags = 0; in create_mux_common() 930 hwc->hw.init = &init; in create_mux_common()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | af_alg.c | 13 #include <linux/init.h> 653 ctx->init = ctx->more; in af_alg_pull_tsgl() 775 ctx->init && (!ctx->more || in af_alg_wait_for_data() 840 bool init = false; in af_alg_sendmsg() local 848 init = true; in af_alg_sendmsg() 865 if (ctx->init && !ctx->more) { in af_alg_sendmsg() 875 ctx->init = true; in af_alg_sendmsg() 877 if (init) { in af_alg_sendmsg()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
H A D | rxe_verbs.c | 259 static int rxe_create_srq(struct ib_srq *ibsrq, struct ib_srq_init_attr *init, in rxe_create_srq() argument 274 err = rxe_srq_chk_attr(rxe, NULL, &init->attr, IB_SRQ_INIT_MASK); in rxe_create_srq() 285 err = rxe_srq_from_init(rxe, srq, init, udata, uresp); in rxe_create_srq() 380 struct ib_qp_init_attr *init, in rxe_create_qp() 395 err = rxe_qp_chk_init(rxe, init); in rxe_create_qp() 415 err = rxe_qp_from_init(rxe, qp, pd, init, uresp, ibpd, udata); in rxe_create_qp() 451 int mask, struct ib_qp_init_attr *init) in rxe_query_qp() 455 rxe_qp_to_init(qp, init); in rxe_query_qp() 379 rxe_create_qp(struct ib_pd *ibpd, struct ib_qp_init_attr *init, struct ib_udata *udata) rxe_create_qp() argument 450 rxe_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, int mask, struct ib_qp_init_attr *init) rxe_query_qp() argument
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-qoriq.c | 917 struct clk_init_data init = {}; in create_mux_common() local 951 init.name = name; in create_mux_common() 952 init.ops = ops; in create_mux_common() 953 init.parent_names = parent_names; in create_mux_common() 954 init.num_parents = hwc->num_parents = j; in create_mux_common() 955 init.flags = 0; in create_mux_common() 956 hwc->hw.init = &init; in create_mux_common()
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec/ |
H A D | sec_algs.c | 944 .init = sec_alg_skcipher_init, 964 .init = sec_alg_skcipher_init_with_queue, 984 .init = sec_alg_skcipher_init_with_queue, 1004 .init = sec_alg_skcipher_init, 1025 .init = sec_alg_skcipher_init, 1045 .init = sec_alg_skcipher_init_with_queue, 1065 .init = sec_alg_skcipher_init_with_queue, 1085 .init = sec_alg_skcipher_init,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | af_alg.c | 13 #include <linux/init.h> 760 ctx->init = ctx->more; in af_alg_pull_tsgl() 882 ctx->init && (!ctx->more || in af_alg_wait_for_data() 947 bool init = false; in af_alg_sendmsg() local 955 init = true; in af_alg_sendmsg() 972 if (ctx->init && !ctx->more) { in af_alg_sendmsg() 982 ctx->init = true; in af_alg_sendmsg() 984 if (init) { in af_alg_sendmsg()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_ct.c | 10 #include <linux/init.h> 733 .init = nft_ct_get_init, 762 .init = nft_ct_get_init, 773 .init = nft_ct_set_init, 784 .init = nft_ct_set_init, 1037 .init = nft_ct_timeout_obj_init, 1219 .init = nft_ct_helper_obj_init, 1371 .init = nft_ct_expect_obj_init,
|
/kernel/linux/linux-6.6/sound/soc/rockchip/ |
H A D | rockchip_i2s_tdm.c | 48 int (*init)(struct device *dev, u32 addr); member 985 .init = common_soc_init, 992 .init = common_soc_init, 1001 .init = common_soc_init, 1008 .init = common_soc_init, 1015 .init = common_soc_init, 1354 if (i2s_tdm->soc_data && i2s_tdm->soc_data->init) in rockchip_i2s_tdm_probe() 1355 i2s_tdm->soc_data->init(&pdev->dev, res->start); in rockchip_i2s_tdm_probe()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-glyf-table.hh | 204 glyf.init (plan->source); in _populate_subset_glyphs() 362 trans.init ((float) tx, (float) ty); in get_transformation() 639 for (unsigned int i = 0; i < points_.length; i++) points_[i].init (); in get_contour_points() 781 points[i].init (); in get_points() 794 for (unsigned i = 0; i < PHANTOM_COUNT; ++i) phantoms[i].init (); in get_points() 844 delta.init (all_points[p1].x - comp_points[p2].x, in get_points() 868 delta.init (-phantoms[PHANTOM_LEFT].x, 0.f); in get_points() 903 void init (hb_face_t *face_) in init() function
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderStructTests.cpp | 62 void init (void); 92 void ShaderStructCase::init (void) in init() function in deqp::gles3::Functional::ShaderStructCase 101 gls::ShaderRenderCase::init(); in init() 183 virtual void init (void); 186 void LocalStructTests::init (void) in init() function in deqp::gles3::Functional::LocalStructTests 1284 virtual void init (void); 1337 void UniformStructTests::init (void) in init() function in deqp::gles3::Functional::UniformStructTests 2077 void ShaderStructTests::init (void) in init() function in deqp::gles3::Functional::ShaderStructTests
|
H A D | es3fUniformBlockTests.cpp | 94 void init (void) in init() function in deqp::gles3::Functional::BlockSingleStructCase 127 void init (void) in init() function in deqp::gles3::Functional::BlockSingleStructArrayCase 162 void init (void) in init() function in deqp::gles3::Functional::BlockSingleNestedStructCase 204 void init (void) in init() function in deqp::gles3::Functional::BlockSingleNestedStructMixedMatrixPackingCase 246 void init (void) in init() function in deqp::gles3::Functional::BlockSingleNestedStructArrayCase 287 void init (void) in init() function in deqp::gles3::Functional::BlockMultiBasicTypesCase 328 void init (void) in init() function in deqp::gles3::Functional::BlockMultiNestedStructCase 377 void UniformBlockTests::init (void) in init() function in deqp::gles3::Functional::UniformBlockTests
|