Searched refs:ULong (Results 26 - 50 of 224) sorted by relevance

123456789

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c81 ULong u0, v0, w0;
96 static void mullU64 ( ULong u, ULong v, ULong* rHi, ULong* rLo )
98 ULong u0, v0, w0;
99 ULong u1, v1, w1,w2,t;
158 /* identity on ULong */
159 static inline ULong idULong ( ULong
[all...]
H A Dguest_generic_x87.h99 extern ULong x86amd64g_calculate_FXTRACT ( ULong arg, HWord getExp );
H A Dguest_generic_bb_to_IR.c73 static ULong genericg_compute_checksum_8al ( HWord first_w64, HWord n_w64s );
75 static ULong genericg_compute_checksum_8al_1 ( HWord first_w64 );
77 static ULong genericg_compute_checksum_8al_2 ( HWord first_w64 );
79 static ULong genericg_compute_checksum_8al_3 ( HWord first_w64 );
81 static ULong genericg_compute_checksum_8al_4 ( HWord first_w64 );
83 static ULong genericg_compute_checksum_8al_5 ( HWord first_w64 );
85 static ULong genericg_compute_checksum_8al_6 ( HWord first_w64 );
87 static ULong genericg_compute_checksum_8al_7 ( HWord first_w64 );
89 static ULong genericg_compute_checksum_8al_8 ( HWord first_w64 );
91 static ULong genericg_compute_checksum_8al_
[all...]
H A Dguest_s390_helpers.c250 s390x_dirtyhelper_EX(ULong torun)
260 ULong s390x_dirtyhelper_STCK(ULong *addr)
271 ULong s390x_dirtyhelper_STCKE(ULong *addr)
282 ULong s390x_dirtyhelper_STCKF(ULong *addr)
293 ULong s390x_dirtyhelper_STCK(ULong *addr) {return 3;}
294 ULong s390x_dirtyhelper_STCK
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_readpdb.h48 ULong pdbmtime
H A Dpriv_misc.h53 ULong ML_(read_ULong)( UChar* data );
59 UChar* ML_(write_ULong)( UChar* ptr, ULong val );
65 typedef struct { ULong ul; Bool b; } MaybeULong;
/external/valgrind/main/drd/
H A Ddrd_segment.h72 ULong DRD_(sg_get_segments_created_count)(void);
73 ULong DRD_(sg_get_segments_alive_count)(void);
74 ULong DRD_(sg_get_max_segments_alive_count)(void);
75 ULong DRD_(sg_get_segment_merge_count)(void);
H A Ddrd_segment.c40 static ULong s_segment_merge_count;
41 static ULong s_segments_created_count;
42 static ULong s_segments_alive_count;
43 static ULong s_max_segments_alive_count;
234 ULong DRD_(sg_get_segments_created_count)(void)
239 ULong DRD_(sg_get_segments_alive_count)(void)
244 ULong DRD_(sg_get_max_segments_alive_count)(void)
249 ULong DRD_(sg_get_segment_merge_count)(void)
H A Ddrd_barrier.h52 ULong DRD_(get_barrier_segment_creation_count)(void);
H A Ddrd_mutex.h54 ULong DRD_(get_mutex_lock_count)(void);
55 ULong DRD_(get_mutex_segment_creation_count)(void);
/external/valgrind/main/include/
H A Dpub_tool_libcproc.h67 ULong arg2, ULong arg3, ULong arg4, ULong arg5);
H A Dpub_tool_aspacemgr.h102 ULong dev;
103 ULong ino;
/external/valgrind/main/none/tests/amd64/
H A Damd64locked.c10 typedef unsigned long long int ULong; typedef
146 static ULong val[NVALS]
180 static ULong val[NVALS]
506 ULong btsq_mem ( UChar* base, int bitno )
508 ULong res;
514 : "r" ((ULong)bitno) : "rdx","cc","memory" );
520 ULong btsl_mem ( UChar* base, int bitno )
522 ULong res;
531 ULong btsw_mem ( UChar* base, int bitno )
533 ULong re
[all...]
H A Dbug132918.c5 typedef unsigned long long int ULong; typedef
12 ULong c3210;
H A Dcmpxchg.c6 typedef unsigned long long int ULong; typedef
9 ULong m64;
11 ULong rax;
12 ULong rbx;
13 ULong rcx;
14 ULong rdx;
15 ULong rax_out;
16 ULong rbx_out;
17 ULong rcx_out;
/external/valgrind/main/coregrind/
H A Dpub_core_threadstate.h211 ULong addr;
212 ULong size;
228 ULong size;
232 ULong address;
233 ULong size;
236 ULong address;
237 ULong size;
242 ULong size;
H A Dpub_core_transtab.h72 extern void VG_(discard_translations) ( Addr64 start, ULong range,
95 ULong score;
98 extern ULong VG_(get_BB_profile) ( BBProfEntry tops[], UInt n_tops );
H A Dm_syscall.c79 res._val = (ULong)(-val);
81 res._val = (ULong)val;
96 SysRes VG_(mk_SysRes_ppc64_linux) ( ULong val, ULong cr0so ) {
178 ULong wHI, ULong wLO )
185 vg_assert(sizeof(UWord) == sizeof(ULong));
323 We return a ULong, of which %r3 is the high word, and %r4 the low.
326 extern ULong do_syscall_WRK (
354 extern void do_syscall_WRK ( ULong* argbloc
[all...]
H A Dpub_core_syscall.h75 extern SysRes VG_(mk_SysRes_ppc64_linux) ( ULong val, ULong cr0so );
80 ULong wHI, ULong wLO );
H A Dm_debuglog.c230 register ULong __res __asm__ ("r3");
365 register ULong r4 asm("4") = n;
366 register ULong r2_res asm("2");
367 ULong __res;
379 if (__res >= (ULong)(-125))
386 register ULong r2 asm("2");
387 ULong __res;
396 if (__res >= (ULong)(-125))
553 ULong p )
709 (ULong)(va_ar
[all...]
H A Dm_transtab.c115 ULong* tcptr;
165 ULong* tc;
172 ULong* tc_next;
273 ULong n_fast_flushes = 0;
274 ULong n_fast_updates = 0;
277 ULong n_full_lookups = 0;
278 ULong n_lookup_probes = 0;
282 ULong n_in_count = 0;
283 ULong n_in_osize = 0;
284 ULong n_in_tsiz
[all...]
/external/valgrind/main/helgrind/
H A Dhg_errors.h72 extern ULong HG_(stats__LockN_to_P_queries);
73 extern ULong HG_(stats__LockN_to_P_get_map_size) ( void );
74 extern ULong HG_(stats__string_table_queries);
75 extern ULong HG_(stats__string_table_get_map_size) ( void );
/external/valgrind/main/callgrind/
H A Devents.c218 ULong* CLG_(get_eventset_cost)(EventSet* es)
224 void CLG_(init_cost)(EventSet* es, ULong* cost)
235 void CLG_(init_cost_lz)(EventSet* es, ULong** cost)
247 void CLG_(zero_cost)(EventSet* es, ULong* cost)
257 Bool CLG_(is_zero_cost)(EventSet* es, ULong* cost)
269 Bool CLG_(is_equal_cost)(EventSet* es, ULong* c1, ULong* c2)
282 void CLG_(copy_cost)(EventSet* es, ULong* dst, ULong* src)
296 void CLG_(copy_cost_lz)(EventSet* es, ULong** pds
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c10 typedef unsigned long long int ULong; typedef
271 ULong p )
428 (ULong)(va_arg (vargs, ULong)));
431 (ULong)(va_arg (vargs, UInt)));
437 (ULong)(va_arg (vargs, Long)));
440 (ULong)(va_arg (vargs, Int)));
445 (ULong)(va_arg (vargs, ULong)));
448 (ULong)(va_ar
[all...]
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-amd64-darwin.c68 ULong returnAddr;
160 VG_TRACK( post_reg_write, Vg_CoreSignal, tid, VG_O_STACK_PTR, sizeof(ULong));
163 VG_(set_IP)(tid, (ULong)handler);
164 VG_TRACK( post_reg_write, Vg_CoreSignal, tid, VG_O_INSTR_PTR, sizeof(ULong));
168 (Addr)frame, 1*sizeof(ULong) );
169 frame->returnAddr = (ULong)&VG_(amd64_darwin_SUBST_FOR_sigreturn);
172 tst->arch.vex.guest_RDI = (ULong) sigNo;
177 (Addr)frame, 1*sizeof(ULong) );

Completed in 738 milliseconds

123456789