Home | History | Annotate | Download | only in compiler

Lines Matching refs:kValues

13   static const uint32_t kValues[] = {
19 for (size_t i = 0; i < arraysize(kValues); ++i) {
20 values_builder.AddFormatted("a[%d] = 0x%08x;", i, kValues[i]);
39 SNPrintF(source_buffer, source, array_type, arraysize(kValues),
40 values_buffer.start(), array_type, arraysize(kValues),
46 for (size_t i = 0; i < arraysize(kValues); ++i) {
47 for (size_t j = 0; j < arraysize(kValues); ++j) {
48 volatile U value_a = static_cast<U>(kValues[i]);
49 volatile U value_b = static_cast<U>(kValues[j]);
75 static const uint32_t kValues[] = {
81 for (size_t i = 0; i < arraysize(kValues); ++i) {
82 values_builder.AddFormatted("a[%d] = 0x%08x;", i, kValues[i]);
107 SNPrintF(source_buffer, source, array_type, arraysize(kValues),
108 values_buffer.start(), array_type, arraysize(kValues),
114 for (size_t i = 0; i < arraysize(kValues); ++i) {
115 for (size_t j = 0; j < arraysize(kValues); ++j) {
116 volatile U value_a = static_cast<U>(kValues[i]);
117 volatile U value_b = static_cast<U>(kValues[j]);