HomeSort by relevance Sort by last modified time
    Searched refs:n_offset (Results 1 - 7 of 7) sorted by null

  /external/gemmlowp/meta/
legacy_multi_thread_common.h 33 std::int32_t n_offset; member in struct:gemmlowp::meta::internal::TaskRect
36 TaskRect(std::int32_t m_offset, std::int32_t m, std::int32_t n_offset,
38 : m_offset(m_offset), m(m), n_offset(n_offset), n(n) {}
66 const IN_TYPE* task_rhs = rhs + task_rect.n_offset * k;
68 result + task_rect.m_offset * result_stride + task_rect.n_offset;
single_thread_gemm.h 417 inline void UpdateCacheFriendlyTask(int m_offset, int m, int n_offset, int n,
427 params.right_stream, params.rhs, n_offset, 0);
432 n_offset);
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-xcoff.c 145 /* If n_zeroes is zero, n_offset is the offset the name from
148 unsigned char n_offset[4]; member in struct:external_syment::__anon116427::__anon116428::__anon116429::__anon116430
160 unsigned char n_offset[4]; member in struct:external_syment::__anon116427::__anon116431
847 set_32 (&syms[0].sym.u.xcoff32.n.n.n_offset[0], name_offset);
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 495 #define n_offset _n._n_n._n_offset macro
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 3511 unsigned int n_offset = pBufHdr->nOffset; local
3560 unsigned int n_offset = pBufHdr->nOffset; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
vms-lib.c 910 unsigned int n_offset = sbm->nodes[offset]; local
911 if (n_offset == 0)
921 offset = 2 * n_offset;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 3218 unsigned int n_offset = pBufHdr->nOffset; local
    [all...]

Completed in 183 milliseconds