/third_party/rust/crates/clap/tests/builder/ |
H A D | default_vals.rs | 13 fn opts() { in opts() functions
|
/third_party/openssl/apps/ |
H A D | verify.c | 245 check(X509_STORE *ctx, const char *file, STACK_OF(X509) *uchain, STACK_OF(X509) *tchain, STACK_OF(X509_CRL) *crls, int show_chain, STACK_OF(OPENSSL_STRING) *opts) check() argument
|
/third_party/openssl/crypto/ |
H A D | init.c | 462 int OPENSSL_init_crypto(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings) in OPENSSL_init_crypto() argument [all...] |
/third_party/skia/src/codec/ |
H A D | SkBmpRLECodec.cpp | 38 onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options& opts, int* rowsDecoded) onGetPixels() argument 279 decodeRows(const SkImageInfo& info, void* dst, size_t dstRowBytes, const Options& opts) decodeRows() argument
|
/third_party/skia/tests/ |
H A D | GrPorterDuffTest.cpp | 1061 GrContextOptions opts = options; in DEF_GPUTEST() local
|
H A D | ProgramsTest.cpp | 412 GrContextOptions opts = options; in DEF_GPUTEST() local
|
H A D | EncodeTest.cpp | 168 SkJpegEncoder::Options opts; in DEF_TEST() local
|
H A D | CodecPartialTest.cpp | 246 SkCodec::Options opts; in DEF_TEST() local 295 SkCodec::Options opts; in DEF_TEST() local
|
/third_party/toybox/toys/pending/ |
H A D | fsck.c | 50 char *device, *mountpt, *type, *opts; member
|
/third_party/skia/gm/ |
H A D | animated_gif.cpp | 51 SkCodec::Options opts; in drawFrame() local
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | connector.rs | 33 let mut opts = SslOptions::ALL in ctx() variables
|
/third_party/selinux/libselinux/src/ |
H A D | label.c | 114 static inline int selabel_is_validate_set(const struct selinux_opt *opts, in selabel_is_validate_set() argument 57 selabel_is_digest_set(const struct selinux_opt *opts, unsigned n, struct selabel_digest *entry) selabel_is_digest_set() argument 225 selabel_open(unsigned int backend, const struct selinux_opt *opts, unsigned nopts) selabel_open() argument [all...] |
H A D | label_backends_android.c | 143 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, in init() argument 322 selabel_property_init(struct selabel_handle *rec, const struct selinux_opt *opts, unsigned nopts) selabel_property_init() argument 340 selabel_service_init(struct selabel_handle *rec, const struct selinux_opt *opts, unsigned nopts) selabel_service_init() argument
|
/third_party/rust/crates/regex/regex-capi/ctest/ |
H A D | test.c | 321 rure_options *opts = rure_options_new(); in test_compile_error_size_limit() local 501 rure_options *opts = rure_options_new(); in test_regex_set_options() local
|
/device/soc/rockchip/common/vendor/drivers/phy/ |
H A D | phy-rockchip-naneng-edp.c | 200 static int rockchip_edp_phy_configure(struct phy *phy, union phy_configure_opts *opts)
in rockchip_edp_phy_configure() argument
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | bcmxtlv.c | 54 bcm_xtlv_hdr_size(bcm_xtlv_opts_t opts) in bcm_xtlv_hdr_size() argument 64 bcm_valid_xtlv(const bcm_xtlv_t *elt, int buf_len, bcm_xtlv_opts_t opts) in bcm_valid_xtlv() argument 72 bcm_xtlv_size_for_data(int dlen, bcm_xtlv_opts_t opts) in bcm_xtlv_size_for_data() argument 82 bcm_xtlv_size(const bcm_xtlv_t *elt, bcm_xtlv_opts_t opts) in bcm_xtlv_size() argument 93 bcm_xtlv_len(const bcm_xtlv_t *elt, bcm_xtlv_opts_t opts) bcm_xtlv_len() argument 115 bcm_xtlv_id(const bcm_xtlv_t *elt, bcm_xtlv_opts_t opts) bcm_xtlv_id() argument 130 bcm_next_xtlv(const bcm_xtlv_t *elt, int *buflen, bcm_xtlv_opts_t opts) bcm_next_xtlv() argument 148 bcm_xtlv_buf_init(bcm_xtlvbuf_t *tlv_buf, uint8 *buf, uint16 len, bcm_xtlv_opts_t opts) bcm_xtlv_buf_init() argument 198 bcm_xtlv_pack_xtlv(bcm_xtlv_t *xtlv, uint16 type, uint16 len, const uint8 *data, bcm_xtlv_opts_t opts) bcm_xtlv_pack_xtlv() argument 246 bcm_xtlv_unpack_xtlv(const bcm_xtlv_t *xtlv, uint16 *type, uint16 *len, const uint8 **data, bcm_xtlv_opts_t opts) bcm_xtlv_unpack_xtlv() argument 357 bcm_unpack_xtlv_entry(const uint8 **tlv_buf, uint16 xpct_type, uint16 xpct_len, uint8 *dst_data, bcm_xtlv_opts_t opts) bcm_unpack_xtlv_entry() argument 384 bcm_pack_xtlv_entry(uint8 **tlv_buf, uint16 *buflen, uint16 type, uint16 len, const uint8 *src_data, bcm_xtlv_opts_t opts) bcm_pack_xtlv_entry() argument 412 bcm_unpack_xtlv_buf(void *ctx, const uint8 *tlv_buf, uint16 buflen, bcm_xtlv_opts_t opts, bcm_xtlv_unpack_cbfn_t *cbfn) bcm_unpack_xtlv_buf() argument 446 bcm_pack_xtlv_buf(void *ctx, uint8 *tlv_buf, uint16 buflen, bcm_xtlv_opts_t opts, bcm_pack_xtlv_next_info_cbfn_t get_next, bcm_pack_xtlv_pack_next_cbfn_t pack_next, int *outlen) bcm_pack_xtlv_buf() argument 495 bcm_pack_xtlv_buf_from_mem(uint8 **tlv_buf, uint16 *buflen, const xtlv_desc_t *items, bcm_xtlv_opts_t opts) bcm_pack_xtlv_buf_from_mem() argument 520 bcm_unpack_xtlv_buf_to_mem(uint8 *tlv_buf, int *buflen, xtlv_desc_t *items, bcm_xtlv_opts_t opts) bcm_unpack_xtlv_buf_to_mem() argument 564 bcm_get_data_from_xtlv_buf(const uint8 *tlv_buf, uint16 buflen, uint16 id, uint16 *datalen, bcm_xtlv_opts_t opts) bcm_get_data_from_xtlv_buf() argument 604 bcm_xtlv_bcopy(const bcm_xtlv_t *src, bcm_xtlv_t *dst, int src_buf_len, int dst_buf_len, bcm_xtlv_opts_t opts) bcm_xtlv_bcopy() argument [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/ |
H A D | phy-rockchip-naneng-edp.c | 219 rockchip_edp_phy_configure(struct phy *phy, union phy_configure_opts *opts) rockchip_edp_phy_configure() argument
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | chan_kern.c | 14 not_configged_init(char *str, int device, const struct chan_opts *opts) not_configged_init() argument 438 parse_chan(struct line *line, char *str, int device, const struct chan_opts *opts, char **error_out) parse_chan() argument 488 parse_chan_pair(char *str, struct line *line, int device, const struct chan_opts *opts, char **error_out) parse_chan_pair() argument
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | chan_kern.c | 14 not_configged_init(char *str, int device, const struct chan_opts *opts) not_configged_init() argument 438 parse_chan(struct line *line, char *str, int device, const struct chan_opts *opts, char **error_out) parse_chan() argument 488 parse_chan_pair(char *str, struct line *line, int device, const struct chan_opts *opts, char **error_out) parse_chan_pair() argument
|
/kernel/linux/linux-5.10/drivers/phy/ |
H A D | phy-core.c | 433 int phy_configure(struct phy *phy, union phy_configure_opts *opts) in phy_configure() argument 467 phy_validate(struct phy *phy, enum phy_mode mode, int submode, union phy_configure_opts *opts) phy_validate() argument
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | loop.c | 306 struct nvmf_ctrl_options *opts = ctrl->ctrl.opts; in nvme_loop_init_io_queues() local 582 nvme_loop_create_ctrl(struct device *dev, struct nvmf_ctrl_options *opts) nvme_loop_create_ctrl() argument [all...] |
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/ |
H A D | qman_test_stash.c | 389 struct qm_mcc_initfq opts; in init_handler() local
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_ecm.c | 861 struct f_ecm_opts *opts; in ecm_free_inst() local 873 struct f_ecm_opts *opts; in ecm_alloc_inst() local 895 struct f_ecm_opts *opts; ecm_free() local 925 struct f_ecm_opts *opts; ecm_alloc() local [all...] |
H A D | f_eem.c | 594 struct f_eem_opts *opts; in eem_free_inst() local 606 struct f_eem_opts *opts; in eem_alloc_inst() local 628 struct f_eem_opts *opts; eem_free() local 648 struct f_eem_opts *opts; eem_alloc() local [all...] |
H A D | f_loopback.c | 223 struct f_lb_opts *opts; in lb_free_func() local 475 struct f_lb_opts *opts = to_f_lb_opts(item); in f_lb_opts_qlen_show() local 488 struct f_lb_opts *opts in f_lb_opts_qlen_store() local 513 struct f_lb_opts *opts = to_f_lb_opts(item); f_lb_opts_bulk_buflen_show() local 526 struct f_lb_opts *opts = to_f_lb_opts(item); f_lb_opts_bulk_buflen_store() local [all...] |