Searched refs:UInt (Results 201 - 225 of 366) sorted by relevance

1234567891011>>

/external/valgrind/main/helgrind/
H A Dlibhb_core.c106 typedef UInt VtsID;
157 32 since a ThrID is a UInt. 29 comes from the fact that
160 writeness) in a UInt, hence limiting size to 32-(2+1) == 29.
333 // (UInt) `echo "Synchronisation object" | md5sum`
341 UInt magic;
511 UInt magic;
514 UInt linesF_size;
807 UInt fix = (UInt)lineZ->dict[1];
845 UInt fi
[all...]
/external/valgrind/main/coregrind/
H A Dm_errormgr.c80 static UInt n_errs_found = 0;
83 static UInt n_errs_suppressed = 0;
86 static UInt n_errs_shown = 0;
89 static UInt n_err_contexts = 0;
92 static UInt n_supp_contexts = 0;
132 UInt unique;
172 UInt VG_(get_n_errs_found)( void )
177 UInt VG_(get_n_errs_shown)( void )
323 static void printSuppForIp_XML(UInt n, Addr ip, void* uu_opaque)
336 static void printSuppForIp_nonXML(UInt
[all...]
H A Dm_options.c58 UInt VG_(clo_vgdb_stop_at) = 0;
131 UInt VG_(clo_unw_stack_scan_thresh) = 0; /* disabled by default */
132 UInt VG_(clo_unw_stack_scan_frames) = 5;
H A Dm_main.c340 UInt i;
1208 UInt (*umsg_or_xml)( const HChar*, ... )
3270 static Int nlz32(UInt x)
3285 static UInt divlu2(UInt u1, UInt u0, UInt v, UInt *r)
3287 const UInt b = 65536; // Number base (16 bits).
3288 UInt un
[all...]
H A Dm_translate.c70 static UInt n_SP_updates_fast = 0;
71 static UInt n_SP_updates_generic_known = 0;
72 static UInt n_SP_updates_generic_unknown = 0;
77 UInt n_SP_updates = n_SP_updates_fast + n_SP_updates_generic_known
205 UInt ecu;
778 static UInt needs_self_check ( void* closureV,
782 UInt i, bitset;
917 static IRExpr* mkU32 ( UInt n ) {
970 IRExpr*(*mkU)(UInt) = mkU32;
1061 IRExpr*(*mkU)(UInt)
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c145 static void notify_core_of_mmap(Addr a, SizeT len, UInt prot,
146 UInt flags, Int fd, Off64T offset)
162 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle)
196 ML_(notify_core_and_tool_of_mmap) ( Addr a, SizeT len, UInt prot,
197 UInt flags, Int fd, Off64T offset )
611 HChar *unix_to_name(struct vki_sockaddr_un *sa, UInt len, HChar *name)
623 HChar *inet_to_name(struct vki_sockaddr_in *sa, UInt len, HChar *name)
630 UInt addr = VG_(ntohl)(sa->sin_addr.s_addr);
647 UInt addr = VG_(ntohl)(sin_addr->s_addr);
659 UInt wor
[all...]
H A Dpriv_syswrap-generic.h71 ML_(notify_core_and_tool_of_mmap) ( Addr a, SizeT len, UInt prot,
72 UInt mm_flags, Int fd, Off64T offset );
89 void ML_(POST_unknown_ioctl)(ThreadId tid, UInt res, UWord request, UWord arg);
246 struct vki_msghdr *, UInt );
H A Dsyswrap-mips32-linux.c150 UInt do_syscall_clone_mips_linux (Word (*fn) (void *), //a0 0 32
240 UInt flags, Addr sp,
249 UInt ret = 0;
370 static void notify_core_of_mmap(Addr a, SizeT len, UInt prot,
371 UInt flags, Int fd, Off64T offset)
387 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle)
639 UInt cloneflags;
1137 SyscallTableEntry* ML_(get_linux_syscall_entry) (UInt sysno)
1139 const UInt syscall_main_table_size
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h129 typedef Json::UInt UInt; typedef in class:Json::Value
152 static const UInt maxUInt;
218 Value( UInt value );
269 UInt asUInt() const;
953 UInt index() const;
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h129 typedef Json::UInt UInt; typedef in class:Json::Value
152 static const UInt maxUInt;
218 Value( UInt value );
269 UInt asUInt() const;
953 UInt index() const;
/external/jsoncpp/include/json/
H A Dvalue.h129 typedef Json::UInt UInt; typedef in class:Json::Value
152 static const UInt maxUInt;
218 Value( UInt value );
269 UInt asUInt() const;
953 UInt index() const;
/external/valgrind/main/drd/
H A Ddrd_rwlock.c43 UInt reader_nesting_count;
44 UInt writer_nesting_count;
62 static UInt DRD_(s_exclusive_threshold_ms);
63 static UInt DRD_(s_shared_threshold_ms);
75 void DRD_(rwlock_set_exclusive_threshold)(const UInt exclusive_threshold_ms)
80 void DRD_(rwlock_set_shared_threshold)(const UInt shared_threshold_ms)
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c139 static UInt
144 UInt ret = 0;
188 static UInt
196 UInt ret = 0;
197 UInt p = (UInt)pL;
249 UInt vprintf_wrk ( void(*send)(HChar), const HChar *format, va_list vargs )
251 UInt ret = 0;
326 (ULong)(va_arg (vargs, UInt)));
341 (ULong)(va_arg (vargs, UInt)));
[all...]
/external/valgrind/main/memcheck/tests/amd64/
H A Dbt_everything.c7 typedef unsigned int UInt; typedef
407 UInt n, op;
449 res = rol1(res) ^ (UInt)ch;
/external/valgrind/main/callgrind/
H A Dcallstack.c186 void CLG_(push_call_stack)(BBCC* from, UInt jmp, BBCC* to, Addr sp, Bool skip)
189 UInt* pdepth;
239 UInt instr = from->bb->jmp[jmp].instr;
338 UInt* pdepth = CLG_(get_fn_entry)(to_fn->number);
H A Ddebug.c83 UInt *pactive = CLG_(get_fn_entry)(cxt->fn[0]->number);
141 UInt mask;
178 UInt mask;
380 UInt ln, i=0, opos=0;
H A Dbbcc.c145 UInt bbcc_hash_idx(BB* bb, Context* cxt, UInt size)
160 UInt idx;
197 UInt new_idx;
321 UInt idx;
603 UInt instr_count = last_bb->jmp[passed].instr+1;
612 UInt instr_count = last_bb->jmp[passed].instr+1;
821 UInt level, idx;
/external/valgrind/main/VEX/priv/
H A Dhost_arm64_isel.c119 UInt hwcaps;
263 static ARM64AMode* mk_baseblock_64bit_access_amode ( UInt off )
271 static ARM64AMode* mk_baseblock_32bit_access_amode ( UInt off )
279 static ARM64AMode* mk_baseblock_16bit_access_amode ( UInt off )
287 static ARM64AMode* mk_baseblock_8bit_access_amode ( UInt off )
293 static HReg mk_baseblock_128bit_access_addr ( ISelEnv* env, UInt off )
507 Bool doHelperCall ( /*OUT*/UInt* stackAdjustAfterCall,
528 UInt nVECRETs = 0;
529 UInt nBBPTRs = 0;
927 return ARM64AMode_RI12(reg, (UInt)(uim
[all...]
H A Dhost_s390_defs.c53 UInt s390_host_hwcaps;
63 static UInt s390_tchain_load64_len(void);
86 UInt r; /* hregNumber() returns an UInt */
118 UInt i;
646 UInt i;
1237 emit_RI(UChar *p, UInt op, UChar r1, UShort i2)
1249 emit_RIL(UChar *p, ULong op, UChar r1, UInt i2)
1261 emit_RR(UChar *p, UInt op, UChar r1, UChar r2)
1273 emit_RRE(UChar *p, UInt o
[all...]
H A Dguest_mips_toIR.c97 static UInt integerGuestRegOffset(UInt iregNo)
102 UInt ret;
254 static UInt floatGuestRegOffset(UInt fregNo)
257 UInt ret;
403 static UInt accumulatorGuestRegOffset(UInt acNo)
407 UInt ret;
426 static inline UInt getUIn
[all...]
H A Dguest_s390_toIR.c51 static UInt s390_decode_and_irgen(UChar *, UInt, DisResult *);
191 mkU8(UInt value)
200 mkU16(UInt value)
209 mkU32(UInt value)
224 mkF32i(UInt value)
433 static __inline__ IRExpr *get_fpr_dw0(UInt);
434 static __inline__ void put_fpr_dw0(UInt, IRExpr *);
435 static __inline__ IRExpr *get_dpr_dw0(UInt);
436 static __inline__ void put_dpr_dw0(UInt, IRExp
[all...]
H A Dir_opt.c556 UInt* minoff, UInt* maxoff )
567 static UInt mk_key_GetPut ( Int offset, IRType ty )
570 UInt minoff = offset;
571 UInt maxoff = minoff + sizeofIRType(ty) - 1;
577 static UInt mk_key_GetIPutI ( IRRegArray* descr )
579 UInt minoff, maxoff;
590 static void invalidateOverlaps ( HashHW* h, UInt k_lo, UInt k_hi )
593 UInt e_l
[all...]
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c339 UInt n_mallocs, n_chunks, m, s;
429 UInt state:2; // Reachedness.
430 UInt pending:1; // Scan pending.
431 UInt heuristic: (sizeof(UInt)*8)-3;
470 static UInt detect_memory_leaks_last_heuristics;
480 UInt MC_(leak_search_gen);
628 UInt nr_fn_ptrs = 0;
686 UInt heur_set)
1481 static void print_clique (Int clique, UInt leve
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h297 UInt U32;
300 UInt F32i;
304 UInt V256; /* 32-bit value; see Ico_V256 comment above */
313 extern IRConst* IRConst_U32 ( UInt );
316 extern IRConst* IRConst_F32i ( UInt );
320 extern IRConst* IRConst_V256 ( UInt );
354 UInt mcx_mask;
394 typedef UInt IRTemp;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadstabs.c164 UInt qstringidx;
268 UInt len = VG_(strlen)(nm);

Completed in 652 milliseconds

1234567891011>>