Home
last modified time | relevance | path

Searched refs:e2 (Results 1 – 25 of 609) sorted by relevance

12345678910>>...25

/third_party/toybox/kconfig/
Dexpr.c33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() argument
39 e->right.expr = e2; in expr_alloc_two()
53 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and() argument
56 return e2; in expr_alloc_and()
57 return e2 ? expr_alloc_two(E_AND, e1, e2) : e1; in expr_alloc_and()
60 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or() argument
63 return e2; in expr_alloc_or()
64 return e2 ? expr_alloc_two(E_OR, e1, e2) : e1; in expr_alloc_or()
133 #define e2 (*ep2) macro
138 __expr_eliminate_eq(type, &e1->left.expr, &e2); in __expr_eliminate_eq()
[all …]
/third_party/selinux/libsepol/tests/
Dtest-ebitmap.c56 ebitmap_t e1, e2; in test_ebitmap_cmp() local
59 ebitmap_init(&e2); in test_ebitmap_cmp()
61 CU_ASSERT(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp()
64 CU_ASSERT_FALSE(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp()
65 CU_ASSERT_EQUAL(ebitmap_set_bit(&e2, 10, 1), 0); in test_ebitmap_cmp()
66 CU_ASSERT(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp()
69 CU_ASSERT_FALSE(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp()
70 CU_ASSERT_EQUAL(ebitmap_set_bit(&e2, 63, 1), 0); in test_ebitmap_cmp()
71 CU_ASSERT(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp()
74 CU_ASSERT_FALSE(ebitmap_cmp(&e1, &e2)); in test_ebitmap_cmp()
[all …]
/third_party/typescript/tests/baselines/reference/
Des6ModuleConstEnumDeclaration2.types14 const enum e2 {
15 >e2 : e2
18 >x : e2.x
21 >y : e2.y
24 >z : e2.z
32 var y = e2.x;
33 >y : e2
34 >e2.x : e2.x
35 >e2 : typeof e2
36 >x : e2.x
[all …]
Des6ModuleConstEnumDeclaration.types14 const enum e2 {
15 >e2 : e2
18 >x : e2.x
21 >y : e2.y
24 >z : e2.z
32 var y = e2.x;
33 >y : e2
34 >e2.x : e2.x
35 >e2 : typeof e2
36 >x : e2.x
[all …]
Des6ModuleEnumDeclaration.types14 enum e2 {
15 >e2 : e2
18 >x : e2.x
21 >y : e2.y
24 >z : e2.z
32 var y = e2.x;
33 >y : e2
34 >e2.x : e2.x
35 >e2 : typeof e2
36 >x : e2.x
[all …]
DsourceMapValidationEnums.js7 enum e2 {
23 var e2; variable
24 (function (e2) { argument
25 e2[e2["x"] = 10] = "x";
26 e2[e2["y"] = 10] = "y";
27 e2[e2["z"] = 11] = "z";
28 e2[e2["x2"] = 12] = "x2";
29 })(e2 || (e2 = {}));
Des6ModuleEnumDeclaration.js7 enum e2 {
13 var y = e2.x;
26 var y1 = e2.x;
42 var y1 = e2.x;
55 var e2; variable
56 (function (e2) { argument
57 e2[e2["x"] = 0] = "x";
58 e2[e2["y"] = 1] = "y";
59 e2[e2["z"] = 2] = "z";
60 })(e2 || (e2 = {}));
[all …]
DaugmentedTypesEnum2.js12 enum e2 { One }; // error
13 class e2 { // error class
30 var e2; variable
31 (function (e2) { argument
32 e2[e2["One"] = 0] = "One";
33 })(e2 || (e2 = {}));
35 var e2 = /** @class */ (function () { function
36 function e2() { function
38 e2.prototype.foo = function () {
41 return e2;
Des6ModuleConstEnumDeclaration2.js7 const enum e2 {
13 var y = e2.x;
26 var y1 = e2.x;
42 var y1 = e2.x;
55 var e2; variable
56 (function (e2) { argument
57 e2[e2["x"] = 0] = "x";
58 e2[e2["y"] = 1] = "y";
59 e2[e2["z"] = 2] = "z";
60 })(e2 || (e2 = {}));
DdeclFileEnums.js8 enum e2 {
45 var e2; variable
46 (function (e2) { argument
47 e2[e2["a"] = 10] = "a";
48 e2[e2["b"] = 12] = "b";
49 e2[e2["c"] = 10] = "c";
50 })(e2 || (e2 = {}));
80 declare enum e2 {
Des6ModuleConstEnumDeclaration2.symbols14 const enum e2 {
15 >e2 : Symbol(e2, Decl(es6ModuleConstEnumDeclaration2.ts, 4, 1))
18 >x : Symbol(e2.x, Decl(es6ModuleConstEnumDeclaration2.ts, 5, 15))
21 >y : Symbol(e2.y, Decl(es6ModuleConstEnumDeclaration2.ts, 6, 6))
24 >z : Symbol(e2.z, Decl(es6ModuleConstEnumDeclaration2.ts, 7, 6))
32 var y = e2.x;
34 >e2.x : Symbol(e2.x, Decl(es6ModuleConstEnumDeclaration2.ts, 5, 15))
35 >e2 : Symbol(e2, Decl(es6ModuleConstEnumDeclaration2.ts, 4, 1))
36 >x : Symbol(e2.x, Decl(es6ModuleConstEnumDeclaration2.ts, 5, 15))
71 var y1 = e2.x;
[all …]
Des6ModuleEnumDeclaration.symbols14 enum e2 {
15 >e2 : Symbol(e2, Decl(es6ModuleEnumDeclaration.ts, 4, 1))
18 >x : Symbol(e2.x, Decl(es6ModuleEnumDeclaration.ts, 5, 9))
21 >y : Symbol(e2.y, Decl(es6ModuleEnumDeclaration.ts, 6, 6))
24 >z : Symbol(e2.z, Decl(es6ModuleEnumDeclaration.ts, 7, 6))
32 var y = e2.x;
34 >e2.x : Symbol(e2.x, Decl(es6ModuleEnumDeclaration.ts, 5, 9))
35 >e2 : Symbol(e2, Decl(es6ModuleEnumDeclaration.ts, 4, 1))
36 >x : Symbol(e2.x, Decl(es6ModuleEnumDeclaration.ts, 5, 9))
71 var y1 = e2.x;
[all …]
Des6ModuleConstEnumDeclaration.symbols14 const enum e2 {
15 >e2 : Symbol(e2, Decl(es6ModuleConstEnumDeclaration.ts, 4, 1))
18 >x : Symbol(e2.x, Decl(es6ModuleConstEnumDeclaration.ts, 5, 15))
21 >y : Symbol(e2.y, Decl(es6ModuleConstEnumDeclaration.ts, 6, 6))
24 >z : Symbol(e2.z, Decl(es6ModuleConstEnumDeclaration.ts, 7, 6))
32 var y = e2.x;
34 >e2.x : Symbol(e2.x, Decl(es6ModuleConstEnumDeclaration.ts, 5, 15))
35 >e2 : Symbol(e2, Decl(es6ModuleConstEnumDeclaration.ts, 4, 1))
36 >x : Symbol(e2.x, Decl(es6ModuleConstEnumDeclaration.ts, 5, 15))
71 var y1 = e2.x;
[all …]
DsourceMapValidationEnums.sourcemap.txt105 >>>var e2;
113 3 > e2 {
123 >>>(function (e2) {
130 3 > e2
135 >>> e2[e2["x"] = 10] = "x";
148 >>> e2[e2["y"] = 10] = "y";
161 >>> e2[e2["z"] = 11] = "z";
174 >>> e2[e2["x2"] = 12] = "x2";
186 >>>})(e2 || (e2 = {}));
198 4 > e2
[all …]
DexportsAndImports4-amd.js15 import e1, * as e2 from "./t1";
17 e2.default;
32 import e1, * as e2 from "./t1";
34 e2.default;
38 export { a, b, c, d, e1, e2, f1, f2 };
51 …exports.f2 = exports.f1 = exports.e2 = exports.e1 = exports.d = exports.c = exports.b = exports.a …
60 var e2 = t1_3;
62 exports.e2 = e2;
64 e2.default;
DexportsAndImports4.js15 import e1, * as e2 from "./t1";
17 e2.default;
32 import e1, * as e2 from "./t1";
34 e2.default;
38 export { a, b, c, d, e1, e2, f1, f2 };
48 exports.f2 = exports.f1 = exports.e2 = exports.e1 = exports.d = exports.c = exports.b = exports.a =…
61 var t1_3 = require("./t1"), e2 = t1_3; variable
63 exports.e2 = e2;
65 e2.default;
DexportsAndImports4-es6.js15 import e1, * as e2 from "./t1";
17 e2.default;
32 import e1, * as e2 from "./t1";
34 e2.default;
38 export { a, b, c, d, e1, e2, f1, f2 };
48 exports.f2 = exports.f1 = exports.e2 = exports.e1 = exports.d = exports.c = exports.b = exports.a =…
61 const t1_3 = require("./t1"), e2 = t1_3; constant
63 exports.e2 = e2;
65 e2.default;
DaugmentedTypesEnum.js7 enum e2 { One } // error
8 function e2() { } // error function
46 var e2; variable
47 (function (e2) { argument
48 e2[e2["One"] = 0] = "One";
49 })(e2 || (e2 = {})); // error
50 function e2() { } // error
DaugmentedTypesEnum2.symbols17 enum e2 { One }; // error
18 >e2 : Symbol(e2, Decl(augmentedTypesEnum2.ts, 5, 1))
19 >One : Symbol(e2.One, Decl(augmentedTypesEnum2.ts, 10, 9))
21 class e2 { // error
22 >e2 : Symbol(e2, Decl(augmentedTypesEnum2.ts, 10, 16))
25 >foo : Symbol(e2.foo, Decl(augmentedTypesEnum2.ts, 11, 10))
DsourceMapValidationEnums.types14 enum e2 {
15 >e2 : e2
18 >x : e2.x
22 >y : e2.x
26 >z : e2.z
29 >x2 : e2.x2
/third_party/musl/src/internal/
Dfloatscan.c73 int e2; in decfloat() local
163 e2 = 0; in decfloat()
199 e2 -= 29; in decfloat()
238 e2 += sh; in decfloat()
266 if (bits > LDBL_MANT_DIG+e2-emin) { in decfloat()
267 bits = LDBL_MANT_DIG+e2-emin; in decfloat()
300 if ((e2+LDBL_MANT_DIG & INT_MAX) > emax-5) { in decfloat()
302 if (denormal && bits==LDBL_MANT_DIG+e2-emin) in decfloat()
305 e2++; in decfloat()
307 if (e2+LDBL_MANT_DIG>emax || (denormal && frac)) in decfloat()
[all …]
/third_party/musl/porting/uniproton/kernel/src/internal/
Dfloatscan.c73 int e2; in decfloat() local
163 e2 = 0; in decfloat()
199 e2 -= 29; in decfloat()
238 e2 += sh; in decfloat()
266 if (bits > LDBL_MANT_DIG+e2-emin) { in decfloat()
267 bits = LDBL_MANT_DIG+e2-emin; in decfloat()
300 if (((e2+LDBL_MANT_DIG) & INT_MAX) > emax-5) { in decfloat()
302 if (denormal && bits==LDBL_MANT_DIG+e2-emin) in decfloat()
305 e2++; in decfloat()
307 if (e2+LDBL_MANT_DIG>emax || (denormal && frac)) in decfloat()
[all …]
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dfloatscan.c73 int e2; in decfloat() local
163 e2 = 0; in decfloat()
199 e2 -= 29; in decfloat()
238 e2 += sh; in decfloat()
266 if (bits > LDBL_MANT_DIG+e2-emin) { in decfloat()
267 bits = LDBL_MANT_DIG+e2-emin; in decfloat()
300 if ((e2+LDBL_MANT_DIG & INT_MAX) > emax-5) { in decfloat()
302 if (denormal && bits==LDBL_MANT_DIG+e2-emin) in decfloat()
305 e2++; in decfloat()
307 if (e2+LDBL_MANT_DIG>emax || (denormal && frac)) in decfloat()
[all …]
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dfloatscan.c73 int e2; in decfloat() local
163 e2 = 0; in decfloat()
199 e2 -= 29; in decfloat()
238 e2 += sh; in decfloat()
266 if (bits > LDBL_MANT_DIG+e2-emin) { in decfloat()
267 bits = LDBL_MANT_DIG+e2-emin; in decfloat()
300 if (((e2+LDBL_MANT_DIG) & INT_MAX) > emax-5) { in decfloat()
302 if (denormal && bits==LDBL_MANT_DIG+e2-emin) in decfloat()
305 e2++; in decfloat()
307 if (e2+LDBL_MANT_DIG>emax || (denormal && frac)) in decfloat()
[all …]
/third_party/cups-filters/cupsfilters/
Ddither.c56 e0,e1,e2; /* Error values */ in cupsDitherLine() local
98 e2 = 0; in cupsDitherLine()
117 e1 = e2; in cupsDitherLine()
118 e2 = 0; in cupsDitherLine()
169 e1 = e2 + 5 * errval1; in cupsDitherLine()
173 e2 = errval0; in cupsDitherLine()
192 e2 = 0; in cupsDitherLine()
211 e1 = e2; in cupsDitherLine()
212 e2 = 0; in cupsDitherLine()
263 e1 = e2 + 5 * errval1; in cupsDitherLine()
[all …]

12345678910>>...25