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

1 2 3 4 5 67 8 910

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 396 ULong nextModTime; /* expected next frame time */
402 ULong modTime; /* Input frame modTime */
  /external/valgrind/main/coregrind/
m_redir.c 579 (ULong)old_from, (ULong)new_from, (ULong)new.to_addr );
    [all...]
m_libcbase.c 92 ULong VG_(strtoull10) ( Char* str, Char** endptr )
95 ULong n = 0;
150 ULong VG_(strtoull16) ( Char* str, Char** endptr )
153 ULong n = 0;
798 Int VG_(log2_64) ( ULong x )
m_translate.c 166 static Bool get_SP_delta(IRTemp temp, ULong* delta)
    [all...]
m_libcsignal.c 248 ULong before[2];
250 ULong after[2];
pub_core_aspacemgr.h 98 extern ULong VG_(am_get_anonsize_total)( void );
  /external/valgrind/main/none/tests/x86/
x86locked.c 10 typedef unsigned long long int ULong;
554 ULong rol1 ( ULong x )
564 ULong carrydep, res;;
594 res = rol1(res) ^ (ULong)ch;
630 res = rol1(res) ^ (ULong)ch;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 96 (ULong)tidW);
127 (ULong)tidW);
213 (ULong)tidW);
223 (ULong)tidW);
247 (ULong)tidW, tst->err_disablement_level
257 (ULong)tidW);
271 (ULong)tidW);
696 # define LOHI64(lo,hi) ( (lo) | ((ULong)(hi) << 32) )
    [all...]
syswrap-s390x-linux.c 137 Returns a ULong encoded as: top half is %cr following syscall,
144 ULong do_syscall_clone_s390x_linux ( void *stack,
145 ULong flags,
207 Addr sp, ULong flags,
220 ULong r2;
776 a0, (ULong)a1, a2, a3, a4, a5 );
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_helpers.c 68 ULong ppcg_dirtyhelper_MFTB ( void )
71 ULong res;
82 res = ((ULong)hi1) << 32;
83 res |= (ULong)lo;
158 ULong i;
ir_opt.c 976 static UInt fold_Clz64 ( ULong value )
981 if (0ULL != (value & (((ULong)1) << (63 - i)))) return i;
    [all...]
guest_amd64_toIR.c 268 static IRExpr* mkU8 ( ULong i )
274 static IRExpr* mkU16 ( ULong i )
280 static IRExpr* mkU32 ( ULong i )
286 static IRExpr* mkU64 ( ULong i )
291 static IRExpr* mkU ( IRType ty, ULong i )
492 static ULong extend_s_8to64 ( UChar x )
494 return (ULong)((((Long)x) << 56) >> 56);
497 static ULong extend_s_16to64 ( UShort x )
499 return (ULong)((((Long)x) << 48) >> 48);
502 static ULong extend_s_32to64 ( UInt x
    [all...]
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 54 static ULong cmalloc_bs_mallocd = 0;
260 cmalloc_bs_mallocd += (ULong)szB;
395 cmalloc_bs_mallocd += (ULong)new_szB;
980 ULong nbytes = 0;
991 nbytes += (ULong)mc->szB;
  /external/valgrind/main/drd/
drd_bitmap.c 49 static ULong s_bitmap_creation_count;
50 static ULong s_bitmap_merge_count;
51 static ULong s_bitmap2_merge_count;
    [all...]
drd_barrier.c 69 static ULong s_barrier_segment_creation_count;
564 ULong DRD_(get_barrier_segment_creation_count)(void)
  /external/valgrind/main/cachegrind/
cg-x86-amd64.c 504 && VG_(log2_64)( (ULong)nSets ) == -1
506 && VG_(log2_64)( (ULong)((2 * nSets) / (Long)3) ) != -1
cg_main.c 78 ULong a; /* total # memory accesses of this kind */
79 ULong m1; /* misses in the first level cache */
80 ULong mL; /* misses in the second level cache */
86 ULong b; /* total # branches of this kind */
87 ULong mp; /* number of branches mispredicted */
    [all...]
  /external/valgrind/main/VEX/switchback/
test_ppc_jm1.c 164 typedef unsigned long long int ULong;
407 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
533 (ULong)(va_arg (vargs, Long)));
536 (ULong)(va_arg (vargs, Int)));
541 (ULong)(va_arg (vargs, ULong)));
544 (ULong)(va_arg (vargs, UInt)));
551 (ULong)((HWord)va_arg (vargs, void *)));
556 (ULong)(va_arg (vargs, ULong)));
    [all...]
linker.c 66 while ((ULong)(mymalloc_area+mymalloc_used) & 0xFFF)
678 ULong* pP = (ULong*)P;
807 *((ULong*)pP) = (ULong)(S + A);
    [all...]
  /external/clang/lib/AST/
NSAPI.cpp 276 case BuiltinType::ULong:
TypeLoc.cpp 217 case BuiltinType::ULong:
  /external/valgrind/main/VEX/pub/
libvex_ir.h 288 ULong U64;
292 ULong F64i;
303 extern IRConst* IRConst_U64 ( ULong );
307 extern IRConst* IRConst_F64i ( ULong );
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-x86.c 184 ULong fpreg64;
  /external/valgrind/main/exp-sgcheck/
pc_common.c 444 (ULong)xe->XE.Heap.addr,
445 (ULong)xe->XE.Heap.datasymoff,
459 (ULong)xe->XE.Heap.addr,
460 (ULong)xe->XE.Heap.datasymoff,
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c     [all...]

Completed in 4169 milliseconds

1 2 3 4 5 67 8 910