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

  /system/media/audio_utils/tests/
string_tests.cpp 61 constexpr int DST_START = 1;
64 fill(dst_mirror, DST_START);
70 check(dst, DST_START, sizeof(dst));
71 EXPECT_EQ(sizeof(dst) + DST_START, dst_mirror[sizeof(dst)]);
78 EXPECT_EQ(sizeof(dst) + DST_START, dst_mirror[sizeof(dst)]);
85 EXPECT_EQ(sizeof(dst) + DST_START, dst_mirror[sizeof(dst)]);
  /external/mesa3d/src/mesa/math/
m_translate.c 103 #define DST_START 0
537 for (i = DST_START ; i < n ; i++, f += stride) {
541 for (i = DST_START ; i < n ; i++, f += stride) {
603 #undef DST_START

Completed in 901 milliseconds