/external/kernel-headers/original/asm-x86/ |
sigcontext.h | 23 unsigned short significand[4]; 24 unsigned short exponent; 28 unsigned short significand[4]; 29 unsigned short exponent; 30 unsigned short padding[3]; 47 unsigned short status; 48 unsigned short magic; /* 0xffff = regular FPU data only */ 62 unsigned short gs, __gsh; 63 unsigned short fs, __fsh; 64 unsigned short es, __esh [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
block.h | 34 short *src_diff; 35 short *coeff; 38 short *quant; 39 short *quant_fast; 40 short *quant_shift; 41 short *zbin; 42 short *zrun_zbin_boost; 43 short *round; 46 short zbin_extra; 65 DECLARE_ALIGNED(16, short, src_diff[400]); /* 25 blocks Y,U,V,Y2 * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
sigcontext.h | 22 unsigned short significand[4]; 23 unsigned short exponent; 27 unsigned short significand[4]; 28 unsigned short exponent; 29 unsigned short padding[3]; 46 unsigned short status; 47 unsigned short magic; /* 0xffff = regular FPU data only */ 61 unsigned short gs, __gsh; 62 unsigned short fs, __fsh; 63 unsigned short es, __esh [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
sigcontext.h | 30 unsigned short significand[4]; 31 unsigned short exponent; 36 unsigned short significand[4]; 37 unsigned short exponent; 38 unsigned short padding[3]; 61 unsigned short status; 62 unsigned short magic; 83 unsigned short gs, __gsh; 84 unsigned short fs, __fsh; 85 unsigned short es, __esh [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
sigcontext.h | 22 unsigned short significand[4]; 23 unsigned short exponent; 27 unsigned short significand[4]; 28 unsigned short exponent; 29 unsigned short padding[3]; 46 unsigned short status; 47 unsigned short magic; /* 0xffff = regular FPU data only */ 61 unsigned short gs, __gsh; 62 unsigned short fs, __fsh; 63 unsigned short es, __esh [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sigcontext.h | 30 unsigned short significand[4]; 31 unsigned short exponent; 36 unsigned short significand[4]; 37 unsigned short exponent; 38 unsigned short padding[3]; 61 unsigned short status; 62 unsigned short magic; 83 unsigned short gs, __gsh; 84 unsigned short fs, __fsh; 85 unsigned short es, __esh [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
sigcontext.h | 22 unsigned short significand[4]; 23 unsigned short exponent; 27 unsigned short significand[4]; 28 unsigned short exponent; 29 unsigned short padding[3]; 46 unsigned short status; 47 unsigned short magic; /* 0xffff = regular FPU data only */ 61 unsigned short gs, __gsh; 62 unsigned short fs, __fsh; 63 unsigned short es, __esh [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sigcontext.h | 30 unsigned short significand[4]; 31 unsigned short exponent; 36 unsigned short significand[4]; 37 unsigned short exponent; 38 unsigned short padding[3]; 61 unsigned short status; 62 unsigned short magic; 83 unsigned short gs, __gsh; 84 unsigned short fs, __fsh; 85 unsigned short es, __esh [all...] |
/frameworks/av/include/media/ |
ToneGenerator.h | 103 TONE_CDMA_HIGH_SS, // IS54 High Pitch Short Short 104 TONE_CDMA_MED_SS, // IS54 Medium Pitch Short Short 105 TONE_CDMA_LOW_SS, // IS54 Low Pitch Short Short 106 TONE_CDMA_HIGH_SSL, // IS54 High Pitch Short Short Long 107 TONE_CDMA_MED_SSL, // IS54 Medium Pitch Short Short Lon [all...] |
/external/clang/test/Sema/ |
compare.c | 18 (a == (unsigned short) b) + 22 ((short) a == b) + // expected-warning {{comparison of integers of different signs}} 26 ((short) a == (unsigned short) b) + 30 (a < (unsigned short) b) + 34 ((short) a < b) + // expected-warning {{comparison of integers of different signs}} 38 ((short) a < (unsigned short) b) + 44 (A == (unsigned short) b) + 48 ((short) A == b) [all...] |
/external/libvpx/libvpx/vp8/common/ |
sad_c.c | 92 unsigned short *sad_array) 94 sad_array[0] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 0, ref_stride, UINT_MAX); 95 sad_array[1] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 1, ref_stride, UINT_MAX); 96 sad_array[2] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 2, ref_stride, UINT_MAX); 97 sad_array[3] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 3, ref_stride, UINT_MAX); 98 sad_array[4] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 4, ref_stride, UINT_MAX); 99 sad_array[5] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 5, ref_stride, UINT_MAX); 100 sad_array[6] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 6, ref_stride, UINT_MAX); 101 sad_array[7] = (unsigned short)vp8_sad16x16_c(src_ptr, src_stride, ref_ptr + 7, ref_stride, UINT_MAX); 115 unsigned short *sad_array [all...] |
/art/test/ProtoCompare/ |
ProtoCompare.java | 18 int m1(short x, int y, long z) { return x + y + (int)z; } 19 int m2(short x, int y, long z) { return x + y + (int)z; } 20 int m3(long x, int y, short z) { return (int)x + y + z; } 21 long m4(long x, int y, short z) { return x + y + z; }
|
/art/test/ProtoCompare2/ |
ProtoCompare2.java | 18 int m1(short x, int y, long z) { return x + y + (int)z; } 19 int m2(short x, int y, long z) { return x + y + (int)z; } 20 int m3(long x, int y, short z) { return (int)x + y + z; } 21 long m4(long x, int y, short z) { return x + y + z; }
|
/bionic/libc/private/ |
rand48.h | 21 extern void __dorand48(unsigned short[3]); 22 extern unsigned short __rand48_seed[3]; 23 extern unsigned short __rand48_mult[3]; 24 extern unsigned short __rand48_add;
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_short/d/ |
T_iget_short_1.java | 20 public short i1 = 32000; 21 protected short p1 = 32000; 22 private short pvt1 = 32000; 24 public short run(){
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_short/d/ |
T_iput_short_1.java | 20 public short st_i1; 21 protected short st_p1; 22 private short st_pvt1; 28 public short getPvtField()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/d/ |
T_sget_short_1.java | 20 public static short i1 = 32000; 21 protected static short p1 = 32000; 22 private static short pvt1 = 32000; 24 public short run(){
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_short/d/ |
T_sput_short_1.java | 20 public static short st_i1; 21 protected static short st_p1; 22 private static short st_pvt1; 28 public static short getPvtField()
|
/development/ndk/platforms/android-3/include/linux/ |
route.h | 24 unsigned short rt_flags; 25 short rt_pad2; 28 short rt_metric; 33 unsigned short rt_irtt;
|
/external/chromium_org/base/ |
safe_numerics_unittest.cc | 41 ExhaustiveCheckFromTo<From, short>(); 42 ExhaustiveCheckFromTo<From, unsigned short>(); 67 EXPECT_TRUE(IsValidNumericCast<signed short>(small_positive)); 68 EXPECT_TRUE(IsValidNumericCast<signed short>(small_negative)); 75 EXPECT_FALSE(IsValidNumericCast<unsigned short>(small_negative)); 76 EXPECT_FALSE(IsValidNumericCast<unsigned short>(large_negative)); 110 EXPECT_TRUE(IsValidNumericCast<short>(size_t_small)); 111 EXPECT_TRUE(IsValidNumericCast<unsigned short>(size_t_small)); 120 EXPECT_FALSE(IsValidNumericCast<short>(size_t_large)); 121 EXPECT_FALSE(IsValidNumericCast<unsigned short>(size_t_large)) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
basics.h | 9 typedef unsigned short word;
|
/external/clang/test/CodeGen/ |
2002-04-09-StructRetVal.c | 5 short s1, s2;
|
2003-11-19-AddressOfRegister.c | 4 short delta[4];
|
2006-10-30-ArrayCrash.c | 7 short f1[3];
|
2007-04-11-InlineAsmStruct.c | 3 struct V { short X, Y; };
|