Searched refs:table0 (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/tests/ |
D | DataRefTest.cpp | 43 sk_sp<SkDataTable> table0(SkDataTable::MakeEmpty()); in test_emptytable() local 48 test_datatable_is_empty(reporter, table0.get()); in test_emptytable() 53 test_is_equal(reporter, table0.get(), table1.get()); in test_emptytable() 54 test_is_equal(reporter, table0.get(), table2.get()); in test_emptytable() 55 test_is_equal(reporter, table0.get(), table3.get()); in test_emptytable()
|
/third_party/flutter/skia/tests/ |
D | DataRefTest.cpp | 44 sk_sp<SkDataTable> table0(SkDataTable::MakeEmpty()); in test_emptytable() local 49 test_datatable_is_empty(reporter, table0.get()); in test_emptytable() 54 test_is_equal(reporter, table0.get(), table1.get()); in test_emptytable() 55 test_is_equal(reporter, table0.get(), table2.get()); in test_emptytable() 56 test_is_equal(reporter, table0.get(), table3.get()); in test_emptytable()
|
/third_party/flutter/skia/gm/ |
D | tablecolorfilter.cpp | 111 uint8_t table0[256]; make_table0(table0); in make_cf3() local 114 return SkTableColorFilter::MakeARGB(nullptr, table0, table1, table2); in make_cf3()
|
/third_party/skia/gm/ |
D | tablecolorfilter.cpp | 111 uint8_t table0[256]; make_table0(table0); in make_cf3() local 114 return SkTableColorFilter::MakeARGB(nullptr, table0, table1, table2); in make_cf3()
|
/third_party/ffmpeg/libavcodec/ |
D | dxv.c | 387 static int fill_optable(unsigned *table0, OpcodeTable *table1, int nb_elements) in fill_optable() argument 393 table2[0] = table0[0]; in fill_optable() 395 val0 = table0[i + 1] + table2[i]; in fill_optable() 412 memcpy(&table2[0], table0, 4 * nb_elements); in fill_optable() 798 uint8_t *dst, *table0[256] = { 0 }, *table1[256] = { 0 }; in dxv_decompress_yo() local 816 table0[0x9E3779B1 * (uint16_t)v >> 24] = dst; in dxv_decompress_yo() 823 &dst, &state, table0, table1, 0); in dxv_decompress_yo()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | icusvtst.cpp | 1452 Hashtable table0; in testCoverage() local 1453 lkFactory.updateVisibleIDs(table0, status); in testCoverage() 1454 if (table0.count() != 0) { in testCoverage()
|