/third_party/icu/icu4c/source/common/ |
H A D | unormcmp.cpp | 166 int32_t level1, level2; in unorm_cmpEquivFold() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | unormcmp.cpp | 166 int32_t level1, level2; in unorm_cmpEquivFold() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unormcmp.cpp | 166 int32_t level1, level2; in unorm_cmpEquivFold() local [all...] |
H A D | ustrcase.cpp | 1422 int32_t level1, level2; in _cmpFold() 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/ffmpeg/libavcodec/ |
H A D | msmpeg4enc.c | 88 int level1, run1; in get_size_of_code() local 619 int level1, run1; in ff_msmpeg4_encode_block() local
|
H A D | dvenc.c | 468 int level0, level1; in dv_set_class_number_hd() local
|
H A D | mpeg4videoenc.c | 1190 int level1, run1; in init_uni_mpeg4_rl_tab() local
|
/third_party/python/Lib/test/ |
H A D | test_exception_group.py | 633 def level1(i): function
|
/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 2235 nir_deref_instr *level1 = nir_build_deref_array_imm(b, level0, j); in TEST_F() local 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
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | CopyCommandsValidationTests.cpp | 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/ntfs-3g/libntfs-3g/ |
H A D | security.c | 4321 le32 level1; in ntfs_build_mapping() member
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexLookupVerifier.cpp | 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 2697 const int level1 = de::min(level0 + 1, maxLevel); in sampleLevelArray2DOffset() local 2734 int level1 = de::min(maxLevel, level0 + 1); in sampleLevelArray2DOffset() local 2790 const int level1 = de::min(level0 + 1, maxLevel); in sampleLevelArray3DOffset() local 2816 int level1 = de::min(maxLevel, level0 + 1); in sampleLevelArray3DOffset() local 2856 int level1 = de::min(maxLevel, level0 + 1); sampleLevelArray1DCompare() local 2896 int level1 = de::min(maxLevel, level0 + 1); sampleLevelArray2DCompare() local [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiditst.c | 4954 UBiDiLevel level1 = ubidi_getLevelAt(bidi, 1); in TestExplicitLevel0() local
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfssecaudit.c | 1879 le32 level1; in local_build_mapping() member
|
/third_party/python/Objects/ |
H A D | unicodeobject.c | 8369 unsigned char level1[32]; member 8409 unsigned char level1[32]; in PyUnicode_BuildEncodingMap() local
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |