/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/ |
H A D | verifier.cc | 533 const auto& opcode = model.operator_codes()->Get(op->opcode_index()); in VerifySubGraphConsistency() local 682 const auto* opcode = model.operator_codes()->Get(i); in VerifyOps() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_type.cpp | 36 const auto opcode = inst->opcode(); in ValidateUniqueness() local 383 auto opcode = opaque_inst->opcode(); in ValidateTypeStruct() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
D | py_hal.py | 135 def wait_for_complete(self, opcode): argument 138 def wait_for_status(self, opcode): argument
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | shader_validation.h | 41 uint32_t opcode() { return *it & 0x0ffffu; } in opcode() function 137 spv::Op opcode = (spv::Op)itr.opcode(); in PreprocessShaderBinary() local
|
/aosp_15_r20/external/perfetto/src/base/http/ |
H A D | http_server.cc | 364 const uint8_t opcode = h0 & 0x0F; in ParseOneWebsocketFrame() local 527 void HttpServerConnection::SendWebsocketFrame(uint8_t opcode, in SendWebsocketFrame()
|
/aosp_15_r20/external/tcpdump/ |
H A D | print-cfm.c | 35 nd_uint8_t opcode; member 273 uint8_t mdlevel_version, opcode, flags, first_tlv_offset; in cfm_print() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_instruction.cc | 90 HloOpcode opcode; in CreateFromProto() local 1054 const Shape& shape, HloOpcode opcode, in CreateNary() 1068 const Shape& shape, HloOpcode opcode, HloInstruction* operand) { in CreateUnary() 1112 const Shape& shape, HloOpcode opcode, HloInstruction* lhs, in CreateBinary() 1142 const Shape& shape, HloOpcode opcode, HloInstruction* lhs, in CreateTernary() 1158 const Shape& shape, HloOpcode opcode, in CreateVariadic() 2972 bool HloInstruction::IsOpElementwise(HloOpcode opcode) { in IsOpElementwise() 3181 bool IsSequentialCall(HloOpcode opcode) { in IsSequentialCall() 3463 HloInstruction::HloInstruction(HloOpcode opcode, const Shape& shape) in HloInstruction()
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | compile.c | 686 opcode_stack_effect(int opcode, int oparg) in opcode_stack_effect() 924 compiler_addop(struct compiler *c, int opcode) in compiler_addop() 974 compiler_addop_o(struct compiler *c, int opcode, PyObject *dict, in compiler_addop_o() 984 compiler_addop_name(struct compiler *c, int opcode, PyObject *dict, in compiler_addop_name() 1003 compiler_addop_i(struct compiler *c, int opcode, int oparg) in compiler_addop_i() 1019 compiler_addop_j(struct compiler *c, int opcode, basicblock *b, int absolute) in compiler_addop_j()
|
/aosp_15_r20/external/curl/lib/ |
H A D | ws.c | 81 unsigned char opcode = proto_opcode & WSBIT_OPCODE_MASK; in ws_frame_name_of_op() local 92 unsigned char opcode = proto_opcode & WSBIT_OPCODE_MASK; in ws_frame_op2flags() local 546 unsigned char opcode; in ws_enc_write_head() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_optimize.c | 229 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in constant_folding() local 1263 const struct rc_opcode_info * opcode = rc_get_opcode_info(cur->U.I.Opcode); in merge_channels() local 1347 const struct rc_opcode_info * opcode = rc_get_opcode_info(cur->U.I.Opcode); in merge_A0_loads() local
|
H A D | r3xx_vertprog.c | 702 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in transform_source_conflicts() local 768 static int swizzle_is_native(rc_opcode opcode, struct rc_src_register reg) in swizzle_is_native()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/ |
H A D | disassemble.cpp | 688 auto opcode = static_cast<spv::Op>(inst.opcode); in EmitInstructionImpl() local 787 auto opcode = static_cast<spv::Op>(inst.opcode); in GenerateCommentForDecoratedId() local 822 auto opcode = static_cast<spv::Op>(inst.opcode); in EmitSectionComment() local
|
/aosp_15_r20/external/igt-gpu-tools/assembler/ |
H A D | brw_eu_emit.c | 751 brw_next_insn(struct brw_compile *p, unsigned opcode) in brw_next_insn() 782 unsigned opcode, in brw_alu1() 793 unsigned opcode, in brw_alu2() 905 unsigned opcode, in brw_alu3()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/ |
H A D | value_inference.cc | 203 std::optional<HloOpcode> opcode = std::nullopt; member 375 HloOpcode opcode = StringToHloOpcode(instr->opcode()).ValueOrDie(); in IsValueEffectiveInteger() local 399 HloOpcode opcode = StringToHloOpcode(proto->opcode()).ValueOrDie(); in IsInstructionOverLimit() local 904 HloOpcode opcode = StringToHloOpcode(root->opcode()).ValueOrDie(); in AnalyzeConstant() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/has/ |
D | has_client.cc | 915 PresetCtpOpcode opcode) { in shouldRequestSyncedOp() 950 auto opcode = shouldRequestSyncedOp(addr_or_group_id, PresetCtpOpcode::SET_ACTIVE_PRESET_SYNC) in SelectActivePreset() local 960 auto opcode = shouldRequestSyncedOp(addr_or_group_id, PresetCtpOpcode::SET_NEXT_PRESET_SYNC) in NextActivePreset() local 970 auto opcode = shouldRequestSyncedOp(addr_or_group_id, PresetCtpOpcode::SET_PREV_PRESET_SYNC) in PreviousActivePreset() local
|
/aosp_15_r20/external/mesa3d/src/compiler/spirv/ |
H A D | vtn_glsl450.c | 229 enum GLSLstd450 opcode, in vtn_nir_alu_op_for_spirv_glsl_opcode() 650 handle_glsl450_interpolation(struct vtn_builder *b, enum GLSLstd450 opcode, in handle_glsl450_interpolation()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_fetch.cpp | 20 FetchInstr::FetchInstr(EVFetchInstr opcode, in FetchInstr() 264 FetchInstr::from_string_impl(std::istream& is, EVFetchInstr opcode, ValueFactory& vf) in from_string_impl()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco_hfp_hal_linux.cc | 54 uint16_t opcode; member 63 uint16_t opcode; member
|
/aosp_15_r20/external/elfutils/libdw/ |
H A D | dwarf_getmacros.c | 261 unsigned opcode = *readp++; in get_table_for_offset() local 379 unsigned int opcode = *readp++; in read_macros() local
|
/aosp_15_r20/external/mesa3d/src/freedreno/drm/ |
H A D | freedreno_ringbuffer.h | 355 OUT_PKT3(struct fd_ringbuffer *ring, uint8_t opcode, uint16_t cnt) in OUT_PKT3() 373 OUT_PKT7(struct fd_ringbuffer *ring, uint32_t opcode, uint32_t cnt) in OUT_PKT7()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_type.cpp | 51 const auto opcode = inst->opcode(); in ValidateUniqueness() local 410 auto opcode = opaque_inst->opcode(); in ValidateTypeStruct() local
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_cs.h | 96 unsigned opcode = PKT3_SET_SH_REG_INDEX; in radeon_set_sh_reg_idx() local 148 unsigned opcode = PKT3_SET_UCONFIG_REG_INDEX; in radeon_set_uconfig_reg_idx() local
|
/aosp_15_r20/external/javassist/src/test/test/javassist/bytecode/analysis/ |
H A D | AnalyzerTest.java | 79 private static int findOpcode(MethodInfo info, int opcode) throws BadBytecode { in findOpcode() 142 private static void addJump(Bytecode code, int opcode, int pos) { in addJump()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/arpa/ |
D | nameser_compat.h | 53 unsigned opcode: 4; /*%< purpose of message */ member 69 unsigned opcode :4; /*%< purpose of message */ member
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/ |
D | dex_file-inl.h | 249 uint8_t opcode = *stream++; in DecodeDebugLocalInfo() local 388 uint8_t opcode = *stream++; in DecodeDebugPositionInfo() local
|