HomeSort by relevance Sort by last modified time
    Searched refs:UInt (Results 276 - 300 of 348) sorted by null

<<11121314

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-mips32-linux.c 150 UInt do_syscall_clone_mips_linux (Word (*fn) (void *), //a0 0 32
237 UInt flags, Addr sp,
246 UInt ret = 0;
    [all...]
priv_types_n_macros.h 191 SyscallTableEntry* ML_(get_linux_syscall_entry)( UInt sysno );
199 extern const UInt ML_(syscall_table_size);
priv_syswrap-linux.h 41 extern SysRes ML_(do_fork_clone) ( ThreadId tid, UInt flags,
syswrap-arm-linux.c 168 UInt flags, Addr sp,
178 UInt r0;
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 95 typedef UInt DWORD;
974 UInt i;
1000 UInt i;
    [all...]
debuginfo.c 940 void VG_(di_notify_mprotect)( Addr a, SizeT len, UInt prot )
956 void VG_(di_notify_vm_protect)( Addr a, SizeT len, UInt prot )
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.c 13 typedef unsigned int UInt;
34 static UInt seed = 80021;
  /external/valgrind/main/memcheck/tests/
unit_oset.c 50 static UInt seed = 0;
51 static UInt myrandom( void )
origin5-bz2.c 895 typedef unsigned int UInt;
1023 static UInt
1028 UInt ret = 0;
1072 static UInt
1080 UInt ret = 0;
1081 UInt p = (UInt)pL;
1133 UInt vprintf_wrk ( void(*send)(HChar), const HChar *format, va_list vargs )
1135 UInt ret = 0;
1210 (ULong)(va_arg (vargs, UInt)));
    [all...]
varinfo6.c 933 typedef unsigned int UInt;
1061 static UInt
1066 UInt ret = 0;
1110 static UInt
1118 UInt ret = 0;
1119 UInt p = (UInt)pL;
1171 UInt vprintf_wrk ( void(*send)(HChar), const HChar *format, va_list vargs )
1173 UInt ret = 0;
1248 (ULong)(va_arg (vargs, UInt)));
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp     [all...]
sad_halfpel.cpp 346 UInt *countbreak = &(htfm_stat->countbreak);
425 UInt *countbreak = &(htfm_stat->countbreak);
503 UInt *countbreak = &(htfm_stat->countbreak);
  /external/clang/lib/AST/
TypeLoc.cpp 267 case BuiltinType::UInt:
NSAPI.cpp 318 case BuiltinType::UInt:
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 125 case BuiltinType::UInt:
  /external/valgrind/main/VEX/priv/
ir_defs.c 72 union { ULong i64; Double f64; UInt i32; Float f32; } u;
76 case Ico_U8: vex_printf( "0x%x:I8", (UInt)(con->Ico.U8)); break;
77 case Ico_U16: vex_printf( "0x%x:I16", (UInt)(con->Ico.U16)); break;
78 case Ico_U32: vex_printf( "0x%x:I32", (UInt)(con->Ico.U32)); break;
88 case Ico_V128: vex_printf( "V128{0x%04x}", (UInt)(con->Ico.V128)); break;
    [all...]
host_ppc_isel.c 200 static IRExpr* mkU32 ( UInt i )
278 UInt hwcaps;
482 static void add_to_sp ( ISelEnv* env, UInt n )
490 static void sub_from_sp ( ISelEnv* env, UInt n )
682 UInt argiregs;
    [all...]
  /external/valgrind/main/none/tests/amd64/
avx-1.c 8 typedef unsigned int UInt;
14 typedef union { UChar u8[32]; UInt u32[8]; } YMM;
23 printf("%02x", (UInt)vec->u8[i]);
40 static UInt seed = 80021;
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 524 UInt n_elems;
    [all...]
  /external/valgrind/main/VEX/
test_main.c 90 static UInt needs_self_check ( void* opaque, VexGuestExtents* vge ) {
98 UInt u, sum;
240 assert((UInt)(vge.len[0]) == orig_nbytes);
244 sum += (UInt)transbuf[i];
278 /* Use this rather than eg. -1 because it's a UInt. */
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 879 typedef unsigned int UInt;
1008 static UInt
1013 UInt ret = 0;
1057 static UInt
1065 UInt ret = 0;
1066 UInt p = (UInt)pL;
1118 UInt vprintf_wrk ( void(*send)(HChar), const HChar *format, va_list vargs )
1120 UInt ret = 0;
1195 (ULong)(va_arg (vargs, UInt)));
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 902 typedef unsigned int UInt;
1030 static UInt
1035 UInt ret = 0;
1079 static UInt
1087 UInt ret = 0;
1088 UInt p = (UInt)pL;
1140 UInt vprintf_wrk ( void(*send)(HChar), const HChar *format, va_list vargs )
1142 UInt ret = 0;
1217 (ULong)(va_arg (vargs, UInt)));
    [all...]
  /external/valgrind/main/perf/
bz2.c 895 typedef unsigned int UInt;
1023 static UInt
1028 UInt ret = 0;
1072 static UInt
1080 UInt ret = 0;
1081 UInt p = (UInt)pL;
1133 UInt vprintf_wrk ( void(*send)(HChar), const HChar *format, va_list vargs )
1135 UInt ret = 0;
1210 (ULong)(va_arg (vargs, UInt)));
    [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 464 case BuiltinType::UInt:
ScanfFormatString.cpp 404 case BuiltinType::UInt:

Completed in 809 milliseconds

<<11121314