Searched refs:UWord (Results 126 - 150 of 156) sorted by relevance

1234567

/external/valgrind/main/callgrind/
H A Dmain.c166 void log_ind_branch(InstrInfo* ii, UWord actual_dst)
905 void addConstMemStoreStmt( IRSB* bbOut, UWord addr, UInt val, IRType hWordTy)
1248 (UWord) &CLG_(current_state).jmps_passed,
1302 (UWord) &CLG_(current_state).jmps_passed,
1645 Bool CLG_(handle_client_request)(ThreadId tid, UWord *args, UWord *ret)
1719 UWord* args, UInt nArgs)
1734 UWord* args, UInt nArgs, SysRes res)
H A Ddebug.c438 void* CLG_(malloc)(const HChar* cc, UWord s, const HChar* f)
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_d3basics.h635 UWord word;
663 GXResult ML_(evaluate_Dwarf3_Expr) ( UChar* expr, UWord exprszB,
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-arm64-linux.c228 UWord* stack;
239 stack = (UWord*)ML_(allocstack)(ctid);
H A Dsyswrap-ppc64-linux.c273 UWord* stack;
283 stack = (UWord*)ML_(allocstack)(ctid);
291 //? *(UWord *)stack = 0;
H A Dsyswrap-xen.c73 /*OUT*/UWord* flags,
75 UWord subop)
302 /*OUT*/UWord* flags,
1461 /*OUT*/UWord* flags )
H A Dpriv_syswrap-linux.h290 #define UW UWord
H A Dsyswrap-amd64-linux.c212 UWord* stack;
223 stack = (UWord*)ML_(allocstack)(ctid);
H A Dsyswrap-arm-linux.c179 UWord *stack;
189 stack = (UWord*)ML_(allocstack)(ctid);
H A Dsyswrap-mips64-linux.c207 UWord * stack;
215 stack = (UWord *)ML_(allocstack)(ctid);
H A Dsyswrap-ppc32-linux.c246 UWord* stack;
256 stack = (UWord*)ML_(allocstack)(ctid);
264 //? *(UWord *)stack = 0;
531 //.. PRE_MEM_READ( "old_select(args)", ARG1, 5*sizeof(UWord) );
H A Dsyswrap-darwin.c1055 static const char *name_for_fcntl(UWord cmd) {
1902 UWord arg2tmp;
2974 ARG2 = (UWord)path;
2975 ARG4 = (UWord)argv;
2976 ARG5 = (UWord)envp;
3713 UWord arg1;
3846 was_a_successful_aio_read = VG_(OSetWord_Remove)(aiocbp_table, (UWord)aiocbp);
3913 VG_(OSetWord_Insert)(aiocbp_table, (UWord)aiocbp);
/external/valgrind/main/none/tests/amd64/
H A Davx2-1.c9 typedef unsigned long int UWord; typedef
14 #define IS_32_ALIGNED(_ptr) (0 == (0x1F & (UWord)(_ptr)))
H A Damd64locked.c14 typedef unsigned long UWord; typedef
98 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn )
H A Davx-1.c9 typedef unsigned long int UWord; typedef
12 #define IS_32_ALIGNED(_ptr) (0 == (0x1F & (UWord)(_ptr)))
/external/valgrind/main/drd/
H A Ddrd_thread.h64 typedef UWord PThreadId;
H A Ddrd_pthread_intercepts.c205 if (syscall(__NR_futex, (UWord)&sema->counter,
233 syscall(__NR_futex, (UWord)&sema->counter,
/external/valgrind/main/massif/
H A Dms_main.c1585 HP_Chunk* hc = VG_(HT_remove)(malloc_list, (UWord)p);
1642 hc = VG_(HT_remove)(malloc_list, (UWord)p_old);
1797 HP_Chunk* hc = VG_(HT_lookup)( malloc_list, (UWord)p );
1977 static Bool ms_handle_client_request ( ThreadId tid, UWord* argv, UWord* ret )
/external/valgrind/main/coregrind/
H A Dm_mallocfree.c1598 UWord stats__nsearches = 0;
1631 UWord nsearches_this_level = 0;
2209 UWord i, free_blocks, free_blocks_size;
2220 free_blocks_size += (UWord)get_pszB(a, b);
H A Dm_machine.c353 void VG_(apply_to_GP_regs)(void (*f)(ThreadId, const HChar*, UWord))
1731 UWord* descr = (UWord*)f;
H A Dm_debuglog.c862 (ULong)((UWord)va_arg (vargs, void *)));
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c357 struct auxv *find_auxv(UWord* sp)
611 VG_(client_auxv) = (UWord *)*client_auxv;
615 // => we take UWord*
/external/valgrind/main/include/vki/
H A Dvki-darwin.h414 void (*sa_tramp)(void*,UWord,UWord,void*,void*);
/external/valgrind/main/none/tests/x86/
H A Dx86locked.c14 typedef unsigned long UWord; typedef
98 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn )
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c1181 static UWord n_q = 0;
1182 static UWord n_m = 0;
1184 UWord ix;
3145 static Int readhex ( const HChar* buf, UWord* val )
3247 UWord maj, min;

Completed in 465 milliseconds

1234567