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

1 2 3 4 5 6 78 9

  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 1057 UINT8 xx; local
1073 for (xx = 0; xx < LEN_UUID_128 - 4; xx++)
1075 if (p_uuid[xx] != base_uuid[xx])
1578 UINT16 xx = 0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformationMatrix.cpp 1418 double xx = decomp.quaternionX * decomp.quaternionX; local
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 572 FT_Fixed xx, xy, yy, yx; local
619 xx = yy = 0x10000L;
624 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
625 yy = xx;
629 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
634 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
640 subglyph->transform.xx = xx;
1014 int a = subglyph->transform.xx > 0 ? subglyph->transform.xx
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_matrix.c 797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local
924 xx = x * x;
936 M(0,0) = (one_c * xx) + c;
    [all...]
  /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/freetype/src/truetype/
ttgload.c 582 FT_Fixed xx, xy, yy, yx; local
629 xx = yy = 0x10000L;
634 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
635 yy = xx;
639 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
644 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
650 subglyph->transform.xx = xx;
    [all...]
  /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/mesa3d/src/mesa/math/
m_matrix.c 797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local
924 xx = x * x;
936 M(0,0) = (one_c * xx) + c;
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 864 double xx, xy, yy; local
880 xx = x * x;
886 G[14] += xx * ixix;
888 G[16] += xx * ixiy;
902 G[28] += xx * iyiy;
    [all...]
cvimgwarp.cpp 2246 double xx = bufx.data.fl[x]; local
    [all...]
  /external/qemu/android/skin/
trackball.c 243 int xx, yy; local
277 for (xx = 0; xx < DOT_GRID; xx++) {
278 double tx = xx*(2./DOT_GRID);
308 int xx, yy; local
314 for (xx = 0; xx < diameter2; xx++) {
315 double x0 = xx - radius2
    [all...]
  /external/skia/tests/
MathTest.cpp 268 double xx = x + 0.5; // need intermediate double to avoid temp loss local
269 int ix = (int)floor(xx);
590 double xx = (double)x / SK_Fract1; local
592 SkFract check = SkFloatToFract(sqrt(xx));
598 xx = (double)x / SK_Fixed1;
599 check = SkFloatToFixed(sqrt(xx));
603 xx = (double)x;
604 check = (int32_t)sqrt(xx);
  /external/speex/libspeex/
resample.c 279 float xx = x * cutoff; local
285 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func));
292 float xx = x * cutoff; local
298 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func);
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_rdft_sse2.c 192 const __m128 xx = _mm_add_ps(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); local
219 _mm_storel_epi64((__m128i*)&a[j0 + 0], _mm_castps_si128(xx));
221 _mm_shuffle_epi32(_mm_castps_si128(xx),
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 277 int xx = bx + x; local
278 int i = xx + 4 * y;
361 int xx = bx + x; local
362 int i = xx + 4 * y;
365 &pCompressed->low, y + xx * 4, pModifierTable);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 983 double xx, yy; local
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.cpp 983 double xx, yy; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 963 double xx, yy; local
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 277 int xx = bx + x; local
278 int i = xx + 4 * y;
361 int xx = bx + x; local
362 int i = xx + 4 * y;
365 &pCompressed->low, y + xx * 4, pModifierTable);
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 3921 UINT8 xx; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
kssl.c 840 ** "62 xx 30 yy" (APPLICATION-2, SEQUENCE), where xx-yy =~ 2, and
841 ** xx and yy are possibly multi-byte length fields.
846 int xx = 0, yy = 0; local
851 case 0x82: p++; xx = (*p++ << 8); xx += *p++; break;
852 case 0x81: p++; xx = *p++; break;
854 default: xx = *p++; break;
865 return (xx - len == yy)? 1: 0;
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 1036 int xx = SkScalarRound(SkFloatToScalar(x * 255)); local
    [all...]
  /external/flac/libFLAC/
stream_decoder.c 1677 FLAC__uint64 xx; local
2149 FLAC__uint64 xx; local
    [all...]
  /external/openssl/ssl/
kssl.c 840 ** "62 xx 30 yy" (APPLICATION-2, SEQUENCE), where xx-yy =~ 2, and
841 ** xx and yy are possibly multi-byte length fields.
846 int xx = 0, yy = 0; local
851 case 0x82: p++; xx = (*p++ << 8); xx += *p++; break;
852 case 0x81: p++; xx = *p++; break;
854 default: xx = *p++; break;
865 return (xx - len == yy)? 1: 0;
    [all...]
  /external/qemu/android/camera/
camera-format-converters.c 919 int xx, yy; local
    [all...]

Completed in 1155 milliseconds

1 2 3 4 5 6 78 9