Searched refs:ULong (Results 101 - 125 of 241) sorted by relevance

12345678910

/external/chromium_org/base/third_party/dmg_fp/
H A Ddtoa.cc198 #ifndef ULong
199 typedef unsigned Long ULong; typedef
310 typedef union { double d; ULong L[2]; } U;
533 ULong x[1];
562 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
564 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
618 ULong *x;
621 ULong carry, *x, y;
623 ULong xi, z;
668 (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/
H A Dm_mallocfree.c223 ULong stats__nreclaim_unsplit;
224 ULong stats__nreclaim_split;
229 ULong stats__tot_blocks; /* total # blocks alloc'd */
230 ULong stats__tot_bytes; /* total # bytes alloc'd */
231 ULong stats__nsearches; /* total # freelist checks */
276 // return either 0 or sizeof(ULong) depending on whether or not
294 (ULong)bszB_lo, (ULong)bszB_hi, probably_your_fault);
653 (ULong)client_rz_szB);
708 ULong tot_allo
[all...]
H A Dm_libcproc.c422 ULong arg2, ULong arg3, ULong arg4, ULong arg5)
614 static ULong base = 0;
615 ULong now;
H A Dm_tooliface.c351 DEF0(track_new_mem_startup, Addr, SizeT, Bool, Bool, Bool, ULong)
354 DEF0(track_new_mem_mmap, Addr, SizeT, Bool, Bool, Bool, ULong)
407 DEF0(track_start_client_code, ThreadId, ULong)
408 DEF0(track_stop_client_code, ThreadId, ULong)
H A Dpub_core_machine.h244 extern ULong VG_(machine_ppc64_has_VMX);
H A Dm_hashtable.c149 if ( (1 * (ULong)table->n_elements) > (1 * (ULong)table->n_chains) ) {
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c824 ULong carry = 1 & LibVEX_GuestAMD64_get_rflags(gst);
825 ULong err = 0;
826 ULong wLO = 0;
827 ULong wHI = 0;
990 OFFSET_amd64_RAX, sizeof(ULong) );
996 OFFSET_amd64_RAX, sizeof(ULong) );
999 OFFSET_amd64_RDX, sizeof(ULong) );
1005 offsetof(VexGuestAMD64State, guest_CC_DEP1), sizeof(ULong) );
1488 (ULong)sr_ResHI(sci->status.sres),
1489 (ULong)sr_Re
[all...]
H A Dsyswrap-linux.c78 (ULong)tidW);
112 (ULong)tidW);
137 (ULong)tidW);
160 (ULong)tidW);
184 (ULong)tidW, tst->err_disablement_level
194 (ULong)tidW);
206 (ULong)tidW);
495 #define LOHI64(lo,hi) ( ((ULong)(lo)) | (((ULong)(hi)) << 32) )
497 #define MERGE64(lo,hi) ( ((ULong)(l
[all...]
H A Dsyswrap-generic.c158 VG_(discard_translations)( (Addr64)a, (ULong)len,
162 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle)
216 VG_(discard_translations)( (Addr64)a, (ULong)len,
233 VG_(discard_translations)( (Addr64)a, (ULong)len,
1796 (ULong)VG_PGROUNDUP(segmentSize),
1828 (ULong)s_len,
2055 ULong di_handle;
2125 #define MERGE64(lo,hi) ( ((ULong)(lo)) | (((ULong)(hi)) << 32) )
2129 #define MERGE64(hi,lo) ( ((ULong)(l
[all...]
/external/valgrind/main/drd/
H A Ddrd_thread.c58 static ULong s_context_switch_count;
59 static ULong s_discard_ordered_segments_count;
60 static ULong s_compute_conflict_set_count;
61 static ULong s_update_conflict_set_count;
62 static ULong s_update_conflict_set_new_sg_count;
63 static ULong s_update_conflict_set_sync_count;
64 static ULong s_update_conflict_set_join_count;
65 static ULong s_conflict_set_bitmap_creation_count;
66 static ULong s_conflict_set_bitmap2_creation_count;
1586 ULong DRD
[all...]
H A Ddrd_main.c464 ULong di_handle)
723 static void drd_start_client_code(const ThreadId tid, const ULong bbs_done)
739 ULong pu = DRD_(thread_get_update_conflict_set_count)();
740 ULong pu_seg_cr = DRD_(thread_get_update_conflict_set_new_sg_count)();
741 ULong pu_mtx_cv = DRD_(thread_get_update_conflict_set_sync_count)();
742 ULong pu_join = DRD_(thread_get_update_conflict_set_join_count)();
H A Ddrd_mutex.c49 static ULong s_mutex_lock_count;
50 static ULong s_mutex_segment_creation_count;
521 ULong DRD_(get_mutex_lock_count)(void)
526 ULong DRD_(get_mutex_segment_creation_count)(void)
/external/valgrind/main/VEX/priv/
H A Dhost_s390_defs.c1013 emit_2bytes(UChar *p, ULong val)
1020 emit_4bytes(UChar *p, ULong val)
1027 emit_6bytes(UChar *p, ULong val)
1040 ULong the_insn = op;
1042 the_insn |= ((ULong)r1) << 20;
1043 the_insn |= ((ULong)i2) << 0;
1050 emit_RIL(UChar *p, ULong op, UChar r1, UInt i2)
1052 ULong the_insn = op;
1054 the_insn |= ((ULong)r1) << 36;
1055 the_insn |= ((ULong)i
[all...]
H A Dhost_s390_isel.c115 ULong old_value[NUM_TRACKED_REGS];
181 mkU64(ULong value)
258 ulong_fits_unsigned_12bit(ULong val)
265 ulong_fits_signed_20bit(ULong val)
271 return val == (ULong)v;
276 ulong_fits_signed_8bit(ULong val)
282 return val == (ULong)v;
304 ULong value = arg2->Iex.Const.con->Ico.U64;
392 s390_opnd_imm(ULong value)
407 ULong valu
[all...]
/external/valgrind/main/callgrind/
H A Ddebug.c175 void CLG_(print_cost)(int s, EventSet* es, ULong* c)
328 ULong ecounter;
416 static ULong bb_written = 0;
451 void CLG_(print_cost)(int s, EventSet* es, ULong* cost) {}
/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c342 ULong read_leb128 ( UChar* data, Int* length_return, Int sign )
344 ULong result = 0;
356 result |= ((ULong)(byte & 0x7f)) << shift;
376 static ULong read_leb128U( UChar **data )
379 ULong val = read_leb128( *data, &len, 0 );
389 ULong val = read_leb128( *data, &len, 1 );
1052 thisResult.ul = (ULong)a;
1072 thisResult.ul = (ULong)a + (ULong)p[1 + sizeof(Addr) + 1];
1161 res.word = (UWord)mul->ul; /* NB: narrowing from ULong */
[all...]
H A Dreaddwarf.c138 ULong li_length;
140 ULong li_header_length;
157 ULong stmt_list; /* Offset in .debug_line */
210 ULong read_leb128 ( UChar* data, Int* length_return, Int sign )
212 ULong result = 0;
224 result |= ((ULong)(byte & 0x7f)) << shift;
244 static ULong read_leb128U( UChar **data )
247 ULong val = read_leb128( *data, &len, 0 );
257 ULong val = read_leb128( *data, &len, 1 );
278 static ULong read_initial_length_fiel
[all...]
/external/valgrind/main/include/
H A Dpub_tool_tooliface.h514 ULong di_handle));
519 ULong di_handle));
622 void(*f)(ThreadId tid, ULong blocks_dispatched)
625 void(*f)(ThreadId tid, ULong blocks_dispatched)
/external/valgrind/main/memcheck/
H A Dmc_include.h531 VG_REGPARM(1) void MC_(helperc_STOREV64be) ( Addr, ULong );
532 VG_REGPARM(1) void MC_(helperc_STOREV64le) ( Addr, ULong );
539 VG_REGPARM(1) ULong MC_(helperc_LOADV64be) ( Addr );
540 VG_REGPARM(1) ULong MC_(helperc_LOADV64le) ( Addr );
H A Dmc_main.c323 static ULong n_auxmap_L1_searches = 0;
324 static ULong n_auxmap_L1_cmps = 0;
327 static ULong n_auxmap_L2_searches = 0;
328 static ULong n_auxmap_L2_nodes = 0;
539 n_auxmap_L1_cmps += (ULong)(i+1);
869 static ULong sec_vbits_new_nodes = 0;
870 static ULong sec_vbits_updates = 0;
1133 ULong mc_LOADVn_slow ( Addr a, SizeT nBits, Bool bigendian )
1169 ULong vbits64 = V_BITS64_UNDEFINED; /* result */
1170 ULong pessim6
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dpcmpstr64.c13 typedef unsigned long long int ULong; typedef
389 ULong res, flags;
480 ULong res, flags;
574 ULong res = 0, flags = 0;
661 ULong res, flags;
754 ULong res, flags;
847 ULong res, flags;
929 ULong res, flags;
1012 ULong res, flags;
1092 ULong re
[all...]
H A Dpcmpstr64w.c14 typedef unsigned long long int ULong; typedef
390 ULong res, flags;
481 ULong res, flags;
575 ULong res = 0, flags = 0;
660 ULong res, flags;
753 ULong res, flags;
846 ULong res, flags;
928 ULong res, flags;
1011 ULong res, flags;
1091 ULong re
[all...]
H A Dsse4-64.c48 typedef unsigned long long int ULong; typedef
70 static void do64HLtoV128 ( /*OUT*/V128* res, ULong wHi, ULong wLo )
85 static ULong randULong ( void )
88 ULong r = 0;
90 r = (r << 8) | (ULong)(0xFF & randUChar());
117 ULong src64, V128* dst, V128* res )
129 V128* argL, ULong argR, ULong res )
193 ULong w6
[all...]
/external/valgrind/main/VEX/useful/
H A Dx87_to_vex_and_back.c279 ULong* vexRegs = (ULong*)(vex_state + OFFB_F0);

Completed in 299 milliseconds

12345678910