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

1 2 3 45 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 86 typedef unsigned int UInt;
  /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/VEX/priv/
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_mips_defs.c 558 UInt i = 0;
978 vex_printf("%u", (UInt) (UShort) op->Mrh.Imm.imm16);
1219 MIPSInstr *MIPSInstr_Call(MIPSCondCode cond, Addr32 target, UInt argiregs,
1222 UInt mask;
1235 MIPSInstr *MIPSInstr_CallAlways(MIPSCondCode cond, Addr32 target, UInt argiregs)
1237 UInt mask;
    [all...]
host_generic_simd128.h 72 void h_generic_calc_SarN64x2 ( /*OUT*/V128*, V128*, UInt );
74 void h_generic_calc_SarN8x16 ( /*OUT*/V128*, V128*, UInt );
guest_ppc_toIR.c 243 static UChar ifieldOPC( UInt instr ) {
248 static UInt ifieldOPClo10 ( UInt instr) {
253 static UInt ifieldOPClo9 ( UInt instr) {
258 static UInt ifieldOPClo8 ( UInt instr) {
263 static UInt ifieldOPClo5 ( UInt instr) {
268 static UChar ifieldRegDS( 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...]
guest_mips_toIR.c 89 static UInt integerGuestRegOffset(UInt iregNo)
94 UInt ret;
171 static UInt floatGuestRegOffset(UInt fregNo)
174 UInt ret;
249 static inline UInt getUInt(UChar * p)
251 UInt w = 0;
331 static UInt get_opcode(UInt mipsins
    [all...]
main_main.c 73 static Bool are_valid_hwcaps ( VexArch arch, UInt hwcaps );
74 static HChar* show_hwcaps ( VexArch arch, UInt hwcaps );
142 vassert(4 == sizeof(UInt));
641 UInt sum = 0;
642 UInt guest_bytes_read = (UInt)vta->guest_extents->len[0];
646 UInt b = (UInt)p[i];
    [all...]
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 );
407 UInt src; /* shift amount, or 0 means %cl */
411 UInt imm32
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_misc.h 52 UInt ML_(read_UInt)( UChar* data );
58 UChar* ML_(write_UInt)( UChar* ptr, UInt val );
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;
264 UInt len;
365 UInt ulOffStart; /* offset of 1st byte of function code */
366 UInt cbProcSize; /* # bytes in function */
367 UInt cdwLocals; /* # bytes/4 in locals *
    [all...]
  /external/valgrind/main/coregrind/
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;
391 UInt VG_(get_StackTrace_wrk) ( ThreadId tid_if_known,
392 /*OUT*/Addr* ips, UInt max_n_ips,
406 UInt n_found = 0;
609 VG_(printf)("isT32call %04x %04x\n", (UInt)w0, (UInt)w1)
    [all...]
m_syscall.c 68 res._val = (UInt)(-val);
70 res._val = (UInt)val;
90 SysRes VG_(mk_SysRes_ppc32_linux) ( UInt val, UInt cr0so ) {
124 res._val = (UInt)(-val);
126 res._val = (UInt)val;
162 UInt wHI, UInt wLO )
169 vg_assert(sizeof(UWord) == sizeof(UInt));
456 nb here, sizeof(UWord) == sizeof(UInt)
    [all...]
pub_core_machine.h 223 extern UInt VG_(machine_x86_have_mxcsr);
230 extern UInt VG_(machine_ppc32_has_FP);
237 extern UInt VG_(machine_ppc32_has_VMX);
pub_core_initimg.h 87 UInt* client_auxv;
pub_core_libcproc.h 79 extern Int VG_(getgroups)( Int size, UInt* list );
  /external/valgrind/main/include/
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]
pub_tool_gdbserver.h 133 extern UInt VG_(gdb_printf) ( const HChar *format, ... ) PRINTF_CHECK(1, 2);
  /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...]
  /external/valgrind/main/callgrind/
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...]
  /external/valgrind/main/VEX/pub/
libvex.h 177 extern const HChar* LibVEX_ppVexHwCaps ( VexArch, UInt );
187 UInt hwcaps;
192 UInt ppc_dcbz_szB;
193 UInt ppc_dcbzl_szB; /* 0 means unsupported (SIGILL) */
519 UInt n_sc_extents;
525 UInt n_guest_instrs;
606 UInt (*needs_self_check)( /*callback_opaque*/void*,
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 143 Arg(UIntMax UInt) : Kind(AK_UInt), UInt(UInt) {}
151 UIntMax UInt;
  /external/valgrind/main/coregrind/m_replacemalloc/
replacemalloc_core.c 51 UInt VG_(clo_alignment) = VG_MIN_MALLOC_SZB;

Completed in 420 milliseconds

1 2 3 45 6 7 8 91011>>