Home
last modified time | relevance | path

Searched defs:vector_index (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/capstone/bindings/ocaml/
H A Darm64.ml33 vector_index: int; RecordField
H A Darm.ml36 vector_index: int; RecordField
/aosp_15_r20/external/capstone/bindings/java/capstone/
H A DArm64.java54 public int vector_index; field in Arm64.Operand
H A DArm.java53 public int vector_index; field in Arm.Operand
/aosp_15_r20/external/rappor/client/cpp/
H A Dencoder.cc381 int vector_index = (num_bits - 1 - i) / 8; in EncodeString() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dcatch-undef-behavior.cpp332 int vector_index(V4I v, int n) { in vector_index() function
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dminireflect.h123 soffset_t vector_index, IterationVisitor *visitor) { in IterateValue()
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Dminireflect.h123 soffset_t vector_index, IterationVisitor *visitor) { in IterateValue()
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dminireflect.h123 soffset_t vector_index, IterationVisitor *visitor) { in IterateValue()
/aosp_15_r20/external/icing/icing/query/advanced_query_parser/
H A Dquery-visitor.cc436 int64_t vector_index = args.at(0).vector_index_val().ValueOrDie(); in SemanticSearchFunction() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_cooperative_matrix.c708 nir_def *vector_index = nir_umod_imm(b, dst_index.ssa, packing_factor); in lower_cmat_instr() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dgeneric_layout_optimizer_transposer.cc1276 int vector_index = -1; in MaybeReshapeVectorFanin() local
/aosp_15_r20/external/capstone/include/capstone/
H A Darm.h392 int vector_index; ///< Vector Index for some vector operands (or -1 if irrelevant) member
H A Darm64.h631 int vector_index; ///< Vector Index for some vector operands (or -1 if irrelevant) member