Home
last modified time | relevance | path

Searched refs:bufferLen (Results 1 - 25 of 30) sorted by relevance

12

/third_party/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.cpp205 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,buffer, bufferLen, uselen); in TestICU_NFC_Orig_Text()
234 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,buffer,bufferLen, uselen); in TestICU_NFD_Orig_Text()
264 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,buffer,bufferLen, uselen); in TestICU_FCD_Orig_Text()
293 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,buffer,bufferLen, uselen); in TestWin_NFC_Orig_Text()
322 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,buffer,bufferLen, uselen); in TestWin_NFD_Orig_Text()
351 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,buffer, bufferLen, UNORM_NFC, options,uselen); in TestQC_NFC_Orig_Text()
379 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,buffer, bufferLen, UNORM_NFD, options,uselen); in TestQC_NFD_Orig_Text()
407 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,buffer, bufferLen, UNORM_FCD, options,uselen); in TestQC_FCD_Orig_Text()
436 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,buffer, bufferLen, UNORM_NFC, options,uselen); in TestIsNormalized_NFC_Orig_Text()
464 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,buffer, bufferLen, UNORM_NF in TestIsNormalized_NFD_Orig_Text()
[all...]
/third_party/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp60 countInputCodePoints = u_countChar32(buffer, bufferLen); in UTrie2PerfTest()
63 u_strToUTF8(NULL, 0, &utf8Length, buffer, bufferLen, &status); in UTrie2PerfTest()
68 u_strToUTF8(utf8, utf8Length, NULL, buffer, bufferLen, &status); in UTrie2PerfTest()
77 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, in UTrie2PerfTest()
87 int32_t getBufferLen() const { return bufferLen; } in getBufferLen()
/third_party/skia/experimental/wasm-skp-debugger/
H A Dcpu.js28 var bufferLen = width * height * 4; // 4 bytes per pixel
30 var pixelPtr = DebuggerView._malloc(bufferLen);
46 surface._bufferLen = bufferLen;
/third_party/icu/icu4c/source/test/perf/unisetperf/
H A Dunisetperf.cpp65 countInputCodePoints = u_countChar32(buffer, bufferLen); in UnicodeSetPerformanceTest()
70 u_strToUTF8(NULL, 0, &utf8Length, buffer, bufferLen, &status); in UnicodeSetPerformanceTest()
75 u_strToUTF8(utf8, utf8Length, NULL, buffer, bufferLen, &status); in UnicodeSetPerformanceTest()
84 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, (long)spanCount, in UnicodeSetPerformanceTest()
85 (double)countInputCodePoints/spanCount, (double)bufferLen/spanCount, (double)utf8Length/spanCount, in UnicodeSetPerformanceTest()
122 int32_t getBufferLen() const { return bufferLen; } in getBufferLen()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dtoolutil.cpp216 const char* buffer, int32_t bufferLen, in uprv_compareGoldenFiles()
223 ofs.write(buffer, bufferLen); in uprv_compareGoldenFiles()
231 while (ifs.get(c) && pos < bufferLen) { in uprv_compareGoldenFiles()
238 if (pos == bufferLen && ifs.eof()) { in uprv_compareGoldenFiles()
215 uprv_compareGoldenFiles( const char* buffer, int32_t bufferLen, const char* goldenFilePath, bool overwrite) uprv_compareGoldenFiles() argument
H A Dtoolutil.h133 const char* buffer, int32_t bufferLen,
/third_party/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp216 const char* buffer, int32_t bufferLen, in uprv_compareGoldenFiles()
223 ofs.write(buffer, bufferLen); in uprv_compareGoldenFiles()
231 while (ifs.get(c) && pos < bufferLen) { in uprv_compareGoldenFiles()
238 if (pos == bufferLen && ifs.eof()) { in uprv_compareGoldenFiles()
215 uprv_compareGoldenFiles( const char* buffer, int32_t bufferLen, const char* goldenFilePath, bool overwrite) uprv_compareGoldenFiles() argument
H A Dtoolutil.h133 const char* buffer, int32_t bufferLen,
/third_party/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp91 countInputCodePoints = u_countChar32(buffer, bufferLen); in UtfPerformanceTest()
92 u_strToUTF8(utf8, (int32_t)sizeof(utf8), &utf8Length, buffer, bufferLen, &status); in UtfPerformanceTest()
99 int32_t getBufferLen() const { return bufferLen; } in getBufferLen()
/third_party/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp89 buffer(NULL), bufferLen(0), in UPerfTest()
105 buffer(NULL), bufferLen(0), in UPerfTest()
257 u_strncpy(buffer,ucbuf_getBuffer(ucharBuf,&bufferLen,&status),len); in getBuffer()
259 len = bufferLen; in getBuffer()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Duperf.cpp89 buffer(NULL), bufferLen(0), in UPerfTest()
105 buffer(NULL), bufferLen(0), in UPerfTest()
257 u_strncpy(buffer,ucbuf_getBuffer(ucharBuf,&bufferLen,&status),len); in getBuffer()
259 len = bufferLen; in getBuffer()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducol.cpp561 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen) { in ucol_getRulesEx() argument
567 if(buffer != NULL && bufferLen > 0) { in ucol_getRulesEx()
569 return rules.extract(buffer, bufferLen, errorCode); in ucol_getRulesEx()
/third_party/musl/Benchmark/musl/
H A Dlibc_stdlib.cpp255 const int bufferLen = 4096;
258 char resolvedPath[bufferLen];
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp253 int bufferLen; member
680 if (caseDef.bufferLen == 0) in generateLayout()
705 layout.refData.resize(caseDef.bufferLen & (formatIsR64(caseDef.format) ? ~7: ~3)); in generateLayout()
706 for (unsigned int i = 0; i < caseDef.bufferLen / (formatIsR64(caseDef.format) ? sizeof(deUint64) : sizeof(deUint32)); ++i) in generateLayout()
1391 int len = m_data.bufferLen & (formatIsR64(format) ? ~7 : ~3); in initPrograms()
1895 (VkDeviceSize)(m_data.bufferLen ? m_data.bufferLen : 1), in iterate()
1921 size = m_data.bufferLen; in iterate()
1930 deMemset(bufferPtr, 0, m_data.bufferLen); in iterate()
1934 deMemset(bufferPtr, 0, deIntRoundToPow2(m_data.bufferLen, (in in iterate()
3805 bool bufferLen = lenCases[lenNdx].count != 0; createTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp246 int bufferLen; member
721 if (caseDef.bufferLen == 0) in generateLayout()
746 layout.refData.resize(caseDef.bufferLen & (formatIsR64(caseDef.format) ? ~7: ~3)); in generateLayout()
747 for (unsigned int i = 0; i < caseDef.bufferLen / (formatIsR64(caseDef.format) ? sizeof(deUint64) : sizeof(deUint32)); ++i) in generateLayout()
1432 int len = m_data.bufferLen & (formatIsR64(format) ? ~7 : ~3); in initPrograms()
1928 (VkDeviceSize)(m_data.bufferLen ? m_data.bufferLen : 1), in iterate()
1954 size = m_data.bufferLen; in iterate()
1963 deMemset(bufferPtr, 0, m_data.bufferLen); in iterate()
1967 deMemset(bufferPtr, 0, deIntRoundToPow2(m_data.bufferLen, (in in iterate()
3327 bool bufferLen = lenCases[lenNdx].count != 0; createTests() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ducol.cpp567 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen) { in ucol_getRulesEx() argument
573 if(buffer != NULL && bufferLen > 0) { in ucol_getRulesEx()
575 return rules.extract(buffer, bufferLen, errorCode); in ucol_getRulesEx()
/third_party/node/deps/icu-small/source/i18n/
H A Ducol.cpp567 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, char16_t *buffer, int32_t bufferLen) { in ucol_getRulesEx() argument
573 if(buffer != nullptr && bufferLen > 0) { in ucol_getRulesEx()
575 return rules.extract(buffer, bufferLen, errorCode); in ucol_getRulesEx()
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
H A Duperf.h181 int32_t bufferLen; member in UPerfTest
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
H A Duperf.h181 int32_t bufferLen; member in UPerfTest
/third_party/python/PC/
H A Dlauncher.c1690 DWORD bufferLen = MAX_PATH; in get_process_name() local
1691 DWORD len = bufferLen; in get_process_name()
1695 r = (wchar_t *)malloc(bufferLen * sizeof(wchar_t)); in get_process_name()
1700 len = GetModuleFileNameW(NULL, r, bufferLen); in get_process_name()
1705 } else if (len == bufferLen && in get_process_name()
1709 bufferLen *= 2; in get_process_name()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Ducol.h1375 * Returns number of UChars needed to store rules. If buffer is NULL or bufferLen is not enough
1383 * @param bufferLen length of buffer to store rules in. If less than needed you'll get only the part that fits in.
1389 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
/third_party/icu/icu4c/source/i18n/unicode/
H A Ducol.h1365 * Returns number of UChars needed to store rules. If buffer is NULL or bufferLen is not enough
1373 * @param bufferLen length of buffer to store rules in. If less than needed you'll get only the part that fits in.
1379 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Ducol.h1353 * Returns number of UChars needed to store rules. If buffer is NULL or bufferLen is not enough
1361 * @param bufferLen length of buffer to store rules in. If less than needed you'll get only the part that fits in.
1367 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
/third_party/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c873 int32_t bufferLen = 0; in TestJB581() local
912 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut); in TestJB581()
913 if (memcmp(sourceKeyArray, targetKeyArray, bufferLen) != 0) in TestJB581()
/third_party/python/Tools/msi/bundle/bootstrap/
H A DPythonBootstrapperApplication.cpp572 DWORD dataType = 0, buffer = 0, bufferLen = sizeof(buffer); in SuccessPage_Show() local
583 (LPBYTE)&buffer, &bufferLen); in SuccessPage_Show()
2885 DWORD bufferLen = sizeof(buffer); in LoadTargetDirFromKey() local
2899 res = RegQueryValueExW(hKey, nullptr, nullptr, &dataType, buffer, &bufferLen); in LoadTargetDirFromKey()
2900 if (res == ERROR_SUCCESS && dataType == REG_SZ && bufferLen < sizeof(buffer)) { in LoadTargetDirFromKey()

Completed in 39 milliseconds

12