HomeSort by relevance Sort by last modified time
    Searched refs:UInt (Results 201 - 225 of 313) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/valgrind/main/coregrind/m_debuginfo/
readstabs.c 165 UInt qstringidx;
271 UInt len = VG_(strlen)(nm);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp     [all...]
sad.cpp 117 UInt *countbreak = &(htfm_stat->countbreak);
332 tmp2 = (UInt)tmp3 >> 24;
346 tmp2 = (UInt)tmp3 >> 24;
  /external/valgrind/main/callgrind/
bbcc.c 145 UInt bbcc_hash_idx(BB* bb, Context* cxt, UInt size)
160 UInt idx;
197 UInt new_idx;
321 UInt idx;
604 UInt instr_count = last_bb->jmp[passed].instr+1;
806 UInt level, idx;
callstack.c 186 void CLG_(push_call_stack)(BBCC* from, UInt jmp, BBCC* to, Addr sp, Bool skip)
189 UInt* pdepth;
331 UInt* pdepth = CLG_(get_fn_entry)(to_fn->number);
debug.c 83 UInt *pactive = CLG_(get_fn_entry)(cxt->fn[0]->number);
141 UInt mask;
178 UInt mask;
sim.c 57 UInt count;
58 UInt mask; /* e.g. for 64Byte line size 1bit/2Byte */
216 UInt set, way, i;
243 CacheResult cachesim_setref(cache_t2* c, UInt set_no, UWord tag)
279 UInt set1 = ( a >> c->line_size_bits) & (c->sets_min_1);
280 UInt set2 = ((a+size-1) >> c->line_size_bits) & (c->sets_min_1);
342 CacheResult cachesim_setref_wb(cache_t2* c, RefType ref, UInt set_no, UWord tag)
383 UInt set1 = ( a >> c->line_size_bits) & (c->sets_min_1);
384 UInt set2 = ((a+size-1) >> c->line_size_bits) & (c->sets_min_1);
465 static UInt pf_lastblock[PF_STREAMS]
    [all...]
clo.c 473 UInt n = VG_(strtoll10)(arg+12, &s);
488 UInt n = VG_(strtoll10)(arg+10, &s);
497 UInt n = VG_(strtoll10)(arg+18, &s);
506 UInt n = VG_(strtoll10)(arg+15, &s);
events.c 119 EventSet* eventset_from_mask(UInt mask)
195 UInt mask;
370 UInt mask;
493 UInt mask;
events.h 66 UInt mask;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc32-linux.c 233 UInt flags, Addr sp,
284 { UInt old_cr = LibVEX_GuestPPC32_get_CR( &ctst->arch.vex );
359 /*val*/(UInt)(word64 >> 32),
360 /*errflag*/ (((UInt)word64) >> 28) & 1
951 //.. UInt* arg_struct = (UInt*)ARG1;
952 //.. UInt a1, a2, a3, a4, a5;
974 UInt cloneflags;
    [all...]
syswrap-ppc64-linux.c 261 UInt flags, Addr sp,
312 { UInt old_cr = LibVEX_GuestPPC64_get_CR( &ctst->arch.vex );
389 /*val*/(UInt)(word64 & 0xFFFFFFFFULL),
390 /*errflag*/ (UInt)((word64 >> (32+28)) & 1)
954 UInt cloneflags;
    [all...]
priv_syswrap-darwin.h 47 extern const UInt ML_(syscall_table_size);
48 extern const UInt ML_(mach_trap_table_size);
49 extern const UInt ML_(mdep_trap_table_size);
priv_syswrap-generic.h 68 ML_(notify_core_and_tool_of_mmap) ( Addr a, SizeT len, UInt prot,
69 UInt mm_flags, Int fd, Off64T offset );
86 void ML_(POST_unknown_ioctl)(ThreadId tid, UInt res, UWord request, UWord arg);
syswrap-x86-linux.c 207 UInt flags, Addr esp,
415 UInt entry_1, entry_2;
536 SysRes read_ldt ( ThreadId tid, UChar* ptr, UInt bytecount )
539 UInt i, size;
569 SysRes write_ldt ( ThreadId tid, void* ptr, UInt bytecount, Int oldmode )
617 Int func, void* ptr, UInt bytecount )
823 UInt* arg_struct = (UInt*)ARG1;
824 UInt a1, a2, a3, a4, a5;
846 UInt cloneflags
    [all...]
priv_types_n_macros.h 181 SyscallTableEntry* ML_(get_linux_syscall_entry)( UInt sysno );
188 SyscallTableEntry* ML_(get_ppc32_aix5_syscall_entry) ( UInt sysno );
192 SyscallTableEntry* ML_(get_ppc64_aix5_syscall_entry) ( UInt sysno );
200 extern const UInt ML_(syscall_table_size);
  /external/valgrind/main/cachegrind/
cg-x86-amd64.c 310 UInt ext_level;
311 UInt dummy, model;
312 UInt I1i, D1i, L2i, L3i;
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 126 case BuiltinType::UInt:
  /external/valgrind/main/VEX/priv/
host_ppc_defs.h 542 UInt crfD;
576 UInt argiregs;
788 extern PPCInstr* PPCInstr_Cmp ( Bool, Bool, UInt, HReg, PPCRH* );
792 extern PPCInstr* PPCInstr_Call ( PPCCondCode, Addr64, UInt );
  /external/valgrind/main/coregrind/m_initimg/
initimg-aix5.c 267 static UInt compute_adler32 ( void* addr, UWord len )
269 UInt s1 = 1;
270 UInt s2 = 0;
291 UInt adler32_act;
  /external/valgrind/main/include/
pub_tool_basics.h 45 // VEX defines Char, UChar, Short, UShort, Int, UInt, Long, ULong,
139 typedef UInt ThreadId;
  /external/valgrind/main/none/tests/amd64/
cmpxchg.c 7 typedef unsigned int UInt;
  /frameworks/base/media/libstagefright/codecs/aacdec/
pvmp4audiodecoderframe.cpp 74 Description: Added cast, since pVars->inputStream.usedBits is UInt, and
512 UInt initialUsedBits; /* Unsigned for C55x */
566 pVars->inputStream.inputBufferCurrentLength = (UInt)pExt->inputBufferCurrentLength;
569 (UInt)(pExt->inputBufferCurrentLength << INBUF_ARRAY_INDEX_SHIFT);
572 (UInt)((pExt->inputBufferUsedLength << INBUF_ARRAY_INDEX_SHIFT) +
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 27 typedef unsigned int UInt;
  /external/valgrind/main/coregrind/
m_signals.c 474 UInt carry = 1 & ss->__eflags;
475 UInt err = 0;
476 UInt wLO = 0;
477 UInt wHI = 0;
505 srP->misc.X86.r_ebp = (UInt)(ss->__ebp);
578 UInt scss_flags;
626 UInt skss_flags;
677 UInt scss_flags;
678 UInt skss_flags;
    [all...]

Completed in 3950 milliseconds

1 2 3 4 5 6 7 891011>>