HomeSort by relevance Sort by last modified time
    Searched refs:UInt (Results 226 - 250 of 338) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/coregrind/m_syswrap/
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 208 UInt flags, Addr esp,
416 UInt entry_1, entry_2;
537 SysRes read_ldt ( ThreadId tid, UChar* ptr, UInt bytecount )
540 UInt i, size;
570 SysRes write_ldt ( ThreadId tid, void* ptr, UInt bytecount, Int oldmode )
618 Int func, void* ptr, UInt bytecount )
825 UInt* arg_struct = (UInt*)ARG1;
826 UInt a1, a2, a3, a4, a5;
848 UInt cloneflags
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad.cpp 117 UInt *countbreak = &(htfm_stat->countbreak);
332 tmp2 = (UInt)tmp3 >> 24;
346 tmp2 = (UInt)tmp3 >> 24;
  /external/valgrind/main/callgrind/
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/VEX/priv/
host_ppc_defs.h 543 UInt crfD;
578 UInt argiregs;
794 extern PPCInstr* PPCInstr_Cmp ( Bool, Bool, UInt, HReg, PPCRH* );
798 extern PPCInstr* PPCInstr_Call ( PPCCondCode, Addr64, UInt );
guest_amd64_toIR.c 283 return IRExpr_Const(IRConst_U32( (UInt)i ));
502 static ULong extend_s_32to64 ( UInt x )
540 static UInt getUDisp16 ( Long delta )
542 UInt v = guest_code[delta+1]; v <<= 8;
547 //.. static UInt getUDisp ( Int size, Long delta )
570 UInt v = guest_code[delta+1]; v <<= 8;
579 UInt v = guest_code[delta+3]; v <<= 8;
662 typedef UInt Prefix;
843 static Int integerGuestReg64Offset ( UInt reg )
873 HChar* nameIReg ( Int sz, UInt reg, Bool irregular
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-ppc32.c 259 UInt cr = LibVEX_GuestPPC32_get_CR (ppc32);
263 UInt newcr;
273 UInt xer = LibVEX_GuestPPC32_get_XER (ppc32);
277 UInt newxer;
valgrind-low-ppc64.c 256 UInt cr = LibVEX_GuestPPC64_get_CR (ppc64);
260 UInt newcr;
270 UInt xer = LibVEX_GuestPPC64_get_XER (ppc64);
274 UInt newxer;
valgrind-low-arm.c 227 UInt cpsr = LibVEX_GuestARM_get_cpsr (arm);
232 UInt newcpsr;
  /external/valgrind/main/coregrind/
pub_core_threadstate.h 349 UInt err_disablement_level;
m_signals.c 415 UInt carry = 1 & ss->__eflags;
416 UInt err = 0;
417 UInt wLO = 0;
418 UInt wHI = 0;
446 srP->misc.X86.r_ebp = (UInt)(ss->__ebp);
533 UInt scss_flags;
581 UInt skss_flags;
635 UInt scss_flags;
636 UInt skss_flags;
    [all...]
  /external/valgrind/main/include/
pub_tool_basics.h 45 // VEX defines Char, UChar, Short, UShort, Int, UInt, Long, ULong,
139 typedef UInt ThreadId;
  /frameworks/av/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/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 27 typedef unsigned int UInt;
  /external/valgrind/main/drd/
drd_semaphore.c 172 const UInt value)
250 const Word mode, const UInt value)
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 52 UChar ch = (UChar)((UInt)c); \
78 UChar ch = (UChar)((UInt)c); \
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 287 UInt U32;
290 UInt F32i;
302 extern IRConst* IRConst_U32 ( UInt );
305 extern IRConst* IRConst_F32i ( UInt );
342 UInt mcx_mask;
382 typedef UInt IRTemp;
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 387 UInt** client_auxv,
613 *client_auxv = (UInt *)auxv;
616 // terminated by two zeros. Why is valgrind working with UInt ?
709 (UInt)auxv->u.a_val, (UInt)auxv->a_type );
717 (UInt)auxv->u.a_val, (UInt)auxv->a_type );
    [all...]
  /external/valgrind/main/memcheck/
mc_leakcheck.c 329 find_active_chunks(UInt* pn_chunks)
336 UInt n_mallocs, n_chunks, m, s;
426 UInt state:2; // Reachedness.
427 UInt pending:1; // Scan pending.
598 SizeT sz_from_header = *(UInt*)(chunk->data + sizeof(Addr)),
600 tl_assert(sizeof(UInt) == 4);
    [all...]
  /external/valgrind/main/VEX/switchback/
test_ppc_jm1.c 160 typedef unsigned int UInt;
289 UChar ch = (UChar)((UInt)c);
357 static UInt
362 UInt ret = 0;
406 static UInt
414 UInt ret = 0;
415 UInt p = (UInt)pL;
467 UInt vprintf_wrk ( void(*send)(HChar), const HChar *format, va_list vargs )
469 UInt ret = 0
    [all...]

Completed in 809 milliseconds

1 2 3 4 5 6 7 8 91011>>