/third_party/icu/icu4c/source/common/ |
H A D | unormcmp.cpp | 166 int32_t level1, level2; in unorm_cmpEquivFold() local 204 level1=level2=0; in unorm_cmpEquivFold() 218 if(level1==0) { in unorm_cmpEquivFold() 229 --level1; in unorm_cmpEquivFold() 230 start1=stack1[level1].start; /*Not uninitialized*/ in unorm_cmpEquivFold() 232 s1=stack1[level1].s; /*Not uninitialized*/ in unorm_cmpEquivFold() 233 limit1=stack1[level1].limit; /*Not uninitialized*/ in unorm_cmpEquivFold() 315 if( level1==0 && (options&U_COMPARE_IGNORE_CASE) && in unorm_cmpEquivFold() 340 ++level1; in unorm_cmpEquivFold() 405 if( level1< in unorm_cmpEquivFold() [all...] |
H A D | ustrcase.cpp | 1504 int32_t level1, level2; 1540 level1=level2=0; 1554 if(level1==0) { 1565 --level1; 1566 start1=stack1[level1].start; /*Not uninitialized*/ 1568 s1=stack1[level1].s; /*Not uninitialized*/ 1569 limit1=stack1[level1].limit; /*Not uninitialized*/ 1618 if(level1==0) { 1626 U_ASSERT(level1==1); 1695 if( level1 [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | unormcmp.cpp | 166 int32_t level1, level2; in unorm_cmpEquivFold() local 204 level1=level2=0; in unorm_cmpEquivFold() 218 if(level1==0) { in unorm_cmpEquivFold() 229 --level1; in unorm_cmpEquivFold() 230 start1=stack1[level1].start; /*Not uninitialized*/ in unorm_cmpEquivFold() 232 s1=stack1[level1].s; /*Not uninitialized*/ in unorm_cmpEquivFold() 233 limit1=stack1[level1].limit; /*Not uninitialized*/ in unorm_cmpEquivFold() 315 if( level1==0 && (options&U_COMPARE_IGNORE_CASE) && in unorm_cmpEquivFold() 340 ++level1; in unorm_cmpEquivFold() 405 if( level1< in unorm_cmpEquivFold() [all...] |
H A D | ustrcase.cpp | 1509 int32_t level1, level2; 1545 level1=level2=0; 1559 if(level1==0) { 1570 --level1; 1571 start1=stack1[level1].start; /*Not uninitialized*/ 1573 s1=stack1[level1].s; /*Not uninitialized*/ 1574 limit1=stack1[level1].limit; /*Not uninitialized*/ 1623 if(level1==0) { 1631 U_ASSERT(level1==1); 1700 if( level1 [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unormcmp.cpp | 166 int32_t level1, level2; in unorm_cmpEquivFold() local 204 level1=level2=0; in unorm_cmpEquivFold() 218 if(level1==0) { in unorm_cmpEquivFold() 229 --level1; in unorm_cmpEquivFold() 230 start1=stack1[level1].start; /*Not uninitialized*/ in unorm_cmpEquivFold() 232 s1=stack1[level1].s; /*Not uninitialized*/ in unorm_cmpEquivFold() 233 limit1=stack1[level1].limit; /*Not uninitialized*/ in unorm_cmpEquivFold() 315 if( level1==0 && (options&U_COMPARE_IGNORE_CASE) && in unorm_cmpEquivFold() 340 ++level1; in unorm_cmpEquivFold() 405 if( level1< in unorm_cmpEquivFold() [all...] |
H A D | ustrcase.cpp | 1422 int32_t level1, level2; in _cmpFold() local 1458 level1=level2=0; in _cmpFold() 1472 if(level1==0) { in _cmpFold() 1483 --level1; in _cmpFold() 1484 start1=stack1[level1].start; /*Not uninitialized*/ in _cmpFold() 1486 s1=stack1[level1].s; /*Not uninitialized*/ in _cmpFold() 1487 limit1=stack1[level1].limit; /*Not uninitialized*/ in _cmpFold() 1536 if(level1==0) { in _cmpFold() 1544 U_ASSERT(level1==1); in _cmpFold() 1613 if( level1 in _cmpFold() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Normalizer.java | 2131 int level1, level2; in cmpEquivFold() 2165 level1=level2=0; in cmpEquivFold() 2179 if(level1==0) { in cmpEquivFold() 2190 --level1; in cmpEquivFold() 2191 cs1=stack1[level1].cs; in cmpEquivFold() 2193 s1=stack1[level1].s; in cmpEquivFold() 2276 if( level1==0 && (options&COMPARE_IGNORE_CASE)!=0 && in cmpEquivFold() 2303 ++level1; in cmpEquivFold() 2372 if( level1<2 && (options&COMPARE_EQUIV)!=0 && in cmpEquivFold() 2397 stack1[level1] in cmpEquivFold() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Normalizer.java | 2191 int level1, level2; in cmpEquivFold() 2225 level1=level2=0; in cmpEquivFold() 2239 if(level1==0) { in cmpEquivFold() 2250 --level1; in cmpEquivFold() 2251 cs1=stack1[level1].cs; in cmpEquivFold() 2253 s1=stack1[level1].s; in cmpEquivFold() 2336 if( level1==0 && (options&COMPARE_IGNORE_CASE)!=0 && in cmpEquivFold() 2363 ++level1; in cmpEquivFold() 2432 if( level1<2 && (options&COMPARE_EQUIV)!=0 && in cmpEquivFold() 2457 stack1[level1] in cmpEquivFold() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | msmpeg4enc.c | 88 int level1, run1; in get_size_of_code() local 90 level1 = level - rl->max_level[last][run]; in get_size_of_code() 91 if (level1 < 1) in get_size_of_code() 93 code = get_rl_index(rl, last, run, level1); in get_size_of_code() 619 int level1, run1; in ff_msmpeg4_encode_block() local 621 level1 = level - rl->max_level[last][run]; in ff_msmpeg4_encode_block() 622 if (level1 < 1) in ff_msmpeg4_encode_block() 624 code = get_rl_index(rl, last, run, level1); in ff_msmpeg4_encode_block()
|
H A D | dvenc.c | 468 int level0, level1; in dv_set_class_number_hd() local 472 level1 = blk[zigzag_scan[i+1]]; in dv_set_class_number_hd() 476 bi->sign[i+1] = (level1>>31)&1; in dv_set_class_number_hd() 480 level1 = FFABS(level1); in dv_set_class_number_hd() 484 level1 = (level1*weight[i+1] + 4096 + (1<<17)) >> 18; in dv_set_class_number_hd() 488 bi->save[i+1] = level1; in dv_set_class_number_hd()
|
H A D | mpeg4videoenc.c | 1190 int level1, run1; in init_uni_mpeg4_rl_tab() local 1210 level1 = level - rl->max_level[last][run]; in init_uni_mpeg4_rl_tab() 1211 if (level1 > 0) { in init_uni_mpeg4_rl_tab() 1212 code = get_rl_index(rl, last, run, level1); in init_uni_mpeg4_rl_tab()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexCompareVerifier.cpp | 649 const ConstPixelBufferAccess& level1, 661 const int w1 = level1.getWidth(); 663 const int h1 = level1.getHeight(); 690 const float depth1 = lookupDepth(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT, j1, h1), coordZ); 703 const ConstPixelBufferAccess& level1, 718 const int w1 = level1.getWidth(); 720 const int h1 = level1.getHeight(); 775 depths1[0] = lookupDepth(level1, sampler, x0, y0, coordZ); 776 depths1[1] = lookupDepth(level1, sampler, x1, y0, coordZ); 777 depths1[2] = lookupDepth(level1, sample [all...] |
H A D | tcuTexLookupVerifier.cpp | 870 const ConstPixelBufferAccess& level1, in isNearestMipmapLinearSampleResultValid() 879 const int w1 = level1.getWidth(); in isNearestMipmapLinearSampleResultValid() 895 const Vec4 c1 = lookup<float>(level1, sampler, wrap(sampler.wrapS, i1, w1), coordY, 0); in isNearestMipmapLinearSampleResultValid() 906 const ConstPixelBufferAccess& level1, in isNearestMipmapLinearSampleResultValid() 915 const int w1 = level1.getWidth(); in isNearestMipmapLinearSampleResultValid() 917 const int h1 = level1.getHeight(); in isNearestMipmapLinearSampleResultValid() 943 const Vec4 c1 = lookup<float>(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT, j1, h1), coordZ); in isNearestMipmapLinearSampleResultValid() 956 const ConstPixelBufferAccess& level1, in isNearestMipmapLinearSampleResultValid() 964 const int w1 = level1.getWidth(); in isNearestMipmapLinearSampleResultValid() 966 const int h1 = level1 in isNearestMipmapLinearSampleResultValid() 869 isNearestMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const float coord, const int coordY, const Vec2& fBounds, const Vec4& result) isNearestMipmapLinearSampleResultValid() argument 905 isNearestMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, const int coordZ, const Vec2& fBounds, const Vec4& result) isNearestMipmapLinearSampleResultValid() argument 955 isNearestMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, const Vec2& fBounds, const Vec4& result) isNearestMipmapLinearSampleResultValid() argument 1018 isLinearMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const float coordX, const int coordY, const Vec2& fBounds, const Vec4& result) isLinearMipmapLinearSampleResultValid() argument 1098 isLinearMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, const int coordZ, const Vec2& fBounds, const Vec4& result) isLinearMipmapLinearSampleResultValid() argument 1201 isLinearMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, const Vec2& fBounds, const Vec4& result) isLinearMipmapLinearSampleResultValid() argument 1357 isMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const Sampler::FilterMode levelFilter, const LookupPrecision& prec, const float coordX, const int coordY, const Vec2& fBounds, const Vec4& result) isMipmapLinearSampleResultValid() argument 1373 isMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const Sampler::FilterMode levelFilter, const LookupPrecision& prec, const Vec2& coord, const int coordZ, const Vec2& fBounds, const Vec4& result) isMipmapLinearSampleResultValid() argument 2007 isMipmapLinearSampleResultValid(const ConstPixelBufferAccess& level0, const ConstPixelBufferAccess& level1, const Sampler& sampler, const Sampler::FilterMode levelFilter, const LookupPrecision& prec, const Vec3& coord, const Vec2& fBounds, const Vec4& result) isMipmapLinearSampleResultValid() argument [all...] |
H A D | tcuTexture.cpp | 2643 int level1 = de::min(maxLevel, level0 + 1); in sampleLevelArray1DOffset() local 2647 tcu::Vec4 t1 = levels[level1].sample1DOffset(sampler, levelFilter, s, offset); in sampleLevelArray1DOffset() 2697 const int level1 = de::min(level0 + 1, maxLevel); in sampleLevelArray2DOffset() local 2698 tcu::Vec4 t1 = levels[level1].sample2DOffset(sampler, filterMode, s, t, offset); in sampleLevelArray2DOffset() 2734 int level1 = de::min(maxLevel, level0 + 1); in sampleLevelArray2DOffset() local 2747 tcu::Vec4 t1 = levels[level1].sample2DOffset(sampler, levelFilter, s, t, offset); in sampleLevelArray2DOffset() 2790 const int level1 = de::min(level0 + 1, maxLevel); in sampleLevelArray3DOffset() local 2791 tcu::Vec4 t1 = levels[level1].sample3DOffset(sampler, filterMode, s, t, r, offset); in sampleLevelArray3DOffset() 2816 int level1 = de::min(maxLevel, level0 + 1); in sampleLevelArray3DOffset() local 2820 tcu::Vec4 t1 = levels[level1] in sampleLevelArray3DOffset() 2856 int level1 = de::min(maxLevel, level0 + 1); sampleLevelArray1DCompare() local 2896 int level1 = de::min(maxLevel, level0 + 1); sampleLevelArray2DCompare() local [all...] |
/third_party/googletest/googletest/include/gtest/hwext/ |
H A D | gtest-tag.h | 99 static const int level1 = Level1; member in testing::ext::RankSet
|
/third_party/googletest/googletest/src/hwext/ |
H A D | gtest-tag.cc | 143 element("Level1", level1);
in RankSet()
|
/third_party/python/Lib/test/ |
H A D | test_exception_group.py | 633 def level1(i): function 644 for f, arg in [(level1, i), (level1, i+1), (raiseVE, i+2)]:
|
H A D | test_os.py | 2751 level1 = os.path.abspath(os_helper.TESTFN) 2752 level2 = os.path.join(level1, "level2") 2754 self.addCleanup(os_helper.rmtree, level1) 2756 os.mkdir(level1) 2760 file1 = os.path.abspath(os.path.join(level1, "file1")) 2774 os.chdir(level1)
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | vars_tests.cpp | 2180 nir_deref_instr *level1 = nir_build_deref_array_imm(b, level0, j); in TEST_F() local 2181 nir_store_deref(b, level1, nir_load_var(b, in[i]), 1); in TEST_F() 2235 nir_deref_instr *level1 = nir_build_deref_array_imm(b, level0, j); in TEST_F() local 2236 nir_store_deref(b, level1, nir_load_var(b, in[i]), 1); in TEST_F() 2266 nir_deref_instr *level1 = nir_build_deref_array(b, level0, nir_iadd(b, &ind_deref->dest.ssa, nir_imm_int(b, j))); in TEST_F() local 2267 nir_store_deref(b, level1, nir_load_var(b, in[i]), 1); in TEST_F()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ULocaleTest.java | 991 String level1 = ULocale.getName(source); in TestCanonicalization() 992 if (!level1.equals(level1Expected)) { in TestCanonicalization() 994 "' expected: '" + level1Expected + "' but got: '" + level1 + "'"); in TestCanonicalization() 996 logln("Ulocale.getName for: '" + source + "' returned: '" + level1 + "'"); in TestCanonicalization()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ULocaleTest.java | 1006 String level1 = ULocale.getName(source); in TestCanonicalization() 1007 if (!level1.equals(level1Expected)) { in TestCanonicalization() 1009 "' expected: '" + level1Expected + "' but got: '" + level1 + "'"); in TestCanonicalization() 1011 logln("Ulocale.getName for: '" + source + "' returned: '" + level1 + "'"); in TestCanonicalization()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | CopyCommandsValidationTests.cpp | 168 uint32_t level1, in TestBothT2TCopies() 174 TestT2TCopy(expectation, texture1, level1, origin1, texture2, level2, origin2, extent3D); in TestBothT2TCopies() 175 TestT2TCopy(expectation, texture2, level2, origin2, texture1, level1, origin1, extent3D); in TestBothT2TCopies() 166 TestBothT2TCopies(utils::Expectation expectation, wgpu::Texture texture1, uint32_t level1, wgpu::Origin3D origin1, wgpu::Texture texture2, uint32_t level2, wgpu::Origin3D origin2, wgpu::Extent3D extent3D) TestBothT2TCopies() argument
|
/third_party/json/tests/src/ |
H A D | unit-regression1.cpp | 1087 json j = R"({"bool_value":true,"double_value":2.0,"int_value":10,"level1":{"list_value":[3,"hi",false],"tmp":5.0},"string_value":"hello"})"_json;
|
/third_party/python/Objects/ |
H A D | unicodeobject.c | 8369 unsigned char level1[32]; member 8409 unsigned char level1[32]; in PyUnicode_BuildEncodingMap() local 8426 memset(level1, 0xFF, sizeof level1); in PyUnicode_BuildEncodingMap() 8446 if (level1[l1] == 0xFF) in PyUnicode_BuildEncodingMap() 8447 level1[l1] = count2++; in PyUnicode_BuildEncodingMap() 8489 mlevel1 = mresult->level1; in PyUnicode_BuildEncodingMap() 8492 memcpy(mlevel1, level1, 32); in PyUnicode_BuildEncodingMap() 8528 i = map->level1[l1]; in encoding_map_lookup()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiditst.c | 4954 UBiDiLevel level1 = ubidi_getLevelAt(bidi, 1); in TestExplicitLevel0() local 4955 if (level0 != 1 || level1 != 1) { in TestExplicitLevel0() 4956 log_err("resolved levels != 1: { %d, %d }\n", level0, level1); in TestExplicitLevel0()
|