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

1 2 3 45 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/aacdec/
get_ics_info.cpp 416 UInt temp;
418 UInt local_max_sfb;
419 UInt allowed_max_sfb;
get_dse.cpp 163 UInt count;
  /external/valgrind/main/VEX/priv/
host_x86_defs.h 123 UInt imm;
127 UInt imm;
136 extern X86AMode* X86AMode_IR ( UInt, HReg );
137 extern X86AMode* X86AMode_IRRS ( UInt, HReg, HReg, Int );
159 UInt imm32;
172 extern X86RMI* X86RMI_Imm ( UInt );
193 UInt imm32;
203 extern X86RI* X86RI_Imm ( UInt );
403 UInt src; /* shift amount, or 0 means %cl */
407 UInt imm32
    [all...]
guest_ppc_helpers.c 72 UInt lo, hi1, hi2;
93 UInt ppc32g_dirtyhelper_MFSPR_268_269 ( UInt r269 )
96 UInt spr;
111 UInt ppc32g_dirtyhelper_MFSPR_287 ( void )
114 UInt spr;
126 UInt vD_off, UInt sh, UInt shift_right )
155 UInt vD_off, UInt sh, UInt shift_right
    [all...]
host_arm_defs.c 44 UInt arm_hwcaps = 0;
227 ARMAMode1* ARMAMode1_RRS ( HReg base, HReg index, UInt shift ) {
429 static UInt ROR32 ( UInt x, UInt sh ) {
494 ARMRI5* ARMRI5_I5 ( UInt imm5 ) {
547 ARMNImm* ARMNImm_TI ( UInt type, UInt imm8 ) {
658 ARMNRS* mkARMNRS(ARMNRS_tag tag, HReg reg, UInt index)
1023 static HChar* showARMNeonDataSize_wrk ( UInt size
    [all...]
guest_ppc_toIR.c 242 static UChar ifieldOPC( UInt instr ) {
247 static UInt ifieldOPClo10 ( UInt instr) {
252 static UInt ifieldOPClo9 ( UInt instr) {
257 static UInt ifieldOPClo5 ( UInt instr) {
262 static UChar ifieldRegDS( UInt instr ) {
267 static UChar ifieldRegXT ( UInt instr )
275 static inline UChar ifieldRegXS ( UInt instr
    [all...]
guest_amd64_helpers.c 500 static UInt tabc_fast[AMD64G_CC_OP_NUMBER];
502 static UInt tabc_slow[AMD64G_CC_OP_NUMBER];
504 static UInt tab_cond[AMD64G_CC_OP_NUMBER][16];
506 static UInt n_calc_all = 0;
507 static UInt n_calc_c = 0;
508 static UInt n_calc_cond = 0;
586 case AMD64G_CC_OP_ADDL: ACTIONS_ADD( 32, UInt );
591 case AMD64G_CC_OP_ADCL: ACTIONS_ADC( 32, UInt );
596 case AMD64G_CC_OP_SUBL: ACTIONS_SUB( 32, UInt );
601 case AMD64G_CC_OP_SBBL: ACTIONS_SBB( 32, UInt );
    [all...]
main_main.c 70 static Bool are_valid_hwcaps ( VexArch arch, UInt hwcaps );
71 static HChar* show_hwcaps ( VexArch arch, UInt hwcaps );
139 vassert(4 == sizeof(UInt));
547 UInt sum = 0;
548 UInt guest_bytes_read = (UInt)vta->guest_extents->len[0];
552 UInt b = (UInt)p[i];
722 vex_printf("0%x ", (UInt)insn_bytes[k]);
724 vex_printf("%x ", (UInt)insn_bytes[k])
    [all...]
  /external/valgrind/main/coregrind/
pub_core_syscall.h 74 extern SysRes VG_(mk_SysRes_ppc32_linux) ( UInt val, UInt cr0so );
78 UInt wHI, UInt wLO );
pub_core_syswrap.h 43 extern void VG_(client_syscall) ( ThreadId tid, UInt trc );
m_stacktrace.c 69 UInt VG_(get_StackTrace_wrk) ( ThreadId tid_if_known,
70 /*OUT*/Addr* ips, UInt max_n_ips,
78 UInt n_found = 0;
225 UInt VG_(get_StackTrace_wrk) ( ThreadId tid_if_known,
226 /*OUT*/Addr* ips, UInt max_n_ips,
234 UInt n_found = 0;
399 UInt VG_(get_StackTrace_wrk) ( ThreadId tid_if_known,
400 /*OUT*/Addr* ips, UInt max_n_ips,
414 UInt n_found = 0;
586 UInt VG_(get_StackTrace_wrk) ( ThreadId tid_if_known
    [all...]
m_transtab.c 105 UInt count;
141 UInt tte2ec_ix[3]; // and the index within the eclass.
263 /*global*/ UInt* VG_(tt_fastN)[VG_TT_FAST_SIZE];
302 static Int range_to_eclass ( Addr64 start, UInt len )
304 UInt mask = (1 << ECLASS_WIDTH) - 1;
305 UInt lo = (UInt)start;
306 UInt hi = lo + len - 1;
307 UInt loBits = (lo >> ECLASS_SHIFT) & mask;
308 UInt hiBits = (hi >> ECLASS_SHIFT) & mask
    [all...]
  /external/valgrind/main/drd/
drd_malloc_wrappers.h 34 typedef void (*StartUsingMem)(const Addr a1, const SizeT len, UInt ec_uniq);
  /external/valgrind/main/include/
pub_tool_hashtable.h 75 extern VgHashNode** VG_(HT_to_array) ( VgHashTable t, /*OUT*/ UInt* n_elems );
pub_tool_tooliface.h 253 extern void VG_(details_avg_translation_sizeB) ( UInt size );
311 UInt (*update_extra)(Error* err),
425 void (* pre_syscall)(ThreadId tid, UInt syscallno,
426 UWord* args, UInt nArgs),
427 void (*post_syscall)(ThreadId tid, UInt syscallno,
428 UWord* args, UInt nArgs, SysRes res)
548 void VG_(track_new_mem_stack_4_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
549 void VG_(track_new_mem_stack_8_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
550 void VG_(track_new_mem_stack_12_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu));
551 void VG_(track_new_mem_stack_16_w_ECU) (VG_REGPARM(2) void(*f)(Addr new_ESP, UInt ecu))
    [all...]
pub_tool_libcsetjmp.h 76 #define VG_MINIMAL_JMP_BUF(_name) UInt _name [32+1+1]
103 #define VG_MINIMAL_JMP_BUF(_name) UInt _name [8+1]
  /external/valgrind/main/memcheck/
mc_include.h 87 Addr p, UInt rzB, MC_AllocKind kind );
89 void MC_(create_mempool) ( Addr pool, UInt rzB, Bool is_zeroed );
116 void MC_(make_mem_undefined_w_otag)( Addr a, SizeT len, UInt otag );
190 UInt MC_(event_ctr)[N_PROF_EVENTS];
301 UInt num_blocks; // Number of blocks represented by the record.
304 UInt old_num_blocks; // output only the changed/new loss records
333 void MC_(pp_LeakError)(UInt n_this_record, UInt n_total_records,
352 UInt MC_(update_Error_extra) ( Error* err );
369 void MC_(record_cond_error) ( ThreadId tid, UInt otag )
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 86 typedef unsigned int UInt;
  /external/valgrind/main/callgrind/
jumps.c 79 static UInt jcc_hash_idx(BBCC* from, UInt jmp, BBCC* to, UInt size)
81 return (UInt) ( (UWord)from + 7* (UWord)to + 13*jmp) % size;
89 UInt new_idx;
140 static jCC* new_jcc(BBCC* from, UInt jmp, BBCC* to)
143 UInt new_idx;
190 jCC* CLG_(get_jcc)(BBCC* from, UInt jmp, BBCC* to)
193 UInt idx;
context.c 93 UInt i, new_size, conflicts1 = 0, conflicts2 = 0;
95 UInt new_idx;
113 new_idx = (UInt) (curr->hash % new_size);
140 static UWord cxt_hash_val(fn_node** fn, UInt size)
143 UInt count = size;
178 UInt idx, offset;
220 idx = (UInt) (hash % cxts.size);
238 UInt size, idx;
258 idx = (UInt) (hash % cxts.size);
322 UInt *pactive
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode_inline.h 23 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc)
26 UInt end, match;
113 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc)
117 UInt end, match;
214 __inline Int m4v_enc_clz(UInt temp)
217 register UInt ra = (UInt)temp;
227 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc)
231 UInt end = 0, match;
fastcodemb.cpp 56 UInt *bitmapzz ;
64 UChar[], UChar *, UInt *, Int, Int, Int, UChar);
66 UChar *, UInt *, Int, UChar);
285 UInt *bitmapzz ;
294 UChar [], UChar *, UInt *, Int, Int, Int);
296 UChar [], UChar *, UInt *, Int);
537 UInt mask, sgn_msk = 0x80808080;
553 tmp = sgn_msk & ((UInt)tmp >> 1); /* check the sign of each byte */
562 tmp = sgn_msk & ((UInt)tmp >> 1); /* check the sign of each byte */
570 sum2 = sum2 + ((UInt)cur1 >> 8)
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 76 UInt size; /* size in bytes */
108 UInt lineno:LINENO_BITS; /* source line number, or zero */
198 UInt len;
213 UInt len;
238 UInt len;
249 UInt len;
349 UInt ulOffStart; /* offset of 1st byte of function code */
350 UInt cbProcSize; /* # bytes in function */
351 UInt cdwLocals; /* # bytes/4 in locals */
718 UInt n_ehframe; /* 0 .. N_EHFRAME_SECTS *
    [all...]
priv_misc.h 52 UInt ML_(read_UInt)( UChar* data );
58 UChar* ML_(write_UInt)( UChar* ptr, UInt val );
  /external/valgrind/main/VEX/switchback/
switchback.c 91 UInt gstack[50000];
120 UInt __res;
441 UInt* p = (UInt*)(&copy[off_nopstart]);
895 static Bool overlap ( Addr64 start, UInt len, VexGuestExtents* vge )
909 static void dump_translations ( Addr64 start, UInt len )
962 printf("\nnext_guest: 0x%x\n", (UInt)next_guest);
973 gst.guest_EIP = *(UInt*)(esp+0);
974 gst.guest_EAX = serviceFn( *(UInt*)(esp+4), *(UInt*)(esp+8) )
    [all...]

Completed in 1512 milliseconds

1 2 3 45 6 7 8 91011>>