| /external/ComputeLibrary/src/gpu/cl/kernels/ | 
| D | ClGemmLowpOffsetContributionKernel.cpp | 46                           int32_t a_offset, int32_t b_offset)  in validate_arguments()110                                                    int32_t k, int32_t a_offset, int32_t b_offset)  in configure()
 167                                                     int32_t a_offset, int32_t b_offset)  in validate()
 
 | 
| D | ClGemmLowpOffsetContributionOutputStageKernel.cpp | 48 …int32_t a_offset, int32_t b_offset, const GEMMLowpOutputStageInfo &output_stage, const ITensorInfo…  in validate_arguments()134 …        int32_t k, int32_t a_offset, int32_t b_offset, const GEMMLowpOutputStageInfo &output_stage,  in configure()
 212 …const ITensorInfo *dst, int32_t a_offset, int32_t b_offset, const GEMMLowpOutputStageInfo &output_…  in validate()
 
 | 
| D | ClGemmLowpMatrixMultiplyReshapedOnlyRhsKernel.cpp | 301     const int32_t                 b_offset     = gemm_info.b_offset;  in configure()  local
 | 
| D | ClGemmLowpMatrixMultiplyReshapedOnlyRhsMMULKernel.cpp | 302     const int32_t                 b_offset     = gemm_info.b_offset;  in configure()  local
 | 
| /external/ComputeLibrary/src/cpu/kernels/ | 
| D | CpuGemmLowpOffsetContributionKernel.cpp | 48                           int32_t a_offset, int32_t b_offset)  in validate_arguments()99 …   int32_t a_offset, int32_t b_offset, int32_t k_offset, bool slide_vector_sum_col, bool is_gemm3d)  in run_offset_contribution()
 365 …orInfo *vector_sum_col, ITensorInfo *vector_sum_row, int32_t k, int32_t a_offset, int32_t b_offset)  in configure()
 391                                                      int32_t a_offset, int32_t b_offset)  in validate()
 
 | 
| D | CpuGemmLowpOffsetContributionOutputStageKernel.cpp | 138 inline int32x4_t get_b_offset(const int32_t *vector_sum_row_ptr, int32_t b_offset)  in get_b_offset()311 …                                              int32_t a_offset, int32_t b_offset, int32_t k_offset,  in run_offset_contribution_output_stage_window()
 478 …              int32_t a_offset, int32_t b_offset, int32_t k_offset, bool is_vector_sum_col_batched,  in run_offset_contribution_output_stage()
 682 …              int32_t a_offset, int32_t b_offset, int32_t k_offset, bool is_vector_sum_col_batched,  in run_offset_contribution_output_stage_symm()
 782                           int32_t a_offset, int32_t b_offset, GEMMLowpOutputStageInfo output_stage)  in validate_arguments()
 857 …                                                     int32_t k, int32_t a_offset, int32_t b_offset,  in configure()
 893 …                          int32_t a_offset, int32_t b_offset, GEMMLowpOutputStageInfo output_stage)  in validate()
 
 | 
| /external/gemmlowp/eight_bit_int_gemm/ | 
| D | eight_bit_int_gemm.cc | 71                          const std::uint8_t* b, std::int32_t b_offset, int ldb,  in EightBitIntGemmImpl()111                               std::int32_t b_offset, int ldb, std::int32_t* c,  in EightBitIntGemmInt32Impl()
 304                      std::int32_t b_offset, int ldb, std::uint8_t* c,  in EightBitIntGemm()
 341                      const std::uint8_t* b, std::int32_t b_offset,  in EightBitIntGemm()
 
 | 
| /external/ComputeLibrary/tests/datasets/ | 
| D | GEMMLowpDataset.h | 102     void add_config(TensorShape a, TensorShape b, TensorShape c, int32_t a_offset, int32_t b_offset)  in add_config()
 | 
| D | GEMMLowpFusedOffsetOutputDataset.h | 128 …void add_config(TensorShape a, TensorShape b, TensorShape c, int32_t a_offset, int32_t b_offset, G…  in add_config()
 | 
| /external/ComputeLibrary/tests/validation/fixtures/ | 
| D | GEMMLowpFixture.h | 235 …orShape shape_a, TensorShape shape_b, TensorShape shape_output, int32_t a_offset, int32_t b_offset)  in setup()242 …a, const TensorShape &shape_b, const TensorShape &shape_output, int32_t a_offset, int32_t b_offset)  in compute_target()
 248 …a, const TensorShape &shape_b, const TensorShape &shape_output, int32_t a_offset, int32_t b_offset)  in compute_reference()
 262 …a, TensorShape shape_b, TensorShape shape_output, int32_t a_offset, int32_t b_offset, GEMMLowpOutp…  in setup()
 301 …a, const TensorShape &shape_b, const TensorShape &shape_output, int32_t a_offset, int32_t b_offset,  in compute_reference()
 336 …a, TensorShape shape_b, TensorShape shape_output, int32_t a_offset, int32_t b_offset, GEMMLowpOutp…  in setup()
 1419         int b_offset = 1;  in setup()  local
 1466 …, DataType data_type, GEMMLowpOutputStageInfo output_stage, const int a_offset, const int b_offset)  in compute_target()
 1565                                       const int a_offset, const int b_offset)  in compute_reference()
 
 | 
| /external/ComputeLibrary/tests/validation/NEON/ | 
| D | GEMMLowp.cpp | 57                shape_a, shape_b, shape_c, a_offset, b_offset)  in DATA_TEST_CASE()  argument
 | 
| /external/gemmlowp/test/ | 
| D | test.cc | 39                               std::int32_t b_offset, int ldb, std::uint8_t* c,  in ReferenceEightBitIntGemm()758   int b_offset = -127;  in TestWithSmallDataPerChannelQuantization()  local
 909   int b_offset = -127;  in TestWithLargeDataPerChannelQuantization()  local
 1051   std::int32_t b_offset = 0;  in TestMultithreadedPerChannelQuantization()  local
 1147   const int b_offset = 0;  in TestWithSmallData()  local
 
 | 
| /external/grpc-grpc/src/core/lib/slice/ | 
| D | slice_buffer.cc | 193   size_t b_offset = static_cast<size_t>(b->slices - b->base_slices);  in grpc_slice_buffer_swap()  local
 | 
| /external/ComputeLibrary/src/cpu/operators/ | 
| D | CpuGemmLowpMatrixMultiplyCore.cpp | 331     int32_t b_offset = b->quantization_info().uniform().offset;  in validate()  local
 | 
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/ | 
| D | slice_buffer.cc | 210   size_t b_offset = static_cast<size_t>(b->slices - b->base_slices);  in grpc_slice_buffer_swap()  local
 | 
| /external/ComputeLibrary/tests/validation/reference/ | 
| D | GEMMLowp.cpp | 181 …r<T_in> &a, const SimpleTensor<T_in_1> &b, TensorShape shape_c, int32_t a_offset, int32_t b_offset)  in gemmlowp_matrix_multiply_core()
 | 
| /external/ComputeLibrary/src/cpu/kernels/assembly/ | 
| D | arm_gemm.hpp | 175     int32_t        b_offset                 = 0;  member
 | 
| /external/ComputeLibrary/src/gpu/cl/operators/ | 
| D | ClGemmLowpMatrixMultiplyCore.cpp | 483     int32_t b_offset = b->quantization_info().uniform().offset;  in validate()  local
 | 
| /external/python/cpython2/Objects/ | 
| D | bufferobject.c | 12     Py_ssize_t b_offset;  member
 | 
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ | 
| D | SerializableTestUtility.java | 568             int a_offset, b_offset;  in hasSameBehavior()  local
 | 
| /external/google-breakpad/src/common/windows/ | 
| D | pdb_source_line_writer.cc | 114   DWORD a_section, a_offset, b_section, b_offset;  in SymbolsMatch()  local
 | 
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ | 
| D | SerializableTestUtility.java | 565             int a_offset, b_offset;  in hasSameBehavior()  local
 | 
| /external/ComputeLibrary/src/cpu/operators/internal/ | 
| D | CpuGemmAssemblyDispatch.cpp | 619     const int32_t                 b_offset = -b->quantization_info().uniform().offset * negation;  in create_arm_gemm_quant()  local
 | 
| /external/mesa3d/src/intel/perf/ | 
| D | gen_perf.h | 225    int b_offset;  member
 | 
| /external/libabigail/include/ | 
| D | abg-diff-utils.h | 1494   unsigned a_offset = a_begin - a_base, b_offset = b_begin - b_base;  in compute_diff()  local
 |