/external/libopus/silk/fixed/ |
H A D | regularize_correlations_FIX.c | 37 opus_int32 *xx, /* I/O Correlation values */ 46 xx[ 0 ] += noise; 35 silk_regularize_correlations_FIX( opus_int32 *XX, opus_int32 *xx, opus_int32 noise, opus_int D ) argument
|
/external/libopus/silk/float/ |
H A D | regularize_correlations_FLP.c | 37 silk_float *xx, /* I/O Correlation values */ 47 xx[ 0 ] += noise; 35 silk_regularize_correlations_FLP( silk_float *XX, silk_float *xx, const silk_float noise, const opus_int D ) argument
|
/external/clang/test/Parser/ |
H A D | builtin_types_compatible.c | 35 struct xx { int a; } x, y; struct 38 c = __builtin_choose_expr(0, b, x); // expected-error{{assigning to 'int' from incompatible type 'struct xx'}}
|
H A D | typeof.c | 17 int xx; local
|
/external/valgrind/VEX/test/ |
H A D | fsave.c | 45 printf("xx "); 57 int xx = argc > 1; local 65 show_fpustate( buf, xx );
|
H A D | frstor.c | 56 printf("xx "); 68 int xx = argc > 1; local 74 show_fpustate( (unsigned char*)buf1, xx ); 79 show_fpustate( (unsigned char*)buf2, xx );
|
H A D | fxsave.c | 87 void show ( unsigned char* buf, int xx ) 93 if (xx && isFPLsbs(i)) 94 printf("xx "); 108 int xx = argc > 1; local 118 show(buf1, xx); 125 show(buf2, xx); 131 show(buf3, xx);
|
/external/valgrind/helgrind/tests/ |
H A D | tc04_free_lock.c | 17 XX* xx = malloc(sizeof(XX)); local 18 assert(xx); 20 pthread_mutex_init( &xx->lock, NULL ); 22 pthread_mutex_lock( &xx->lock ); 24 free(xx);
|
/external/clang/test/Analysis/diagnostics/ |
H A D | undef-value-param.c | 20 int xx; //expected-note {{'xx' declared without an initial value}} local 21 int *y = &xx; 26 return xx+3; //expected-warning{{The left operand of '+' is a garbage value}} 96 // CHECK-NEXT: <string>'xx' declared without an initial value</string> 98 // CHECK-NEXT: <string>'xx' declared without an initial value</string>
|
/external/clang/test/SemaCXX/ |
H A D | type-definition-in-specifier.cpp | 42 static int xx; member in struct:pr19018a 50 void func8(struct { int qq() { return xx; }; } x); // expected-error{{cannot be defined in a parameter type}} 51 void func9(struct t19018 { int qq() { return xx; }; } x); // expected-error{{cannot be defined in a parameter type}}
|
H A D | trailing-return-0x.cpp | 70 X<int> xx; variable 71 only<int> p2 = xx.f(0L); 72 only<double> p3 = xx.g(0L, 1.0); 73 only<double> p4 = xx.get_nested<double>().h(0L, 1.0, 3.14f);
|
/external/compiler-rt/test/msan/ |
H A D | chained_origin_memcpy.cc | 22 int xx[10000]; variable 28 xx[idx] = a; xx[idx + 10] = b; 38 memcpy(&yy, &xx, sizeof(xx));
|
/external/valgrind/none/tests/amd64/ |
H A D | bug132918.c | 14 double xx = x; local 28 : /*in*/ "m" (f64), "m" (xx), "m" (yy) 51 do_fprem(&r, 12.3*sin(theta), cos(theta)); show("xx", &r);
|
/external/cblas/src/ |
H A D | cblas_chpr.c | 30 float *x=(float *)X, *xx=(float *)X, *tx, *st; local 86 *x = *xx; 87 x[1] = -xx[1]; 89 xx += i;
|
H A D | cblas_zhpr.c | 30 double *x=(double *)X, *xx=(double *)X, *tx, *st; local 86 *x = *xx; 87 x[1] = -xx[1]; 89 xx += i;
|
H A D | cblas_cher.c | 31 float *x=(float *)X, *xx=(float *)X, *tx, *st; local 87 *x = *xx; 88 x[1] = -xx[1]; 90 xx += i;
|
H A D | cblas_zher.c | 31 double *x=(double *)X, *xx=(double *)X, *tx, *st; local 87 *x = *xx; 88 x[1] = -xx[1]; 90 xx += i;
|
H A D | cblas_zhpr2.c | 32 double *x=(double *)X, *xx=(double *)X, *y=(double *)Y, local 90 *x = *xx; 91 x[1] = -xx[1]; 93 xx += i;
|
/external/clang/test/FixIt/ |
H A D | fixit-function-call.cpp | 61 int xx; member in struct:A
|
/external/clang/test/Index/ |
H A D | load-exprs.c | 7 void *xx = ptr ? : &x; local 50 // CHECK: load-exprs.c:7:9: VarDecl=xx:7:9 (Definition) Extent=[7:3 - 7:24]
|
/external/libnfc-nci/src/nfa/ce/ |
H A D | nfa_ce_main.c | 108 UINT8 xx; local 116 for (xx = 0, p_info = nfa_ce_cb.listen_info; xx < NFA_CE_LISTEN_INFO_MAX; xx++, p_info++)
|
/external/libnfc-nci/src/nfc/nfc/ |
H A D | nfc_utils.c | 47 int xx, max = NCI_MAX_CONN_CBS; local 51 for (xx = 0; xx < max; xx++) 53 if (nfc_cb.conn_cb[xx].conn_id == NFC_ILLEGAL_CONN_ID) 55 nfc_cb.conn_cb[xx].conn_id = NFC_PEND_CONN_ID; /* to indicate this cb is used */ 56 p_conn_cb = &nfc_cb.conn_cb[xx]; 99 int xx; local 102 for (xx = 0; xx < NCI_MAX_CONN_CB 128 int xx; local 195 int xx; local [all...] |
/external/valgrind/memcheck/tests/amd64/ |
H A D | fxsave-amd64.c | 141 void show ( unsigned char* buf, int xx ) 147 if (xx && isFPLsbs(i)) 148 printf("xx "); 162 int xx = argc > 1; local 175 show(buf1, xx); 182 show(buf2, xx); 188 show(buf3, xx); 199 show(buf1, xx); 206 show(buf2, xx); 212 show(buf3, xx); [all...] |
/external/valgrind/memcheck/tests/x86/ |
H A D | fxsave.c | 88 void show ( unsigned char* buf, int xx ) 94 if (xx && isFPLsbs(i)) 95 printf("xx "); 109 int xx = argc > 1; local 119 show(buf1, xx); 126 show(buf2, xx); 132 show(buf3, xx);
|
/external/ceres-solver/examples/ |
H A D | circle_fit.cc | 78 DistanceFromCircleCost(double xx, double yy) : xx_(xx), yy_(yy) {} argument 137 double xx, yy; local 139 while (scanf("%lf %lf\n", &xx, &yy) == 2) { 142 new DistanceFromCircleCost(xx, yy));
|