Home
last modified time | relevance | path

Searched refs:toShort (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_generic_reg_alloc2.c634 vreg_lrs[k].dead_before = toShort(ii + 1); in doRegisterAllocation()
638 vreg_lrs[k].live_after = toShort(ii); in doRegisterAllocation()
639 vreg_lrs[k].dead_before = toShort(ii + 1); in doRegisterAllocation()
647 vreg_lrs[k].dead_before = toShort(ii + 1); in doRegisterAllocation()
746 rreg_lrs_la[rreg_lrs_used].live_after = toShort(flush_la); in doRegisterAllocation()
747 rreg_lrs_la[rreg_lrs_used].dead_before = toShort(flush_db); in doRegisterAllocation()
783 rreg_lrs_la[rreg_lrs_used].live_after = toShort(rreg_live_after[j]); in doRegisterAllocation()
784 rreg_lrs_la[rreg_lrs_used].dead_before = toShort(rreg_dead_before[j]); in doRegisterAllocation()
944 vreg_lrs[j].spill_offset = toShort(guest_sizeB * 3 + ss_no * 8); in doRegisterAllocation()
1135 vreg_state[hregIndex(vregD)] = toShort(n); in doRegisterAllocation()
[all …]
/external/valgrind/VEX/pub/
Dlibvex_basictypes.h122 static inline Short toShort ( Int x ) { in toShort() function
/external/pdfium/third_party/bigint/
DBigInteger.hh78 short toShort () const;
DBigUnsigned.hh83 short toShort () const;
DBigInteger.cc136 short BigInteger::toShort () const { return convertToSignedPrimitive <short, unsig… in toShort() function in BigInteger
DBigUnsigned.cc26 short BigUnsigned::toShort () const { return convertToSignedPrimitive< shor… in toShort() function in BigUnsigned