Searched refs:xx (Results 51 - 75 of 168) sorted by relevance

1234567

/external/valgrind/main/memcheck/tests/
H A Dsh-mem-random.c30 // size 2 --> xx
65 volatile U1 xx = x; local
66 VALGRIND_MAKE_MEM_DEFINED(&xx, 1);
67 return xx;
/external/valgrind/main/none/tests/s390x/
H A Dmvcl.stdout.exp20 dst buffer: |xx|
48 dst buffer: |456xx|
68 dst buffer: |xx|
278 dst buffer: |xx|
280 dst buffer: |xx|
282 dst buffer: |xx|
284 dst buffer: |xx|
286 dst buffer: |xx|
288 dst buffer: |xx|
290 dst buffer: |xx|
[all...]
/external/clang/test/FixIt/
H A Dfixit-function-call.cpp61 int xx; member in struct:A
/external/clang/test/Parser/
H A Dbuiltin_types_compatible.c35 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'}}
/external/clang/test/Sema/
H A Dext_vector_components.c33 vec2.xx = vec2_2.xy; // expected-error {{vector is not assignable (contains duplicate components)}}
H A Darray-init.c144 static char const xx[] = "test"; variable
145 int xx_sizecheck[(sizeof(xx) / sizeof(char)) == 5? 1 : -1];
H A Dblock-return.c81 int (^xx)(const char *s) = ^(char *s) { return 1; }; // expected-error {{incompatible block pointer types initializing 'int (^)(const char *)' with an expression of type 'int (^)(char *)'}}
/external/freetype/include/freetype/
H A Dfttypes.h368 /* x' = x*xx + y*xy */
373 /* xx :: Matrix coefficient. */
383 FT_Fixed xx, xy; member in struct:FT_Matrix_
/external/freetype/src/cff/
H A Dcffobjs.h106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:CFF_Transform_
/external/v8/test/mjsunit/harmony/
H A Dblock-leave.js63 let xx = 18;
72 // NOTE: This checks that the block scope containing xx has been
74 eval('xx');
H A Dmodule-resolution.js90 export let xx = x
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dfldcw_check.S15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
/external/valgrind/main/exp-bbv/tests/x86/
H A Dfldcw_check.S15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
H A Dexec-002.js126 'xx\"makudonarudo\"yy',
132 "xx\"ma\"yy",
/external/opencv/cv/src/
H A Dcvoptflowhs.cpp47 float xx; member in struct:__anon8235
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 * average
[all...]
/external/freetype/src/smooth/
H A Dftsmooth.c308 FT_UInt xx; local
312 for ( xx = width_org; xx > 0; xx-- )
314 FT_UInt pixel = line[xx-1];
/external/flac/libFLAC/
H A Dstream_encoder.c2648 FLAC__uint64 xx; local
2650 xx = encoder->private_->seek_table->points[i].sample_number;
2651 b[7] = (FLAC__byte)xx; xx >>= 8;
2652 b[6] = (FLAC__byte)xx; xx >>= 8;
2653 b[5] = (FLAC__byte)xx; xx >>= 8;
2654 b[4] = (FLAC__byte)xx; xx >>
2835 FLAC__uint64 xx; local
[all...]
/external/clang/test/Index/
H A Dcomplete-method-decls.m47 - (id)first:(int)xx second2:(float)y2 third:(double)z;
120 // CHECK-CC9: NotImplemented:{TypedText xx} (40)
/external/skia/tests/
H A DMathTest.cpp178 double xx = x + 0.5; // need intermediate double to avoid temp loss local
179 int ix = (int)floor(xx);
505 double xx = (double)x / SK_Fract1; local
507 SkFract check = SkFloatToFract(sqrt(xx));
513 xx = (double)x / SK_Fixed1;
514 check = SkFloatToFixed(sqrt(xx));
518 xx = (double)x;
519 check = (int32_t)sqrt(xx);
/external/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp46 virtual void xx();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DBarGraph.java158 double xx= d * i;
159 int x= (int) ((xx / max) * w2);
167 String s3= nf.format(-xx) + "%"; //$NON-NLS-1$
171 String s4= nf.format(xx) + "%"; //$NON-NLS-1$
/external/freetype/src/base/
H A Dftsynth.c62 transform.xx = 0x10000L;
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
H A DShaderUtils.java112 float xx = (x - a) / (b - a);
113 return xx * xx * (3 - 2 * xx);
/external/libvpx/vp8/encoder/x86/
H A Ddct_sse2.asm81 pshufhw xmm1, xmm1, 0b1h ;22 23 02 03 xx xx xx xx
82 pshufhw xmm2, xmm2, 0b1h ;32 33 12 13 xx xx xx xx
/external/skia/src/core/
H A DSkBitmapProcState_sample.h109 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy); local
111 SkASSERT(*xx < (unsigned)s.fBitmap->width());
112 src = srcAddr[*xx++]; *colors++ = RETURNDST(src);

Completed in 328 milliseconds

1234567