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

1 2 3 4 5 67 8

  /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...]
yaffsfs.c 228 // eg. "/data/xx/ff" --> puts name="ff" and returns the directory "/data/xx"
797 yaffs_Object *xx = newdir; local
799 while( renameAllowed && xx)
801 if(xx == obj)
805 xx = xx->parent;
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 377 string xx; local
379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3
392 xx = "123456";
393 xx += low;
394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) {
400 xx = "1234";
401 xx += ";";
403 if ( strcmp( xx.data(), "1234;" ) != 0 ) {
413 string xx; local
420 xx = "123456"
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 377 string xx; local
379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3
392 xx = "123456";
393 xx += low;
394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) {
400 xx = "1234";
401 xx += ";";
403 if ( strcmp( xx.data(), "1234;" ) != 0 ) {
413 string xx; local
420 xx = "123456"
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c 360 int xx; local
420 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++)
422 if ((bta_av_cb.p_scb[xx]) && (xx != index))
424 if (bta_av_cb.p_scb[xx]->state == BTA_AV_INCOMING_SST)
426 bta_av_cb.p_scb[xx]->state = BTA_AV_INIT_SST;
427 bta_av_cb.p_scb[xx]->coll_mask = 0;
632 int xx; local
926 int xx; local
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c 93 UINT16 xx; local
96 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
122 UINT8 xx; local
124 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
133 return(xx);
151 UINT8 xx; local
408 UINT16 xx; local
784 UINT8 xx; local
851 UINT8 xx; local
1179 int xx; local
1674 UINT8 xx; local
2109 UINT8 xx; local
2148 UINT8 xx; local
    [all...]
btm_inq.c 1068 UINT16 xx; local
1132 UINT16 xx; local
1163 UINT16 xx; local
1534 UINT16 xx; local
1605 UINT16 xx; local
1642 UINT16 xx; local
1668 UINT16 xx; local
1973 UINT8 num_resp, xx; local
2251 UINT8 xx, yy, num_resp; local
2853 UINT8 xx; local
3044 UINT8 yy, xx; local
3177 UINT8 xx; local
    [all...]
  /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/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 569 FT_Fixed xx, xy, yy, yx; local
616 xx = yy = 0x10000L;
621 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
622 yy = xx;
626 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
631 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
637 subglyph->transform.xx = xx;
1011 int a = subglyph->transform.xx > 0 ? subglyph->transform.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/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/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/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 1088 double xx = decomp.quaternionX * decomp.quaternionX; local
    [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/Gallery2/jni_mosaic/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 3910 UINT8 xx; 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...]

Completed in 2117 milliseconds

1 2 3 4 5 67 8