Searched refs:kValues (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/v8/test/cctest/compiler/ |
D | test-run-properties.cc | 14 static const uint32_t kValues[] = { in TypedArrayLoadHelper() local 20 for (size_t i = 0; i < arraysize(kValues); ++i) { in TypedArrayLoadHelper() 21 values_builder.AddFormatted("a[%d] = 0x%08x;", i, kValues[i]); in TypedArrayLoadHelper() 41 SNPrintF(source_buffer, source, array_type, arraysize(kValues), in TypedArrayLoadHelper() 42 values_buffer.start(), array_type, arraysize(kValues), in TypedArrayLoadHelper() 48 for (size_t i = 0; i < arraysize(kValues); ++i) { in TypedArrayLoadHelper() 49 for (size_t j = 0; j < arraysize(kValues); ++j) { in TypedArrayLoadHelper() 50 volatile U value_a = static_cast<U>(kValues[i]); in TypedArrayLoadHelper() 51 volatile U value_b = static_cast<U>(kValues[j]); in TypedArrayLoadHelper() 77 static const uint32_t kValues[] = { in TypedArrayStoreHelper() local [all …]
|
D | value-helper.h | 83 static const uint32_t kValues[] = { in uint32_vector() local 92 return std::vector<uint32_t>(&kValues[0], &kValues[arraysize(kValues)]); in uint32_vector() 104 static const uint32_t kValues[31] = { in ror_vector() local 107 return std::vector<uint32_t>(&kValues[0], &kValues[arraysize(kValues)]); in ror_vector()
|
D | test-run-machops.cc | 4180 } kValues[] = {{0, 0}, in TEST() local 4238 for (size_t i = 0; i < arraysize(kValues); ++i) { in TEST() 4239 input = kValues[i].from; in TEST() 4240 uint64_t expected = static_cast<int64_t>(kValues[i].raw); in TEST()
|
/external/chromium_org/dbus/ |
D | values_util_unittest.cc | 357 const int32 kValues[] = {0, 1, 1, 2, 3, 5, 8, 13, 21}; in TEST() local 358 const std::vector<int32> values(kValues, kValues + arraysize(kValues)); in TEST()
|