Searched defs:kLen (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dsync_buffer_unittest.cc19 static const size_t kLen = 10; local
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; local
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);
52 static const size_t kLen = 100; local
92 static const size_t kLen = 100; local
125 static const size_t kLen = 100; local
[all...]
H A Ddsp_helper_unittest.cc20 static const int kLen = 100; local
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;
49 static const int kLen = 100; local
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_benchmarks_test.cc45 size_t kLen = 1024; local
46 int *int_array = new int[kLen];
47 ManyAccessFunc(int_array, kLen, 1 << 24);
/external/icu/icu4c/source/test/cintltst/
H A Dccolltst.c58 uint32_t kLen = (uint32_t)strlen((const char *)sourceKey); local
63 for(i = 0; i<kLen; i++) {
H A Dcmsccoll.c3587 int32_t rLen, tLen, ruleLen, sLen, kLen; local
3707 kLen=ucol_getSortKey(coll, tailorData[0], tLen, expColl, 100);
3711 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
3724 kLen=ucol_getSortKey(coll, tailorData2[0], tLen, expColl, 100);
3728 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
3741 kLen=ucol_getSortKey(coll, tailorData3[3], tLen, expColl, 100);
3743 for(i = 0; i<kLen; i++) {
3750 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cc234 const int kLen = 16 * 1024; local
249 buffer = (char*)MmapOrDie(kLen, "Report");
250 buffer_size = kLen;
257 RAW_CHECK_MSG(needed_length < kLen, \
/external/icu/icu4c/source/common/
H A Dbrkiter.cpp411 int32_t kLen = loc.getKeywordValue("lb", lbKeyValue, kKeyValueLenMax, kvStatus); local
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); local
425 if (U_SUCCESS(kvStatus) && kLen > 0 && uprv_strcmp(ssKeyValue,"standard")==0) {
H A Duresbund.cpp2908 int32_t kLen = (int32_t)uprv_strlen(k); local
2910 ((valuesIndex+kLen+1+1) >= VALUES_BUF_SIZE)) { /* no more space in buffer (string + 2 nulls) */
2915 valuesIndex += kLen;
/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp100 const unsigned kLen = 32; local
101 char s[kLen];
102 unsigned len = kLen - 1;
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp1036 int32_t kLen = loc.getKeywordValue("cf", cfKeyValue, kKeyValueLenMax, kvStatus); local
1037 if (U_SUCCESS(kvStatus) && kLen > 0 && uprv_strcmp(cfKeyValue,"account")==0) {

Completed in 335 milliseconds