Searched defs:xxx (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/Parser/
H A Dcheck_cast.c7 struct foo xxx; local
10 xxx = (struct foo)1; // expected-error {{used type 'struct foo' where arithmetic or pointer type is required}}
11 i = (int)xxx; // expected-error {{operand of type 'struct foo' where arithmetic or pointer type is required}}
/external/clang/test/Sema/
H A Dast-print.c4 func_typedef xxx; variable
H A Dconditional-expr.c31 enum {xxx,yyy,zzz} e, *ee; enumerator in enum:__anon4721
/external/valgrind/main/memcheck/tests/
H A Dclientperm.c9 int xxx, i; local
10 for (i = 0; i < 10; i++) VALGRIND_CHECK_VALUE_IS_DEFINED(xxx);
H A Derrs1.c14 void xxx ( void ) { yyy(); } function
15 void www ( void ) { xxx(); }
/external/clang/test/CodeGen/
H A Dcompound-literal.c9 void xxx() { function
H A Dpragma-weak.c21 // CHECK: @xxx = alias weak void ()* @__xxx
149 #pragma weak xxx = __xxx macro
H A Dx86_64-arguments.c299 typedef struct xxx { struct
/external/fdlibm/
H A Dk_tan.c49 static const double xxx[] = { variable
67 #define one xxx[13]
68 #define pio4 xxx[14]
69 #define pio4lo xxx[15]
70 #define T xxx
/external/valgrind/main/helgrind/tests/
H A Dtc17_sembar.c24 an extra semaphore field, xxx. This is not functionally useful,
27 Thrcheck. There is no other purpose for the .xxx field. */
39 sem_t* xxx; member in struct:__anon15131
51 bar->xxx = my_sem_init ("xxx", 0, 0);
67 my_sem_destroy(bar->xxx);
94 my_sem_wait(bar->xxx); // acquire an obvious dependency from
118 my_sem_post(bar->xxx);
/external/clang/test/SemaCXX/
H A Dcrashes.cpp74 enum xxx { enum in struct:PR9007::bar
77 foo *xxx();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
H A DFieldTest.java121 f = TestAccess.class.getDeclaredField("xxx");
1053 private static int xxx; field in class:TestAccess
/external/eigen/unsupported/test/
H A DNonLinearOptimization.cpp805 double x=m_x[i], xx=x*x, xxx=xx*x; local
806 fvec[i] = (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) / (1.+b[4]*x+b[5]*xx+b[6]*xxx) - m_y[i];
817 double x=m_x[i], xx=x*x, xxx=xx*x; local
818 double fact = 1./(1.+b[4]*x+b[5]*xx+b[6]*xxx);
822 fjac(i,3) = xxx*fact;
823 fact = - (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) * fact * fact;
826 fjac(i,6) = xxx*fact;
1550 double x=_x[i], xx=x*x, xxx=xx*x; local
1551 fvec[i] = (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) / (
1561 double x=_x[i], xx=x*x, xxx=xx*x; local
[all...]
/external/valgrind/main/helgrind/
H A Dhg_errors.c408 static Int xxx = 0; local
409 xxx++;
412 "%d conflicting-event queries\n", xxx);
/external/kernel-headers/original/asm-mips/ip32/
H A Dmace.h91 unsigned long xxx; /* later... */ member in struct:mace_video
319 volatile unsigned long xxx; /* later... */ member in struct:mace_serial
/external/ppp/pppd/
H A Dauth.c2320 int newline, xxx; local
2405 if (!getword(sf, word, &xxx, atfile)) {

Completed in 348 milliseconds