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

1 2 34 5 6 7 8 910

  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 350 ULong dev, ULong ino, Off64T offset,
463 ULong len = ((ULong)end) - ((ULong)start) + 1;
508 (ULong)seg->start, (ULong)seg->end, len_buf,
533 (ULong)seg->start, (ULong)seg->end, len_buf
542 (ULong)seg->start, (ULong)seg->end, len_buf
    [all...]
  /external/valgrind/main/VEX/priv/
guest_generic_x87.c 434 ULong x86amd64g_calculate_FXTRACT ( ULong arg, HWord getExp )
436 ULong uSig, uExp;
446 const ULong posInf = 0x7FF0000000000000ULL;
447 const ULong negInf = 0xFFF0000000000000ULL;
448 const ULong nanMask = 0x7FF0000000000000ULL;
449 const ULong qNan = 0x7FF8000000000000ULL;
450 const ULong posZero = 0x0000000000000000ULL;
451 const ULong negZero = 0x8000000000000000ULL;
452 const ULong bit51 = 1ULL << 51
    [all...]
guest_ppc_defs.h 147 extern ULong ppcg_dirtyhelper_MFTB ( void );
  /external/valgrind/main/lackey/
lk_main.c 236 static ULong n_func_calls = 0;
237 static ULong n_SBs_entered = 0;
238 static ULong n_SBs_completed = 0;
239 static ULong n_IRStmts = 0;
240 static ULong n_guest_instrs = 0;
241 static ULong n_Jccs = 0;
242 static ULong n_Jccs_untaken = 0;
243 static ULong n_IJccs = 0;
244 static ULong n_IJccs_untaken = 0;
343 static ULong detailCounts[N_OPS][N_TYPES]
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 225 get_UShort/UInt/ULong. */
262 static ULong get_ULong ( Cursor* c ) {
263 ULong r;
265 if (c->region_next + sizeof(ULong) > c->region_szB) {
271 c->region_next += sizeof(ULong);
274 static inline ULong get_ULEB128 ( Cursor* c ) {
275 ULong result;
280 result = (ULong)(byte & 0x7f);
286 result |= ((ULong)(byte & 0x7f)) << shift;
292 ULong result = 0
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
bug132146.c 5 typedef unsigned long long ULong;
15 ULong bswapq ( ULong x )
  /external/valgrind/main/drd/
drd_clientobj.h 74 ULong acquiry_time_ms;
141 ULong acquiry_time_ms;
drd_error.h 173 ULong ptid;
pub_drd_bitmap.h 147 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);
  /external/valgrind/main/exp-bbv/
bbv_main.c 80 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/
pcmpxstrx64.c 13 typedef unsigned long long int ULong;
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;
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/
lzcnt32.c 4 typedef unsigned long long int ULong;
70 typedef unsigned long long int ULong;
  /external/valgrind/main/coregrind/
pub_core_tooliface.h 169 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);
fixup_macho_loadcmds.c 120 typedef unsigned long long int ULong;
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;
pub_core_debuginfo.h 54 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 */
m_main.c     [all...]
m_libcfile.c 253 (_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_vkistat)->st_mtime_nsec );
    [all...]
  /external/valgrind/main/helgrind/
hg_lock_n_thread.h 126 ULong unique; /* used for persistence-hashing */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.h 33 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value);
  /bionic/libc/stdlib/
strtod.c 140 #define ULong u_int32_t
211 ULong ul[2];
366 ULong x[1];
477 ULong *x, y;
479 ULong xi, z;
523 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9;
525 (CONST char *s, int nd0, int nd, ULong y9)
566 (x) ULong x;
568 (ULong x)
600 (y) ULong *y
    [all...]
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 208 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)alignment, (ULong)n );
    [all...]
  /external/valgrind/main/VEX/useful/
cpuid.c 5 typedef unsigned long long int ULong;
77 typedef unsigned long long int ULong;
  /external/valgrind/main/cachegrind/
cg_sim.c 99 void cachesim_##L##_doref(Addr a, UChar size, ULong* m1, ULong *mL) \
  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 169 ULong guest_FPREG[8]; /* 64 */
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc64-linux.c 103 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];

Completed in 1734 milliseconds

1 2 34 5 6 7 8 910