HomeSort by relevance Sort by last modified time
    Searched refs:xx (Results 151 - 175 of 313) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/freetype/src/smooth/
ftsmooth.c 328 FT_UInt xx; local
332 for ( xx = width_org; xx > 0; xx-- )
334 FT_UInt pixel = line[xx-1];
  /external/freetype/src/smooth/
ftsmooth.c 328 FT_UInt xx; local
332 for ( xx = width_org; xx > 0; xx-- )
334 FT_UInt pixel = line[xx-1];
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_main.c 455 UINT8 xx; local
464 for (xx = 0; xx < LLCP_MAX_SDP_TRANSAC; xx++)
466 nfa_p2p_cb.sdp_cb[xx].local_sap = LLCP_INVALID_SAP;
  /external/bluetooth/bluedroid/stack/sdp/
sdp_discovery.c 73 UINT16 xx; local
84 for (xx = 0; xx < num_uuids; xx++, p_uuid_list++)
104 xx = (UINT16)(p_out - p_len - 1);
105 UINT8_TO_BE_STREAM (p_len, xx);
322 UINT16 xx; local
346 for (xx = orig; xx < p_ccb->num_handles; xx++
    [all...]
sdp_api.c 76 UINT16 xx; local
95 for (xx = 0; xx < num_uuid; xx++)
96 p_db->uuid_filters[xx] = *p_uuid_list++;
100 for (xx = 0; xx < num_attr; xx++)
101 p_db->attr_filters[xx] = *p_attr_list++;
    [all...]
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 809 double x=m_x[i], xx=x*x, xxx=xx*x; local
810 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];
821 double x=m_x[i], xx=x*x, xxx=xx*x; local
822 double fact = 1./(1.+b[4]*x+b[5]*xx+b[6]*xxx);
825 fjac(i,2) = xx*fact;
827 fact = - (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) * fact * fact;
829 fjac(i,5) = xx*fact
1390 double x = _x[i], xx=x*x; local
1401 double x = _x[i], xx=x*x; local
1559 double x=_x[i], xx=x*x, xxx=xx*x; local
1570 double x=_x[i], xx=x*x, xxx=xx*x; local
    [all...]
levenberg_marquardt.cpp 415 double x=m_x[i], xx=x*x, xxx=xx*x; local
416 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];
427 double x=m_x[i], xx=x*x, xxx=xx*x; local
428 double fact = 1./(1.+b[4]*x+b[5]*xx+b[6]*xxx);
431 fjac(i,2) = xx*fact;
433 fact = - (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) * fact * fact;
435 fjac(i,5) = xx*fact
996 double x = _x[i], xx=x*x; local
1007 double x = _x[i], xx=x*x; local
1165 double x=_x[i], xx=x*x, xxx=xx*x; local
1176 double x=_x[i], xx=x*x, xxx=xx*x; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
loopfilter_mmx.asm     [all...]
subpixel_mmx.asm 255 movq mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14
258 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 06
287 movq mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14
290 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 06
410 movq mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14
413 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 06
442 movq mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14
445 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 06
565 movd mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14
566 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 0
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_mmx.asm     [all...]
subpixel_mmx.asm 255 movq mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14
258 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 06
287 movq mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14
290 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 06
410 movq mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14
413 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 06
442 movq mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14
445 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 06
565 movd mm3, [rsi] ; xx 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14
566 punpcklbw mm3, mm0 ; xx 00 01 02 03 04 05 0
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
port_api.c 507 UINT8 xx, yy; local
513 for (xx = 0; xx < MAX_BD_CONNECTIONS; xx++)
515 if ((rfc_cb.port.rfc_mcb[xx].state > RFC_MX_STATE_IDLE) &&
516 (rfc_cb.port.rfc_mcb[xx].state < RFC_MX_STATE_CONNECTED))
518 memcpy (bd_addr, rfc_cb.port.rfc_mcb[xx].bd_addr, BD_ADDR_LEN);
522 if (rfc_cb.port.rfc_mcb[xx].state == RFC_MX_STATE_CONNECTED)
525 p_mcb = &rfc_cb.port.rfc_mcb[xx];
541 memcpy (bd_addr, rfc_cb.port.rfc_mcb[xx].bd_addr, BD_ADDR_LEN)
    [all...]
port_utils.c 66 UINT8 xx, yy; local
68 for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++)
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 932 UINT8 req_seq, num_bufs_acked, xx; local
2303 UINT32 xx; local
2430 UINT16 xx; local
2628 UINT8 xx; local
    [all...]
l2c_api.c 787 int xx; local
790 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_lcb++)
1165 int xx; local
    [all...]
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
  /external/chromium_org/third_party/skia/tools/skpdiff/
SkPMetric.cpp 232 for (int xx = -radius; xx <= radius; xx++) {
239 ny += xx;
247 nx += xx;
256 float weight = matrix[xx + radius];
  /external/chromium_org/v8/test/mjsunit/harmony/
block-leave.js 62 let xx = 18;
71 // NOTE: This checks that the block scope containing xx has been
73 eval('xx');
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_sample.h 124 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy); local
126 SkASSERT(*xx < (unsigned)s.fBitmap->width());
127 src = srcAddr[*xx++]; *colors++ = RETURNDST(src);
164 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
165 unsigned x0 = XX >> 14;
166 unsigned x1 = XX & 0x3FFF;
  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_ct.c 48 UINT8 xx, yy; local
  /external/chromium_org/third_party/libyuv/util/
ssim.cc 218 __m128i xx = zero; local
237 xx = _mm_add_epi32(xx, _mm_madd_epi16(ww0, w0)); \
258 ADD_AND_STORE_FOUR_EPI32(xx, xxm);
  /external/clang/test/CodeGen/
asm.c 60 __asm__("PR3908 %[lf] %[xx] %[li] %[r]" : [r] "+r" (r) : [lf] "mx" (0), [li] "mr" (0), [xx] "x" ((double)(0)));
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 296 for (int xx = 0; xx < 32; xx++) {
297 muteMask[ii][xx] = true;
357 for (int xx = 0; xx < 32; xx++) {
358 muteMask[8][xx] = false;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_hf.c 1127 int xx; local
1293 int xx = 0; local
    [all...]
  /external/chromium_org/third_party/icu/source/data/zone/
reslocal.mk 16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml &

Completed in 1151 milliseconds

1 2 3 4 5 67 8 91011>>