HomeSort by relevance Sort by last modified time
    Searched defs:xx (Results 26 - 50 of 246) sorted by null

12 3 4 5 6 7 8 910

  /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);
  /external/valgrind/none/tests/amd64/
bug132918.c 14 double xx = x; local
28 : /*in*/ "m" (xx), "m" (yy)
51 do_fprem(&r, 12.3*sin(theta), cos(theta)); show("xx", &r);
pcmpxstrx64.c 30 UChar xx = 0; local
32 if (x >= '0' && x <= '9') { xx = x - '0'; }
33 else if (x >= 'A' && x <= 'F') { xx = x - 'A' + 10; }
34 else if (x >= 'a' && x <= 'f') { xx = x - 'a' + 10; }
37 assert(xx < 16);
38 xx = (xx << 4) | xx;
39 assert(xx < 256);
40 (*dst)[i] = xx;
    [all...]
pcmpxstrx64w.c 31 UChar xx = 0; local
33 if (x >= '0' && x <= '9') { xx = x - '0'; }
34 else if (x >= 'A' && x <= 'F') { xx = x - 'A' + 10; }
35 else if (x >= 'a' && x <= 'f') { xx = x - 'a' + 10; }
38 assert(xx < 16);
39 xx = (xx << 4) | xx;
40 assert(xx < 256);
41 (*dst)[i] = xx;
    [all...]
  /system/nfc/src/nfa/ce/
nfa_ce_main.cc 106 uint8_t xx; local
114 for (xx = 0, p_info = nfa_ce_cb.listen_info; xx < NFA_CE_LISTEN_INFO_MAX;
115 xx++, p_info++) {
  /system/nfc/src/nfc/nfc/
nfc_utils.cc 48 int xx, max = NCI_MAX_CONN_CBS; local
52 for (xx = 0; xx < max; xx++) {
53 if (nfc_cb.conn_cb[xx].conn_id == NFC_ILLEGAL_CONN_ID) {
54 nfc_cb.conn_cb[xx].conn_id =
56 p_conn_cb = &nfc_cb.conn_cb[xx];
97 int xx; local
100 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++)
123 int xx; local
178 int xx; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-v32-l4.s 5 lapcq xx,$r12
7 xx: label
rd-pcrel1.s 8 xx: label
  /external/cblas/src/
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;
cblas_cgbmv.c 38 const float *xx= (float *)X, *alp= (float *)alpha, *bet = (float *)beta; local
95 *x = *xx;
96 x[1] = -xx[1];
98 xx += i;
cblas_cgemv.c 35 const float *xx= (const float *)X; local
95 *x = *xx;
96 x[1] = -xx[1];
98 xx += i;
cblas_chbmv.c 34 const float *xx= (float *)X, *alp= (float *)alpha, *bet = (float *)beta; local
87 *x = *xx;
88 x[1] = -xx[1];
90 xx += i;
cblas_chemv.c 33 const float *xx= (float *)X, *alp= (float *)alpha, *bet = (float *)beta; local
87 *x = *xx;
88 x[1] = -xx[1];
90 xx += i;
cblas_cher2.c 32 float *x=(float *)X, *xx=(float *)X, *y=(float *)Y, local
104 *x = *xx;
105 x[1] = -xx[1];
107 xx += i;
cblas_chpmv.c 32 const float *xx= (float *)X, *alp= (float *)alpha, *bet = (float *)beta; local
85 *x = *xx;
86 x[1] = -xx[1];
88 xx += i;
cblas_chpr2.c 32 float *x=(float *)X, *xx=(float *)X, *y=(float *)Y, local
103 *x = *xx;
104 x[1] = -xx[1];
106 xx += i;
cblas_zgbmv.c 38 const double *xx= (double *)X, *alp= (double *)alpha, *bet = (double *)beta; local
95 *x = *xx;
96 x[1] = -xx[1];
98 xx += i;
  /external/clang/test/Sema/
array-constraint.c 32 pfunc xx(int f[](void)) { // expected-error {{'f' declared as array of functions}} function
  /external/clang/test/SemaCXX/
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/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
AlaLib.cpp 177 UINT8 xx =0; local
191 list[xx] = (char *)malloc(strlen(dp->d_name)+1);
192 if(list[xx] != NULL)
194 memset((void *)list[xx],0, strlen(dp->d_name)+1);
195 memcpy(list[xx++], dp->d_name, strlen(dp->d_name)+1);
203 *num = xx;
  /external/one-true-awk/
maketab.c 37 struct xx struct
115 const struct xx *p;
  /external/speex/libspeex/
filters_sse.h 56 __m128 xx; local
59 xx = _mm_load_ps1(x+i);
60 yy = _mm_add_ss(xx, mem[0]);
68 mem[0] = _mm_add_ps(mem[0], _mm_mul_ps(xx, num[0]));
74 mem[1] = _mm_add_ps(mem[1], _mm_mul_ps(xx, num[1]));
79 mem[2] = _mm_add_ps(mem[2], _mm_mul_ps(xx, num[2]));
106 __m128 xx; local
109 xx = _mm_load_ps1(x+i);
110 yy = _mm_add_ss(xx, mem[0]);
118 mem[0] = _mm_add_ps(mem[0], _mm_mul_ps(xx, num[0]))
161 __m128 xx; local
208 __m128 xx; local
259 __m128 xx; local
305 __m128 xx; local
    [all...]
  /external/toybox/toys/other/
hexedit.c 71 int x, xx = 16; local
74 if (yy+xx>=TT.len) xx = TT.len-yy;
78 for (x=0; x<xx; x++) printf(" %02X", TT.data[yy+x]);
79 printf("%*s", 2+3*(16-xx), "");
80 for (x=0; x<xx; x++) draw_char(stdout, TT.data[yy+x]);
81 printf("%*s", 16-xx, "");
99 static void highlight(int xx, int yy, int side)
101 char cc = TT.data[16*(TT.base+yy)+xx];
105 tty_jump(2+TT.numlen+3*xx, yy)
    [all...]
  /system/bt/stack/avrc/
avrc_pars_tg.cc 102 uint8_t xx, yy; local
168 for (xx = 0, yy = 0; xx < p_result->get_cur_app_val.num_attr; xx++) {
185 for (xx = 0;
186 ((xx < p_result->set_app_val.num_val) && (buf_len > size_needed));
187 xx++) {
188 p_app_set[xx].attr_id = *p++;
189 p_app_set[xx].attr_val = *p++;
190 if (!avrc_is_valid_player_attrib_value(p_app_set[xx].attr_id
    [all...]

Completed in 1296 milliseconds

12 3 4 5 6 7 8 910