Home
last modified time | relevance | path

Searched defs:op_code (Results 26 – 50 of 105) sorted by relevance

12345

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Drandom_ops_test.cc34 RandomOpModel(BuiltinOperator op_code, InputType input_type, in RandomOpModel()
107 BuiltinOperator op_code = std::get<0>(GetParam()); in TEST_P() local
136 BuiltinOperator op_code = std::get<0>(GetParam()); in TEST_P() local
/aosp_15_r20/hardware/broadcom/libbt/include/
Duipc_msg.h130 uint8_t op_code; member
173 uint8_t op_code; /* L2C_SYNC_TO_LITE_REQ */ member
194 uint8_t op_code; /* L2C_SYNC_TO_LITE_RESP */ member
202 uint8_t op_code; /* L2C_REMOVE_TO_LITE_REQ */ member
213 uint8_t op_code; member
274 uint8_t op_code; member
283 uint8_t op_code; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dmodel_utils.cc38 int32_t GetOrInsertOpCodeIndex(ModelT* model, const BuiltinOperator& op_code, in GetOrInsertOpCodeIndex()
140 OperatorCodeT* op_code = model->operator_codes[op->opcode_index].get(); in SetOperatorCodeVersion() local
H A Dmodify_model_interface.cc71 const BuiltinOperator op_code = in GetInputTensors() local
146 const BuiltinOperator op_code = in GetOutputTensors() local
/aosp_15_r20/external/wpa_supplicant_8/src/wps/
H A Dwps.c203 enum wsc_op_code op_code, in wps_process_msg()
222 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg()
H A Dwps_enrollee.c453 enum wsc_op_code *op_code) in wps_enrollee_get_msg()
1487 enum wsc_op_code op_code, in wps_enrollee_process_msg()
H A Dwps_upnp_web.c457 enum wsc_op_code op_code; in web_process_get_device_info() local
496 enum wsc_op_code op_code; in web_process_put_message() local
H A Dwps_er.c1010 enum wsc_op_code op_code) in wps_er_sta_process()
1092 enum wsc_op_code op_code = WSC_MSG; in wps_er_process_wlanevent_eap() local
1746 enum wsc_op_code op_code; in wps_er_ap_process() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl_test.cc98 [[maybe_unused]] hci::CommandCompleteView ReturnCommandComplete(hci::OpCode op_code, in ReturnCommandComplete()
108 [[maybe_unused]] hci::CommandStatusView ReturnCommandStatus(hci::OpCode op_code, in ReturnCommandStatus()
Dle_impl_test.cc147 hci::CommandCompleteView ReturnCommandComplete(hci::OpCode op_code, hci::ErrorCode error_code) { in ReturnCommandComplete()
156 hci::CommandStatusView ReturnCommandStatus(hci::OpCode op_code, hci::ErrorCode error_code) { in ReturnCommandStatus()
180 void AddSupported(OpCode op_code) { in AddSupported()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_utils.cc905 tGATT_STATUS gatt_send_error_rsp(tGATT_TCB& tcb, uint16_t cid, uint8_t err_code, uint8_t op_code, in gatt_send_error_rsp()
1658 bool gatt_cmd_enq(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, bool to_send, uint8_t op_code, in gatt_cmd_enq()
1719 tGATT_STATUS gatt_send_write_msg(tGATT_TCB& tcb, tGATT_CLCB* p_clcb, uint8_t op_code, in gatt_send_write_msg()
1925 char const* gatt_dbg_op_name(uint8_t op_code) { in gatt_dbg_op_name()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_fake.cc68 auto op_code = temp_cmd_view.GetOpCode(); in DebugPrintCommandOpcode() local
135 CommandView HciLayerFake::GetCommand(OpCode op_code) { in GetCommand()
Dle_address_manager.cc772 auto op_code = view.GetCommandOpCode(); in on_command_complete() local
791 auto op_code = view.GetCommandOpCode(); in OnCommandComplete() local
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/network/
Ddhcp4.rs52 pub op_code: u8, field
71 pub op_code: u8, field
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/network/
Ddhcp4.rs52 pub op_code: u8, field
71 pub op_code: u8, field
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/versioning/
H A Druntime_version_test.cc44 auto op_code = static_cast<tflite::BuiltinOperator>(id); in TEST() local
H A Dgpu_compatibility_test.cc37 const OperatorCode* op_code = in CheckGpuDelegateCompatibility() local
H A Dop_version.cc864 OperatorCode* op_code = in UpdateOpVersion() local
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_channel.cc310 WebSocketFrameHeader::OpCode op_code, in SendFrame()
896 WebSocketFrameHeader::OpCode op_code, in SendFrameInternal()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/
Dsmp_keys.cc216 static void smp_concatenate_local(tSMP_CB* p_cb, uint8_t** p_data, uint8_t op_code) { in smp_concatenate_local()
235 static void smp_concatenate_peer(tSMP_CB* p_cb, uint8_t** p_data, uint8_t op_code) { in smp_concatenate_peer()
/aosp_15_r20/external/coreboot/src/southbridge/intel/lynxpoint/
H A Diobp.c113 void pch_iobp_exec(u32 addr, u16 op_code, u8 route_id, u32 *data, u8 *resp) in pch_iobp_exec()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dlink_clocker.cc67 uint16_t op_code = payload[1] | (payload[2] << 8); in OnHciEvent() local
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_hci_vs.cc95 auto op_code = static_cast<OpCode>((ogf_vendor_specific << 10) | ocf); in sendCommand() local
/aosp_15_r20/external/cronet/net/server/
H A Dweb_socket.cc154 WebSocketFrameHeader::OpCodeEnum op_code, in Send()
/aosp_15_r20/external/wpa_supplicant_8/src/eap_common/
H A Deap_pax_common.h17 u8 op_code; member

12345