Home
last modified time | relevance | path

Searched refs:kLen (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cc177 const int kLen = 16 * 1024; in Printf() local
178 InternalScopedBuffer<char> buffer(kLen); in Printf()
181 int needed_length = VSNPrintf(buffer.data(), kLen, format, args); in Printf()
183 RAW_CHECK_MSG(needed_length < kLen, "Buffer in Printf is too short!\n"); in Printf()
203 const int kLen = 16 * 1024; in Report() local
218 RAW_CHECK_MSG(needed_length < kLen, "Buffer in Report is too short!\n"); in Report()
231 RAW_CHECK_MSG(needed_length < kLen, "Buffer in Report is too short!\n"); in Report()
235 buffer = (char*)MmapOrDie(kLen, "Report"); in Report()
236 cur_size = kLen; in Report()
/external/compiler-rt/lib/asan/tests/
Dasan_benchmarks_test.cc45 size_t kLen = 1024; in TEST() local
46 int *int_array = new int[kLen]; in TEST()
47 ManyAccessFunc(int_array, kLen, 1 << 24); in TEST()
/external/icu4c/test/cintltst/
Dccolltst.c58 uint32_t kLen = (uint32_t)strlen((const char *)sourceKey); in dumpSk() local
63 for(i = 0; i<kLen; i++) { in dumpSk()
Dcmsccoll.c4923 int32_t rLen, tLen, ruleLen, sLen, kLen; in TestVI5913() local
5032 kLen=ucol_getSortKey(coll, tailorData[0], tLen, expColl, 100); in TestVI5913()
5036 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) { in TestVI5913()
5049 kLen=ucol_getSortKey(coll, tailorData2[0], tLen, expColl, 100); in TestVI5913()
5053 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) { in TestVI5913()
5066 kLen=ucol_getSortKey(coll, tailorData3[3], tLen, expColl, 100); in TestVI5913()
5071 if ( kLen!=rLen || uprv_memcmp(expColl, resColl, rLen*sizeof(uint8_t))!=0 ) { in TestVI5913()
/external/icu4c/common/
Duresbund.cpp2748 int32_t kLen = (int32_t)uprv_strlen(k); in ures_getKeywordValues() local
2753 … ((valuesIndex+kLen+1+1) >= VALUES_BUF_SIZE)) { /* no more space in buffer (string + 2 nulls) */ in ures_getKeywordValues()
2758 valuesIndex += kLen; in ures_getKeywordValues()