/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
D | ieee802_1x_secy_ops.c | 30 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_protect_frames() local 50 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_encrypt() local 70 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_replay() local 90 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_current_cipher_suite() local 118 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_enable_port() local 138 struct ieee802_1x_kay_ctx *ops; in secy_get_capability() local 159 struct ieee802_1x_kay_ctx *ops; in secy_get_receive_lowest_pn() local 180 struct ieee802_1x_kay_ctx *ops; in secy_get_transmit_next_pn() local 201 struct ieee802_1x_kay_ctx *ops; in secy_set_transmit_next_pn() local 222 struct ieee802_1x_kay_ctx *ops; in secy_set_receive_lowest_pn() local [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
D | ieee802_1x_secy_ops.c | 30 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_protect_frames() local 50 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_encrypt() local 70 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_replay() local 90 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_current_cipher_suite() local 118 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_enable_port() local 138 struct ieee802_1x_kay_ctx *ops; in secy_get_capability() local 159 struct ieee802_1x_kay_ctx *ops; in secy_get_receive_lowest_pn() local 180 struct ieee802_1x_kay_ctx *ops; in secy_get_transmit_next_pn() local 201 struct ieee802_1x_kay_ctx *ops; in secy_set_transmit_next_pn() local 222 struct ieee802_1x_kay_ctx *ops; in secy_set_receive_lowest_pn() local [all …]
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
D | function-ptr.c | 96 struct ops { struct 109 void ops(int a, int *p, struct ops *ops); argument 110 void ops(int a, int *p, struct ops *ops) in ops() argument
|
/third_party/libnl/lib/ |
D | cache_mngt.c | 44 struct nl_cache_ops *ops; in __nl_cache_ops_lookup() local 57 void nl_cache_ops_get(struct nl_cache_ops *ops) in nl_cache_ops_get() 66 void nl_cache_ops_put(struct nl_cache_ops *ops) in nl_cache_ops_put() 82 struct nl_cache_ops *ops; in nl_cache_ops_lookup() local 102 struct nl_cache_ops *ops; in nl_cache_ops_lookup_safe() local 115 struct nl_cache_ops *ops; in __cache_ops_associate() local 143 struct nl_cache_ops *ops; in nl_cache_ops_associate() local 167 struct nl_cache_ops *ops; in nl_cache_ops_associate_safe() local 190 struct nl_msgtype *nl_msgtype_lookup(struct nl_cache_ops *ops, int msgtype) in nl_msgtype_lookup() 204 struct nl_cache_ops *ops; in cache_ops_lookup_for_obj() local [all …]
|
D | object.c | 55 struct nl_object *nl_object_alloc(struct nl_object_ops *ops) in nl_object_alloc() 87 struct nl_cache_ops *ops; in nl_object_alloc_name() local 114 struct nl_object_ops *ops; in nl_object_clone() local 157 struct nl_object_ops *ops = obj_ops(dst); in nl_object_update() local 173 struct nl_object_ops *ops; in nl_object_free() local 316 struct nl_object_ops *ops = obj_ops(a); in nl_object_identical() local 364 struct nl_object_ops *ops = obj_ops(a); in nl_object_diff64() local 408 struct nl_object_ops *ops = obj_ops(obj); in nl_object_match_filter() local 432 struct nl_object_ops *ops = obj_ops(obj); in nl_object_attrs2str() local 466 struct nl_object_ops *ops = obj_ops(obj); in nl_object_keygen() local [all …]
|
/third_party/libnl/lib/genl/ |
D | mngt.c | 36 static struct genl_cmd *lookup_cmd(struct genl_ops *ops, int cmd_id) in lookup_cmd() 51 struct genl_ops *ops, struct nl_cache_ops *cache_ops, void *arg) in cmd_msg_parser() 92 static int genl_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in genl_msg_parser() 103 struct genl_ops *ops; in lookup_family() local 115 struct genl_ops *ops; in lookup_family_by_name() local 127 struct genl_ops *ops; in genl_op2name() local 171 int genl_register_family(struct genl_ops *ops) in genl_register_family() 201 int genl_unregister_family(struct genl_ops *ops) in genl_unregister_family() 218 struct genl_ops *ops; in genl_handle_msg() local 248 int genl_register(struct nl_cache_ops *ops) in genl_register() [all …]
|
/third_party/libnl/lib/route/link/ |
D | api.c | 55 struct rtnl_link_info_ops *ops; in __rtnl_link_info_ops_lookup() local 79 struct rtnl_link_info_ops *ops; in rtnl_link_info_ops_lookup() local 93 void rtnl_link_info_ops_put(struct rtnl_link_info_ops *ops) in rtnl_link_info_ops_put() 111 int rtnl_link_register_info(struct rtnl_link_info_ops *ops) in rtnl_link_register_info() 146 int rtnl_link_unregister_info(struct rtnl_link_info_ops *ops) in rtnl_link_unregister_info() 209 void rtnl_link_af_ops_put(struct rtnl_link_af_ops *ops) in rtnl_link_af_ops_put() 230 const struct rtnl_link_af_ops *ops) in rtnl_link_af_alloc() 265 const struct rtnl_link_af_ops *ops) in rtnl_link_af_data() 285 int rtnl_link_af_register(struct rtnl_link_af_ops *ops) in rtnl_link_af_register() 324 int rtnl_link_af_unregister(struct rtnl_link_af_ops *ops) in rtnl_link_af_unregister()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/ |
D | private.h | 3 struct ops { struct 15 extern const struct ops ops_libuv, ops_libevent, ops_glib, ops_libev, ops_sdevent, ops_uloop; argument
|
/third_party/spirv-tools/test/reduce/ |
D | structured_loop_to_selection_test.cpp | 67 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 213 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 682 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 760 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 883 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 958 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 1026 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 1226 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 1693 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 2010 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local [all …]
|
D | simple_conditional_branch_to_branch_test.cpp | 75 auto ops = SimpleConditionalBranchToBranchOpportunityFinder() in TEST() local 124 auto ops = SimpleConditionalBranchToBranchOpportunityFinder() in TEST() local 219 auto ops = SimpleConditionalBranchToBranchOpportunityFinder() in TEST() local 268 auto ops = SimpleConditionalBranchToBranchOpportunityFinder() in TEST() local 351 auto ops = SimpleConditionalBranchToBranchOpportunityFinder() in TEST() local 440 auto ops = SimpleConditionalBranchToBranchOpportunityFinder() in TEST() local
|
D | remove_selection_test.cpp | 63 auto ops = in TEST() local 137 auto ops = in TEST() local 213 auto ops = in TEST() local 259 auto ops = in TEST() local 307 auto ops = in TEST() local 385 auto ops = in TEST() local 506 auto ops = in TEST() local
|
D | conditional_branch_to_simple_conditional_branch_test.cpp | 82 auto ops = ConditionalBranchToSimpleConditionalBranchOpportunityFinder() in TEST() local 227 auto ops = ConditionalBranchToSimpleConditionalBranchOpportunityFinder() in TEST() local 278 auto ops = ConditionalBranchToSimpleConditionalBranchOpportunityFinder() in TEST() local 363 auto ops = ConditionalBranchToSimpleConditionalBranchOpportunityFinder() in TEST() local 455 auto ops = ConditionalBranchToSimpleConditionalBranchOpportunityFinder() in TEST() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
D | structured_loop_to_selection_test.cpp | 67 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 213 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 682 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 760 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 883 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 958 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 1026 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 1226 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 1693 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 2010 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local [all …]
|
D | simple_conditional_branch_to_branch_test.cpp | 75 auto ops = SimpleConditionalBranchToBranchOpportunityFinder() in TEST() local 124 auto ops = SimpleConditionalBranchToBranchOpportunityFinder() in TEST() local 219 auto ops = SimpleConditionalBranchToBranchOpportunityFinder() in TEST() local 268 auto ops = SimpleConditionalBranchToBranchOpportunityFinder() in TEST() local 351 auto ops = SimpleConditionalBranchToBranchOpportunityFinder() in TEST() local 440 auto ops = SimpleConditionalBranchToBranchOpportunityFinder() in TEST() local
|
D | remove_selection_test.cpp | 63 auto ops = in TEST() local 137 auto ops = in TEST() local 213 auto ops = in TEST() local 259 auto ops = in TEST() local 307 auto ops = in TEST() local 385 auto ops = in TEST() local 506 auto ops = in TEST() local
|
D | conditional_branch_to_simple_conditional_branch_test.cpp | 82 auto ops = ConditionalBranchToSimpleConditionalBranchOpportunityFinder() in TEST() local 227 auto ops = ConditionalBranchToSimpleConditionalBranchOpportunityFinder() in TEST() local 278 auto ops = ConditionalBranchToSimpleConditionalBranchOpportunityFinder() in TEST() local 363 auto ops = ConditionalBranchToSimpleConditionalBranchOpportunityFinder() in TEST() local 455 auto ops = ConditionalBranchToSimpleConditionalBranchOpportunityFinder() in TEST() local
|
/third_party/skia/third_party/externals/spirv-tools/test/reduce/ |
D | structured_loop_to_selection_test.cpp | 67 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 213 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 682 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 760 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 883 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 958 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 1026 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 1226 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 1693 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 2010 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local [all …]
|
D | simple_conditional_branch_to_branch_test.cpp | 75 auto ops = SimpleConditionalBranchToBranchOpportunityFinder() in TEST() local 124 auto ops = SimpleConditionalBranchToBranchOpportunityFinder() in TEST() local 219 auto ops = SimpleConditionalBranchToBranchOpportunityFinder() in TEST() local 268 auto ops = SimpleConditionalBranchToBranchOpportunityFinder() in TEST() local 351 auto ops = SimpleConditionalBranchToBranchOpportunityFinder() in TEST() local 440 auto ops = SimpleConditionalBranchToBranchOpportunityFinder() in TEST() local
|
D | remove_selection_test.cpp | 63 auto ops = in TEST() local 137 auto ops = in TEST() local 213 auto ops = in TEST() local 259 auto ops = in TEST() local 307 auto ops = in TEST() local 385 auto ops = in TEST() local 506 auto ops = in TEST() local
|
D | conditional_branch_to_simple_conditional_branch_test.cpp | 82 auto ops = ConditionalBranchToSimpleConditionalBranchOpportunityFinder() in TEST() local 227 auto ops = ConditionalBranchToSimpleConditionalBranchOpportunityFinder() in TEST() local 278 auto ops = ConditionalBranchToSimpleConditionalBranchOpportunityFinder() in TEST() local 363 auto ops = ConditionalBranchToSimpleConditionalBranchOpportunityFinder() in TEST() local 455 auto ops = ConditionalBranchToSimpleConditionalBranchOpportunityFinder() in TEST() local
|
D | remove_block_test.cpp | 67 const auto ops = in TEST() local 182 const auto ops = in TEST() local 210 const auto ops = in TEST() local 248 const auto ops = in TEST() local 289 auto ops = RemoveBlockReductionOpportunityFinder().GetAvailableOpportunities( in TEST() local
|
/third_party/node/deps/npm/node_modules/cacache/locales/ |
D | es.js | 19 x.saca = (cache, clave, ops) => get(cache, clave, ops) argument 20 x.saca.porHacheo = (cache, hacheo, ops) => get.byDigest(cache, hacheo, ops) argument 21 x.saca.sinc = (cache, clave, ops) => get.sync(cache, clave, ops) argument 22 x.saca.sinc.porHacheo = (cache, hacheo, ops) => get.sync.byDigest(cache, hacheo, ops) argument 23 x.saca.flujo = (cache, clave, ops) => get.stream(cache, clave, ops) argument 24 x.saca.flujo.porHacheo = (cache, hacheo, ops) => get.stream.byDigest(cache, hacheo, ops) argument 31 x.mete = (cache, clave, datos, ops) => put(cache, clave, datos, ops) argument 32 x.mete.flujo = (cache, clave, ops) => put.stream(cache, clave, ops) argument 43 x.tmp.mkdir = (cache, ops) => tmp.mkdir(cache, ops) argument 45 x.tmp.conTmp = (cache, ops, cb) => tmp.withTmp(cache, ops, cb) argument [all …]
|
/third_party/mindspore/tests/ut/cpp/mindrecord/ |
D | ut_shard_operator_test.cc | 63 std::vector<std::shared_ptr<ShardOperator>> ops; in TEST_F() local 88 std::vector<std::shared_ptr<ShardOperator>> ops; in TEST_F() local 114 std::vector<std::shared_ptr<ShardOperator>> ops; in TEST_F() local 140 std::vector<std::shared_ptr<ShardOperator>> ops; in TEST_F() local 164 std::vector<std::shared_ptr<ShardOperator>> ops; in TEST_F() local 189 std::vector<std::shared_ptr<ShardOperator>> ops; in TEST_F() local 215 std::vector<std::shared_ptr<ShardOperator>> ops; in TEST_F() local 250 std::vector<std::shared_ptr<ShardOperator>> ops; in TEST_F() local 274 std::vector<std::shared_ptr<ShardOperator>> ops; in TEST_F() local 300 std::vector<std::shared_ptr<ShardOperator>> ops; in TEST_F() local [all …]
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/ |
D | rec_generate_strategy.cc | 32 …rateStrategy(const std::shared_ptr<Graph> &graph, const std::vector<std::shared_ptr<OperatorInfo>>… in GenerateStrategy() 65 …repareMatMul(const std::shared_ptr<Graph> &graph, const std::vector<std::shared_ptr<OperatorInfo>>… in PrepareMatMul() 156 Strategys PrepareStridedSlice(const std::vector<std::shared_ptr<OperatorInfo>> &ops, const size_t i… in PrepareStridedSlice() 181 …repareOneHot(const std::shared_ptr<Graph> &graph, const std::vector<std::shared_ptr<OperatorInfo>>… in PrepareOneHot() 208 Strategys PrepareGatherV2(const std::vector<std::shared_ptr<OperatorInfo>> &ops, const size_t iter_… in PrepareGatherV2() 225 Strategys PrepareGatherV2P(const std::vector<std::shared_ptr<OperatorInfo>> &ops, const size_t iter… in PrepareGatherV2P() 291 Dimensions PrepareGatherV2POutputStrategy(const std::vector<std::shared_ptr<OperatorInfo>> &ops, in PrepareGatherV2POutputStrategy() 321 Strategys PrepareL2Normalize(const std::vector<std::shared_ptr<OperatorInfo>> &ops, const size_t it… in PrepareL2Normalize() 348 … const std::vector<std::shared_ptr<OperatorInfo>> &ops, const size_t iter_graph, in PrepareAxisRelatedStrategy() 400 … const std::vector<std::shared_ptr<OperatorInfo>> &ops, const size_t iter_graph, in MakeRecSearchStrategy() [all …]
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_fence.c | 89 vmw_fence_ops(struct pb_fence_ops *ops) in vmw_fence_ops() 104 vmw_fences_release(struct vmw_fence_ops *ops) in vmw_fences_release() 130 struct vmw_fence_ops *ops = NULL; in vmw_fences_signal() local 191 struct vmw_fence_ops *ops = NULL; in vmw_fence_create() local 261 struct vmw_fence_ops *ops = vmw_fence_ops(vws->fence_ops); in vmw_fence_reference() local 413 vmw_fence_ops_fence_reference(struct pb_fence_ops *ops, in vmw_fence_ops_fence_reference() 428 vmw_fence_ops_fence_signalled(struct pb_fence_ops *ops, in vmw_fence_ops_fence_signalled() 444 vmw_fence_ops_fence_finish(struct pb_fence_ops *ops, in vmw_fence_ops_fence_finish() 462 vmw_fence_ops_destroy(struct pb_fence_ops *ops) in vmw_fence_ops_destroy() 482 struct vmw_fence_ops *ops; in vmw_fence_ops_create() local
|