/external/strace/tests/ |
H A D | readlink.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readlink -xx); do not edit. 4 run_strace_match_diff -xx
|
H A D | readlinkat.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readlinkat -xx); do not edit. 4 run_strace_match_diff -xx
|
/external/strace/tests-m32/ |
H A D | readlink.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readlink -xx); do not edit. 4 run_strace_match_diff -xx
|
H A D | readlinkat.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readlinkat -xx); do not edit. 4 run_strace_match_diff -xx
|
/external/strace/tests-mx32/ |
H A D | readlink.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readlink -xx); do not edit. 4 run_strace_match_diff -xx
|
H A D | readlinkat.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (readlinkat -xx); do not edit. 4 run_strace_match_diff -xx
|
/external/mesa3d/src/compiler/nir/ |
H A D | nir_intrinsics.h | 44 INTRINSIC(nop, 0, ARR(0), false, 0, 0, 0, xx, xx, xx, 47 INTRINSIC(load_var, 0, ARR(0), true, 0, 1, 0, xx, xx, xx, NIR_INTRINSIC_CAN_ELIMINATE) 48 INTRINSIC(store_var, 1, ARR(0), false, 0, 1, 1, WRMASK, xx, xx, 0) 49 INTRINSIC(copy_var, 0, ARR(0), false, 0, 2, 0, xx, xx, x [all...] |
/external/syslinux/com32/include/ |
H A D | minmax.h | 35 #define min(x,y) ({ __typeof(x) xx = (x); \ 37 xx < yy ? xx : yy; }) 38 #define max(x,y) ({ __typeof(x) xx = (x); \ 40 xx > yy ? xx : yy; })
|
/external/syslinux/com32/libutil/include/ |
H A D | minmax.h | 35 #define min(x,y) ({ __typeof(x) xx = (x); \ 37 xx < yy ? xx : yy; }) 38 #define max(x,y) ({ __typeof(x) xx = (x); \ 40 xx > yy ? xx : yy; })
|
/external/valgrind/none/tests/amd64/ |
H A D | bug132918.stdout.exp | 3 xx -> 0x0000 -nan 4 xx -> 0x0000 0.809017 5 xx -> 0x0000 0.309018 6 xx -> 0x0000 -0.309015 7 xx -> 0x0000 -0.809016 8 xx -> 0x4100 -0.000002 9 xx -> 0x0000 -0.809019 10 xx -> 0x0000 -0.309021 11 xx -> 0x0000 0.309013 12 xx [all...] |
/external/compiler-rt/test/msan/ |
H A D | chained_origin_memcpy.cc | 22 int xx[10000]; variable 28 xx[idx] = a; xx[idx + 10] = b; 38 memcpy(&yy, &xx, sizeof(xx));
|
/external/valgrind/helgrind/tests/ |
H A D | tc04_free_lock.c | 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/VEX/priv/ |
H A D | host_generic_simd64.c | 143 static inline Int qadd32S ( Int xx, Int yy ) argument 145 Long t = ((Long)xx) + ((Long)yy); 153 static inline Short qadd16S ( Short xx, Short yy ) argument 155 Int t = ((Int)xx) + ((Int)yy); 161 static inline Char qadd8S ( Char xx, Char yy ) argument 163 Int t = ((Int)xx) + ((Int)yy); 169 static inline UShort qadd16U ( UShort xx, UShort yy ) argument 171 UInt t = ((UInt)xx) + ((UInt)yy); 176 static inline UChar qadd8U ( UChar xx, UChar yy ) argument 178 UInt t = ((UInt)xx) 183 qsub32S( Int xx, Int yy ) argument 193 qsub16S( Short xx, Short yy ) argument 201 qsub8S( Char xx, Char yy ) argument 209 qsub16U( UShort xx, UShort yy ) argument 217 qsub8U( UChar xx, UChar yy ) argument 225 mul16( Short xx, Short yy ) argument 231 mul32( Int xx, Int yy ) argument 237 mulhi16S( Short xx, Short yy ) argument 244 mulhi16U( UShort xx, UShort yy ) argument 251 cmpeq32( UInt xx, UInt yy ) argument 256 cmpeq16( UShort xx, UShort yy ) argument 261 cmpeq8( UChar xx, UChar yy ) argument 266 cmpgt32S( Int xx, Int yy ) argument 271 cmpgt16S( Short xx, Short yy ) argument 276 cmpgt8S( Char xx, Char yy ) argument 298 Int xx = (Int)xx0; local 306 Short xx = (Short)xx0; local 314 Short xx = (Short)xx0; local 373 avg8U( UChar xx, UChar yy ) argument 381 avg16U( UShort xx, UShort yy ) argument 389 max16S( Short xx, Short yy ) argument 394 max8U( UChar xx, UChar yy ) argument 399 min16S( Short xx, Short yy ) argument 404 min8U( UChar xx, UChar yy ) argument 409 hadd16U( UShort xx, UShort yy ) argument 417 hadd16S( Short xx, Short yy ) argument 425 hsub16U( UShort xx, UShort yy ) argument 433 hsub16S( Short xx, Short yy ) argument 441 hadd8U( UChar xx, UChar yy ) argument 449 hadd8S( Char xx, Char yy ) argument 457 hsub8U( UChar xx, UChar yy ) argument 465 hsub8S( Char xx, Char yy ) argument 473 absdiff8U( UChar xx, UChar yy ) argument 487 h_generic_calc_Add32x2( ULong xx, ULong yy ) argument 495 h_generic_calc_Add16x4( ULong xx, ULong yy ) argument 505 h_generic_calc_Add8x8( ULong xx, ULong yy ) argument 521 h_generic_calc_QAdd16Sx4( ULong xx, ULong yy ) argument 531 h_generic_calc_QAdd8Sx8( ULong xx, ULong yy ) argument 545 h_generic_calc_QAdd16Ux4( ULong xx, ULong yy ) argument 555 h_generic_calc_QAdd8Ux8( ULong xx, ULong yy ) argument 571 h_generic_calc_Sub32x2( ULong xx, ULong yy ) argument 579 h_generic_calc_Sub16x4( ULong xx, ULong yy ) argument 589 h_generic_calc_Sub8x8( ULong xx, ULong yy ) argument 605 h_generic_calc_QSub16Sx4( ULong xx, ULong yy ) argument 615 h_generic_calc_QSub8Sx8( ULong xx, ULong yy ) argument 629 h_generic_calc_QSub16Ux4( ULong xx, ULong yy ) argument 639 h_generic_calc_QSub8Ux8( ULong xx, ULong yy ) argument 655 h_generic_calc_Mul16x4( ULong xx, ULong yy ) argument 665 h_generic_calc_Mul32x2( ULong xx, ULong yy ) argument 673 h_generic_calc_MulHi16Sx4( ULong xx, ULong yy ) argument 683 h_generic_calc_MulHi16Ux4( ULong xx, ULong yy ) argument 695 h_generic_calc_CmpEQ32x2( ULong xx, ULong yy ) argument 703 h_generic_calc_CmpEQ16x4( ULong xx, ULong yy ) argument 713 h_generic_calc_CmpEQ8x8( ULong xx, ULong yy ) argument 727 h_generic_calc_CmpGT32Sx2( ULong xx, ULong yy ) argument 735 h_generic_calc_CmpGT16Sx4( ULong xx, ULong yy ) argument 745 h_generic_calc_CmpGT8Sx8( ULong xx, ULong yy ) argument 999 h_generic_calc_ShlN32x2( ULong xx, UInt nn ) argument 1009 h_generic_calc_ShlN16x4( ULong xx, UInt nn ) argument 1021 h_generic_calc_ShlN8x8( ULong xx, UInt nn ) argument 1037 h_generic_calc_ShrN32x2( ULong xx, UInt nn ) argument 1047 h_generic_calc_ShrN16x4( ULong xx, UInt nn ) argument 1059 h_generic_calc_SarN32x2( ULong xx, UInt nn ) argument 1069 h_generic_calc_SarN16x4( ULong xx, UInt nn ) argument 1081 h_generic_calc_SarN8x8( ULong xx, UInt nn ) argument 1099 h_generic_calc_Avg8Ux8( ULong xx, ULong yy ) argument 1113 h_generic_calc_Avg16Ux4( ULong xx, ULong yy ) argument 1125 h_generic_calc_Max16Sx4( ULong xx, ULong yy ) argument 1135 h_generic_calc_Max8Ux8( ULong xx, ULong yy ) argument 1149 h_generic_calc_Min16Sx4( ULong xx, ULong yy ) argument 1159 h_generic_calc_Min8Ux8( ULong xx, ULong yy ) argument 1229 h_generic_calc_Add16x2( UInt xx, UInt yy ) argument 1235 h_generic_calc_Sub16x2( UInt xx, UInt yy ) argument 1241 h_generic_calc_HAdd16Ux2( UInt xx, UInt yy ) argument 1247 h_generic_calc_HAdd16Sx2( UInt xx, UInt yy ) argument 1253 h_generic_calc_HSub16Ux2( UInt xx, UInt yy ) argument 1259 h_generic_calc_HSub16Sx2( UInt xx, UInt yy ) argument 1265 h_generic_calc_QAdd16Ux2( UInt xx, UInt yy ) argument 1271 h_generic_calc_QAdd16Sx2( UInt xx, UInt yy ) argument 1277 h_generic_calc_QSub16Ux2( UInt xx, UInt yy ) argument 1283 h_generic_calc_QSub16Sx2( UInt xx, UInt yy ) argument 1291 h_generic_calc_Add8x4( UInt xx, UInt yy ) argument 1301 h_generic_calc_Sub8x4( UInt xx, UInt yy ) argument 1311 h_generic_calc_HAdd8Ux4( UInt xx, UInt yy ) argument 1321 h_generic_calc_HAdd8Sx4( UInt xx, UInt yy ) argument 1331 h_generic_calc_HSub8Ux4( UInt xx, UInt yy ) argument 1341 h_generic_calc_HSub8Sx4( UInt xx, UInt yy ) argument 1351 h_generic_calc_QAdd8Ux4( UInt xx, UInt yy ) argument 1361 h_generic_calc_QAdd8Sx4( UInt xx, UInt yy ) argument 1371 h_generic_calc_QSub8Ux4( UInt xx, UInt yy ) argument 1381 h_generic_calc_QSub8Sx4( UInt xx, UInt yy ) argument 1409 h_generic_calc_Sad8Ux4( UInt xx, UInt yy ) argument 1417 h_generic_calc_QAdd32S( UInt xx, UInt yy ) argument 1422 h_generic_calc_QSub32S( UInt xx, UInt yy ) argument [all...] |
/external/clang/test/Sema/ |
H A D | block-labels.c | 3 void xx(); 8 if (1) xx();
|
/external/libopus/silk/fixed/ |
H A D | regularize_correlations_FIX.c | 37 opus_int32 *xx, /* I/O Correlation values */ 46 xx[ 0 ] += noise; 35 silk_regularize_correlations_FIX( opus_int32 *XX, opus_int32 *xx, opus_int32 noise, opus_int D ) argument
|
/external/libopus/silk/float/ |
H A D | regularize_correlations_FLP.c | 37 silk_float *xx, /* I/O Correlation values */ 47 xx[ 0 ] += noise; 35 silk_regularize_correlations_FLP( silk_float *XX, silk_float *xx, const silk_float noise, const opus_int D ) argument
|
/external/skia/src/core/ |
H A D | SkPoint3.cpp | 31 double xx = x; local 34 return (float)sqrt(xx * xx + yy * yy + zz * zz); 60 double xx = fX; local 67 double dscale = 1.0f / sqrt(xx * xx + yy * yy + zz * zz); 73 scale = (float)(1.0f / sqrt(xx * xx + yy * yy + zz * zz));
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_formats.c | 127 F3(A, B8G8R8X8_UNORM, BGRX8_UNORM, B, G, R, xx, UNORM, A8B8G8R8, TD), 129 F3(A, B8G8R8X8_SRGB, BGRX8_SRGB, B, G, R, xx, UNORM, A8B8G8R8, TD), 131 F3(A, R8G8B8X8_UNORM, RGBX8_UNORM, R, G, B, xx, UNORM, A8B8G8R8, TB), 133 F3(A, R8G8B8X8_SRGB, RGBX8_SRGB, R, G, B, xx, UNORM, A8B8G8R8, TB), 135 ZX(B, Z16_UNORM, Z16_UNORM, R, R, R, xx, UNORM, Z16, TZ), 136 ZX(A, Z32_FLOAT, Z32_FLOAT, R, R, R, xx, FLOAT, ZF32, TZ), 137 ZX(A, Z24X8_UNORM, Z24_X8_UNORM, R, R, R, xx, UNORM, X8Z24, TZ), 138 SZ(A, X8Z24_UNORM, S8_Z24_UNORM, G, G, G, xx, UNORM, Z24S8, TZ), 139 ZS(A, Z24_UNORM_S8_UINT, Z24_S8_UNORM, R, R, R, xx, UNORM, S8Z24, TZ), 140 SZ(A, S8_UINT_Z24_UNORM, S8_Z24_UNORM, G, G, G, xx, UNOR [all...] |
/external/clang/test/Analysis/diagnostics/ |
H A D | undef-value-param.c | 20 int xx; //expected-note {{'xx' declared without an initial value}} local 21 int *y = &xx; 26 return xx+3; //expected-warning{{The left operand of '+' is a garbage value}} 96 // CHECK-NEXT: <string>'xx' declared without an initial value</string> 98 // CHECK-NEXT: <string>'xx' declared without an initial value</string>
|
/external/llvm/test/MC/Mips/mips64r2/ |
H A D | abi-bad.s | 2 .set fp=xx 3 # CHECK: error: '.set fp=xx' requires the O32 ABI 4 # CHECK: .set fp=xx
|
/external/llvm/test/MC/Mips/mips64r3/ |
H A D | abi-bad.s | 2 .set fp=xx 3 # CHECK: error: '.set fp=xx' requires the O32 ABI 4 # CHECK: .set fp=xx
|
/external/llvm/test/MC/Mips/mips64r5/ |
H A D | abi-bad.s | 2 .set fp=xx 3 # CHECK: error: '.set fp=xx' requires the O32 ABI 4 # CHECK: .set fp=xx
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
H A D | SecP384R1Field.java | 33 public static void addExt(int[] xx, int[] yy, int[] zz) argument 35 int c = Nat.add(24, xx, yy, zz); 96 public static void reduce(int[] xx, int[] z) argument 98 long xx16 = xx[16] & M, xx17 = xx[17] & M, xx18 = xx[18] & M, xx19 = xx[19] & M; 99 long xx20 = xx[20] & M, xx21 = xx[21] & M, xx22 = xx[2 224 subtractExt(int[] xx, int[] yy, int[] zz) argument [all...] |
H A D | SecP192R1Field.java | 30 public static void addExt(int[] xx, int[] yy, int[] zz) argument 32 int c = Nat.add(12, xx, yy, zz); 105 public static void reduce(int[] xx, int[] z) argument 107 long xx06 = xx[6] & M, xx07 = xx[7] & M, xx08 = xx[8] & M; 108 long xx09 = xx[9] & M, xx10 = xx[10] & M, xx11 = xx[11] & M; 114 cc += (xx[ 226 subtractExt(int[] xx, int[] yy, int[] zz) argument [all...] |
/external/ltp/testcases/kernel/controllers/memcg/functional/ |
H A D | memcg_force_empty.sh | 61 EXPECT_PASS echo 1xx \> memory.force_empty 66 EXPECT_PASS echo xx \> memory.force_empty
|