Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 2685) sorted by relevance

12345678910>>...108

/external/clang/test/CodeGen/
Dsse-builtins.c6 __m128 test_loadl_pi(__m128 x, void* y) { in test_loadl_pi()
14 __m128 test_loadh_pi(__m128 x, void* y) { in test_loadh_pi()
22 __m128 test_load_ss(void* y) { in test_load_ss()
28 __m128 test_load1_ps(void* y) { in test_load1_ps()
34 void test_store_ss(__m128 x, void* y) { in test_store_ss()
40 __m128d test_load1_pd(__m128 x, void* y) { in test_load1_pd()
46 __m128d test_loadr_pd(__m128 x, void* y) { in test_loadr_pd()
52 __m128d test_load_sd(void* y) { in test_load_sd()
58 __m128d test_loadh_pd(__m128d x, void* y) { in test_loadh_pd()
64 __m128d test_loadl_pd(__m128d x, void* y) { in test_loadl_pd()
[all …]
Drestrict.c6 void test0(int *x, int y) { in test0()
10 void test1(int * restrict x, int y) { in test1()
14 void test2(int *x, int * restrict y) { in test2()
20 void test3(rp x, int y) { in test3()
24 void test4(int *x, rp y) { in test4()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_macros.h22 #define STORE32L(x, y) \ argument
26 #define LOAD32L(x, y) \ argument
32 #define STORE64L(x, y) \ argument
38 #define LOAD64L(x, y) \ argument
44 #define STORE32H(x, y) \ argument
48 #define LOAD32H(x, y) \ argument
54 #define STORE64H(x, y) \ argument
60 #define LOAD64H(x, y) \ argument
72 #define STORE32H(x, y) \ argument
79 #define LOAD32H(x, y) \ argument
[all …]
/external/clang/INPUTS/
Dcfg-nested-switches.c1 #define EXPAND_2_INNER_CASES(i, x, y) INNER_CASE(i, x, y); INNER_CASE(i + 1, x, y); argument
2 #define EXPAND_4_INNER_CASES(i, x, y) EXPAND_2_INNER_CASES(i, x, y) EXPAND_2_INNER_CASES(i + … argument
3 #define EXPAND_8_INNER_CASES(i, x, y) EXPAND_4_INNER_CASES(i, x, y) EXPAND_4_INNER_CASES(i + … argument
4 #define EXPAND_16_INNER_CASES(i, x, y) EXPAND_8_INNER_CASES(i, x, y) EXPAND_8_INNER_CASES(i + … argument
5 #define EXPAND_32_INNER_CASES(i, x, y) EXPAND_16_INNER_CASES(i, x, y) EXPAND_16_INNER_CASES(i +… argument
6 #define EXPAND_64_INNER_CASES(i, x, y) EXPAND_32_INNER_CASES(i, x, y) EXPAND_32_INNER_CASES(i +… argument
8 #define EXPAND_2_OUTER_CASES(i, x, y) OUTER_CASE(i, x, y); OUTER_CASE(i + 1, x, y); argument
9 #define EXPAND_4_OUTER_CASES(i, x, y) EXPAND_2_OUTER_CASES(i, x, y) EXPAND_2_OUTER_CASES(i + … argument
10 #define EXPAND_8_OUTER_CASES(i, x, y) EXPAND_4_OUTER_CASES(i, x, y) EXPAND_4_OUTER_CASES(i + … argument
11 #define EXPAND_16_OUTER_CASES(i, x, y) EXPAND_8_OUTER_CASES(i, x, y) EXPAND_8_OUTER_CASES(i + … argument
[all …]
Dcfg-big-switch.c1 #define EXPAND_2_CASES(i, x, y) CASE(i, x, y); CASE(i + 1, x, y); argument
2 #define EXPAND_4_CASES(i, x, y) EXPAND_2_CASES(i, x, y) EXPAND_2_CASES(i + 2, x, y) argument
3 #define EXPAND_8_CASES(i, x, y) EXPAND_4_CASES(i, x, y) EXPAND_4_CASES(i + 4, x, y) argument
4 #define EXPAND_16_CASES(i, x, y) EXPAND_8_CASES(i, x, y) EXPAND_8_CASES(i + 8, x, y) argument
5 #define EXPAND_32_CASES(i, x, y) EXPAND_16_CASES(i, x, y) EXPAND_16_CASES(i + 16, x, y) argument
6 #define EXPAND_64_CASES(i, x, y) EXPAND_32_CASES(i, x, y) EXPAND_32_CASES(i + 32, x, y) argument
7 #define EXPAND_128_CASES(i, x, y) EXPAND_64_CASES(i, x, y) EXPAND_64_CASES(i + 64, x, y) argument
8 #define EXPAND_256_CASES(i, x, y) EXPAND_128_CASES(i, x, y) EXPAND_128_CASES(i + 128, x, y) argument
9 #define EXPAND_512_CASES(i, x, y) EXPAND_256_CASES(i, x, y) EXPAND_256_CASES(i + 256, x, y) argument
10 #define EXPAND_1024_CASES(i, x, y) EXPAND_512_CASES(i, x, y) EXPAND_512_CASES(i + 512, x, y) argument
[all …]
Dcfg-long-chain1.c1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); argument
2 #define EXPAND_4_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i + 2, x, y) argument
3 #define EXPAND_8_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i + 4, x, y) argument
4 #define EXPAND_16_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i + 8, x, y) argument
5 #define EXPAND_32_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i + 16, x, y) argument
6 #define EXPAND_64_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i + 32, x, y) argument
7 #define EXPAND_128_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i + 64, x, y) argument
8 #define EXPAND_256_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i + 128, x,… argument
9 #define EXPAND_512_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i + 256, x,… argument
10 #define EXPAND_1024_BRANCHES(i, x, y) EXPAND_512_BRANCHES(i, x, y) EXPAND_512_BRANCHES(i + 512, x,… argument
[all …]
Dcfg-long-chain2.c1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); argument
2 #define EXPAND_4_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i + 2, x, y) argument
3 #define EXPAND_8_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i + 4, x, y) argument
4 #define EXPAND_16_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i + 8, x, y) argument
5 #define EXPAND_32_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i + 16, x, y) argument
6 #define EXPAND_64_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i + 32, x, y) argument
7 #define EXPAND_128_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i + 64, x, y) argument
8 #define EXPAND_256_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i + 128, x,… argument
9 #define EXPAND_512_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i + 256, x,… argument
10 #define EXPAND_1024_BRANCHES(i, x, y) EXPAND_512_BRANCHES(i, x, y) EXPAND_512_BRANCHES(i + 512, x,… argument
[all …]
Dcfg-long-chain3.c1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); argument
2 #define EXPAND_4_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i, x, y) EXPAND_2_BRANCHES(i + 2, x, y) argument
3 #define EXPAND_8_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i, x, y) EXPAND_4_BRANCHES(i + 4, x, y) argument
4 #define EXPAND_16_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i, x, y) EXPAND_8_BRANCHES(i + 8, x, y) argument
5 #define EXPAND_32_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i, x, y) EXPAND_16_BRANCHES(i + 16, x, y) argument
6 #define EXPAND_64_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i, x, y) EXPAND_32_BRANCHES(i + 32, x, y) argument
7 #define EXPAND_128_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i, x, y) EXPAND_64_BRANCHES(i + 64, x, y) argument
8 #define EXPAND_256_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i, x, y) EXPAND_128_BRANCHES(i + 128, x,… argument
9 #define EXPAND_512_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i, x, y) EXPAND_256_BRANCHES(i + 256, x,… argument
10 #define EXPAND_1024_BRANCHES(i, x, y) EXPAND_512_BRANCHES(i, x, y) EXPAND_512_BRANCHES(i + 512, x,… argument
[all …]
Dcfg-nested-var-scopes.cpp21 #define EXPAND_2_INNER_CASES(i, x, y) INNER_CASE(i, x, y); INNER_CASE(i + 1, x, y); argument
22 #define EXPAND_4_INNER_CASES(i, x, y) EXPAND_2_INNER_CASES(i, x, y) EXPAND_2_INNER_CASES(i + … argument
23 #define EXPAND_8_INNER_CASES(i, x, y) EXPAND_4_INNER_CASES(i, x, y) EXPAND_4_INNER_CASES(i + … argument
24 #define EXPAND_16_INNER_CASES(i, x, y) EXPAND_8_INNER_CASES(i, x, y) EXPAND_8_INNER_CASES(i + … argument
25 #define EXPAND_32_INNER_CASES(i, x, y) EXPAND_16_INNER_CASES(i, x, y) EXPAND_16_INNER_CASES(i +… argument
27 #define EXPAND_2_OUTER_CASES(i, x, y) OUTER_CASE(i, x, y); OUTER_CASE(i + 1, x, y); argument
28 #define EXPAND_4_OUTER_CASES(i, x, y) EXPAND_2_OUTER_CASES(i, x, y) EXPAND_2_OUTER_CASES(i + … argument
29 #define EXPAND_8_OUTER_CASES(i, x, y) EXPAND_4_OUTER_CASES(i, x, y) EXPAND_4_OUTER_CASES(i + … argument
30 #define EXPAND_16_OUTER_CASES(i, x, y) EXPAND_8_OUTER_CASES(i, x, y) EXPAND_8_OUTER_CASES(i + … argument
31 #define EXPAND_32_OUTER_CASES(i, x, y) EXPAND_16_OUTER_CASES(i, x, y) EXPAND_16_OUTER_CASES(i +… argument
[all …]
/external/v8/test/mjsunit/compiler/
Dshort-circuit.js43 assertEquals(x, function(y) { return y++ || x }(0)); argument
44 assertEquals(1, function(y) { return y++ || x }(1)); argument
47 assertEquals(0, function(y) { return y++ && x }(0)); argument
48 assertEquals(x, function(y) { return y++ && x }(1)); argument
66 assertEquals(x, function (y) { return (y = 0) || x }("?")); argument
67 assertEquals(1, function (y) { return (y = 1) || x }("?")); argument
70 assertEquals(0, function (y) { return (y = 0) && x }("?")); argument
71 assertEquals(x, function (y) { return (y = 1) && x }("?")); argument
86 assertEquals(true, function (y) { return !y || x }(0)); argument
87 assertEquals(x, function (y) { return !y || x }(1)); argument
[all …]
Dbinary-ops.js29 function or_test0(x, y) { return x | y; } argument
30 function and_test0(x, y) { return x & y; } argument
31 function add_test0(x, y) { return x + y; } argument
39 function or_test1(x, y) { return x | x; } argument
40 function and_test1(x, y) { return x & x; } argument
41 function add_test1(x, y) { return x + x; } argument
49 function or_test2(x, y) { x = y; return x | y; } argument
50 function and_test2(x, y) { x = y; return x & y; } argument
51 function add_test2(x, y) { x = y; return x + y; } argument
Dlogical-or.js28 function OrBB(x,y) { argument
32 function OrBN(x,y) { argument
36 function OrNB(x,y) { argument
40 function OrNN(x,y) { argument
Dlogical-and.js28 function AndBB(x,y) { argument
32 function AndBN(x,y) { argument
36 function AndNB(x,y) { argument
40 function AndNN(x,y) { argument
/external/clang/test/SemaObjC/
Darc-property-decl-attrs.m7 id __weak y; field
11 @property(strong) id y; property
18 id __weak y; field
22 @property(retain) id y; property
29 id __weak y; field
33 @property(copy) id y; property
41 @property(strong) __weak id y; // expected-error {{strong property 'y' may not also be declared __w… property
47 @property(retain) __weak id y; // expected-error {{strong property 'y' may not also be declared __w… property
53 @property(copy) __weak id y; // expected-error {{strong property 'y' may not also be declared __wea… property
59 @property(assign) __weak id y; // expected-error {{property attributes 'assign' and 'weak' are mutu… property
[all …]
/external/clang/test/Analysis/
Dstring.c282 void strcpy_effects(char *x, char *y) { in strcpy_effects()
290 void strcpy_overflow(char *y) { in strcpy_overflow()
296 void strcpy_no_overflow(char *y) { in strcpy_no_overflow()
321 void stpcpy_effect(char *x, char *y) { in stpcpy_effect()
329 void stpcpy_overflow(char *y) { in stpcpy_overflow()
335 void stpcpy_no_overflow(char *y) { in stpcpy_no_overflow()
372 void strcat_effects(char *y) { in strcat_effects()
384 void strcat_overflow_0(char *y) { in strcat_overflow_0()
390 void strcat_overflow_1(char *y) { in strcat_overflow_1()
396 void strcat_overflow_2(char *y) { in strcat_overflow_2()
[all …]
Dbool-assignment.cpp5 void test_cppbool_initialization(int y) { in test_cppbool_initialization()
17 void test_cppbool_assignment(int y) { in test_cppbool_assignment()
34 void test_BOOL_initialization(int y) { in test_BOOL_initialization()
46 void test_BOOL_assignment(int y) { in test_BOOL_assignment()
64 void test_Boolean_initialization(int y) { in test_Boolean_initialization()
76 void test_Boolean_assignment(int y) { in test_Boolean_assignment()
/external/clang/test/CodeGenCXX/
Dpragma-visibility.cpp5 static int y; member
8 int x::y = 10; member in x
13 static int y; member
15 int x2::y = 10; member in x2
21 static int y; member
24 template<> int x4<int>::y = 10; member in x4<int>
39 template<> void x5<int>::y() {} in y() function in x5
/external/webkit/Source/WebCore/svg/
DSVGPathSegLinetoVertical.h31 SVGPathSegLinetoVertical(SVGPathElement* element, SVGPathSegRole role, float y) in SVGPathSegLinetoVertical()
37 float y() const { return m_y; } in y() function
38 void setY(float y) in setY()
50 …ssRefPtr<SVGPathSegLinetoVerticalAbs> create(SVGPathElement* element, SVGPathSegRole role, float y) in create()
56 SVGPathSegLinetoVerticalAbs(SVGPathElement* element, SVGPathSegRole role, float y) in SVGPathSegLinetoVerticalAbs()
67 …ssRefPtr<SVGPathSegLinetoVerticalRel> create(SVGPathElement* element, SVGPathSegRole role, float y) in create()
73 SVGPathSegLinetoVerticalRel(SVGPathElement* element, SVGPathSegRole role, float y) in SVGPathSegLinetoVerticalRel()
/external/clang/test/Sema/
Dbitfield.c30 __typeof__(x.x+1) y; variable
31 int y; variable
34 __typeof__((x.x+=1)+1) y; variable
35 __typeof__((0,x.x)+1) y; variable
36 __typeof__(x.x<<1) y; variable
37 int y; variable
Dtypedef-redef.c9 int y; // expected-note 2 {{previous definition is here}} variable
10 float y; // expected-error{{redefinition of 'y' with a different type}} variable
11 double y; // expected-error{{redefinition of 'y' with a different type}} variable
/external/v8/test/mjsunit/regress/
Dregress-1229.js32 function foo1(x, y, z) { argument
38 function foo2(x, y, z) { argument
44 function foo3(x, y, z) { argument
56 function f1(y, z) { argument
60 function f2(y, z) { argument
64 function f3(y, z) { argument
69 function g1(z, y) { argument
73 function g2(z, y, x) { argument
77 function g3(z, y, x) { argument
133 function bar(x, y, z) { argument
Dregress-1278.js33 function add(x, y) { argument
37 function sub(x, y) { argument
41 function mul(x, y) { argument
45 function div(x, y) { argument
/external/v8/src/
Druntime.js54 function EQUALS(y) { argument
183 function STRING_ADD_LEFT(y) { argument
198 function STRING_ADD_RIGHT(y) { argument
214 function SUB(y) { argument
222 function MUL(y) { argument
230 function DIV(y) { argument
238 function MOD(y) { argument
252 function BIT_OR(y) { argument
260 function BIT_AND(y) { argument
282 function BIT_XOR(y) { argument
[all …]
/external/compiler-rt/lib/
Dint_math.h47 #define crt_copysign(x, y) __builtin_copysign((x), (y)) argument
48 #define crt_copysignf(x, y) __builtin_copysignf((x), (y)) argument
49 #define crt_copysignl(x, y) __builtin_copysignl((x), (y)) argument
55 #define crt_fmax(x, y) __builtin_fmax((x), (y)) argument
56 #define crt_fmaxf(x, y) __builtin_fmaxf((x), (y)) argument
57 #define crt_fmaxl(x, y) __builtin_fmaxl((x), (y)) argument
63 #define crt_scalbn(x, y) __builtin_scalbn((x), (y)) argument
64 #define crt_scalbnf(x, y) __builtin_scalbnf((x), (y)) argument
65 #define crt_scalbnl(x, y) __builtin_scalbnl((x), (y)) argument
/external/bison/lib/
Dunlocked-io.h67 # define fgets(x,y,z) fgets_unlocked (x,y,z) argument
69 # define fgets_unlocked(x,y,z) fgets (x,y,z) argument
74 # define fputc(x,y) fputc_unlocked (x,y) argument
76 # define fputc_unlocked(x,y) fputc (x,y) argument
81 # define fputs(x,y) fputs_unlocked (x,y) argument
83 # define fputs_unlocked(x,y) fputs (x,y) argument
88 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) argument
90 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) argument
95 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) argument
97 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) argument
[all …]

12345678910>>...108