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

1 2 3 4 5 6 78 91011>>

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffobjs.h 106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:CFF_Transform_
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c 240 UINT8 xx =0; local
241 for (xx = 0; xx<BTA_AV_MAX_SEPS; xx++)
243 if ((p_scb->seps[xx].tsep == local_sep) &&
244 (p_scb->seps[xx].codec_type == p_scb->codec_type))
245 return (p_scb->seps[xx].av_handle);
262 UINT8 xx =0; local
263 for (xx = 0; xx<BTA_AV_MAX_SEPS; xx++
433 int xx; local
738 int xx; local
1044 int xx; local
    [all...]
  /external/opencv/cv/src/
cvoptflowhs.cpp 47 float xx; member in struct:__anon32694
52 float alpha; /* alpha = 1 / ( 1/lambda + xx + yy ) */
260 II[address].xx = GradX * GradX;
266 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy);
283 II[address].xx = GradX * GradX;
289 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy);
307 II[address].xx = GradX * GradX;
313 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy);
370 (II[address].xx * averageX +
397 (II[address].xx * averageX
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 17 # Don't load the xx module more than once.
39 test_support.unload('xx')
41 # with xx module in TEMP
49 xx_ext = Extension('xx', [xx_c])
50 dist = Distribution({'name': 'xx', 'ext_modules': [xx_ext]})
77 import xx namespace
80 self.assertTrue(hasattr(xx, attr))
82 self.assertEqual(xx.foo(2, 5), 7)
83 self.assertEqual(xx.foo(13,15), 28)
84 self.assertEqual(xx.new().demo(), None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 17 # Don't load the xx module more than once.
39 test_support.unload('xx')
41 # with xx module in TEMP
49 xx_ext = Extension('xx', [xx_c])
50 dist = Distribution({'name': 'xx', 'ext_modules': [xx_ext]})
77 import xx namespace
80 self.assertTrue(hasattr(xx, attr))
82 self.assertEqual(xx.foo(2, 5), 7)
83 self.assertEqual(xx.foo(13,15), 28)
84 self.assertEqual(xx.new().demo(), None
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_dev.c 365 UINT8 xx; local
383 for (xx = 0 ; xx < BD_FEATURES_LEN ; xx++)
385 if (p_dev_rec->features[HCI_EXT_FEATURES_PAGE_0][xx] != 0x00)
  /external/bluetooth/bluedroid/stack/hid/
hidh_conn.c 88 int xx; local
111 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++)
113 hh_cb.devices[xx].in_use = FALSE ;
114 hh_cb.devices[xx].conn.conn_state = HID_CONN_STATE_UNUSED;
1064 UINT8 xx; local
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 2648 FLAC__uint64 xx; local
2835 FLAC__uint64 xx; local
    [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_link.c 683 UINT8 xx, sap, idx; local
718 for (xx = LLCP_SAP_SDP + 1; xx < LLCP_NUM_SAPS; xx++)
746 for (xx = 0; xx < LLCP_NUM_SAPS; xx++)
774 for (xx = 0; xx < LLCP_MAX_DATA_LINK; xx++
1436 int count, xx; local
    [all...]
  /device/lge/hammerhead/libsensors/
Android.mk 33 LOCAL_C_INCLUDES += hardware/invensense/65xx/libsensors_iio
  /device/samsung/manta/libsensors/
Android.mk 31 LOCAL_C_INCLUDES += hardware/invensense/60xx/libsensors_iio
  /external/chromium_org/third_party/opus/src/celt/
pitch.c 409 opus_val32 xy,xx,yy,xy2; local
429 dual_inner_prod(x, x, x-T0, N, &xx, &xy);
430 yy_lookup[0] = xx;
431 yy=xx;
444 x2y2 = 1+HALF32(MULT32_32_Q31(xx,yy));
450 g = g0 = xy/celt_sqrt(1+xx*yy);
480 x2y2 = 1+MULT32_32_Q31(xx,yy);
486 g1 = xy/celt_sqrt(1+2.f*xx*1.f*yy);
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_matrix_template.h 64 uint16_t* xx = (uint16_t*)xy; local
66 *xx++ = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
  /external/clang/test/Index/
complete-method-decls.m 47 - (id)first:(int)xx second2:(float)y2 third:(double)z;
133 // CHECK-CC9: NotImplemented:{TypedText xx} (40)
  /external/clang/test/Sema/
array-init.c 146 static char const xx[] = "test"; variable
147 int xx_sizecheck[(sizeof(xx) / sizeof(char)) == 5? 1 : -1];
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 1293 register UINT32 xx; local
1310 register UINT32 xx; local
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 1270 register UINT32 xx; local
1287 register UINT32 xx; local
    [all...]
  /external/libopus/celt/
pitch.c 409 opus_val32 xy,xx,yy,xy2; local
429 dual_inner_prod(x, x, x-T0, N, &xx, &xy);
430 yy_lookup[0] = xx;
431 yy=xx;
444 x2y2 = 1+HALF32(MULT32_32_Q31(xx,yy));
450 g = g0 = xy/celt_sqrt(1+xx*yy);
480 x2y2 = 1+MULT32_32_Q31(xx,yy);
486 g1 = xy/celt_sqrt(1+2.f*xx*1.f*yy);
  /external/skia/src/core/
SkBitmapProcState_matrix_template.h 64 uint16_t* xx = (uint16_t*)xy; local
66 *xx++ = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
  /external/chromium_org/third_party/freetype/include/freetype/
fttypes.h 368 /* x' = x*xx + y*xy */
373 /* xx :: Matrix coefficient. */
383 FT_Fixed xx, xy; member in struct:FT_Matrix_
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftsynth.c 63 transform.xx = 0x10000L;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
dct_sse2.asm 83 pshufhw xmm1, xmm1, 0b1h ;22 23 02 03 xx xx xx xx
84 pshufhw xmm2, xmm2, 0b1h ;32 33 12 13 xx xx xx xx
  /external/chromium_org/v8/test/intl/break-iterator/
resolved-options-is-method.js 38 result.locale = 'xx';
40 assertEquals(result.locale, 'xx');

Completed in 4827 milliseconds

1 2 3 4 5 6 78 91011>>