HomeSort by relevance Sort by last modified time
    Searched refs:xx (Results 101 - 125 of 480) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/qemu/hw/android/goldfish/
fb.c 343 int xx = xx1; local
345 unsigned spix = src[xx];
346 dst[xx] = (uint16_t)((spix << 8) | (spix >> 8));
347 xx++;
359 int xx = xx1*3;
360 if (src_line[xx+0] != dst_line[xx+0] ||
361 src_line[xx+1] != dst_line[xx+1] ||
362 src_line[xx+2] != dst_line[xx+2])
413 int xx = xx1; local
    [all...]
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_api.c 95 int xx, ret = nfa_ee_cb.cur_ee; local
116 for (xx = 0; (xx < ret) && (num_ret < max_ret); xx++, p_cb++)
118 NFA_TRACE_DEBUG4 ("xx:%d max_ret:%d, num_ret:%d ee_status:0x%x", xx, max_ret, num_ret, p_cb->ee_status);
190 int xx; local
192 for (xx = 0; xx < NFA_EE_MAX_CBACKS; xx++
237 UINT32 xx; local
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_depth_texture_unittest.cc 202 for (GLint xx = 0; bad_count < 16 && xx < kResolution; ++xx) {
203 const uint8* actual = &actual_pixels[(yy * kResolution + xx) * 4];
209 if (xx > 0 && xx < kResolution - 1) {
211 << "pixel at " << xx << ", " << yy
220 EXPECT_GT(actual[0], down[0]) << "pixel at " << xx << ", " << yy;
gl_pointcoord_unittest.cc 128 for (GLint xx = 0; xx < max_point_size; xx += point_step) {
132 GLfloat u = xx / max_point_size * 2 - 1;
  /external/chromium_org/third_party/skia/tests/
PathOpsQuadParameterizationTest.cpp 13 double xx = q.x2() * point.fX * point.fX; local
19 double sum = xx + xy + yy + x + y + c;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
datavis.asm 16 .section .xx, "", @ progbits
  /external/clang/test/CodeGenCXX/
anonymous-union-member-initializer.cpp 190 IndirectReferenceField::IndirectReferenceField(float &xx) : x(xx) {}
  /external/clang/test/Sema/
expr-address-of.c 2 struct xx { int bitf:1; }; struct
4 struct entry { struct xx *whatever;
  /external/jemalloc/test/include/test/
math.h 224 double e, aa, xx, c, ch, a, q, p1, p2, t, x, b, s1, s2, s3, s4, s5, s6; local
233 xx = 0.5 * df;
234 c = xx - 1.0;
238 ch = pow(p * xx * exp(ln_gamma_df_2 + xx * aa), 1.0 / xx);
278 p2 = p - i_gamma(p1, xx, ln_gamma_df_2);
279 t = p2 * exp(xx * aa + ln_gamma_df_2 + p1 - c * log(ch));
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_main.c 229 UINT8 xx = 0, updated_len = 0, *p_cur_len; local
243 while (tlv_list_len - xx >= 2) /* at least type and len */
246 type = *(p_tlv_list + xx);
247 len = *(p_tlv_list + xx + 1);
248 p_value = p_tlv_list + xx + 2;
405 if ((updated_len != xx) && (!app_init))
407 memcpy (p_tlv_list + updated_len, p_tlv_list + xx, (len + 2));
411 xx += len + 2; /* move to next TLV */
  /external/skia/tests/
PathOpsQuadParameterizationTest.cpp 13 double xx = q.x2() * point.fX * point.fX; local
19 double sum = xx + xy + yy + x + y + c;
  /external/valgrind/main/VEX/test/
fsave.c 45 printf("xx ");
57 int xx = argc > 1; local
65 show_fpustate( buf, xx );
  /external/valgrind/main/exp-sgcheck/
sg_main.h 46 Bool rr, Bool ww, Bool xx, ULong di_handle );
48 Bool rr, Bool ww, Bool xx, ULong di_handle );
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shlex.py 61 foo\ xx|foo|\|xx|
124 foo\ xx|foo xx|
125 foo\ x\x|foo xx|
126 foo\ x\x\"|foo xx"|
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shlex.py 61 foo\ xx|foo|\|xx|
124 foo\ xx|foo xx|
125 foo\ x\x|foo xx|
126 foo\ x\x\"|foo xx"|
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ucd.c 54 UINT16 xx; local
58 for (xx = 0; xx < MAX_L2CAP_CLIENTS; xx++, p_rcb++)
127 UINT16 xx; local
131 for (xx = 0; xx < MAX_L2CAP_CLIENTS; xx++, p_rcb++)
269 UINT16 xx; local
284 for (xx = 0; xx < MAX_L2CAP_CLIENTS; xx++, p_rcb++
662 UINT16 xx; local
    [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Image.cpp 198 FX_INT32 x0, x1, y0, y1, xx, yy; local
377 xx = x0 + 8;
378 for (; xx < x1 - 8; xx += 8) {
409 xx = x0 + 8;
410 for (; xx < x1 - 8; xx += 8) {
441 xx = x0 + 8;
442 for (; xx < x1 - 8; xx += 8) {
779 FX_INT32 xs0, ys0, xs1, ys1, xd0, yd0, xd1, yd1, xx, yy, w, h, middleDwords, lineLeft; local
1199 FX_INT32 xs0, ys0, xs1, ys1, xd0, yd0, xd1, yd1, xx, yy, w, h, middleDwords, lineLeft; local
    [all...]
  /external/valgrind/main/none/tests/amd64/
aes.c 34 UChar xx = 0; local
38 xx = fromhex (x);
41 assert(xx < 16);
43 xx = (yy << 4) | xx;
44 assert(xx < 256);
45 dst->uChar[i] = xx;
  /external/bluetooth/bluedroid/stack/bnep/
bnep_api.c 590 UINT16 xx; local
611 for (xx = 0; xx < num_filters; xx++)
613 p_bcb->sent_prot_filter_start[xx] = *p_start_array++;
614 p_bcb->sent_prot_filter_end[xx] = *p_end_array++;
653 UINT16 xx; local
674 for (xx = 0; xx < num_filters; xx++
    [all...]
  /external/chromium_org/third_party/speex/libspeex/
filters.h 61 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *, spx_word16_t *y2, int N, int M, spx_word16_t *mem, char *stack);
73 void syn_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack);
74 void residue_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack);
  /external/speex/libspeex/
filters.h 61 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *, spx_word16_t *y2, int N, int M, spx_word16_t *mem, char *stack);
73 void syn_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack);
74 void residue_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack);
  /external/bluetooth/bluedroid/bta/av/
bta_av_main.c 219 int xx; local
223 for(xx=0; xx<BTA_AV_NUM_STRS; xx++)
225 if(bta_av_cb.p_scb[xx] && &(bta_av_cb.p_scb[xx]->timer)== p)
227 p_scb = bta_av_cb.p_scb[xx];
294 int xx; local
296 for(xx=0; xx<BTA_AV_NUM_STRS; xx++
346 int xx; local
821 int xx; local
    [all...]
bta_av_act.c 453 int xx; local
457 for(xx=0; xx<BTA_AV_NUM_LINKS; xx++)
459 mask = 1 << xx; /* the used mask for this lcb */
460 if((mask & p_cb->conn_lcb) && 0 ==( bdcmp(p_cb->lcb[xx].addr, addr)))
462 p_lcb = &p_cb->lcb[xx];
727 UINT8 xx; local
740 for (xx=0; xx<p_bta_av_cfg->num_evt_ids; xx++
1370 UINT16 xx; local
1416 int xx; local
1525 int xx; local
    [all...]
  /external/opencv/cv/src/
cvoptflowlk.cpp 45 float xx; member in struct:__anon32695
316 II[address].xx = GradX * GradX;
336 II[address].xx = GradX * GradX;
359 II[address].xx = GradX * GradX;
377 WII[address].xx = 0;
387 WII[address].xx += II[address + jj].xx * Ker;
401 WII[address].xx = 0;
411 WII[address].xx += (II[address - jj].xx + II[address + jj].xx) * Ker
    [all...]
  /external/clang/test/Index/
annotate-tokens.c 8 void *xx = ptr ? : &x; local
91 // CHECK: Keyword: "void" [8:3 - 8:7] VarDecl=xx:8:9 (Definition)
92 // CHECK: Punctuation: "*" [8:8 - 8:9] VarDecl=xx:8:9 (Definition)
93 // CHECK: Identifier: "xx" [8:9 - 8:11] VarDecl=xx:8:9 (Definition)
94 // CHECK: Punctuation: "=" [8:12 - 8:13] VarDecl=xx:8:9 (Definition)

Completed in 790 milliseconds

1 2 3 45 6 7 8 91011>>