Searched refs:ULong (Results 76 - 100 of 224) sorted by relevance

123456789

/external/valgrind/main/exp-bbv/
H A Dbbv_main.c80 ULong dyn_instr; /* Current retired instruction count */
81 ULong total_instr; /* Total retired instruction count */
83 ULong rep_count;
84 ULong global_rep_count;
85 ULong unique_rep_count;
86 ULong fldcw_count; /* fldcw count */
505 static void bbv_thread_called ( ThreadId tid, ULong nDisp )
583 (Int)(bbv_thread[i].total_instr/(ULong)interval_size),
/external/valgrind/main/none/tests/amd64/
H A Dpcmpxstrx64.c13 typedef unsigned long long int ULong; typedef
44 void one_test ( char* summL, ULong rdxIN, char* summR, ULong raxIN )
56 ULong block[ 2/*in:argL*/ // 0 0
347 typedef unsigned long long int ULong; typedef
378 void one_test ( char* summL, ULong rdxIN, char* summR, ULong raxIN )
390 ULong block[ 2/*in:argL*/ // 0 0
/external/valgrind/main/none/tests/x86/
H A Dlzcnt32.c4 typedef unsigned long long int ULong; typedef
70 typedef unsigned long long int ULong; typedef
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_defs.h147 extern ULong ppcg_dirtyhelper_MFTB ( void );
/external/valgrind/main/coregrind/
H A Dpub_core_tooliface.h169 void (*track_new_mem_startup) (Addr, SizeT, Bool, Bool, Bool, ULong);
172 void (*track_new_mem_mmap) (Addr, SizeT, Bool, Bool, Bool, ULong);
225 void (*track_start_client_code)(ThreadId, ULong);
226 void (*track_stop_client_code) (ThreadId, ULong);
H A Dfixup_macho_loadcmds.c120 typedef unsigned long long int ULong; typedef
349 ULong expected_stack_start,
350 ULong expected_stack_size )
374 ULong init_rsp = 0;
555 ULong req_stack_addr = 0;
556 ULong req_stack_size = 0;
H A Dpub_core_debuginfo.h54 the returned ULong is an abstract handle which can later be used to
66 extern ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV, Int use_fd );
72 /* this should really return ULong, as per VG_(di_notify_mmap). */
77 /* this should also really return ULong */
H A Dm_main.c1308 void show_BB_profile ( BBProfEntry tops[], UInt n_tops, ULong score_total )
1310 ULong score_cumul, score_here;
1415 typedef struct { Addr a; ULong ull; } Addr_n_ULong;
1867 ULong iters, q;
1982 (ULong)co_start, (ULong)co_endPlus-1 );
2352 ULong score_total = VG_(get_BB_profile) (tops, N_MAX);
2372 "VG_(terminate_NORETURN)(tid=%lld)\n", (ULong)tid);
3074 static Int nlz64(ULong x)
3118 static UInt DIVU ( ULong
[all...]
H A Dm_libcfile.c253 (_p_vgstat)->dev = (ULong)( (_p_vkistat)->st_dev ); \
254 (_p_vgstat)->ino = (ULong)( (_p_vkistat)->st_ino ); \
255 (_p_vgstat)->nlink = (ULong)( (_p_vkistat)->st_nlink ); \
259 (_p_vgstat)->rdev = (ULong)( (_p_vkistat)->st_rdev ); \
261 (_p_vgstat)->blksize = (ULong)( (_p_vkistat)->st_blksize ); \
262 (_p_vgstat)->blocks = (ULong)( (_p_vkistat)->st_blocks ); \
263 (_p_vgstat)->atime = (ULong)( (_p_vkistat)->st_atime ); \
264 (_p_vgstat)->atime_nsec = (ULong)( (_p_vkistat)->st_atime_nsec ); \
265 (_p_vgstat)->mtime = (ULong)( (_p_vkistat)->st_mtime ); \
266 (_p_vgstat)->mtime_nsec = (ULong)( (_p_vkista
[all...]
H A Dm_signals.c277 { (srP)->r_pc = (ULong)((uc)->uc_mcontext.eip); \
278 (srP)->r_sp = (ULong)((uc)->uc_mcontext.esp); \
348 { (srP)->r_pc = (ULong)((uc)->uc_regs->mc_gregs[VKI_PT_NIP]); \
349 (srP)->r_sp = (ULong)((uc)->uc_regs->mc_gregs[VKI_PT_R1]); \
365 ULong err = (uc->uc_mcontext.gp_regs[VKI_PT_CCR] >> 28) & 1;
366 ULong r3 = uc->uc_mcontext.gp_regs[VKI_PT_R3];
444 srP->r_pc = (ULong)(ss->__eip);
445 srP->r_sp = (ULong)(ss->__esp);
477 { (srP)->r_pc = (ULong)((uc)->uc_mcontext.regs.psw.addr); \
478 (srP)->r_sp = (ULong)((u
[all...]
H A Dm_mallocfree.c222 ULong stats__nreclaim_unsplit;
223 ULong stats__nreclaim_split;
228 ULong stats__tot_blocks; /* total # blocks alloc'd */
229 ULong stats__tot_bytes; /* total # bytes alloc'd */
230 ULong stats__nsearches; /* total # freelist checks */
271 // return either 0 or sizeof(ULong) depending on whether or not
289 (ULong)bszB_lo, (ULong)bszB_hi, probably_your_fault);
621 (ULong)client_rz_szB);
669 ULong tot_allo
[all...]
H A Dm_libcproc.c418 ULong arg2, ULong arg3, ULong arg4, ULong arg5)
609 static ULong base = 0;
610 ULong now;
/external/valgrind/main/helgrind/
H A Dhg_lock_n_thread.h126 ULong unique; /* used for persistence-hashing */
/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c208 MALLOC_TRACE(#fnname "(%llu)", (ULong)n ); \
223 MALLOC_TRACE(#fnname "(%p, %llu)", zone, (ULong)n ); \
243 MALLOC_TRACE(#fnname "(%llu)", (ULong)n ); \
530 MALLOC_TRACE("zone_calloc(%p, %llu,%llu)", zone, (ULong)nmemb, (ULong)size ); \
547 MALLOC_TRACE("calloc(%llu,%llu)", (ULong)nmemb, (ULong)size ); \
586 MALLOC_TRACE("zone_realloc(%p,%p,%llu)", zone, ptrV, (ULong)new_size ); \
613 MALLOC_TRACE("realloc(%p,%llu)", ptrV, (ULong)new_size ); \
653 zone, (ULong)alignmen
[all...]
/external/valgrind/main/VEX/useful/
H A Dcpuid.c5 typedef unsigned long long int ULong; typedef
77 typedef unsigned long long int ULong; typedef
/external/valgrind/main/cachegrind/
H A Dcg_sim.c99 void cachesim_##L##_doref(Addr a, UChar size, ULong* m1, ULong *mL) \
/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_x86.h169 ULong guest_FPREG[8]; /* 64 */
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-ppc64-linux.c103 ULong _unused; /* makes the struct size be zero % 16 */
111 ULong _unused[2];
305 SET_SIGNAL_GPR(tid, 2, (Addr) ((ULong*)handler)[1]);
306 tst->arch.vex.guest_CIA = (Addr) ((ULong*)handler)[0];
/external/valgrind/main/drd/
H A Ddrd_error.h173 ULong ptid;
H A Dpub_drd_bitmap.h147 ULong DRD_(bm_get_bitmap_creation_count)(void);
148 ULong DRD_(bm_get_bitmap2_creation_count)(void);
149 ULong DRD_(bm_get_bitmap2_merge_count)(void);
H A Ddrd_thread.c59 static ULong s_context_switch_count;
60 static ULong s_discard_ordered_segments_count;
61 static ULong s_compute_conflict_set_count;
62 static ULong s_update_conflict_set_count;
63 static ULong s_update_conflict_set_new_sg_count;
64 static ULong s_update_conflict_set_sync_count;
65 static ULong s_update_conflict_set_join_count;
66 static ULong s_conflict_set_bitmap_creation_count;
67 static ULong s_conflict_set_bitmap2_creation_count;
1604 ULong DRD
[all...]
/external/valgrind/main/include/
H A Dpub_tool_libcbase.h66 extern ULong VG_(strtoull10) ( Char* str, Char** endptr );
67 extern ULong VG_(strtoull16) ( Char* str, Char** endptr );
189 extern Int VG_(log2_64)( ULong x );
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc192 #ifndef ULong
193 typedef unsigned Long ULong; typedef
304 typedef union { double d; ULong L[2]; } U;
527 ULong x[1];
556 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
558 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
612 ULong *x;
615 ULong carry, *x, y;
617 ULong xi, z;
662 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y
[all...]
/external/valgrind/main/exp-sgcheck/
H A Dh_main.c75 static ULong stats__client_mallocs = 0;
76 static ULong stats__client_frees = 0;
77 static ULong stats__segs_allocd = 0;
78 static ULong stats__segs_recycled = 0;
628 tl_assert(sizeof(ULong) == 8);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c771 ULong carry = 1 & LibVEX_GuestAMD64_get_rflags(gst);
772 ULong err = 0;
773 ULong wLO = 0;
774 ULong wHI = 0;
937 OFFSET_amd64_RAX, sizeof(ULong) );
943 OFFSET_amd64_RAX, sizeof(ULong) );
946 OFFSET_amd64_RDX, sizeof(ULong) );
952 offsetof(VexGuestAMD64State, guest_CC_DEP1), sizeof(ULong) );
1406 (ULong)sr_ResHI(sci->status.sres),
1407 (ULong)sr_Re
[all...]

Completed in 348 milliseconds

123456789