HomeSort by relevance Sort by last modified time
    Searched refs:UShort (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/valgrind/main/none/tests/
shortpush.c 2 typedef unsigned short UShort;
4 UShort mul16 ( UShort a, UShort b );
8 UShort x = mul16 ( 10, 20 );
12 UShort mul16 ( UShort a, UShort b )
  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 189 UShort guest_CS;
190 UShort guest_DS;
191 UShort guest_ES;
192 UShort guest_FS;
193 UShort guest_GS;
194 UShort guest_SS;
244 UShort LimitLow;
245 UShort BaseLow;
libvex_basictypes.h 51 typedef unsigned short UShort;
72 UShort w16[8];
82 UShort w16[16];
112 static inline UShort toUShort ( Int x ) {
114 return (UShort)x;
libvex.h 639 UShort len[3];
640 UShort n_used;
    [all...]
  /external/valgrind/main/coregrind/
pub_core_libcfile.h 66 extern UShort VG_(htons) ( UShort x );
67 extern UShort VG_(ntohs) ( UShort x );
  /external/valgrind/main/VEX/priv/
guest_generic_x87.h 81 UShort env[14];
101 UShort env[7];
host_generic_simd64.c 64 static inline ULong mk16x4 ( UShort w3, UShort w2,
65 UShort w1, UShort w0 ) {
71 static inline UShort sel16x4_3 ( ULong w64 ) {
75 static inline UShort sel16x4_2 ( ULong w64 ) {
79 static inline UShort sel16x4_1 ( ULong w64 ) {
83 static inline UShort sel16x4_0 ( ULong w64 ) {
169 static inline UShort qadd16U ( UShort xx, UShort yy
    [all...]
guest_generic_x87.c     [all...]
host_generic_simd128.c 71 static inline UShort max16U ( UShort xx, UShort yy )
76 static inline UShort min16U ( UShort xx, UShort yy )
113 static inline UShort qnarrow32Sto16U ( UInt xx0 )
118 return (UShort)xx;
121 static inline UShort narrow32to16 ( UInt xx )
123 return (UShort)xx
    [all...]
guest_x86_helpers.c 506 case X86G_CC_OP_ADDW: ACTIONS_ADD( 16, UShort );
510 case X86G_CC_OP_ADCW: ACTIONS_ADC( 16, UShort );
514 case X86G_CC_OP_SUBW: ACTIONS_SUB( 16, UShort );
518 case X86G_CC_OP_SBBW: ACTIONS_SBB( 16, UShort );
522 case X86G_CC_OP_LOGICW: ACTIONS_LOGIC( 16, UShort );
526 case X86G_CC_OP_INCW: ACTIONS_INC( 16, UShort );
530 case X86G_CC_OP_DECW: ACTIONS_DEC( 16, UShort );
534 case X86G_CC_OP_SHLW: ACTIONS_SHL( 16, UShort );
538 case X86G_CC_OP_SHRW: ACTIONS_SHR( 16, UShort );
542 case X86G_CC_OP_ROLW: ACTIONS_ROL( 16, UShort );
    [all...]
host_s390_defs.c     [all...]
guest_s390_toIR.c 204 return IRExpr_Const(IRConst_U16((UShort)value));
    [all...]
guest_amd64_helpers.c 652 case AMD64G_CC_OP_ADDW: ACTIONS_ADD( 16, UShort );
657 case AMD64G_CC_OP_ADCW: ACTIONS_ADC( 16, UShort );
662 case AMD64G_CC_OP_SUBW: ACTIONS_SUB( 16, UShort );
667 case AMD64G_CC_OP_SBBW: ACTIONS_SBB( 16, UShort );
672 case AMD64G_CC_OP_LOGICW: ACTIONS_LOGIC( 16, UShort );
677 case AMD64G_CC_OP_INCW: ACTIONS_INC( 16, UShort );
682 case AMD64G_CC_OP_DECW: ACTIONS_DEC( 16, UShort );
687 case AMD64G_CC_OP_SHLW: ACTIONS_SHL( 16, UShort );
692 case AMD64G_CC_OP_SHRW: ACTIONS_SHR( 16, UShort );
697 case AMD64G_CC_OP_ROLW: ACTIONS_ROL( 16, UShort );
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_misc.h 51 UShort ML_(read_UShort)( UChar* data );
58 UChar* ML_(write_UShort)( UChar* ptr, UShort val );
priv_image.h 118 UShort ML_(img_get_UShort)(DiImage* img, DiOffT offset);
298 static inline UShort ML_(cur_read_UShort) ( DiCursor c ) {
299 UShort r = ML_(img_get_UShort)( c.img, c.ioff );
302 static inline UShort ML_(cur_step_UShort) ( DiCursor* c ) {
303 UShort r = ML_(img_get_UShort)( c->img, c->ioff );
304 c->ioff += sizeof(UShort);
misc.c 127 UShort ML_(read_UShort) ( UChar* data ) {
139 UChar *ML_(write_UShort) ( UChar* ptr, UShort val ) {
147 return ptr + sizeof(UShort);
  /external/valgrind/main/none/tests/amd64/
crc32.c 8 typedef unsigned short int UShort;
21 UInt do_s_crc32w ( UInt crcIn, UShort w )
52 UInt do_h_crc32w ( UInt crcIn, UShort w )
90 UInt do_h_crc32w_mem ( UInt crcIn, UShort* a )
126 UShort w = 0xed78;;
160 crc = do_h_crc32w_mem( crc, (UShort*)&b[i+al] );
pcmpstr64w.c 13 typedef unsigned short UShort;
23 UShort uShort[8];
111 res |= ((arg->uShort[i] == 0) ? 1 : 0) << i;
232 UShort* argL = (UShort*)argLV;
233 UShort* argR = (UShort*)argRV;
236 UShort cL = argL[i];
237 UShort cR = argR[i]
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa.h 44 #ifndef UShort
45 typedef unsigned short UShort;
  /external/valgrind/main/none/tests/ppc32/
ldstrev.c 5 typedef unsigned short UShort;
  /external/valgrind/main/VEX/useful/
show_fp_state.c 9 typedef unsigned short UShort;
20 UShort env[14];
  /external/valgrind/main/none/tests/x86/
x87trigOOR.c 10 typedef unsigned short int UShort;
15 typedef struct { Double arg; Double st0; Double st1; UShort fpusw; } Res;
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 261 { *(UShort*)d = *(UShort*)s; s += 2; d += 2; n -= 2; } \
288 { s -= 2; d -= 2; *(UShort*)d = *(UShort*)s; n -= 2; } \
  /external/valgrind/main/helgrind/
libhb_core.c 223 to a UShort. Regardless of endianness of the underlying machine,
241 UShort u16s[FI_LINE_SZB / 8]; /* each UShort covers 8 bytes */
430 UShort descrs[N_LINE_TREES];
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 59 typedef unsigned short UShort;

Completed in 1079 milliseconds

1 2 3 4 5