Home
last modified time | relevance | path

Searched refs:length32 (Results 1 – 9 of 9) sorted by relevance

/third_party/gptfdisk/
Dmbr.cc109 uint32_t start32, length32; in DeleteByLocation() local
114 length32 = (uint32_t) length64; in DeleteByLocation()
117 && (partitions[i].GetLengthLBA() == length32)) { in DeleteByLocation()
/third_party/node/deps/npm/node_modules/uuid/lib/
Dmd5-browser.js46 var length32 = input.length * 32;
50 for (i = 0; i < length32; i += 8) {
/third_party/icu/icu4c/source/test/cintltst/
Dtrie2test.c1342 int32_t length16, length32; in testTrie2FromTrie1() local
1367 length32=utrie_serialize(newTrie1_32, memory1_32, sizeof(memory1_32), in testTrie2FromTrie1()
1370 utrie_unserialize(&trie1_32, memory1_32, length32, &errorCode); in testTrie2FromTrie1()
/third_party/pcre2/pcre2/src/
Dpcre2_jit_test.c1192 int length32; in regression_tests() local
1457length32 = convert_utf8_to_utf32((PCRE2_SPTR8)current->input, regtest_buf32, regtest_offsetmap32, … in regression_tests()
1459length32 = copy_char8_to_char32((PCRE2_SPTR8)current->input, regtest_buf32, REGTEST_MAX_LENGTH32); in regression_tests()
1461 return_value32[1] = pcre2_match_32(re32, regtest_buf32, length32, in regression_tests()
1468 return_value32[0] = pcre2_match_32(re32, regtest_buf32, length32, in regression_tests()
1472 return_value32[0] = pcre2_jit_match_32(re32, regtest_buf32, length32, in regression_tests()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dunistr.cpp1013 int32_t length32=0; in toUTF32() local
1016 u_strToUTF32WithSub(utf32, capacity, &length32, in toUTF32()
1022 return length32; in toUTF32()
/third_party/skia/third_party/externals/icu/source/common/
Dunistr.cpp1012 int32_t length32=0; in toUTF32() local
1015 u_strToUTF32WithSub(utf32, capacity, &length32, in toUTF32()
1021 return length32; in toUTF32()
/third_party/icu/icu4c/source/common/
Dunistr.cpp1012 int32_t length32=0; in toUTF32() local
1015 u_strToUTF32WithSub(utf32, capacity, &length32, in toUTF32()
1021 return length32; in toUTF32()
/third_party/node/deps/icu-small/source/common/
Dunistr.cpp1012 int32_t length32=0; in toUTF32() local
1015 u_strToUTF32WithSub(utf32, capacity, &length32, in toUTF32()
1021 return length32; in toUTF32()
/third_party/icu/icu4c/source/test/intltest/
Dustrtest.cpp1849 int32_t length32 = in TestUTF32() local
1852 if( length32 != UPRV_LENGTHOF(expected_utf32) || in TestUTF32()
1853 0 != uprv_memcmp(result32, expected_utf32, length32*4) || in TestUTF32()
1854 result32[length32] != 0 in TestUTF32()