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

1 2 3 4 5 6 7 891011>>

  /external/valgrind/main/drd/
drd_rwlock.c 44 UInt reader_nesting_count;
45 UInt writer_nesting_count;
63 static UInt DRD_(s_exclusive_threshold_ms);
64 static UInt DRD_(s_shared_threshold_ms);
76 void DRD_(rwlock_set_exclusive_threshold)(const UInt exclusive_threshold_ms)
81 void DRD_(rwlock_set_shared_threshold)(const UInt shared_threshold_ms)
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 139 static UInt
144 UInt ret = 0;
188 static UInt
196 UInt ret = 0;
197 UInt p = (UInt)pL;
249 UInt vprintf_wrk ( void(*send)(HChar), const HChar *format, va_list vargs )
251 UInt ret = 0;
326 (ULong)(va_arg (vargs, UInt)));
341 (ULong)(va_arg (vargs, UInt)));
431 typedef unsigned int uint; typedef
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
bt_everything.c 7 typedef unsigned int UInt;
407 UInt n, op;
449 res = rol1(res) ^ (UInt)ch;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.cpp 253 while ((UInt)out < (UInt)dst) ;
458 while ((UInt)out < (UInt)dst) ;
638 while ((UInt)out < (UInt)dst) ;
849 while ((UInt)out < (UInt)dst) ;
1036 while ((UInt)out < (UInt)dst)
    [all...]
mp4def.h 31 typedef unsigned int uint; typedef
57 typedef unsigned int UInt;
vop.cpp 26 PV_STATUS EncodeGOVHeader(BitstreamEncVideo *stream, UInt seconds);
49 // UInt time=0;
276 PV_STATUS EncodeGOVHeader(BitstreamEncVideo *stream, UInt seconds)
280 UInt tmpvar;
315 UInt frameTick;
motion_comp.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 104 case BuiltinType::UInt:
  /external/clang/lib/Serialization/
ASTCommon.cpp 33 case BuiltinType::UInt: ID = PREDEF_TYPE_UINT_ID; break;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 403 /*IN*/ UInt trc )
719 UInt cr = LibVEX_GuestPPC32_get_CR( gst );
720 UInt cr0so = (cr >> 28) & 1;
726 UInt cr = LibVEX_GuestPPC64_get_CR( gst );
727 UInt cr0so = (cr >> 28) & 1;
739 UInt carry = 1 & LibVEX_GuestX86_get_eflags(gst);
740 UInt err = 0;
741 UInt wLO = 0;
742 UInt wHI = 0;
845 UInt old_cr = LibVEX_GuestPPC32_get_CR(gst)
    [all...]
syswrap-generic.c 145 static void notify_core_of_mmap(Addr a, SizeT len, UInt prot,
146 UInt flags, Int fd, Off64T offset)
162 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle)
204 ML_(notify_core_and_tool_of_mmap) ( Addr a, SizeT len, UInt prot,
205 UInt flags, Int fd, Off64T offset )
634 Char *unix2name(struct vki_sockaddr_un *sa, UInt len, Char *name)
646 Char *inet2name(struct vki_sockaddr_in *sa, UInt len, Char *name)
651 UInt addr = VG_(ntohl)(sa->sin_addr.s_addr);
676 UInt llen;
687 UInt plen = sizeof(struct vki_sockaddr_in)
    [all...]
syswrap-ppc64-linux.c 262 UInt flags, Addr sp,
313 { UInt old_cr = LibVEX_GuestPPC64_get_CR( &ctst->arch.vex );
390 /*val*/(UInt)(word64 & 0xFFFFFFFFULL),
391 /*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);
  /external/valgrind/main/drd/tests/
unit_bitmap.c 51 UInt VG_(printf)(const HChar *format, ...)
52 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); return ret; }
53 UInt VG_(message)(VgMsgKind kind, const HChar* format, ...)
54 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); printf("\n"); return ret; }
  /external/valgrind/main/none/tests/amd64/
pcmpxstrx64.c 10 typedef unsigned int UInt;
22 printf("%02x", (UInt)( (*vec)[i] ));
344 typedef unsigned int UInt;
356 printf("%02x", (UInt)( (*vec)[i] ));
  /external/valgrind/main/coregrind/
m_main.c 305 UInt i;
    [all...]
m_translate.c 68 static UInt n_SP_updates_fast = 0;
69 static UInt n_SP_updates_generic_known = 0;
70 static UInt n_SP_updates_generic_unknown = 0;
75 UInt n_SP_updates = n_SP_updates_fast + n_SP_updates_generic_known
203 UInt ecu;
737 static UInt needs_self_check ( void* closureV,
741 UInt i, bitset;
    [all...]
fixup_macho_loadcmds.c 108 typedef unsigned int UInt;
427 UInt* w32s = (UInt*)( (UChar*)tcmd + sizeof(*tcmd) );
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 113 static void fill_phdr(ESZ(Phdr) *phdr, const NSegment *seg, UInt off, Bool write)
145 static UInt note_size(const struct note *n)
152 static void add_note(struct note **list, const Char *name, UInt type,
153 const void *data, UInt datasz)
477 void make_elf_coredump(ThreadId tid, const vki_siginfo_t *si, UInt max_size)
489 UInt off;
491 UInt notesz;
649 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, UInt max_size)
  /external/valgrind/main/coregrind/m_debuginfo/
readstabs.c 163 UInt qstringidx;
269 UInt len = VG_(strlen)(nm);
  /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;
807 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;
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-s390x-linux.c 92 UInt magicPI;
94 UInt handlerflags; /* flags for signal handler */
114 UInt magicE;
309 UInt flags,
329 UInt flags,
388 UInt flags,
453 UInt flags,
  /external/valgrind/main/VEX/priv/
host_s390_defs.h 353 UInt num_args;
427 s390_insn *s390_insn_helper_call(s390_cc_t cond, Addr64 target, UInt num_args,
450 UInt s390_insn_emit(UChar *buf, Int nbuf, const s390_insn *insn,

Completed in 877 milliseconds

1 2 3 4 5 6 7 891011>>