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

  /bionic/tests/
string_test.cpp 166 StringTestState(size_t MAX_LEN) : MAX_LEN(MAX_LEN), align1_index_(0), align2_index_(0) {
169 // TODO: fix the tests to not sometimes use twice their specified "MAX_LEN".
170 glob_ptr = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * MAX_LEN + max_alignment));
171 glob_ptr1 = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * MAX_LEN + max_alignment));
172 glob_ptr2 = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * MAX_LEN + max_alignment));
211 const size_t MAX_LEN;
224 // smallest (0) and biggest (MAX_LEN) lengths. Avoid repeats.
230 size_t l = static_cast<size_t>(exp(log(static_cast<double>(MAX_LEN)) * i / ITER))
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
vec_distance_detail.hpp 99 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, tid);
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, dist);
  /external/opencv3/modules/core/include/opencv2/core/cuda/
vec_distance.hpp 177 template <int THREAD_DIM, int MAX_LEN, bool LEN_EQ_MAX_LEN, typename Dist, typename T1, typename T2>
180 vec_distance_detail::VecDiffCachedCalculator<THREAD_DIM, MAX_LEN, LEN_EQ_MAX_LEN>::calc(vecCached, vecGlob, len, dist, tid);
203 template <int THREAD_DIM, int MAX_LEN, bool LEN_EQ_MAX_LEN, typename U> struct VecDiffCachedRegister
214 for (int i = tid; i < MAX_LEN; i += THREAD_DIM)
223 calcVecDiffCached<THREAD_DIM, MAX_LEN, LEN_EQ_MAX_LEN>(vec1Vals, vec2, len, dist, smem, tid);
226 U vec1Vals[MAX_LEN / THREAD_DIM];
  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 415 if (!strncmp(curRxUCMDevice, SND_USE_CASE_DEV_SPEAKER, MAX_LEN(curRxUCMDevice, SND_USE_CASE_DEV_SPEAKER))) {
    [all...]
  /external/toybox/kconfig/lxdialog/
textbox.c 243 if (hscroll >= MAX_LEN)
353 static char line[MAX_LEN + 1];
362 } else if (i < MAX_LEN)
365 /* Truncate lines longer than MAX_LEN characters */
366 if (i == MAX_LEN)
371 if (i <= MAX_LEN)
inputbox.c 24 char dialog_input_result[MAX_LEN + 1];
150 if (scroll + input_x < MAX_LEN) {
dialog.h 54 #define MAX_LEN 2048
util.c 318 char tempstr[MAX_LEN + 1], *word, *sp, *sp2;
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 45 #define MAX_LEN 1024
64 static char g_config_file_name[MAX_LEN];
65 static char g_src_file_name[MAX_LEN];
66 static char g_dst_file_name[MAX_LEN];
67 static char g_filter_type_name[MAX_LEN];
88 char strLine[MAX_LEN];
101 if (!fgets(strLine, MAX_LEN, fp))
104 for (i = 0; strLine[i] && i < MAX_LEN; i++)
133 char str[MAX_LEN];
147 char str[MAX_LEN];
    [all...]
  /external/srtp/test/
lfsr.c 170 #define MAX_LEN 8
171 #define MAX_WEIGHT (1 << MAX_LEN)
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 389 MAX_LEN(ctrl_list[index].case_name,ident2))) {
    [all...]
msm8960_use_cases.h 93 #define MAX_LEN(x,y) ((strlen(x)>strlen(y))?strlen(x):strlen(y))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_imageop.py 18 MAX_LEN = 2**20
30 if strlen < MAX_LEN:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_imageop.py 18 MAX_LEN = 2**20
30 if strlen < MAX_LEN:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imageop.py 18 MAX_LEN = 2**20
30 if strlen < MAX_LEN:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py 18 MAX_LEN = 2**20
30 if strlen < MAX_LEN:
  /external/icu/icu4c/source/test/intltest/
transtst.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java     [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java     [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 

Completed in 656 milliseconds