/third_party/ffmpeg/libavformat/ |
H A D | scd.c | 57 SCDOffsetTable table1; /* Table 1, contains the track info. */ member 125 ctx->hdr.table1.count = AV_RB16(buf + 2); in scd_read_offsets() 129 ctx->hdr.table1.offset = AV_RB32(buf + 12); in scd_read_offsets() 137 if ((ret = scd_read_table(s, &ctx->hdr.table1)) < 0) in scd_read_offsets() 163 hoffset = ctx->hdr.table1.entries[index]; in scd_read_track() 269 ctx->tracks = av_calloc(ctx->hdr.table1.count, sizeof(SCDTrackHeader)); in scd_read_header() 273 for (int i = 0; i < ctx->hdr.table1.count; i++) { in scd_read_header() 278 if (ctx->hdr.table1.count == 0) in scd_read_header() 293 for (int i = 0; i < ctx->hdr.table1.count; i++) { in scd_read_packet() 298 ctx->current_track %= ctx->hdr.table1 in scd_read_packet() [all...] |
/third_party/ltp/testscripts/ |
H A D | ltpdmmapper.sh | 67 echo "0 10240 linear " $part1 "0" > ltp-dev-mapper-table1 74 dmsetup create dm-test-1 ltp-dev-mapper-table1 127 dmsetup create dm-test-1 ltp-dev-mapper-table1 146 echo "0 102400 linear " $part1 "0" > ltp-dev-mapper-table1 153 dmsetup reload dm-test-1-new ltp-dev-mapper-table1
|
/third_party/skia/bench/ |
H A D | ImageFilterCollapse.cpp | 79 table1[i] = (n << 5) | (n << 2) | (n >> 1); 88 SkTableColorFilter::Make(table1), 97 uint8_t table1[256], table2[256], table3[256]; member in TableCollapseBench
|
/third_party/skia/tests/ |
H A D | DataRefTest.cpp | 44 sk_sp<SkDataTable> table1(SkDataTable::MakeCopyArrays(nullptr, nullptr, 0)); in test_emptytable() 49 test_datatable_is_empty(reporter, table1.get()); in test_emptytable() 53 test_is_equal(reporter, table0.get(), table1.get()); in test_emptytable()
|
/third_party/skia/gm/ |
H A D | tablecolorfilter.cpp | 112 uint8_t table1[256]; make_table1(table1); in make_cf3() local 114 return SkTableColorFilter::MakeARGB(nullptr, table0, table1, table2); in make_cf3()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | sfwoff.c | 76 WOFF_Table table1 = *(WOFF_Table*)a; in compare_offsets() local 79 FT_ULong offset1 = table1->Offset; in compare_offsets()
|
H A D | sfwoff2.c | 106 WOFF2_Table table1 = *(WOFF2_Table*)a; in compare_tags() local 109 FT_Tag tag1 = table1->Tag; in compare_tags()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dxv.c | 387 static int fill_optable(unsigned *table0, OpcodeTable *table1, int nb_elements) in fill_optable() argument 406 for (table1[x].val1 = k; k < 256 && j > table2[k]; k++); in fill_optable() 415 val0 = table1[i].val1; in fill_optable() 421 table1[i].val2 = 10 - x; in fill_optable() 422 table1[i].next = (val1 << table1[i].val2) - 1024; in fill_optable() 798 uint8_t *dst, *table0[256] = { 0 }, *table1[256] = { 0 }; in dxv_decompress_yo() local 818 table1[0x9E3779B1 * (AV_RL32(dst + 2) & 0xFFFFFF) >> 24] = dst + 2; in dxv_decompress_yo() 823 &dst, &state, table0, table1, 0); in dxv_decompress_yo()
|
H A D | huffyuvdec.c | 593 #define GET_VLC_DUAL(dst0, dst1, name, gb, dtable, table1, table2, \ 601 VLC_INTERN(dst0, table1, gb, name, bits, max_depth); \
|
/third_party/astc-encoder/Source/UnitTest/ |
H A D | test_simd.cpp | 1963 vint4 table1(0x10111213, 0x14151617, 0x18191a1b, 0x1c1d1e1f); in TEST() 1966 vtable_prepare(table0, table1, table0p, table1p); in TEST() 1982 vint4 table1(0x10111213, 0x14151617, 0x18191a1b, 0x1c1d1e1f); in TEST() 1987 vtable_prepare(table0, table1, table2, table3, table0p, table1p, table2p, table3p); in TEST() 3501 vint4 table1(0x10111213, 0x14151617, 0x18191a1b, 0x1c1d1e1f); in TEST() 3504 vtable_prepare(table0, table1, table0p, table1p); in TEST() 3524 vint4 table1(0x10111213, 0x14151617, 0x18191a1b, 0x1c1d1e1f); in TEST() 3529 vtable_prepare(table0, table1, table2, table3, table0p, table1p, table2p, table3p); in TEST()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Bidi.java | 2884 ImpTabPair(byte[][] table1, byte[][] table2, in ImpTabPair() argument 2886 imptab = new byte[][][] {table1, table2}; in ImpTabPair()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Bidi.java | 2850 ImpTabPair(byte[][] table1, byte[][] table2, in ImpTabPair() argument 2852 imptab = new byte[][][] {table1, table2}; in ImpTabPair()
|
/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/
... |