Searched refs:table0 (Results 1 – 5 of 5) 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/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()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-objects.cc | 1312 Handle<WasmIndirectFunctionTable> table0 = in SetIndirectFunctionTableShortcuts() local 1314 set_indirect_function_table_size(table0->size()); in SetIndirectFunctionTableShortcuts() 1315 set_indirect_function_table_refs(table0->refs()); in SetIndirectFunctionTableShortcuts() 1316 set_indirect_function_table_sig_ids(table0->sig_ids()); in SetIndirectFunctionTableShortcuts() 1317 set_indirect_function_table_targets(table0->targets()); in SetIndirectFunctionTableShortcuts()
|