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

1 2 3 4 5 67 8 91011>>

  /external/valgrind/main/VEX/switchback/
linker.c 44 static UInt calloc_used = 0;
61 static UInt mymalloc_used = 0;
68 while ((UInt)(mymalloc_area+mymalloc_used) & 0xFFF)
498 static UInt compute_ppc_HA ( UInt x ) {
501 static UInt compute_ppc_LO ( UInt x ) {
504 static UInt compute_ppc_HI ( UInt x ) {
810 *((UInt*)pP) = (UInt)(S + A - P)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 120 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value)
136 stream->word |= ((UInt)Value >> Length);
171 UInt topValue;
186 status = BitstreamPutBits(stream, 16, (UInt)(Value & 0xFFFF));
192 status = BitstreamPutBits(stream, Length, (UInt)Value);
210 UInt word;
260 UInt word, shift;
328 UInt restBits;
358 UInt restBits;
584 UInt word
    [all...]
bitstream_io.h 32 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value);
  /external/valgrind/main/none/tests/amd64/
amd64locked.c 8 typedef unsigned int UInt;
21 static const UInt crc32Table[256] = {
98 static UInt crcBytes ( UChar* bytes, UWord nBytes, UInt crcIn )
100 UInt crc = crcIn;
117 static UInt crcFinalise ( UInt crc ) {
123 static UInt theCRC = 0xFFFFFFFF;
528 : "r" ((UInt)bitno));
562 : "r" ((UInt)bitno))
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 404 /*IN*/ UInt trc )
474 canonical->arg5 = *((UInt*) (gst->guest_r29 + 16)); // 16(guest_SP/sp)
475 canonical->arg6 = *((UInt*) (gst->guest_r29 + 20)); // 20(sp)
483 canonical->arg4 = *((UInt*) (gst->guest_r29 + 16)); // 16(guest_SP/sp)
484 canonical->arg5 = *((UInt*) (gst->guest_r29 + 20)); // 20(guest_SP/sp)
485 canonical->arg6 = *((UInt*) (gst->guest_r29 + 24)); // 24(guest_SP/sp)
730 *((UInt*) (gst->guest_r29 + 16)) = canonical->arg5; // 16(guest_GPR29/sp)
731 *((UInt*) (gst->guest_r29 + 20)) = canonical->arg6; // 20(sp)
739 *((UInt*) (gst->guest_r29 + 16)) = canonical->arg4; // 16(guest_GPR29/sp)
740 *((UInt*) (gst->guest_r29 + 20)) = canonical->arg5; // 20(sp
    [all...]
  /external/valgrind/main/VEX/priv/
host_s390_disasm.h 87 void s390_disasm(UInt command, ...);
host_s390_defs.h 366 UInt num_args;
415 UInt offset;
418 UInt offset;
489 s390_insn *s390_insn_helper_call(s390_cc_t cond, Addr64 target, UInt num_args,
512 s390_insn *s390_insn_gzero(UChar size, UInt offset);
513 s390_insn *s390_insn_gadd(UChar size, UInt offset, UChar delta, ULong value);
565 extern UInt s390_host_hwcaps;
main_util.c 257 void vex_bzero ( void* sV, UInt n )
259 UInt i;
318 UInt vprintf_wrk ( void(*sink)(HChar),
430 l = (ULong)va_arg(ap, UInt);
497 UInt vex_printf ( HChar* format, ... )
499 UInt ret;
526 UInt vex_sprintf ( HChar* buf, HChar *format, ... )
guest_mips_helpers.c 231 UInt mips32_dirtyhelper_mfc0(UInt rd, UInt sel)
233 UInt x = 0;
564 void mips32_dirtyhelper_sync(UInt stype)
host_arm_isel.c 118 UInt hwcaps;
264 static UInt ROR32 ( UInt x, UInt sh ) {
274 static Bool fitsIn8x4 ( /*OUT*/UInt* u8, /*OUT*/UInt* u4, UInt u )
276 UInt i;
882 UInt u, u8 = 0x100, u4 = 0x10; /* both invalid */
936 UInt u; /* both invalid *
    [all...]
guest_s390_toIR.c 50 static UInt s390_decode_and_irgen(UChar *, UInt, DisResult *);
187 mkU8(UInt value)
196 mkU16(UInt value)
205 mkU32(UInt value)
220 mkF32i(UInt value)
442 static __inline__ IRExpr *get_fpr_dw0(UInt);
443 static __inline__ void put_fpr_dw0(UInt, IRExpr *);
448 get_fpr_pair(UInt archreg)
458 put_fpr_pair(UInt archreg, IRExpr *expr
    [all...]
  /external/valgrind/main/coregrind/
m_libcassert.c 51 { UInt eip, esp, ebp; \
82 { UInt cia, r1, lr; \
120 { UInt block[6]; \
157 { UInt pc, sp, fp, ra, gp; \
pub_core_signals.h 82 extern Bool VG_(extend_stack)(Addr addr, UInt maxsize);
m_libcbase.c 459 static UInt fromHex ( UChar c )
462 return (UInt)c - (UInt)'0';
464 return 10 + (UInt)c - (UInt)'a';
466 return 10 + (UInt)c - (UInt)'A';
532 const UInt* sI = (const UInt*)src;
533 UInt* dI = (UInt*)dest
    [all...]
m_libcfile.c 258 (_p_vgstat)->mode = (UInt) ( (_p_vkistat)->st_mode ); \
259 (_p_vgstat)->uid = (UInt) ( (_p_vkistat)->st_uid ); \
260 (_p_vgstat)->gid = (UInt) ( (_p_vkistat)->st_gid ); \
473 Int VG_(readlink) (const Char* path, Char* buf, UInt bufsiz)
481 Int VG_(getdents) (Int fd, struct vki_dirent *dirp, UInt count)
570 UInt groups[32];
664 UInt seed;
708 Int parse_inet_addr_and_port ( UChar* str, UInt* ip_addr, UShort* port );
713 UInt VG_(htonl) ( UInt x
    [all...]
m_mallocfree.c 456 void set_rz_lo_byte ( Block* b, UInt rz_byteno, UByte v )
462 void set_rz_hi_byte ( Block* b, UInt rz_byteno, UByte v )
468 UByte get_rz_lo_byte ( Block* b, UInt rz_byteno )
474 UByte get_rz_hi_byte ( Block* b, UInt rz_byteno )
575 UInt i;
598 UInt i;
842 UInt i, j;
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-amd64-darwin.c 75 UInt magicPI;
76 UInt sigNo_private;
78 UInt __pad[2];
114 UInt flags,
sigframe-ppc64-linux.c 101 UInt magicPI;
102 UInt sigNo_private;
112 UInt tramp[TRAMP_SIZE];
185 UInt flags,
331 UInt frame_size;
  /external/valgrind/main/drd/
drd_mutex.h 38 void DRD_(mutex_set_lock_threshold)(const UInt lock_threshold_ms);
  /external/valgrind/main/exp-sgcheck/
pc_common.h 53 UInt pc_update_Error_extra ( Error* err );
  /external/valgrind/main/include/
pub_tool_libcproc.h 87 extern UInt VG_(read_millisecond_timer) ( void );
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 139 /*global*/ UInt VG_(stats__n_xindirs_32) = 0;
140 /*global*/ UInt VG_(stats__n_xindir_misses_32) = 0;
143 static UInt sanity_fast_count = 0;
144 static UInt sanity_slow_count = 0;
195 HChar* name_of_sched_event ( UInt event )
689 UInt sz_vex = (UInt) sizeof tst->arch.vex;
690 UInt sz_vexsh1 = (UInt) sizeof tst->arch.vex_shadow1;
691 UInt sz_vexsh2 = (UInt) sizeof tst->arch.vex_shadow2
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 63 UInt tab_size;
64 UInt tab_used;
86 UInt new_size, i;
195 UInt last_file;
196 UInt last_line;
199 UInt file;
200 UInt line;
201 UInt column;
213 UInt num_read = 0;
280 UInt w32 = ML_(read_UInt)(p_img)
    [all...]
  /external/valgrind/main/callgrind/
main.c 319 UInt ii_index;
322 UInt instr_offset;
734 InstrInfo* next_InstrInfo ( ClgState* clgs, UInt instr_size )
761 UInt update_cost_offsets( ClgState* clgs )
765 UInt cost_offset = 0;
817 /*INOUT*/ UInt* instrs,
818 /*INOUT*/ UInt* cjmps,
824 UInt instrLen = 0;
861 void addConstMemStoreStmt( IRSB* bbOut, UWord addr, UInt val, IRType hWordTy)
919 UInt cJumps = 0
    [all...]
fn.c 217 static UInt str_hash(const Char *s, UInt table_size)
267 UInt objname_hash;
311 UInt filename_hash;
380 UInt fnname_hash;
419 Char fn_name[FN_NAME_LEN], UInt* line_num,
424 UInt line;
493 UInt line_num;
610 UInt* CLG_(get_fn_entry)(Int n)
626 a->array = (UInt*) CLG_MALLOC("cl.fn.gfe.1"
    [all...]

Completed in 592 milliseconds

1 2 3 4 5 67 8 91011>>