HomeSort by relevance Sort by last modified time
    Searched refs:xx (Results 201 - 225 of 414) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/yaffs2/yaffs2/direct/
dtest.c 15 char xx[600]; variable
169 char xx[200]; local
177 sprintf(xx,"%s %8d",fn,iterations);
178 yaffs_write(h,xx,strlen(xx));
189 char xx[200]; local
199 sprintf(xx,"%s %8d",fn,iterations);
200 l = strlen(xx);
205 if(strcmp(xx,yy)){
382 while ((result = yaffs_write(h,xx,600)) == 600
1819 char xx[2500]; local
    [all...]
  /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 778 int xx; local
781 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_lcb++)
1156 int xx; local
    [all...]
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
block-leave.js 63 let xx = 18;
72 // NOTE: This checks that the block scope containing xx has been
74 eval('xx');
  /external/libvpx/libvpx/vp8/common/x86/
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/skia/tools/skpdiff/
SkPMetric.cpp 229 for (int xx = -radius; xx <= radius; xx++) {
236 ny += xx;
244 nx += xx;
253 float weight = matrix[xx + radius];
  /external/tremolo/Tremolo/
mdct.c 256 DATA_TYPE *xx = x + (b>>shift); local
261 if(w>xx){
263 r = xx[0];
264 xx[0] = w[0];
267 r = xx[1];
268 xx[1] = w[1];
  /external/v8/test/mjsunit/harmony/
block-leave.js 63 let xx = 18;
72 // NOTE: This checks that the block scope containing xx has been
74 eval('xx');
  /frameworks/rs/scriptc/
rs_quaternion.rsh 229 float xx = q->x * q->x;
243 m->m[5] = 1.0f - 2.0f * ( xx + zz );
247 m->m[10] = 1.0f - 2.0f * ( xx + yy );
  /prebuilts/sdk/renderscript/include/
rs_quaternion.rsh 229 float xx = q->x * q->x;
243 m->m[5] = 1.0f - 2.0f * ( xx + zz );
247 m->m[10] = 1.0f - 2.0f * ( xx + yy );
  /external/chromium_org/third_party/angle/samples/gles2_book/Common/
esTransform.c 64 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; local
72 xx = x * x;
83 rotMat.m[0][0] = (oneMinusCos * xx) + cosAngle;
  /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/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 47 UINT8 xx, yy; local
  /external/bluetooth/bluedroid/stack/rfcomm/
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/sdp/
sdp_api.c 75 UINT16 xx; local
94 for (xx = 0; xx < num_uuid; xx++)
95 p_db->uuid_filters[xx] = *p_uuid_list++;
99 for (xx = 0; xx < num_attr; xx++)
100 p_db->attr_filters[xx] = *p_attr_list++;
    [all...]
  /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)));
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java 407 float xx = x * xs; local
422 result.m11 = 1 - (xx + zz);
426 result.m22 = 1 - (xx + yy);
452 float xx = x * xs; local
467 result.m11 = 1 - (xx + zz);
471 result.m22 = 1 - (xx + yy);
511 float xx = x * x * norm; local
529 store.y = 1 - 2 * (xx + zz);
535 store.z = 1 - 2 * (xx + yy);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 514 UINT8 xx; local
523 for (xx = 0; xx < num_dyn_pipes; xx++,p += NFC_HAL_HCI_PIPE_INFO_SIZE)
  /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/bta/dm/
bta_dm_api.c 1034 UINT8 xx, yy; local
1041 for( xx = 0; xx < num_uuid; xx++ )
1046 if( *(p_uuid16 + xx) == bta_service_id_to_uuid_lkup_tbl[yy] )
1055 if (*(p_uuid16 + xx) == UUID_SERVCLASS_HEADSET_HS)
1058 if (*(p_uuid16 + xx) == UUID_SERVCLASS_HDP_SOURCE)
1061 if (*(p_uuid16 + xx) == UUID_SERVCLASS_HDP_SINK)
    [all...]
  /external/chromium_org/third_party/icu/source/data/region/
reslocal.mk 16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
  /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 &
  /external/chromium_org/v8/test/intl/break-iterator/
wellformed-unsupported-locale.js 30 var iterator = Intl.v8BreakIterator(['xx']);

Completed in 635 milliseconds

1 2 3 4 5 6 7 891011>>