Home
last modified time | relevance | path

Searched refs:MAX_LEN (Results 1 – 10 of 10) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dvec_distance_detail.hpp99 template <int THREAD_DIM, int MAX_LEN, bool LEN_EQ_MAX_LEN> struct VecDiffCachedCalculator;
100 … template <int THREAD_DIM, int MAX_LEN> struct VecDiffCachedCalculator<THREAD_DIM, MAX_LEN, false>
105 …UnrollVecDiffCached<THREAD_DIM, MAX_LEN / THREAD_DIM>::calcCheck(vecCached, vecGlob, len, dist, ti… in calc()
108 … template <int THREAD_DIM, int MAX_LEN> struct VecDiffCachedCalculator<THREAD_DIM, MAX_LEN, true>
113 …UnrollVecDiffCached<THREAD_DIM, MAX_LEN / THREAD_DIM>::calcWithoutCheck(vecCached, vecGlob + tid, … in calc()
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dvec_distance.hpp177 …template <int THREAD_DIM, int MAX_LEN, bool LEN_EQ_MAX_LEN, typename Dist, typename T1, typename T…
180 …vec_distance_detail::VecDiffCachedCalculator<THREAD_DIM, MAX_LEN, LEN_EQ_MAX_LEN>::calc(vecCached,… in calcVecDiffCached()
203 …template <int THREAD_DIM, int MAX_LEN, bool LEN_EQ_MAX_LEN, typename U> struct VecDiffCachedRegist…
214 for (int i = tid; i < MAX_LEN; i += THREAD_DIM) in VecDiffCachedRegister()
223 … calcVecDiffCached<THREAD_DIM, MAX_LEN, LEN_EQ_MAX_LEN>(vec1Vals, vec2, len, dist, smem, tid); in calc()
226 U vec1Vals[MAX_LEN / THREAD_DIM];
/external/toybox/kconfig/lxdialog/
Dtextbox.c243 if (hscroll >= MAX_LEN) in dialog_textbox()
353 static char line[MAX_LEN + 1]; in get_line()
362 } else if (i < MAX_LEN) in get_line()
366 if (i == MAX_LEN) in get_line()
371 if (i <= MAX_LEN) in get_line()
Dinputbox.c24 char dialog_input_result[MAX_LEN + 1];
150 if (scroll + input_x < MAX_LEN) { in dialog_inputbox()
Ddialog.h54 #define MAX_LEN 2048 macro
Dutil.c318 char tempstr[MAX_LEN + 1], *word, *sp, *sp2; in print_autowrap()
/external/srtp/test/
Dlfsr.c170 #define MAX_LEN 8 macro
171 #define MAX_WEIGHT (1 << MAX_LEN)
/external/icu/icu4c/source/test/intltest/
Dtranstst.cpp2520 const int MAX_LEN= 52; in TestDevanagariLatinRT() local
2521 const char* const source[MAX_LEN] = { in TestDevanagariLatinRT()
2582 const char* const expected[MAX_LEN] = { in TestDevanagariLatinRT()
2651 for(int i= 0; i<MAX_LEN; i++){ in TestDevanagariLatinRT()
2661 const int MAX_LEN=10; in TestTeluguLatinRT() local
2662 const char* const source[MAX_LEN] = { in TestTeluguLatinRT()
2675 const char* const expected[MAX_LEN] = { in TestTeluguLatinRT()
2699 for(int i= 0; i<MAX_LEN; i++){ in TestTeluguLatinRT()
2709 const int MAX_LEN =16; in TestSanskritLatinRT() local
2710 const char* const source[MAX_LEN] = { in TestSanskritLatinRT()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTransliteratorTest.java2059 int MAX_LEN =15; in TestSanskritLatinRT() local
2101 for(int i= 0; i<MAX_LEN; i++){ in TestSanskritLatinRT()
2108 int MAX_LEN =15; in TestCompoundLatinRT() local
2150 for(int i= 0; i<MAX_LEN; i++){ in TestCompoundLatinRT()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java2055 int MAX_LEN =15; in TestSanskritLatinRT() local
2097 for(int i= 0; i<MAX_LEN; i++){ in TestSanskritLatinRT()
2104 int MAX_LEN =15; in TestCompoundLatinRT() local
2146 for(int i= 0; i<MAX_LEN; i++){ in TestCompoundLatinRT()