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

  /system/extras/tests/memtest/
memtest.cpp 160 struct result_t { int size; float res; }; struct
161 result_t* results = (result_t*)src;
286 struct result_t { int size; float res; }; struct
287 result_t results[FAST_SIZES_COUNT*2];
424 struct result_t { int size; float res; }; struct
425 result_t* results = (result_t*)src;
536 struct result_t { int size; float res; }; struct
537 result_t results[FAST_SIZES_COUNT*2]
    [all...]
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ufunction.h 191 typedef typename BinaryFunction::result_type result_t; typedef in class:ustl::binder1st
194 inline result_t operator()(arg2_t v2) const { return (m_pfn (m_Value, v2)); }
210 typedef typename BinaryFunction::result_type result_t; typedef in class:ustl::binder2nd
213 inline result_t operator()(arg1_t v1) const { return (m_pfn (v1, m_Value)); }
254 typedef typename Operation1::result_type result_t; typedef in class:ustl::unary_compose
257 inline result_t operator() (rcarg_t x) const { return m_f(m_g(x)); }
283 typedef typename Operation1::result_type result_t; typedef in class:ustl::binary_compose
286 inline result_t operator() (rcarg_t x) const { return m_f(m_g(x), m_h(x)); }

Completed in 324 milliseconds