Home
last modified time | relevance | path

Searched refs:i (Results 1 – 25 of 11151) sorted by relevance

12345678910>>...447

/third_party/skia/resources/sksl/runtime_errors/
DProgramTooLarge_FlatLoop.rts2 int i;
5 ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; // 1000
6 ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; // 2000
7 ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; // 3000
8 ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; // 4000
9 ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; // 5000
10 ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; // 6000
11 ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; // 7000
12 ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; // 8000
13 ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; // 9000
[all …]
/third_party/skia/resources/sksl/runtime/
DLargeProgram_FlatLoop.rts2 int i;
5 ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; // 1000
6 ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; // 2000
7 ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; // 3000
8 ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; // 4000
9 ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; // 5000
10 ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; // 6000
11 ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; // 7000
12 ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; // 8000
13 ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; ++i; // 9000
[all …]
/third_party/skia/tests/sksl/runtime/
DLargeProgram_FlatLoop.stage3 int i;
6 ++i;
7 ++i;
8 ++i;
9 ++i;
10 ++i;
11 ++i;
12 ++i;
13 ++i;
14 ++i;
[all …]
/third_party/typescript/tests/cases/compiler/
DdeeplyDependentLargeArrayMutation2.ts11 let i = 0;
13 arr[i++] = arr[i] + 1;
14 arr[i++] = arr[i] + 1;
15 arr[i++] = arr[i] + 1;
16 arr[i++] = arr[i] + 1;
17 arr[i++] = arr[i] + 1;
18 arr[i++] = arr[i] + 1;
19 arr[i++] = arr[i] + 1;
20 arr[i++] = arr[i] + 1;
21 arr[i++] = arr[i] + 1;
[all …]
/third_party/curl/tests/libtest/
Dlib557.c124 int i, j; in test_unsigned_short_formatting() local
130 i = 1; us_test[i].num = 0xFFU; us_test[i].expected = "256"; in test_unsigned_short_formatting()
131 i++; us_test[i].num = 0xF0U; us_test[i].expected = "240"; in test_unsigned_short_formatting()
132 i++; us_test[i].num = 0x0FU; us_test[i].expected = "15"; in test_unsigned_short_formatting()
134 i++; us_test[i].num = 0xE0U; us_test[i].expected = "224"; in test_unsigned_short_formatting()
135 i++; us_test[i].num = 0x0EU; us_test[i].expected = "14"; in test_unsigned_short_formatting()
137 i++; us_test[i].num = 0xC0U; us_test[i].expected = "192"; in test_unsigned_short_formatting()
138 i++; us_test[i].num = 0x0CU; us_test[i].expected = "12"; in test_unsigned_short_formatting()
140 i++; us_test[i].num = 0x01U; us_test[i].expected = "1"; in test_unsigned_short_formatting()
141 i++; us_test[i].num = 0x00U; us_test[i].expected = "0"; in test_unsigned_short_formatting()
[all …]
/third_party/typescript/tests/baselines/reference/
DdeeplyDependentLargeArrayMutation2.types10 let i = 0;
11 >i : number
18 arr[i++] = arr[i] + 1;
19 >arr[i++] = arr[i] + 1 : any
20 >arr[i++] : any
22 >i++ : number
23 >i : number
24 >arr[i] + 1 : any
25 >arr[i] : any
27 >i : number
[all …]
DdeeplyDependentLargeArrayMutation2.symbols10 let i = 0;
11 >i : Symbol(i, Decl(foo.js, 6, 7))
16 arr[i++] = arr[i] + 1;
18 >i : Symbol(i, Decl(foo.js, 6, 7))
20 >i : Symbol(i, Decl(foo.js, 6, 7))
22 arr[i++] = arr[i] + 1;
24 >i : Symbol(i, Decl(foo.js, 6, 7))
26 >i : Symbol(i, Decl(foo.js, 6, 7))
28 arr[i++] = arr[i] + 1;
30 >i : Symbol(i, Decl(foo.js, 6, 7))
[all …]
DsourceMapValidationDestructuringForArrayBindingPattern.js19 for (let [, nameA] = robotA, i = 0; i < 1; i++) {
22 for (let [, nameA] = getRobot(), i = 0; i < 1; i++) {
25 for (let [, nameA] = [2, "trimmer", "trimming"], i = 0; i < 1; i++) {
28 for (let [, [primarySkillA, secondarySkillA]] = multiRobotA, i = 0; i < 1; i++) {
31 for (let [, [primarySkillA, secondarySkillA]] = getMultiRobot(), i = 0; i < 1; i++) {
34 …et [, [primarySkillA, secondarySkillA]] = ["trimmer", ["trimming", "edging"]], i = 0; i < 1; i++) {
38 for (let [numberB] = robotA, i = 0; i < 1; i++) {
41 for (let [numberB] = getRobot(), i = 0; i < 1; i++) {
44 for (let [numberB] = [2, "trimmer", "trimming"], i = 0; i < 1; i++) {
47 for (let [nameB] = multiRobotA, i = 0; i < 1; i++) {
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DConstants.cpp159 for(int i = 0; i < 16; i++) in Constants() local
161 maskB4Q[i][0] = -(i >> 0 & 1); in Constants()
162 maskB4Q[i][1] = -(i >> 1 & 1); in Constants()
163 maskB4Q[i][2] = -(i >> 2 & 1); in Constants()
164 maskB4Q[i][3] = -(i >> 3 & 1); in Constants()
165 maskB4Q[i][4] = -(i >> 0 & 1); in Constants()
166 maskB4Q[i][5] = -(i >> 1 & 1); in Constants()
167 maskB4Q[i][6] = -(i >> 2 & 1); in Constants()
168 maskB4Q[i][7] = -(i >> 3 & 1); in Constants()
170 invMaskB4Q[i][0] = ~maskB4Q[i][0]; in Constants()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DConstants.cpp163 for(int i = 0; i < 16; i++) in Constants() local
165 maskB4Q[i][0] = -(i >> 0 & 1); in Constants()
166 maskB4Q[i][1] = -(i >> 1 & 1); in Constants()
167 maskB4Q[i][2] = -(i >> 2 & 1); in Constants()
168 maskB4Q[i][3] = -(i >> 3 & 1); in Constants()
169 maskB4Q[i][4] = -(i >> 0 & 1); in Constants()
170 maskB4Q[i][5] = -(i >> 1 & 1); in Constants()
171 maskB4Q[i][6] = -(i >> 2 & 1); in Constants()
172 maskB4Q[i][7] = -(i >> 3 & 1); in Constants()
174 invMaskB4Q[i][0] = ~maskB4Q[i][0]; in Constants()
[all …]
/third_party/boost/libs/bind/test/
Dprotect_test.cpp36 int i[9] = {0,1,2,3,4,5,6,7,8}; in main() local
45 BOOST_TEST(&boost::protect(boost::bind(g, _1))(i[0]) == &i[0]); in main()
47 BOOST_TEST(&boost::protect(boost::bind(g, _1))(i[0], i[1]) == &i[0]); in main()
48 BOOST_TEST(&boost::protect(boost::bind(g, _2))(i[0], i[1]) == &i[1]); in main()
50 BOOST_TEST(&boost::protect(boost::bind(g, _1))(i[0], i[1], i[2]) == &i[0]); in main()
51 BOOST_TEST(&boost::protect(boost::bind(g, _2))(i[0], i[1], i[2]) == &i[1]); in main()
52 BOOST_TEST(&boost::protect(boost::bind(g, _3))(i[0], i[1], i[2]) == &i[2]); in main()
54 BOOST_TEST(&boost::protect(boost::bind(g, _1))(i[0], i[1], i[2], i[3]) == &i[0]); in main()
55 BOOST_TEST(&boost::protect(boost::bind(g, _2))(i[0], i[1], i[2], i[3]) == &i[1]); in main()
56 BOOST_TEST(&boost::protect(boost::bind(g, _3))(i[0], i[1], i[2], i[3]) == &i[2]); in main()
[all …]
/third_party/libwebsockets/plugins/ssh-base/crypto/
Dsc25519.c35 int i; in sc_reduce_add_sub() local
38 for(i=0;i<32;i++) in sc_reduce_add_sub()
40 pb += m[i]; in sc_reduce_add_sub()
41 b = lt(r->v[i],pb); in sc_reduce_add_sub()
42 t[i] = r->v[i]-pb+(b<<8); in sc_reduce_add_sub()
46 for(i=0;i<32;i++) in sc_reduce_add_sub()
47 r->v[i] ^= mask & (r->v[i] ^ t[i]); in sc_reduce_add_sub()
54 int i,j; in barrett_reduce() local
63 for (i = 0;i < 66;++i) q2[i] = 0; in barrett_reduce()
64 for (i = 0;i < 33;++i) r2[i] = 0; in barrett_reduce()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/region/
Dzu.txt6 002{"i-Africa"}
7 003{"i-North America"}
8 005{"i-South America"}
9 009{"i-Oceania"}
10 011{"i-Western Africa"}
11 013{"i-Central America"}
12 014{"i-Eastern Africa"}
13 015{"i-Northern Africa"}
14 017{"i-Middle Africa"}
15 018{"i-Southern Africa"}
[all …]
/third_party/icu/icu4c/source/data/region/
Dzu.txt6 002{"i-Africa"}
7 003{"i-North America"}
8 005{"i-South America"}
9 009{"i-Oceania"}
10 011{"i-Western Africa"}
11 013{"i-Central America"}
12 014{"i-Eastern Africa"}
13 015{"i-Northern Africa"}
14 017{"i-Middle Africa"}
15 018{"i-Southern Africa"}
[all …]
/third_party/abseil-cpp/absl/strings/
Dascii_test.cc29 for (int i = 0; i < 256; i++) { in TEST() local
30 if ((i >= 'a' && i <= 'z') || (i >= 'A' && i <= 'Z')) in TEST()
31 EXPECT_TRUE(absl::ascii_isalpha(i)) << ": failed on " << i; in TEST()
33 EXPECT_TRUE(!absl::ascii_isalpha(i)) << ": failed on " << i; in TEST()
35 for (int i = 0; i < 256; i++) { in TEST() local
36 if ((i >= '0' && i <= '9')) in TEST()
37 EXPECT_TRUE(absl::ascii_isdigit(i)) << ": failed on " << i; in TEST()
39 EXPECT_TRUE(!absl::ascii_isdigit(i)) << ": failed on " << i; in TEST()
41 for (int i = 0; i < 256; i++) { in TEST() local
42 if (absl::ascii_isalpha(i) || absl::ascii_isdigit(i)) in TEST()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dascii_test.cc29 for (int i = 0; i < 256; i++) { in TEST() local
30 if ((i >= 'a' && i <= 'z') || (i >= 'A' && i <= 'Z')) in TEST()
31 EXPECT_TRUE(absl::ascii_isalpha(i)) << ": failed on " << i; in TEST()
33 EXPECT_TRUE(!absl::ascii_isalpha(i)) << ": failed on " << i; in TEST()
35 for (int i = 0; i < 256; i++) { in TEST() local
36 if ((i >= '0' && i <= '9')) in TEST()
37 EXPECT_TRUE(absl::ascii_isdigit(i)) << ": failed on " << i; in TEST()
39 EXPECT_TRUE(!absl::ascii_isdigit(i)) << ": failed on " << i; in TEST()
41 for (int i = 0; i < 256; i++) { in TEST() local
42 if (absl::ascii_isalpha(i) || absl::ascii_isdigit(i)) in TEST()
[all …]
/third_party/ffmpeg/libavcodec/
Djpeg2000dwt.c61 int i; in extend97_float() local
63 for (i = 1; i <= 4; i++) { in extend97_float()
64 p[i0 - i] = p[i0 + i]; in extend97_float()
65 p[i1 + i - 1] = p[i1 - i - 1]; in extend97_float()
71 int i; in extend97_int() local
73 for (i = 1; i <= 4; i++) { in extend97_int()
74 p[i0 - i] = p[i0 + i]; in extend97_int()
75 p[i1 + i - 1] = p[i1 - i - 1]; in extend97_int()
81 int i; in sd_1d53() local
91 for (i = ((i0+1)>>1) - 1; i < (i1+1)>>1; i++) in sd_1d53()
[all …]
Ddcadct.c28 int i; in sum_a() local
30 for (i = 0; i < len; i++) in sum_a()
31 output[i] = input[2 * i] + input[2 * i + 1]; in sum_a()
36 int i; in sum_b() local
39 for (i = 1; i < len; i++) in sum_b()
40 output[i] = input[2 * i] + input[2 * i - 1]; in sum_b()
45 int i; in sum_c() local
47 for (i = 0; i < len; i++) in sum_c()
48 output[i] = input[2 * i]; in sum_c()
53 int i; in sum_d() local
[all …]
/third_party/skia/third_party/externals/icu/source/data/region/
Dzu.txt7 002{"i-Africa"}
8 003{"i-North America"}
9 005{"i-South America"}
10 009{"i-Oceania"}
11 011{"i-Western Africa"}
12 013{"i-Central America"}
13 014{"i-Eastern Africa"}
14 015{"i-Northern Africa"}
15 017{"i-Middle Africa"}
16 018{"i-Southern Africa"}
[all …]
/third_party/boost/libs/numeric/odeint/examples/mtl/
Dimplicit_euler_mtl.cpp46 for (int i =1; i< size ; ++i){ in operator ()() local
48 dxdt[ i ] = 4.2*x[i-1]-2.2*x[i]*x[i]; in operator ()()
63 for (int i =1; i< size ; ++i) in operator ()() local
65 ins[i][i-1] = + 4.2; in operator ()()
66 ins[i][i] = -4.2*x[i]; in operator ()()
82 for (int i =1; i< size ; ++i){ in operator ()() local
84 dxdt[ i ] = 4.2*x[i-1]-2.2*x[i]*x[i]; in operator ()()
99 for (int i =1; i< size ; ++i){ in operator ()() local
101 J(i,i-1) = + 4.2; in operator ()()
102 J(i,i) = -4.2*x[i]; in operator ()()
[all …]
/third_party/boost/libs/hof/test/
Dprotect.cpp33 int i[9] = {0,1,2,3,4,5,6,7,8}; in BOOST_HOF_TEST_CASE() local
42 …ST_HOF_TEST_CHECK(&boost::hof::protect(boost::hof::lazy(g)(std::placeholders::_1))(i[0]) == &i[0]); in BOOST_HOF_TEST_CASE()
44 …_TEST_CHECK(&boost::hof::protect(boost::hof::lazy(g)(std::placeholders::_1))(i[0], i[1]) == &i[0]); in BOOST_HOF_TEST_CASE()
45 …_TEST_CHECK(&boost::hof::protect(boost::hof::lazy(g)(std::placeholders::_2))(i[0], i[1]) == &i[1]); in BOOST_HOF_TEST_CASE()
47 …CHECK(&boost::hof::protect(boost::hof::lazy(g)(std::placeholders::_1))(i[0], i[1], i[2]) == &i[0]); in BOOST_HOF_TEST_CASE()
48 …CHECK(&boost::hof::protect(boost::hof::lazy(g)(std::placeholders::_2))(i[0], i[1], i[2]) == &i[1]); in BOOST_HOF_TEST_CASE()
49 …CHECK(&boost::hof::protect(boost::hof::lazy(g)(std::placeholders::_3))(i[0], i[1], i[2]) == &i[2]); in BOOST_HOF_TEST_CASE()
51 …&boost::hof::protect(boost::hof::lazy(g)(std::placeholders::_1))(i[0], i[1], i[2], i[3]) == &i[0]); in BOOST_HOF_TEST_CASE()
52 …&boost::hof::protect(boost::hof::lazy(g)(std::placeholders::_2))(i[0], i[1], i[2], i[3]) == &i[1]); in BOOST_HOF_TEST_CASE()
53 …&boost::hof::protect(boost::hof::lazy(g)(std::placeholders::_3))(i[0], i[1], i[2], i[3]) == &i[2]); in BOOST_HOF_TEST_CASE()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Daes_i.h33 #define RCON(i) rcon[(i)] argument
35 #define TE0(i) Te0[((i) >> 24) & 0xff] argument
36 #define TE1(i) Te1[((i) >> 16) & 0xff] argument
37 #define TE2(i) Te2[((i) >> 8) & 0xff] argument
38 #define TE3(i) Te3[(i) & 0xff] argument
39 #define TE41(i) (Te4[((i) >> 24) & 0xff] & 0xff000000) argument
40 #define TE42(i) (Te4[((i) >> 16) & 0xff] & 0x00ff0000) argument
41 #define TE43(i) (Te4[((i) >> 8) & 0xff] & 0x0000ff00) argument
42 #define TE44(i) (Te4[(i) & 0xff] & 0x000000ff) argument
43 #define TE421(i) (Te4[((i) >> 16) & 0xff] & 0xff000000) argument
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Daes_i.h33 #define RCON(i) rcon[(i)] argument
35 #define TE0(i) Te0[((i) >> 24) & 0xff] argument
36 #define TE1(i) Te1[((i) >> 16) & 0xff] argument
37 #define TE2(i) Te2[((i) >> 8) & 0xff] argument
38 #define TE3(i) Te3[(i) & 0xff] argument
39 #define TE41(i) (Te4[((i) >> 24) & 0xff] & 0xff000000) argument
40 #define TE42(i) (Te4[((i) >> 16) & 0xff] & 0x00ff0000) argument
41 #define TE43(i) (Te4[((i) >> 8) & 0xff] & 0x0000ff00) argument
42 #define TE44(i) (Te4[(i) & 0xff] & 0x000000ff) argument
43 #define TE421(i) (Te4[((i) >> 16) & 0xff] & 0xff000000) argument
[all …]
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser_test.cc98 for (int i = 0; i < json.length(); ++i) { in RunTest() local
99 StringPiece single = json.substr(i, 1); in RunTest()
163 for (int i = 0; i <= str.length(); ++i) { in TEST_F() local
165 DoTest(str, i); in TEST_F()
171 for (int i = 0; i <= str.length(); ++i) { in TEST_F() local
173 DoTest(str, i); in TEST_F()
179 for (int i = 0; i <= str.length(); ++i) { in TEST_F() local
181 DoTest(str, i); in TEST_F()
188 for (int i = 0; i <= str.length(); ++i) { in TEST_F() local
190 DoTest(str, i); in TEST_F()
[all …]
/third_party/pulseaudio/src/pulsecore/
Dsink-input.c87 static void set_real_ratio(pa_sink_input *i, const pa_cvolume *v);
266 static void reset_callbacks(pa_sink_input *i) { in reset_callbacks() argument
267 pa_assert(i); in reset_callbacks()
269 i->pop = NULL; in reset_callbacks()
270 i->process_underrun = NULL; in reset_callbacks()
271 i->process_rewind = NULL; in reset_callbacks()
272 i->update_max_rewind = NULL; in reset_callbacks()
273 i->update_max_request = NULL; in reset_callbacks()
274 i->update_sink_requested_latency = NULL; in reset_callbacks()
275 i->update_sink_latency_range = NULL; in reset_callbacks()
[all …]

12345678910>>...447