HomeSort by relevance Sort by last modified time
    Searched refs:UInt (Results 26 - 50 of 338) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/main/include/
pub_tool_execontext.h 75 extern void VG_(apply_ExeContext)( void(*action)(UInt n, Addr ip),
76 ExeContext* ec, UInt n_ips );
91 extern UInt VG_(get_ECU_from_ExeContext)( ExeContext* e );
98 extern ExeContext* VG_(get_ExeContext_from_ECU)( UInt uniq );
106 static inline Bool VG_(is_plausible_ECU)( UInt ecu ) {
111 ExeContext* VG_(make_ExeContext_from_StackTrace)( Addr* ips, UInt n_ips );
  /external/valgrind/main/VEX/useful/
smchash.c 7 typedef unsigned int UInt;
12 static inline UInt ROL32 ( UInt x, UInt n ) {
33 UInt i;
34 UInt esum, csum;
58 UInt b;
90 UInt hash_const_zero ( GuestBytes* gb ) {
94 UInt hash_sum ( GuestBytes* gb ) {
95 UInt i, sum = 0
    [all...]
cpuid.c 4 typedef unsigned int UInt;
7 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx,
8 UInt index, UInt ecx_in )
10 UInt a,b,c,d;
21 UInt eax, ebx, ecx, edx;
22 UInt maxidx, maxextidx, i,ecx_in
    [all...]
show_fp_state.c 10 typedef unsigned int UInt;
70 UInt fp_get_tos ( void )
75 UInt fp_get_tag ( UInt regno )
81 UInt fp_get_statusword_flag ( UInt flagno )
87 UInt fp_get_controlword_flag ( UInt flagno )
100 (UInt)i == fp_get_tos() ? "**" : " ", i );
102 printf ( "%02x", (UInt)m_fpu_state.reg[j])
    [all...]
x87_to_vex_and_back.c 49 UInt tag;
53 UInt ftop = (x87->env[FP_ENV_STAT] >> 11) & 7;
54 UInt tagw = x87->env[FP_ENV_TAG];
71 *(UInt*)(vex_state + OFFB_FTOP) = ftop;
83 UInt tagw;
87 UInt ftop = *(UInt*)(vex_state + OFFB_FTOP);
199 UInt fp_get_tos ( Fpu_State* x87 )
204 UInt fp_get_tag ( Fpu_State* x87, UInt regno
    [all...]
  /external/valgrind/main/VEX/priv/
guest_generic_x87.h 105 /*OUT*/UInt* resOSZACP,
107 UInt zmaskL, UInt zmaskR,
108 UInt imm8, Bool isxSTRM );
guest_ppc_defs.h 149 extern UInt ppc32g_dirtyhelper_MFSPR_268_269 ( UInt );
151 extern UInt ppc32g_dirtyhelper_MFSPR_287 ( void );
154 UInt vD_idx, UInt sh,
155 UInt shift_right );
158 UInt vD_idx, UInt sh,
159 UInt shift_right );
host_s390_disasm.c 47 gpr_operand(UInt archreg)
64 fpr_operand(UInt archreg)
81 ar_operand(UInt archreg)
100 cab_operand(const HChar *base, UInt mask)
127 construct_mnemonic(const HChar *prefix, const HChar *suffix, UInt mask)
164 bcr_operand(UInt m1)
175 bc_operand(UInt m1)
186 brc_operand(UInt m1)
197 brcl_operand(UInt m1)
208 cls_operand(Int kind, UInt mask
    [all...]
host_generic_simd64.c 48 static inline ULong mk32x2 ( UInt w1, UInt w0 ) {
52 static inline UInt sel32x2_1 ( ULong w64 ) {
55 static inline UInt sel32x2_0 ( ULong w64 ) {
65 UInt hi32 = (((UInt)w3) << 16) | ((UInt)w2);
66 UInt lo32 = (((UInt)w1) << 16) | ((UInt)w0)
    [all...]
guest_generic_x87.c 81 static inline UInt read_bit_array ( UChar* arr, UInt n )
88 static inline void write_bit_array ( UChar* arr, UInt n, UInt b )
253 bexp = (((UInt)f80[9]) << 8) | (UInt)f80[8];
439 UInt sign, expExp;
469 sign = ((UInt)(arg >> 63)) & 1;
566 static UInt clz32 ( UInt x
    [all...]
guest_x86_helpers.c 128 /* const */ UInt DATA_MASK \
132 /* const */ UInt SIGN_MASK = 1 << (__data_bits - 1); \
133 /* const */ UInt CC_DEP1 = cc_dep1_formal; \
134 /* const */ UInt CC_DEP2 = cc_dep2_formal; \
135 /* const */ UInt CC_NDEP = cc_ndep_formal; \
289 == ((UInt)SIGN_MASK - 1)) << 11; \
422 static UInt tabc_fast[X86G_CC_OP_NUMBER];
424 static UInt tabc_slow[X86G_CC_OP_NUMBER];
426 static UInt tab_cond[X86G_CC_OP_NUMBER][16];
428 static UInt n_calc_all = 0
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
byte_align.cpp 136 #define BYTE_ALIGN_MASK ((UInt)(-8))
get_ga_specific_config.h 85 UInt channel_config,
getbits.h 99 const UInt neededBits,
103 UInt offset;
104 UInt bitIndex;
155 bitIndex = (UInt)((pInputStream->usedBits) & INBUF_BIT_MODULO_MASK);
171 __inline UInt get1bits(
174 UInt returnValue;
175 UInt offset;
176 UInt bitIndex;
184 returnValue = (offset < pInputStream->inputBufferCurrentLength) ? ((UInt) * (pElem)) : 0;
191 bitIndex = (UInt)((pInputStream->usedBits++) & INBUF_BIT_MODULO_MASK)
    [all...]
s_tnsfilt.h 117 UInt order;
getgroup.cpp 223 UInt mask;
224 UInt groupBits;
  /external/valgrind/main/callgrind/
costs.h 14 extern UInt CLG_(costarray_entries);
15 extern UInt CLG_(costarray_chunks);
  /external/valgrind/main/none/tests/amd64/
jrcxz.c 5 typedef unsigned int UInt;
31 UInt arg32, res32;
pcmpstr64.c 10 typedef unsigned int UInt;
22 UInt uInt[4];
41 UInt clz32 ( UInt x )
65 UInt ctz32 ( UInt x )
90 UInt(*h_fn)(V128*,V128*),
91 UInt(*s_fn)(V128*,V128*),
98 UInt h_res = h_fn(&argL, &argR)
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
simple_huffman.c 61 - changed integral types to V's versions (UInt, UChar etc)
71 UInt Symbol;
72 UInt Count;
73 UInt Code;
74 UInt Bits;
79 UInt BitPos;
105 static UInt _Huffman_ReadBits( huff_bitstream_t *stream,
106 UInt bits )
108 UInt x, bit, count;
139 static void _Huffman_WriteBits( huff_bitstream_t *stream, UInt x
    [all...]
  /external/valgrind/main/coregrind/
pub_core_trampoline.h 63 extern UInt VG_(x86_linux_REDIR_FOR_strlen)( void* );
70 extern UInt VG_(amd64_linux_REDIR_FOR_strlen)( void* );
76 extern UInt VG_(ppc32_linux_REDIR_FOR_strlen)( void* );
77 extern UInt VG_(ppc32_linux_REDIR_FOR_strcmp)( void*, void* );
83 extern UInt VG_(ppc64_linux_REDIR_FOR_strlen)( void* );
96 extern UInt VG_(arm_linux_REDIR_FOR_strlen)( void* );
119 extern UInt VG_(amd64_darwin_REDIR_FOR_arc4random)( void );
pub_core_transtab.h 57 extern UInt* VG_(tt_fastN)[VG_TT_FAST_SIZE];
65 UInt code_len,
77 extern UInt VG_(get_bbs_translated) ( void );
86 UInt code_len );
98 extern ULong VG_(get_BB_profile) ( BBProfEntry tops[], UInt n_tops );
  /external/valgrind/main/coregrind/m_debuginfo/
misc.c 70 UInt x = 0x76543210;
79 | ( ((UInt)data[1]) << 8 );
82 | ( ((UInt)data[0]) << 8 );
91 | ( ((UInt)data[1]) << 8 )
92 | ( ((UInt)data[2]) << 16 )
93 | ( ((UInt)data[3]) << 24 );
96 | ( ((UInt)data[2]) << 8 )
97 | ( ((UInt)data[1]) << 16 )
98 | ( ((UInt)data[0]) << 24 );
128 UInt r = 0
    [all...]
  /external/valgrind/main/none/tests/x86/
cmpxchg8b.c 5 typedef unsigned int UInt;
9 UInt eax;
10 UInt ebx;
11 UInt ecx;
12 UInt edx;
13 UInt zout;
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 55 typedef unsigned int UInt;
63 typedef UInt U128[4];
70 UInt w32[4];
107 static inline UInt toUInt ( Long x ) {
109 return (UInt)x;
113 typedef UInt Addr32;
188 UInt w = (UInt)p;
192 UInt w = (UInt)n
    [all...]

Completed in 528 milliseconds

12 3 4 5 6 7 8 91011>>