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

1 2 3 4 56 7 8 91011>>

  /external/valgrind/main/coregrind/
pub_core_machine.h 202 extern UInt VG_(machine_x86_have_mxcsr);
209 extern UInt VG_(machine_ppc32_has_FP);
216 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 );
pub_core_debuginfo.h 70 extern void VG_(di_notify_mprotect)( Addr a, SizeT len, UInt prot );
78 extern void VG_(di_notify_vm_protect)( Addr a, SizeT len, UInt prot );
m_hashtable.c 44 UInt n_chains; // should be prime
45 UInt n_elements;
47 UInt iterChain; // next chain to be traversed by the iterator
197 VgHashNode** VG_(HT_to_array) ( VgHashTable table, /*OUT*/ UInt* n_elems )
199 UInt i, j;
254 UInt i;
  /external/valgrind/main/coregrind/m_replacemalloc/
replacemalloc_core.c 51 UInt VG_(clo_alignment) = VG_MIN_MALLOC_SZB;
  /external/valgrind/main/include/
pub_tool_gdbserver.h 133 extern UInt VG_(gdb_printf) ( const HChar *format, ... ) PRINTF_CHECK(1, 2);
pub_tool_debuginfo.h 40 copies the info into the buffer/UInt and returns True. If not, it
46 extern Bool VG_(get_linenum) ( Addr a, UInt* linenum );
66 /*OUT*/UInt* linenum );
216 /*OUT*/UInt* size,
  /external/valgrind/main/none/tests/amd64/
bug127521-64.c 4 typedef unsigned int UInt;
16 UInt mem[2];
18 mem[0] = (UInt)memLoIn;
19 mem[1] = (UInt)memHiIn;
  /frameworks/av/media/libstagefright/codecs/aacdec/
find_adts_syncword.cpp 237 UInt search_length;
get_pulse_data.cpp 40 Description: Placed typecast to Int in places where UInt->Int
241 UInt temp;
long_term_prediction.cpp 324 const UInt codebook[CODESIZE] =
383 UInt weight;
  /external/valgrind/main/cachegrind/
cg-x86-amd64.c 249 UInt assoc = ((*(UInt *)&info[4] >> 22) & 0x3ff) + 1;
250 UInt parts = ((*(UInt *)&info[4] >> 12) & 0x3ff) + 1;
251 UInt line_size = (*(UInt *)&info[4] & 0x7ff) + 1;
252 UInt sets = *(UInt *)&info[8] + 1;
368 UInt ext_level;
369 UInt dummy, model
    [all...]
  /external/valgrind/main/drd/
drd_error.h 162 UInt hold_time_ms;
163 UInt threshold_ms;
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 512 // TypeWithSize<4>::UInt
523 // For now it only handles UInt (unsigned int) as that's all Google Test
531 typedef void UInt;
543 typedef unsigned int UInt;
552 typedef unsigned __int64 UInt;
555 typedef unsigned long long UInt; // NOLINT
561 typedef TypeWithSize<4>::UInt UInt32;
563 typedef TypeWithSize<8>::UInt UInt64;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 281 BitstreamPutBits(bitstream, length, (UInt)cbpy_tab[ind].code);
288 of code, they do a really good job compiling it to if( (UInt)(run-x) < y-x).
299 BitstreamPutBits(bitstream, length, (UInt)coeff_tab0[run][level-1].code);
305 BitstreamPutBits(bitstream, length, (UInt)coeff_tab1[run-2][level-1].code);
319 BitstreamPutBits(bitstream, length, (UInt)coeff_tab2[run][level-1].code);
325 BitstreamPutBits(bitstream, length, (UInt)coeff_tab3[run-2].code);
341 BitstreamPutBits(bitstream, length, (UInt)coeff_tab4[level-1].code);
347 BitstreamPutBits(bitstream, length, (UInt)coeff_tab5[level-1].code);
353 BitstreamPutBits(bitstream, length, (UInt)coeff_tab6[run-2][level-1].code);
359 BitstreamPutBits(bitstream, length, (UInt)coeff_tab7[run-10].code)
    [all...]
mp4lib_int.h 33 UInt word; /*hold one word temporarily */
175 UInt TimeIncrementRes; /* timeIncrementRes */
310 UInt countbreak;
375 UInt bitmapzz[6][2]; /* for zigzag bitmap */
397 UInt prevFrameNum[4]; /* previous frame number starting from modTimeRef */
398 UInt modTimeRef; /* Reference modTime update every I-Vop*/
399 UInt refTick[4]; /* second aligned referenc tick */
fastquant.cpp 150 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
270 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
333 coeff += ((UInt)coeff >> 31);
389 q_value += ((UInt)q_value >> 31); /* add 1 if negative */
442 UChar *bitmaprow, UInt *bitmapzz, Int dummy, UChar shortHeader)
496 UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler, UChar shortHeader)
510 tmp += ((UInt)tmp >> 31);
545 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
598 coeff += ((UInt)coeff >> 31);
674 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz
    [all...]
  /external/valgrind/main/VEX/priv/
host_generic_simd128.c 45 static inline UInt mul32 ( Int xx, Int yy )
51 static inline UInt max32S ( Int xx, Int yy )
56 static inline UInt min32S ( Int xx, Int yy )
61 static inline UInt max32U ( UInt xx, UInt yy )
66 static inline UInt min32U ( UInt xx, UInt yy )
103 static inline ULong sar64 ( ULong v, UInt n
    [all...]
host_amd64_defs.h 139 UInt imm;
143 UInt imm;
152 extern AMD64AMode* AMD64AMode_IR ( UInt, HReg );
153 extern AMD64AMode* AMD64AMode_IRRS ( UInt, HReg, HReg, Int );
175 UInt imm32;
188 extern AMD64RMI* AMD64RMI_Imm ( UInt );
210 UInt imm32;
220 extern AMD64RI* AMD64RI_Imm ( UInt );
437 UInt src; /* shift amount, or 0 means %cl */
441 UInt imm32
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c 417 UInt* p = (UInt*)tsA;
418 for (i = 0; i < sizeof(struct tstate)/sizeof(UInt); i++) {
561 UInt i;
580 UInt i;
589 UInt nfds, nmqids;
598 nfds = ((UInt)ARG1) & 0xFFFF;
599 nmqids = (((UInt)ARG1) >> 16) & 0xFFFF;
769 PRE_REG_READ1(void, "close", UInt, fd);
    [all...]
  /external/valgrind/main/callgrind/
bb.c 60 UInt bb_hash_idx(obj_node* obj, PtrdiffT offset, UInt size)
71 UInt new_idx;
122 UInt instr_count, UInt cjmp_count, Bool cjmp_inverted)
125 UInt idx, size;
246 UInt n_instrs, n_jmps;
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-arm-linux.c 66 UInt magicPI;
67 UInt sigNo_private;
158 sc->fault_address = (UInt)si->_sifields._sigfault._addr;
166 void *handler, UInt flags,
207 UInt flags,
216 UInt size;
278 UInt frame_size;
sigframe-ppc32-linux.c 98 UInt magicPI;
99 UInt sigNo_private;
106 UInt gap1[16];
115 UInt gap1[20];
141 UInt fault_addr )
200 //:: UInt magicPI;
202 //:: UInt handlerflags; /* flags for signal handler */
221 //:: UInt magicE;
497 //.. sc->cr2 = (UInt)si->_sifields._sigfault._addr;
553 //.. UInt flags
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 112 UInt VG_(dispatch_ctr);
134 static UInt sanity_fast_count = 0;
135 static UInt sanity_slow_count = 0;
184 HChar* name_of_sched_event ( UInt event )
638 UInt sz_vex = (UInt) sizeof tst->arch.vex;
639 UInt sz_vexsh1 = (UInt) sizeof tst->arch.vex_shadow1;
640 UInt sz_vexsh2 = (UInt) sizeof tst->arch.vex_shadow2
    [all...]

Completed in 941 milliseconds

1 2 3 4 56 7 8 91011>>