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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
dsp_helper_unittest.cc 20 static const int kLen = 100;
21 int16_t input[kLen];
22 int16_t output[kLen];
24 for (int i = 0; i < kLen; ++i) {
30 int increment = (16384 << 6) / kLen;
33 int stop_factor = DspHelper::RampSignal(input, kLen, start_factor, increment,
36 for (int i = 0; i < kLen; ++i) {
37 EXPECT_EQ(1000 * i / kLen, output[i]);
41 stop_factor = DspHelper::RampSignal(input, kLen, start_factor, increment);
43 for (int i = 0; i < kLen; ++i)
    [all...]
sync_buffer_unittest.cc 19 static const size_t kLen = 10;
21 SyncBuffer sync_buffer(kChannels, kLen);
23 EXPECT_EQ(kLen, sync_buffer.Size());
25 EXPECT_EQ(kLen, sync_buffer.next_index());
28 for (size_t i = 0; i < kLen; ++i) {
36 static const size_t kLen = 100;
38 SyncBuffer sync_buffer(kChannels, kLen);
41 sync_buffer.set_next_index(kLen / 2);
42 EXPECT_EQ(kLen / 2, sync_buffer.next_index());
43 sync_buffer.set_next_index(kLen);
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_benchmarks_test.cc 45 size_t kLen = 1024;
46 int *int_array = new int[kLen];
47 ManyAccessFunc(int_array, kLen, 1 << 24);
  /external/icu/icu4c/source/test/cintltst/
ccolltst.c 58 uint32_t kLen = (uint32_t)strlen((const char *)sourceKey);
63 for(i = 0; i<kLen; i++) {
cmsccoll.c 1700 uint32_t klen = 0; local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_printf.cc 234 const int kLen = 16 * 1024;
249 buffer = (char*)MmapOrDie(kLen, "Report");
250 buffer_size = kLen;
257 RAW_CHECK_MSG(needed_length < kLen, \
  /external/icu/icu4c/source/common/
brkiter.cpp 411 int32_t kLen = loc.getKeywordValue("lb", lbKeyValue, kKeyValueLenMax, kvStatus);
412 if (U_SUCCESS(kvStatus) && kLen > 0 && (uprv_strcmp(lbKeyValue,"strict")==0 || uprv_strcmp(lbKeyValue,"normal")==0 || uprv_strcmp(lbKeyValue,"loose")==0)) {
424 int32_t kLen = loc.getKeywordValue("ss", ssKeyValue, kKeyValueLenMax, kvStatus);
425 if (U_SUCCESS(kvStatus) && kLen > 0 && uprv_strcmp(ssKeyValue,"standard")==0) {
uresbund.cpp     [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 100 const unsigned kLen = 32;
101 char s[kLen];
102 unsigned len = kLen - 1;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java     [all...]
  /external/icu/icu4c/source/i18n/
numfmt.cpp 1036 int32_t kLen = loc.getKeywordValue("cf", cfKeyValue, kKeyValueLenMax, kvStatus);
1037 if (U_SUCCESS(kvStatus) && kLen > 0 && uprv_strcmp(cfKeyValue,"account")==0) {
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 3527 milliseconds