HomeSort by relevance Sort by last modified time
    Searched defs:xx (Results 1 - 25 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
data1.s 2 xx OCTA Main+44 label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
err-bpo6.s 10 GREG xx
11 .weak xx
12 xx: label
14 LDA $46,xx
  /frameworks/wilhelm/tools/hashgen/
frag3.c 14 const struct SLInterfaceID_ *xx = SL_IID_array; local
16 for (MPH = 0; MPH < MPH_MAX; ++MPH, ++xx) {
17 if (!memcmp(x, xx, 16)) {
  /external/clang/test/Parser/
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'}}
typeof.c 17 int xx; local
  /external/compiler-rt/test/msan/
chained_origin_memcpy.cc 22 int xx[10000]; variable
28 xx[idx] = a; xx[idx + 10] = b;
38 memcpy(&yy, &xx, sizeof(xx));
  /external/skia/src/core/
SkPoint3.cpp 31 double xx = x; local
34 return (float)sqrt(xx * xx + yy * yy + zz * zz);
60 double xx = fX; local
67 double dscale = 1.0f / sqrt(xx * xx + yy * yy + zz * zz);
73 scale = (float)(1.0f / sqrt(xx * xx + yy * yy + zz * zz));
SkBitmapProcState_matrix_template.h 61 uint16_t* xx = (uint16_t*)xy; local
63 *xx++ = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
  /external/valgrind/VEX/test/
fsave.c 45 printf("xx ");
57 int xx = argc > 1; local
65 show_fpustate( buf, xx );
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 );
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/
tc04_free_lock.c 10 pthread_mutex_t lock; int morestuff[2000]; } XX;
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/cblas/src/
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;
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;
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;
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;
  /external/clang/test/Analysis/diagnostics/
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>&apos;xx&apos; declared without an initial value</string>
98 // CHECK-NEXT: <string>&apos;xx&apos; declared without an initial value</string>
    [all...]
  /external/clang/test/FixIt/
fixit-function-call.cpp 61 int xx; member in struct:A
  /external/clang/test/Index/
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/clang/test/SemaCXX/
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}}
  /external/libnfc-nci/src/nfa/ce/
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/
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_CBS; xx++
128 int xx; local
195 int xx; local
    [all...]
  /external/speex/libspeex/
ltp_sse.h 76 __m128 sum, *xx, *yy; local
79 xx = x;
82 sum = _mm_add_ps(sum, _mm_mul_ps(xx[0], yy[0]));
83 sum = _mm_add_ps(sum, _mm_mul_ps(xx[1], yy[1]));
84 xx += 2;
  /external/valgrind/memcheck/tests/amd64/
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/
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);

Completed in 706 milliseconds

1 2 3 4 5 6 7 8 91011