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

1 2 34 5 6 7 8 91011>>

  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 39 All uses of newTemp assign to an IRTemp and not a UInt
190 static inline UInt getUIntLittleEndianly ( UChar* p )
192 UInt w = 0;
210 static UInt ROR32 ( UInt x, UInt sh ) {
218 static Int popcount32 ( UInt x )
228 static UInt setbit32 ( UInt x, Int ix, UInt b
    [all...]
guest_generic_bb_to_IR.c 46 static UInt genericg_compute_checksum_4al ( HWord first_w32, HWord n_w32s );
48 static UInt genericg_compute_checksum_4al_1 ( HWord first_w32 );
50 static UInt genericg_compute_checksum_4al_2 ( HWord first_w32 );
52 static UInt genericg_compute_checksum_4al_3 ( HWord first_w32 );
54 static UInt genericg_compute_checksum_4al_4 ( HWord first_w32 );
56 static UInt genericg_compute_checksum_4al_5 ( HWord first_w32 );
58 static UInt genericg_compute_checksum_4al_6 ( HWord first_w32 );
60 static UInt genericg_compute_checksum_4al_7 ( HWord first_w32 );
62 static UInt genericg_compute_checksum_4al_8 ( HWord first_w32 );
64 static UInt genericg_compute_checksum_4al_9 ( HWord first_w32 )
    [all...]
host_ppc_defs.c 198 UInt i=0;
421 vex_printf("%u", (UInt)(UShort)op->Prh.Imm.imm16);
739 vassert( (Long)imm64 == (Long)(Int)(UInt)imm64 );
775 UInt crfD, HReg srcL, PPCRH* srcR ) {
821 Addr64 target, UInt argiregs ) {
822 UInt mask;
    [all...]
host_arm_defs.h 33 extern UInt arm_hwcaps;
138 UInt shift; /* 0, 1 2 or 3 */
145 extern ARMAMode1* ARMAMode1_RRS ( HReg base, HReg index, UInt shift );
268 UInt imm5;
277 extern ARMRI5* ARMRI5_I5 ( UInt imm5 );
303 where S = a, exp = UInt(B:c:d) - 3, mantissa = (16 + UInt(e:f:g:h)) / 16
308 UInt type;
309 UInt imm8;
313 extern ARMNImm* ARMNImm_TI ( UInt type, UInt imm8 )
    [all...]
guest_s390_defs.h 180 UInt s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2,
182 UInt s390_calculate_icc(ULong op, ULong dep1, ULong dep2);
183 UInt s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2,
  /external/valgrind/main/coregrind/
pub_core_debuglog.h 84 UInt VG_(debugLog_vprintf) (
pub_core_libcfile.h 62 extern UInt VG_(htonl) ( UInt x );
63 extern UInt VG_(ntohl) ( UInt x );
pub_core_stacks.h 45 void VG_(unknown_SP_update) ( Addr old_SP, Addr new_SP, UInt otag );
m_syscall.c 67 res._val = (UInt)(-val);
69 res._val = (UInt)val;
88 SysRes VG_(mk_SysRes_ppc32_linux) ( UInt val, UInt cr0so ) {
118 res._val = (UInt)(-val);
120 res._val = (UInt)val;
145 UInt wHI, UInt wLO )
152 vg_assert(sizeof(UWord) == sizeof(UInt));
435 nb here, sizeof(UWord) == sizeof(UInt)
    [all...]
m_tooliface.c 79 DETAILS(UInt, avg_translation_sizeB)
231 UInt (*update) (Error*),
273 void(*pre) (ThreadId, UInt, UWord*, UInt),
274 void(*post)(ThreadId, UInt, UWord*, UInt, SysRes res)
352 DEF0(track_new_mem_stack_signal, Addr, SizeT, UInt)
353 DEF0(track_new_mem_brk, Addr, SizeT, UInt)
362 DEF2(track_new_mem_stack_4_w_ECU, Addr, UInt)
363 DEF2(track_new_mem_stack_8_w_ECU, Addr, UInt)
    [all...]
m_execontext.c 84 UInt ecu;
88 UInt n_ips;
99 static UInt ec_next_ecu = 4; /* We must never issue zero */
241 static UWord calc_hash ( Addr* ips, UInt n_ips, UWord htab_sz )
243 UInt i;
296 static ExeContext* record_ExeContext_wrk2 ( Addr* ips, UInt n_ips ); /*fwds*/
301 UInt n_ips;
330 static ExeContext* record_ExeContext_wrk2 ( Addr* ips, UInt n_ips )
339 static UInt ctr = 0;
448 UInt VG_(get_ECU_from_ExeContext)( ExeContext* e )
    [all...]
  /external/valgrind/main/include/
pub_tool_replacemalloc.h 64 extern UInt VG_(clo_alignment);
pub_tool_libcfile.h 56 UInt mode;
57 UInt uid;
58 UInt gid;
92 extern Int VG_(readlink)( const Char* path, Char* buf, UInt bufsize );
93 extern Int VG_(getdents)( Int fd, struct vki_dirent *dirp, UInt count );
  /external/valgrind/main/memcheck/tests/
pdb-realloc2.c 14 typedef unsigned int UInt;
17 static UInt seed = 0;
18 static inline UInt myrand ( UInt size )
70 // printf("%02x ", (UInt)v[i]);
  /frameworks/av/media/libstagefright/codecs/aacdec/
gen_rand_vector.cpp 323 const UInt scale_mod_4[4] = { 16384, 19484, 23170, 27554};
355 UInt power_adj;
461 power_adj = (UInt)(((UInt32) power_adj * SQRT_OF_2) >> 14);
469 power_adj = (UInt)(((UInt32) power_adj * INV_SQRT_OF_2) >> 14);
get_ga_specific_config.cpp 55 Data type UInt
58 Data type UInt.
304 UInt channel_config,
310 UInt dependsOnCoreCoder;
312 UInt extFlag;
315 /* UInt layer_num; */
316 /* UInt numOfSubFrame; */
317 /* UInt layer_len; */
318 /* UInt aacSectionDataResilienceFlag; */
319 /* UInt aacScalefactorDataResilienceFlag; *
    [all...]
get_audio_specific_config.cpp 309 UInt temp;
312 UInt channel_config;
313 UInt syncExtensionType;
314 UInt extensionAudioObjectType = 0;
315 UInt extensionSamplingFrequencyIndex = 0;
444 syncExtensionType = (UInt)get17_n_lessbits(LEN_SYNC_EXTENSION_TYPE,
496 syncExtensionType = (UInt)get17_n_lessbits(LEN_SYNC_EXTENSION_TYPE,
  /external/valgrind/main/helgrind/
hg_lock_n_thread.h 63 typedef UInt ThrID;
85 UInt magic;
127 UInt magic; /* LockN_MAGIC or LockP_MAGIC */
  /external/valgrind/main/none/tests/x86/
bt_everything.c 135 typedef unsigned int UInt;
138 UInt rol1 ( UInt x )
145 UInt n, bitoff, op;
146 UInt carrydep, c, res;
148 UInt reg;
177 res = rol1(res) ^ (UInt)ch;
bug137714-x86.c 7 typedef unsigned int UInt;
9 static UInt randomUInt ( void )
11 static UInt n = 0;
  /external/valgrind/main/VEX/pub/
libvex.h 156 extern const HChar* LibVEX_ppVexHwCaps ( VexArch, UInt );
166 UInt hwcaps;
171 UInt ppc_dcbz_szB;
172 UInt ppc_dcbzl_szB; /* 0 means unsupported (SIGILL) */
465 UInt n_sc_extents;
546 UInt (*needs_self_check)( /*callback_opaque*/void*,
libvex_guest_amd64.h 120 Therefore best to leave it as a UInt. */
121 /* 456 */UInt guest_FTOP;
128 /* 552 */ UInt guest_EMWARN;
216 void LibVEX_GuestX86_put_eflags ( UInt eflags_native,
  /external/valgrind/main/drd/tests/
unit_vc.c 41 UInt VG_(printf)(const HChar *format, ...)
42 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); return ret; }
43 UInt VG_(snprintf)(Char* buf, Int size, const HChar *format, ...)
44 { UInt ret; va_list vargs; va_start(vargs, format); ret = vsnprintf(buf, size, format, vargs); va_end(vargs); return ret; }
46 UInt VG_(message)(VgMsgKind kind, const HChar* format, ...)
47 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); printf("\n"); return ret; }
  /external/valgrind/main/coregrind/m_aspacemgr/
priv_aspacemgr.h 87 extern UInt ML_(am_sprintf) ( HChar* buf, const HChar *format, ... );
111 extern Int ML_(am_readlink) ( HChar* path, HChar* buf, UInt bufsiz );
119 /*OUT*/ULong* ino, /*OUT*/UInt* mode );
  /external/valgrind/main/none/tests/amd64/
bug137714-amd64.c 7 typedef unsigned int UInt;
9 static UInt randomUInt ( void )
11 static UInt n = 0;

Completed in 2960 milliseconds

1 2 34 5 6 7 8 91011>>