HomeSort by relevance Sort by last modified time
    Searched refs:ULong (Results 51 - 75 of 241) sorted by null

1 23 4 5 6 7 8 910

  /external/valgrind/main/coregrind/
m_transtab.c 115 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_tsize = 0
    [all...]
m_libcassert.c 61 (srP)->r_pc = (ULong)eip; \
62 (srP)->r_sp = (ULong)esp; \
67 { ULong rip, rsp, rbp; \
95 (srP)->r_pc = (ULong)cia; \
96 (srP)->r_sp = (ULong)r1; \
101 { ULong cia, r1, lr; \
141 { ULong ia, sp, fp, lr; \
m_execontext.c 104 static ULong ec_searchreqs;
107 static ULong ec_searchcmps;
110 static ULong ec_totstored;
113 static ULong ec_cmp2s;
114 static ULong ec_cmp4s;
115 static ULong ec_cmpAlls;
154 ec_htab_size, ec_totstored, ec_totstored / (ULong)ec_htab_size
420 if ( ((ULong)ec_totstored) > ((ULong)ec_htab_size) ) {
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-amd64-darwin.c 68 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) );
  /external/valgrind/main/drd/
drd_mutex.h 54 ULong DRD_(get_mutex_lock_count)(void);
55 ULong DRD_(get_mutex_segment_creation_count)(void);
drd_thread.h 191 ULong DRD_(thread_get_context_switch_count)(void);
192 ULong DRD_(thread_get_report_races_count)(void);
193 ULong DRD_(thread_get_discard_ordered_segments_count)(void);
194 ULong DRD_(thread_get_compute_conflict_set_count)(void);
195 ULong DRD_(thread_get_update_conflict_set_count)(void);
196 ULong DRD_(thread_get_update_conflict_set_new_sg_count)(void);
197 ULong DRD_(thread_get_update_conflict_set_sync_count)(void);
198 ULong DRD_(thread_get_update_conflict_set_join_count)(void);
199 ULong DRD_(thread_get_conflict_set_bitmap_creation_count)(void);
200 ULong DRD_(thread_get_conflict_set_bitmap2_creation_count)(void)
    [all...]
drd_rwlock.h 54 ULong DRD_(get_rwlock_segment_creation_count)(void);
drd_semaphore.h 55 ULong DRD_(get_semaphore_segment_creation_count)(void);
  /external/valgrind/main/exp-sgcheck/
sg_main.h 46 Bool rr, Bool ww, Bool xx, ULong di_handle );
48 Bool rr, Bool ww, Bool xx, ULong di_handle );
  /external/valgrind/main/include/
pub_tool_libcsetjmp.h 85 #define VG_MINIMAL_JMP_BUF(_name) ULong _name [32+1+1]
94 #define VG_MINIMAL_JMP_BUF(_name) ULong _name [16+1]
pub_tool_libcprint.h 54 extern void VG_(percentify)(ULong n, ULong m, UInt d, Int n_buf, char buf[]);
  /external/valgrind/main/none/tests/x86/
cmpxchg8b.c 4 typedef unsigned long long int ULong;
7 ULong m64;
  /external/valgrind/main/auxprogs/
ppcfround.c 7 typedef unsigned long long int ULong;
32 static ULong double_as_ULong ( double d )
34 union { double dd; ULong ll; } u;
40 static ULong round_with_mask ( ULong x, ULong mask )
99 static void showResult ( Result r, ULong hideMask )
265 ULong hideMask )
286 ULong hideMask )
308 ULong hideMask
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 32 typedef unsigned long ULong;
123 ULong timestamp; /* modulo timestamp in millisecond*/
338 ULong *nextModTime, UChar *bstream, Int *size, Int *nLayer);
365 OSCL_IMPORT_REF Bool PVEncodeFrameSet(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, ULong *nextModTime, Int *nLayer);
384 Int *endofFrame, VideoEncFrameIO *vid_out, ULong *nextModTime);
  /external/valgrind/main/callgrind/
global.h 75 ULong dump_every_bb; /* Dump every xxx BBs. */
102 ULong verbose_start;
172 ULong call_counter;
173 ULong jcnd_counter;
174 ULong jump_counter;
175 ULong rec_call_counter;
176 ULong ret_counter;
177 ULong bb_executions;
230 typedef ULong* SimCost; /* All events the simulator can produce */
231 typedef ULong* UserCost
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 53 static ULong g_guest_instrs_executed = 0;
56 static ULong g_tot_blocks = 0; // total blocks allocated
57 static ULong g_tot_bytes = 0; // total bytes allocated
59 static ULong g_cur_blocks_live = 0; // curr # blocks live
60 static ULong g_cur_bytes_live = 0; // curr # bytes live
62 static ULong g_max_blocks_live = 0; // bytes and blocks at
63 static ULong g_max_bytes_live = 0; // the max residency point
76 ULong allocd_at; /* instruction number */
77 ULong n_reads;
78 ULong n_writes
    [all...]
  /external/valgrind/main/VEX/switchback/
switchback.c 38 static ULong n_bbs_done = 0;
107 ULong trans_cache[N_TRANS_CACHE];
109 ULong* trans_tableP[N_TRANS_TABLE];
491 { ULong faketoc[3];
493 faketoc[0] = (ULong)copy;
813 ULong* tmpP = trans_tableP[i-1];
929 static ULong stopAfter = 0;
965 if (next_guest == Ptr_to_ULong( (void*)(*(ULong*)(&serviceFn)) )) {
1055 ULong saved_R2;
1056 ULong saved_R13
    [all...]
  /external/valgrind/main/none/tests/amd64/
crc32.c 6 typedef unsigned long long int ULong;
37 UInt do_s_crc32q ( UInt crcIn, ULong q )
70 UInt do_h_crc32q ( UInt crcIn, ULong q )
108 UInt do_h_crc32q_mem ( UInt crcIn, ULong* a )
136 ULong q = 0x0ddC0ffeeBadF00d;
174 crc = do_h_crc32q_mem( crc, (ULong*)&b[i+al] );
183 ULong res = 0xAAAAAAAAAAAAAAAAULL;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_halfpel.cpp 36 ULong num_sad_HP_MB = 0;
37 ULong num_sad_HP_Blk = 0;
38 ULong num_sad_HP_MB_call = 0;
39 ULong num_sad_HP_Blk_call = 0;
251 if (sad > (Int)((ULong)dmin_rx >> 16))
290 if (sad > (Int)((ULong)dmin_rx >> 16))
325 if (sad > (Int)((ULong)dmin_rx >> 16))
348 ULong cur_word;
362 cur_word = *((ULong*)(blk += 4));
398 if (sad > (Int)((ULong)dmin_rx >> 16)
    [all...]
fastidct.cpp     [all...]
  /external/valgrind/main/cachegrind/
cg_branchpred.c 91 static ULong do_cond_branch_predict ( Addr instr_addr, Word takenW )
140 static ULong do_ind_branch_predict ( Addr instr_addr, Addr actual )
  /external/valgrind/main/coregrind/m_aspacemgr/
priv_aspacemgr.h 118 /*OUT*/ULong* dev,
119 /*OUT*/ULong* ino, /*OUT*/UInt* mode );
aspacemgr-common.c 282 /*OUT*/ULong* dev,
283 /*OUT*/ULong* ino, /*OUT*/UInt* mode )
294 *dev = (ULong)buf64.st_dev;
295 *ino = (ULong)buf64.st_ino;
302 *dev = (ULong)buf.st_dev;
303 *ino = (ULong)buf.st_ino;
407 (ULong)(Addr)stack, szB);
  /external/valgrind/main/VEX/priv/
main_util.c 61 static ULong temporary_bytes_allocd_TOT = 0;
179 += (ULong)(private_LibVEX_alloc_curr - private_LibVEX_alloc_first);
264 ULong u0;
273 u0 = (ULong)(-n0);
275 u0 = (ULong)(n0);
278 u0 = (ULong)n0;
417 ULong l;
419 l = va_arg(ap, ULong);
421 l = (ULong)va_arg(ap, UInt);
434 ULong l = Ptr_to_ULong( va_arg(ap, void*) )
    [all...]
guest_x86_helpers.c 120 /* identity on ULong */
121 static inline ULong idULong ( ULong x )
553 ULong, idULong );
    [all...]

Completed in 1781 milliseconds

1 23 4 5 6 7 8 910