| /external/wpa_supplicant_8/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 …]
|
| /external/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 …]
|
| /external/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 …]
|
| /external/tensorflow/tensorflow/security/advisory/ |
| D | tfsa-2020-020.md | 3 ### CVE Number 6 ### Impact 36 ### Vulnerable Versions 39 ### Patches 46 ### For more information 52 ### Attribution
|
| /external/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()
|
| /external/llvm-project/mlir/docs/ |
| D | SPIRVToLLVMDialectConversion.md | 139 #### Direct conversion 157 #### `spv.Not` 166 #### Bitfield ops 220 ##### `spv.BitFieldInsert` 245 ##### `spv.BitFieldSExtract` 265 ##### `spv.BitFieldUExtract` 285 #### Direct conversions 294 #### spv.Bitcast 299 #### Special cases 410 #### `spv.AccessChain` [all …]
|
| /external/libabigail/tests/data/test-abidiff-exit/ |
| D | test-leaf-cxx-members-v0.cc | 2 struct ops { struct 9 void reg(ops& x) { in reg() argument
|
| D | test-leaf-cxx-members-v1.cc | 3 struct ops { struct 8 // the old version of ops; having type, name and size different but the same argument 14 void reg(ops& x) { in reg() argument
|
| D | test-fun-param-v0.c | 1 struct ops { struct 7 void reg(struct ops* o) { (void)o; } in reg() argument
|
| D | test-fun-param-v1.c | 1 struct ops { struct 7 void reg(struct ops* o) { (void) o; } in reg() argument
|
| D | test-leaf-fun-type-v0.cc | 2 struct ops { struct 6 void register_ops(const ops&) { in register_ops()
|
| D | test-leaf-fun-type-v1.cc | 3 struct ops { struct 7 void register_ops(const ops&) { in register_ops()
|
| /external/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 | 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
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/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 | 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
|
| /external/deqp-deps/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 | 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 | 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
|
| /external/avb/libavb_user/ |
| D | avb_ops_user.cpp | 121 static AvbIOResult read_from_partition(AvbOps* ops, in read_from_partition() 185 static AvbIOResult write_to_partition(AvbOps* ops, in write_to_partition() 234 AvbOps* ops, in validate_vbmeta_public_key() 246 static AvbIOResult read_rollback_index(AvbOps* ops, in read_rollback_index() 255 static AvbIOResult write_rollback_index(AvbOps* ops, in write_rollback_index() 261 static AvbIOResult read_is_device_unlocked(AvbOps* ops, bool* out_is_unlocked) { in read_is_device_unlocked() 268 static AvbIOResult get_size_of_partition(AvbOps* ops, in get_size_of_partition() 301 static AvbIOResult get_unique_guid_for_partition(AvbOps* ops, in get_unique_guid_for_partition() 312 AvbOps* ops; in avb_ops_user_new() local 343 void avb_ops_user_free(AvbOps* ops) { in avb_ops_user_free()
|
| /external/skqp/src/compute/hs/gen/ |
| D | main.c | 456 hsg_op(struct hsg_op * ops, struct hsg_op const opcode) in hsg_op() 467 hsg_exit(struct hsg_op * ops) in hsg_exit() 474 hsg_end(struct hsg_op * ops) in hsg_end() 481 hsg_begin(struct hsg_op * ops) in hsg_begin() 488 hsg_else(struct hsg_op * ops) in hsg_else() 495 hsg_network_copy(struct hsg_op * ops, in hsg_network_copy() 515 hsg_thread_sort(struct hsg_op * ops) in hsg_thread_sort() 524 hsg_thread_merge_prefix(struct hsg_op * ops, uint32_t const network, uint32_t const prefix) in hsg_thread_merge_prefix() 534 hsg_thread_merge(struct hsg_op * ops, uint32_t const network) in hsg_thread_merge() 541 hsg_thread_merge_offset_prefix(struct hsg_op * ops, uint32_t const offset, uint32_t const network, … in hsg_thread_merge_offset_prefix() [all …]
|
| /external/avb/test/ |
| D | fake_avb_ops.cc | 262 AvbOps* ops, in validate_vbmeta_public_key() 284 AvbOps* ops, in validate_public_key_for_partition() 307 AvbIOResult FakeAvbOps::read_rollback_index(AvbOps* ops, in read_rollback_index() 321 AvbIOResult FakeAvbOps::write_rollback_index(AvbOps* ops, in write_rollback_index() 335 AvbIOResult FakeAvbOps::read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() 341 AvbIOResult FakeAvbOps::get_unique_guid_for_partition(AvbOps* ops, in get_unique_guid_for_partition() 355 AvbIOResult FakeAvbOps::get_size_of_partition(AvbOps* ops, in get_size_of_partition() 432 static AvbIOResult my_ops_read_from_partition(AvbOps* ops, in my_ops_read_from_partition() 444 AvbOps* ops, in my_ops_get_preloaded_partition() 455 static AvbIOResult my_ops_write_to_partition(AvbOps* ops, in my_ops_write_to_partition() [all …]
|
| /external/tensorflow/tensorflow/c/experimental/filesystem/ |
| D | modular_filesystem_registration.cc | 52 static Status ValidateABI(const TF_FilesystemPluginOps* ops) { in ValidateABI() 85 static void ValidateAPI(const TF_FilesystemPluginOps* ops) { in ValidateAPI() 102 static Status ValidateHelper(const TF_FilesystemOps* ops) { in ValidateHelper() 119 static Status ValidateHelper(const TF_RandomAccessFileOps* ops) { in ValidateHelper() 134 static Status ValidateHelper(const TF_WritableFileOps* ops) { in ValidateHelper() 149 static Status ValidateHelper(const TF_ReadOnlyMemoryRegionOps* ops) { in ValidateHelper() 179 static Status ValidateOperations(const TF_FilesystemPluginOps* ops) { in ValidateOperations()
|
| /external/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/drivers/mce/ |
| D | mce.c | 75 arch_mce_ops_t *ops; member 159 const arch_mce_ops_t *ops; in mce_command_handler() local 357 const arch_mce_ops_t *ops = mce_get_curr_cpu_ops(); in mce_update_reset_vector() local 366 const arch_mce_ops_t *ops = mce_get_curr_cpu_ops(); in mce_update_ccplex_gsc() local 394 const arch_mce_ops_t *ops = mce_get_curr_cpu_ops(); in mce_enter_ccplex_state() local 416 const arch_mce_ops_t *ops = mce_get_curr_cpu_ops(); in mce_update_cstate_info() local 430 const arch_mce_ops_t *ops; in mce_verify_firmware_version() local
|