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

1 23 4 5 6 7 8 91011>>

  /external/valgrind/main/VEX/priv/
host_generic_regs.h 71 typedef UInt HReg;
113 static inline HReg mkHReg ( UInt regno, HRegClass rc, Bool virtual ) {
114 UInt r24 = regno & 0x00FFFFFF;
119 return regno | (((UInt)rc) << 28) | (virtual ? (1<<24) : 0);
123 UInt rc = r;
129 static inline UInt hregNumber ( HReg r ) {
130 return ((UInt)r) & 0x00FFFFFF;
134 return toBool(((UInt)r) & (1<<24));
guest_generic_bb_to_IR.h 163 /*OUT*/UInt* n_sc_extents,
174 /*IN*/ UInt (*needs_self_check)(void*,VexGuestExtents*),
host_generic_simd128.h 72 void h_generic_calc_SarN64x2 ( /*OUT*/V128*, V128*, UInt );
74 void h_generic_calc_SarN8x16 ( /*OUT*/V128*, V128*, UInt );
main_util.h 69 extern UInt vex_printf ( HChar *format, ... );
72 extern UInt vex_sprintf ( HChar* buf, HChar *format, ... );
  /frameworks/av/media/libstagefright/codecs/aacdec/
pv_audio_type_defs.h 85 #ifndef UInt
86 typedef unsigned int UInt;
pvmp4audiodecoderconfig.cpp 183 UInt initialUsedBits; /* Unsigned for C55x */
198 (UInt)pExt->inputBufferCurrentLength;
201 (UInt)(pExt->inputBufferCurrentLength << INBUF_ARRAY_INDEX_SHIFT);
204 (UInt)((pExt->inputBufferUsedLength << INBUF_ARRAY_INDEX_SHIFT) +
get_adts_header.cpp 199 pVars->prog_config.CRC_absent = ((UInt)(adts_header >> 12)) AND 0x0001;
201 lower_16 = (UInt)adts_header;
257 pVars->prog_config.frame_length = ((UInt)(adts_header >> 13)) AND 0x1FFF;
259 lower_16 = (UInt)adts_header;
368 UInt lower_16;
370 UInt channel_configuration;
410 pVars->prog_config.CRC_absent = ((UInt)(adts_header >> 12)) & 0x0001;
417 lower_16 = (UInt)adts_header;
606 * copyright_id_bit = ((UInt)(adts_header >> 27)) & 0x1;
608 * copyright_id_start = ((UInt)(adts_header >> 26)) & 0x1
    [all...]
pns_corr.cpp 232 const UInt hcb2_scale_mod_4[4] =
276 UInt multiplier;
  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 86 // ( Addr start, SizeT len, UInt prot );
93 ( Addr start, SizeT len, UInt prot );
159 ( Addr a, SizeT len, UInt prot, UInt flags, Int fd, Off64T offset );
162 ( Addr a, SizeT len, UInt prot, UInt flags, HChar* fileName, Off64T offset );
168 extern Bool VG_(am_notify_client_shmat)( Addr a, SizeT len, UInt prot );
179 extern Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot );
195 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset)
    [all...]
m_debuglog.c 74 static UInt local_sys_write_stderr ( HChar* buf, Int n )
100 static UInt local_sys_getpid ( void )
102 UInt __res;
115 static UInt local_sys_write_stderr ( HChar* buf, Int n )
140 return (UInt)block[0];
143 static UInt local_sys_getpid ( void )
145 UInt __res;
158 static UInt local_sys_write_stderr ( HChar* buf, Int n )
182 return (UInt)block[0];
185 static UInt local_sys_getpid ( void
    [all...]
m_libcprint.c 112 static UInt vprintf_to_buf ( printf_buf_t* b,
115 UInt ret = 0;
123 static UInt vprintf_WRK ( OutputSink* sink,
128 UInt ret
139 UInt VG_(vprintf) ( const HChar *format, va_list vargs )
144 UInt VG_(printf) ( const HChar *format, ... )
146 UInt ret;
154 UInt VG_(vprintf_xml) ( const HChar *format, va_list vargs )
159 UInt VG_(printf_xml) ( const HChar *format, ... )
161 UInt ret
    [all...]
pub_core_errormgr.h 69 extern UInt VG_(get_n_errs_found) ( void );
pub_core_sigframe.h 52 UInt flags,
pub_core_tooliface.h 71 UInt avg_translation_sizeB;
123 UInt (*tool_update_extra) (Error*);
142 void (*tool_pre_syscall) (ThreadId, UInt, UWord*, UInt);
143 void (*tool_post_syscall)(ThreadId, UInt, UWord*, UInt, SysRes);
180 void VG_REGPARM(2) (*track_new_mem_stack_4_w_ECU) (Addr,UInt);
181 void VG_REGPARM(2) (*track_new_mem_stack_8_w_ECU) (Addr,UInt);
182 void VG_REGPARM(2) (*track_new_mem_stack_12_w_ECU) (Addr,UInt);
183 void VG_REGPARM(2) (*track_new_mem_stack_16_w_ECU) (Addr,UInt);
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 12 typedef unsigned int UInt;
31 UInt
84 static UInt vprintf_to_buf ( printf_buf_t* b,
87 UInt ret = 0;
96 static UInt vprintf_WRK ( OutputSink* sink,
101 UInt ret;
113 UInt VG_(vprintf) ( const HChar *format, va_list vargs )
119 UInt VG_(printf) ( const HChar *format, ... )
121 UInt ret;
177 UInt myvprintf_str ( void(*send)(HChar,void*)
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-darwin.c 68 UInt returnAddr;
69 UInt a1_signo;
70 UInt a2_siginfo;
71 UInt a3_ucontext;
78 UInt magicPI;
79 UInt sigNo_private;
81 UInt __pad[1];
117 UInt flags,
163 VG_TRACK( post_reg_write, Vg_CoreSignal, tid, VG_O_STACK_PTR, sizeof(UInt));
166 VG_(set_IP)(tid, (UInt)handler)
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c 115 UInt local_vsprintf ( HChar* buf, const HChar *format, va_list vargs )
128 UInt ML_(am_sprintf) ( HChar* buf, const HChar *format, ... )
130 UInt ret;
150 SysRes VG_(am_do_mmap_NO_NOTIFY)( Addr start, SizeT length, UInt prot,
151 UInt flags, Int fd, Off64T offset)
176 prot, flags, (UInt)fd, offset);
184 SysRes local_do_mprotect_NO_NOTIFY(Addr start, SizeT length, UInt prot)
260 Int ML_(am_readlink)(HChar* path, HChar* buf, UInt bufsiz)
283 /*OUT*/ULong* ino, /*OUT*/UInt* mode )
296 *mode = (UInt) buf64.st_mode
    [all...]
  /external/valgrind/main/VEX/useful/
hd_fpu.c 41 UInt fp_get_tos ( void )
47 UInt read_bit_array ( UChar* arr, UInt n )
55 void write_bit_array ( UChar* arr, UInt n, UInt b )
74 UInt sign = e_lsb[9] >> 7;
75 Int bexp = ((UInt)e_lsb[9] << 8) | (UInt)e_lsb[8];
108 UInt sign = d_lsb[7] >> 7;
109 Int bexp = ((UInt)d_lsb[7] << 4)
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_guest_ppc64.h 231 /* 1324 */ UInt guest_FPROUND; // FP Rounding Mode
234 /* 1328 */ UInt guest_VRSAVE;
237 /* 1332 */ UInt guest_VSCR;
240 /* 1336 */ UInt guest_EMWARN;
243 /* 1340 */ UInt padding;
293 void LibVEX_GuestPPC64_put_CR ( UInt cr_native,
300 UInt LibVEX_GuestPPC64_get_CR ( /*IN*/VexGuestPPC64State* vex_state );
307 void LibVEX_GuestPPC64_put_XER ( UInt xer_native,
314 UInt LibVEX_GuestPPC64_get_XER ( /*IN*/VexGuestPPC64State* vex_state );
  /external/valgrind/main/callgrind/
global.h 262 UInt jmp; /* jump no. in source */
275 UInt instr_offset;
276 UInt instr_size;
277 UInt cost_offset;
287 UInt instr; /* instruction index in this basic block */
314 UInt instr_count;
318 UInt line;
325 UInt cjmp_count; /* number of conditional exits */
331 UInt instr_len;
332 UInt cost_count
    [all...]
costs.c 35 UInt CLG_(costarray_entries) = 0;
36 UInt CLG_(costarray_chunks) = 0;
  /external/valgrind/main/drd/
drd_rwlock.h 42 void DRD_(rwlock_set_exclusive_threshold)(const UInt exclusive_threshold_ms);
43 void DRD_(rwlock_set_shared_threshold)(const UInt shared_threshold_ms);
drd_semaphore.h 43 const UInt value);
47 const Word mode, const UInt value);
  /external/valgrind/main/include/
pub_tool_aspacemgr.h 105 UInt mode;
144 UInt prot );
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.h 69 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
73 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
77 UChar *bitmaprow, UInt *bitmapzz, Int dummy);
80 UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler);
83 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
87 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
91 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dummy);
94 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler);

Completed in 631 milliseconds

1 23 4 5 6 7 8 91011>>