HomeSort by relevance Sort by last modified time
    Searched defs:xx (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /system/media/wilhelm/tools/hashgen/
frag3.c 14 const struct SLInterfaceID_ *xx = SL_IID_array; local
16 for (MPH = 0; MPH < MPH_MAX; ++MPH, ++xx) {
17 if (!memcmp(x, xx, 16)) {
  /external/clang/test/Parser/
builtin_types_compatible.c 35 struct xx { int a; } x, y; struct
38 c = __builtin_choose_expr(0, b, x); // expected-error{{assigning to 'int' from incompatible type 'struct xx'}}
typeof.c 17 int xx; local
  /external/clang/test/SemaCXX/
trailing-return-0x.cpp 58 X<int> xx; variable
59 only<int> p2 = xx.f(0L);
60 only<double> p3 = xx.g(0L, 1.0);
61 only<double> p4 = xx.get_nested<double>().h(0L, 1.0, 3.14f);
warn-shadow.cpp 13 namespace xx { namespace
21 using namespace xx;
  /external/valgrind/main/helgrind/tests/
tc04_free_lock.c 10 pthread_mutex_t lock; int morestuff[2000]; } XX;
17 XX* xx = malloc(sizeof(XX)); local
18 assert(xx);
20 pthread_mutex_init( &xx->lock, NULL );
22 pthread_mutex_lock( &xx->lock );
24 free(xx);
  /external/valgrind/main/memcheck/tests/amd64/
fxsave-amd64.c 59 int xx = 1; /* argc > 1; local
71 if (xx && isFPLsbs(i))
72 printf("xx ");
  /frameworks/base/media/libstagefright/codecs/aacdec/
pv_sqrt.cpp 122 Int32 xx; local
142 xx = man;
146 while ((xx >>= 1) > Q_fmt(1.0f))
154 while ((xx <<= 1) < Q_fmt(0.5f))
165 y = fxp_mul32_Q28(*(pt_table++), xx);
170 y = fxp_mul32_Q28(y, xx);
172 y = fxp_mul32_Q28(y, xx);
175 y = fxp_mul32_Q28(y, xx) + *(pt_table++);
  /external/clang/test/FixIt/
fixit-function-call.cpp 61 int xx; member in struct:A
  /external/clang/test/Index/
load-exprs.c 7 void *xx = ptr ? : &x; local
50 // CHECK: load-exprs.c:7:9: VarDecl=xx:7:9 (Definition) Extent=[7:3 - 7:24]
annotate-tokens.c 8 void *xx = ptr ? : &x; local
67 // CHECK: Keyword: "void" [8:3 - 8:7] VarDecl=xx:8:9 (Definition)
68 // CHECK: Punctuation: "*" [8:8 - 8:9] VarDecl=xx:8:9 (Definition)
69 // CHECK: Identifier: "xx" [8:9 - 8:11] VarDecl=xx:8:9 (Definition)
70 // CHECK: Punctuation: "=" [8:12 - 8:13] VarDecl=xx:8:9 (Definition)
  /external/clang/test/Sema/
bitfield.c 16 float xx : 4; // expected-error {{bit-field 'xx' has non-integral type}} member in struct:a
array-constraint.c 32 pfunc xx(int f[](void)) { // expected-error {{'f' declared as array of functions}} function
complex-int.c 6 __complex__ unsigned xx; local
16 result = xx*yy;
20 case xx: ; // expected-error{{expression is not an integer constant expression}}
  /external/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 57 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy + 1); local
63 "ldmia %[xx]!, {r5, r7, r9, r11} \n\t" // load ptrs to pixels 0-7
104 : [xx] "+r" (xx), [count8] "+r" (count8), [colors] "+r" (colors)
110 src = srcAddr[*xx++]; *colors++ = table[src];
143 const uint16_t* xx = (const uint16_t*)(xy + 1); local
149 "ldmia %[xx]!, {r5, r7, r9, r11} \n\t" // load ptrs to pixels 0-7
181 "ldrh r4, [%[xx]], #2 \n\t" // load pixel ptr
188 : [xx] "+r" (xx), [count] "+r" (count), [colors] "+r" (colors
    [all...]
  /external/speex/libspeex/
ltp_sse.h 76 __m128 sum, *xx, *yy; local
79 xx = x;
82 sum = _mm_add_ps(sum, _mm_mul_ps(xx[0], yy[0]));
83 sum = _mm_add_ps(sum, _mm_mul_ps(xx[1], yy[1]));
84 xx += 2;
filters_sse.h 56 __m128 xx; local
59 xx = _mm_load_ps1(x+i);
60 yy = _mm_add_ss(xx, mem[0]);
68 mem[0] = _mm_add_ps(mem[0], _mm_mul_ps(xx, num[0]));
74 mem[1] = _mm_add_ps(mem[1], _mm_mul_ps(xx, num[1]));
79 mem[2] = _mm_add_ps(mem[2], _mm_mul_ps(xx, num[2]));
106 __m128 xx; local
109 xx = _mm_load_ps1(x+i);
110 yy = _mm_add_ss(xx, mem[0]);
118 mem[0] = _mm_add_ps(mem[0], _mm_mul_ps(xx, num[0]))
161 __m128 xx; local
208 __m128 xx; local
259 __m128 xx; local
305 __m128 xx; local
    [all...]
  /external/valgrind/main/memcheck/tests/x86/
fxsave.c 88 void show ( unsigned char* buf, int xx )
94 if (xx && isFPLsbs(i))
95 printf("xx ");
109 int xx = argc > 1; local
119 show(buf1, xx);
126 show(buf2, xx);
132 show(buf3, xx);
  /external/valgrind/main/none/tests/amd64/
bug132918.c 14 double xx = x; local
28 : /*in*/ "m" (f64), "m" (xx), "m" (yy)
51 do_fprem(&r, 12.3*sin(theta), cos(theta)); show("xx", &r);
  /system/extras/tests/bionic/libc/bionic/
test_setjmp.c 49 register int xx = INT_VALUE1; local
52 xx = INT_VALUE2;
55 if (xx != INT_VALUE1) {
60 dummy_int = xx;
67 register double xx = FLOAT_VALUE1; local
70 xx = FLOAT_VALUE2;
73 if (xx != FLOAT_VALUE1) {
78 dummy_double = xx;
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 37 struct xx struct
115 const struct xx *p;
  /external/freetype/src/base/
ftlcdfil.c 50 FT_UInt val1, xx; local
66 for ( xx = 2; xx < width; xx++ )
71 val = line[xx];
80 line[xx - 2] = (FT_Byte)pix;
89 line[xx - 2] = (FT_Byte)pix;
93 line[xx - 1] = (FT_Byte)pix;
192 FT_UInt xx; local
195 for ( xx = 0; xx < width; xx += 3
    [all...]
  /external/skia/src/ports/
SkFontHost_gamma.cpp 37 int xx = SkScalarRound(SkFloatToScalar(x * 255)); local
38 // printf(" %d\n", xx);
39 table[i] = SkToU8(xx);
  /external/freetype/src/cff/
cffobjs.h 106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:CFF_Transform_
  /external/freetype/src/smooth/
ftsmooth.c 308 FT_UInt xx; local
312 for ( xx = width_org; xx > 0; xx-- )
314 FT_UInt pixel = line[xx-1];

Completed in 477 milliseconds

1 2 3 4