Searched refs:UShort (Results 26 - 50 of 103) sorted by relevance

12345

/external/valgrind/VEX/priv/
H A Dguest_amd64_helpers.c652 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...]
H A Dguest_s390_toIR.c195 return IRExpr_Const(IRConst_U16((UShort)value));
1750 s390_format_RI(const HChar *(*irgen)(UChar r1, UShort i2),
1751 UChar r1, UShort i2)
1757 s390_format_RI_RU(const HChar *(*irgen)(UChar r1, UShort i2),
1758 UChar r1, UShort i2)
1767 s390_format_RI_RI(const HChar *(*irgen)(UChar r1, UShort i2),
1768 UChar r1, UShort i2)
1777 s390_format_RI_RP(const HChar *(*irgen)(UChar r1, UShort i2),
1778 UChar r1, UShort i2)
1787 s390_format_RIE_RRP(const HChar *(*irgen)(UChar r1, UChar r3, UShort i
[all...]
H A Dhost_arm64_defs.h164 UShort imm12; /* 0 .. 4095 */
174 extern ARM64RIA* ARM64RIA_I12 ( UShort imm12, UChar shift );
838 UShort imm; /* Same 1-bit-per-byte encoding as IR */
944 extern ARM64Instr* ARM64Instr_VImmQ ( HReg, UShort );
H A Dhost_arm_defs.h246 UShort imm8;
247 UShort imm4;
256 extern ARMRI84* ARMRI84_I84 ( UShort imm8, UShort imm4 );
H A Dhost_tilegx_defs.h184 UShort imm16;
193 extern TILEGXRH *TILEGXRH_Imm ( Bool, UShort );
H A Dhost_x86_defs.h596 UShort con;
698 extern X86Instr* X86Instr_SseConst ( UShort con, HReg dst );
/external/valgrind/coregrind/
H A Dm_libcfile.c815 Int parse_inet_addr_and_port ( const HChar* str, UInt* ip_addr, UShort* port );
842 UShort VG_(htons) ( UShort x )
852 UShort VG_(ntohs) ( UShort x )
879 UShort port = VG_CLO_DEFAULT_LOGPORT;
919 static Int parse_inet_addr_and_port ( const HChar* str, UInt* ip_addr, UShort* port )
952 *port = (UShort)j;
H A Dm_stacktrace.c863 static Bool looks_like_Thumb_call32 ( UShort w0, UShort w1 )
874 static Bool looks_like_Thumb_call16 ( UShort w0 )
898 UShort w0 = *(UShort*)ra;
899 UShort w1 = in_same_page(ra, ra+2) ? *(UShort*)(ra+2) : 0;
/external/valgrind/VEX/pub/
H A Dlibvex_ir.h297 UShort U16;
304 UShort V128; /* 16-bit value; see Ico_V128 comment above */
313 extern IRConst* IRConst_U16 ( UShort );
320 extern IRConst* IRConst_V128 ( UShort );
950 QNarrow16Uto8U ( UShort x ) if (x >u 255) x = 255;
957 QNarrow16Uto8S ( UShort x ) if (x >u 127) x = 127;
2378 UShort offset;
2379 UShort size;
/external/valgrind/coregrind/m_debuginfo/
H A Dd3basics.c954 UShort nbytes;
973 nbytes = ML_(read_UShort)(p); p += sizeof(UShort);
1025 UShort nbytes;
1050 nbytes = ML_(read_UShort)(p); p += sizeof(UShort);
1201 UShort nbytes;
1213 nbytes = ML_(read_UShort)(p); p += sizeof(UShort);
H A Dstorage.c357 case 2: fndn_ix = ((UShort*) di->loctab_fndn_ix)[locno]; break;
376 UShort* new = ML_(dinfo_zalloc)( "di.storage.sfix.1",
388 ((UShort*) di->loctab_fndn_ix)[locno] = fndn_ix;
392 UShort* old = (UShort*) di->loctab_fndn_ix;
555 loc.size = (UShort)size;
614 Int lineno, UShort level)
671 case 2: cfsi_m_ix = ((UShort*) di->cfsi_m_ix)[pos]; break;
1996 di->loctab[i].size = (UShort)new_size;
2274 case 2: ((UShort*)d
[all...]
H A Dreaddwarf3.c253 static UShort get_UShort ( Cursor* c ) {
254 UShort r;
256 if (c->sli_next + sizeof(UShort) > c->sli.ioff + c->sli.szB) {
262 c->sli_next += sizeof(UShort);
429 UShort version;
564 (Addr aMin; Addr aMax; UShort nbytes; ..bytes..; UChar isEnd)
590 UShort nbytes;
613 nbytes = ML_(read_UShort)(p); p += sizeof(UShort);
630 + sizeof(UShort) /*nbytes*/ + (SizeT)nbytes
721 UShort
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py133 class UShort(IntValue): class in inherits:IntValue
145 class ComputedUShort(UShort):
373 "uint16": UShort,
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotConverters.py133 class UShort(IntValue): class in inherits:IntValue
145 class ComputedUShort(UShort):
373 "uint16": UShort,
/external/valgrind/memcheck/
H A Dmc_main.c1326 UWord vabits16 = ((UShort*)(sm->vabits8))[sm_off16];
1479 UWord vabits16 = ((UShort*)(sm->vabits8))[sm_off16];
1487 ((UShort*)(sm->vabits8))[sm_off16] = (UShort)VA_BITS16_DEFINED;
1490 ((UShort*)(sm->vabits8))[sm_off16] = (UShort)VA_BITS16_UNDEFINED;
1687 ((UShort*)(sm->vabits8))[sm_off16] = vabits16;
1760 ((UShort*)(sm->vabits8))[sm_off16] = vabits16;
2697 ((UShort*)(sm->vabits8))[sm_off16] = VA_BITS16_UNDEFINED;
2741 ((UShort*)(s
[all...]
/external/freetype/src/raster/
H A Dftraster.c310 typedef unsigned short UShort, *PUShort; typedef
360 UShort flags; /* Bit 0-2: drop-out mode */
487 UShort bWidth; /* target bitmap width */
494 UShort num_Profs; /* current number of profiles */
842 UShort n;
1720 Decompose_Curve( RAS_ARGS UShort first,
1721 UShort last,
1973 if ( Decompose_Curve( RAS_VARS (UShort)start,
1974 (UShort)ras.outline.contours[i],
1978 start = (UShort)ra
[all...]
/external/clang/lib/Serialization/
H A DASTCommon.cpp34 case BuiltinType::UShort: ID = PREDEF_TYPE_USHORT_ID; break;
/external/valgrind/VEX/useful/
H A Dx87_to_vex_and_back.c28 UShort env[14];
/external/valgrind/none/tests/amd64/
H A Damd64locked.c13 typedef unsigned short UShort; typedef
854 ULong mash_mem_W ( UShort* origp )
899 UShort* iiw = malloc(sizeof(UShort));
/external/valgrind/none/tests/x86/
H A Dx86locked.c13 typedef unsigned short UShort; typedef
687 UInt mash_mem_W ( UShort* origp )
732 UShort* iiw = malloc(sizeof(UShort));
/external/clang/lib/AST/
H A DTypeLoc.cpp266 case BuiltinType::UShort:
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp118 case BuiltinType::UShort:
/external/valgrind/exp-dhat/
H A Ddh_main.c82 UShort* histoW; /* [0 .. req_szB-1] */
487 bk->histoW = VG_(malloc)("dh.new_block.2", req_szB * sizeof(UShort));
488 VG_(memset)(bk->histoW, 0, req_szB * sizeof(UShort));
694 UShort n = bk->histoW[i];
/external/valgrind/memcheck/tests/amd64/
H A Dbt_everything.c8 typedef unsigned short UShort; typedef
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c311 typedef unsigned short UShort, *PUShort; typedef
488 UShort bWidth; /* target bitmap width */
495 UShort num_Profs; /* current number of profiles */
936 UShort n;
1814 Decompose_Curve( RAS_ARGS UShort first,
1815 UShort last,
3010 P->countL = (UShort)( P->start - min_Y );

Completed in 1127 milliseconds

12345