/external/valgrind/main/memcheck/tests/x86/ |
fxsave.stdout.exp | 7 32 xx xx 00 00 00 00 00 80 ff 3f 00 00 00 00 00 00 8 48 xx xx 68 21 a2 da 0f c9 00 40 00 00 00 00 00 00 9 64 xx xx cf fb 84 9a 20 9a fd 3f 00 00 00 00 00 00 10 80 xx xx cf d1 f7 17 72 b1 fe 3f 00 00 00 00 00 00 11 96 xx xx 00 00 00 00 00 80 ff 3f 00 00 00 00 00 00 [all...] |
/external/clang/test/Sema/ |
designated-initializers.c | 145 struct XX { int a, *b; }; 146 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { member in struct:XY 147 0, 0, &xy[0].xx.a, &xy[0].xx, &global_float, 148 [1].xx = 0, &xy[1].xx.a, &xy[1].xx, &global_float, 153 &xy[2].xx.a, &xy[2].xx, &global_floa [all...] |
bitfield.c | 16 float xx : 4; // expected-error {{bit-field 'xx' has non-integral type}} member in struct:a
|
complex-int.c | 6 __complex__ unsigned xx; local 16 result = xx*yy; 20 case xx: ; // expected-error{{expression is not an integer constant expression}}
|
array-constraint.c | 32 pfunc xx(int f[](void)) { // expected-error {{'f' declared as array of functions}} function
|
expr-address-of.c | 2 struct xx { int bitf:1; }; struct 4 struct entry { struct xx *whatever;
|
/external/iproute2/ip/ |
routel | 19 do set xx $rest
|
/external/valgrind/main/memcheck/tests/amd64/ |
fxsave-amd64.stdout.exp | 3 32 00 00 00 00 00 00 3f ff 80 00 00 00 00 00 xx xx 4 48 00 00 00 00 00 00 3f ff 80 00 00 00 00 00 xx xx 5 64 00 00 00 00 00 00 40 00 c9 0f da a2 21 68 xx xx 6 80 00 00 00 00 00 00 3f fd 9a 20 9a 84 fb cf xx xx 7 96 00 00 00 00 00 00 3f fe b1 72 17 f7 d1 cf xx xx [all...] |
/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);
|
/external/clang/test/Parser/ |
typeof.c | 17 int xx; local
|
/external/srec/srec/cfront/ |
sh_down.h | 35 static PINLINE int fixed_point_convert(float xx, int shift); 75 static PINLINE int fixed_point_convert(float xx, int shift) 80 scaled_val = xx * (0x01 << shift);
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_dequantize_sample.cpp | 42 int32 power_1_third( int32 xx) 45 int32 xx, int32 in the [0, 8192] range 49 int32 xx^(1/3) int32 Q26 number representing 154 int32 power_1_third(int32 xx) 157 if (xx <= 512) 159 return (power_one_third[xx] >> 1); 163 if (xx >> 15) 169 int32 x = xx; 170 int32 m = 22 - pvmp3_normalize(xx); 172 xx >>= m [all...] |
/bionic/libm/bsdsrc/ |
b_tgamma.c | 224 struct Double r, xx; local 229 xx.a = (t + x), TRUNC(xx.a); 230 xx.b = x - xx.a; xx.b += t; xx.b += d; 233 x = xx.a + xx.b; 235 xx.a = x, TRUNC(xx.a) [all...] |
/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/netcat/scripts/ |
webproxy | 119 while read xx ; do 120 echo "${xx}" >> $LFILE 121 test "${xx}" || break 123 test "${xx}" = "
|
/external/valgrind/main/exp-ptrcheck/ |
pc_main.c | 86 Bool rr, Bool ww, Bool xx, ULong di_handle ) 88 h_new_mem_mmap(a, len, rr, ww, xx, di_handle); 89 sg_new_mem_mmap(a, len, rr, ww, xx, di_handle); 94 Bool rr, Bool ww, Bool xx, ULong di_handle ) 96 h_new_mem_startup(a, len, rr, ww, xx, di_handle); 97 sg_new_mem_startup(a, len, rr, ww, xx, di_handle);
|
sg_main.h | 46 Bool rr, Bool ww, Bool xx, ULong di_handle ); 48 Bool rr, Bool ww, Bool xx, ULong di_handle );
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_rt.h | 40 double x, xx; member in struct:PERF_RTdata_uptime 57 n, x, xx: whole lifecycle 65 double xx, txx, ax, axx; member in struct:PERF_RTdata_rate 84 double xx; member in struct:PERF_RTdata_delay
|
/external/clang/test/Index/ |
annotate-tokens.c | 8 void *xx = ptr ? : &x; local 70 // CHECK: Keyword: "void" [8:3 - 8:7] VarDecl=xx:8:9 (Definition) 71 // CHECK: Punctuation: "*" [8:8 - 8:9] VarDecl=xx:8:9 (Definition) 72 // CHECK: Identifier: "xx" [8:9 - 8:11] VarDecl=xx:8:9 (Definition) 73 // CHECK: Punctuation: "=" [8:12 - 8:13] VarDecl=xx:8:9 (Definition)
|
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]
|
/external/libvpx/vp8/common/x86/ |
loopfilter_sse2.asm | 682 movq xmm4, QWORD PTR [rsi] ; xx xx xx xx xx xx xx xx 07 06 05 04 03 02 01 00 683 movq xmm1, QWORD PTR [rdi] ; xx xx xx xx xx xx xx xx 17 16 15 14 13 12 11 1 [all...] |
/external/v8/test/mjsunit/regress/ |
regress-798.js | 100 xx = {} 101 xx.__proto__ = x 103 xx.a; 104 xx.b; 105 xx.c; 106 xx.a = 1; 107 xx.b = 1; 108 xx.c = 1;
|
/external/freetype/src/base/ |
ftcalc.c | 704 FT_Fixed xx, xy, yx, yy; local 710 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx ); 711 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy ); 712 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx ); 715 b->xx = xx; b->xy = xy; 725 FT_Pos delta, xx, yy; local 732 delta = FT_MulFix( matrix->xx, matrix->yy ) 758 FT_Fixed xx, xy, yx, yy; local [all...] |
/external/qemu/hw/ |
goldfish_fb.c | 337 int xx = xx1; local 339 unsigned spix = src[xx]; 340 dst[xx] = (uint16_t)((spix << 8) | (spix >> 8)); 341 xx++; 353 int xx = xx1*3; 354 if (src_line[xx+0] != dst_line[xx+0] || 355 src_line[xx+1] != dst_line[xx+1] || 356 src_line[xx+2] != dst_line[xx+2]) 402 int xx = xx1; local [all...] |
/external/libvpx/vpx_scale/win32/ |
scaleopt.c | 83 movq mm5, const35_1 // mm5 = 66 xx cd xx 33 xx 9a xx 84 movq mm6, const35_2 // mm6 = 9a xx 33 xx cd xx 66 xx 86 movq mm4, round_values // mm4 = 80 xx 80 xx 80 xx 80 x [all...] |