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

1 2 3 4 5 67 8 91011>>

  /external/valgrind/main/memcheck/tests/amd64/
bug132146.c 4 typedef unsigned int UInt;
61 UInt bswapl ( UInt x )
  /frameworks/av/media/libstagefright/codecs/aacdec/
get_prog_config.cpp 458 UInt tag;
460 UInt temp;
705 if (tag == (UInt)pVars->current_program)
get_tns.cpp 342 UInt tempInt;
361 UInt max_order;
  /external/valgrind/main/VEX/useful/
fp_80_64.c 27 UInt read_bit_array ( UChar* arr, UInt n )
35 void write_bit_array ( UChar* arr, UInt n, UInt b )
251 bexp = (((UInt)f80[9]) << 8) | (UInt)f80[8];
547 UInt b9,b8,b7,i, j;
589 UInt b7,b6,b5,i, j;
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 323 struct NLIST* o_symtab, UInt o_symtab_count,
324 UChar* o_strtab, UInt o_strtab_sz )
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-x86-linux.c 95 UInt magicPI;
97 UInt handlerflags; /* flags for signal handler */
117 UInt magicE;
392 sc->cr2 = (UInt)si->_sifields._sigfault._addr;
444 UInt flags,
464 UInt flags,
522 UInt flags,
587 UInt flags,
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_clientobj.h 107 UInt waits_to_skip; // Number of sem_wait() calls to skip
109 UInt value; // Semaphore value.
drd_mutex.h 39 void DRD_(mutex_set_lock_threshold)(const UInt lock_threshold_ms);
  /external/valgrind/main/none/tests/x86/
x86locked.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;
561 UInt n, bitoff, op;
562 UInt c
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_lib.h 66 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
70 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
74 UChar *bitmaprow, UInt *bitmapzz, Int dummy, UChar shortHeader);
77 UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler, UChar shortHeader);
81 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
85 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
89 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dummy);
92 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler);
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/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...]
  /external/valgrind/main/memcheck/
mc_main.c 66 static void ocache_sarp_Set_Origins ( Addr, UWord, UInt ); /* fwds */
695 UInt shift = (a & 3) << 1; // shift by 0, 2, 4, or 6
703 UInt shift;
713 UInt shift = (a & 3) << 1; // shift by 0, 2, 4, or 6
721 UInt shift;
891 static UInt GCs_done = 0;
897 UInt last_touched;
    [all...]
  /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/VEX/priv/
host_s390_disasm.h 87 void s390_disasm(UInt command, ...);
host_arm_isel.c 113 UInt hwcaps;
252 static UInt ROR32 ( UInt x, UInt sh ) {
262 static Bool fitsIn8x4 ( /*OUT*/UInt* u8, /*OUT*/UInt* u4, UInt u )
264 UInt i;
870 UInt u, u8 = 0x100, u4 = 0x10; /* both invalid */
924 UInt u; /* both invalid *
    [all...]
  /external/valgrind/main/coregrind/
pub_core_signals.h 79 extern Bool VG_(extend_stack)(Addr addr, UInt maxsize);
m_libcbase.c 463 static UInt fromHex ( UChar c )
466 return (UInt)c - (UInt)'0';
468 return 10 + (UInt)c - (UInt)'a';
470 return 10 + (UInt)c - (UInt)'A';
536 const UInt* sI = (const UInt*)src;
537 UInt* dI = (UInt*)dest
    [all...]
m_libcfile.c 256 (_p_vgstat)->mode = (UInt) ( (_p_vkistat)->st_mode ); \
257 (_p_vgstat)->uid = (UInt) ( (_p_vkistat)->st_uid ); \
258 (_p_vgstat)->gid = (UInt) ( (_p_vkistat)->st_gid ); \
465 Int VG_(readlink) (const Char* path, Char* buf, UInt bufsiz)
473 Int VG_(getdents) (Int fd, struct vki_dirent *dirp, UInt count)
562 UInt groups[32];
633 UInt seed;
677 Int parse_inet_addr_and_port ( UChar* str, UInt* ip_addr, UShort* port );
682 UInt VG_(htonl) ( UInt x
    [all...]
m_mallocfree.c 451 void set_rz_lo_byte ( Block* b, UInt rz_byteno, UByte v )
457 void set_rz_hi_byte ( Block* b, UInt rz_byteno, UByte v )
463 UByte get_rz_lo_byte ( Block* b, UInt rz_byteno )
469 UByte get_rz_hi_byte ( Block* b, UInt rz_byteno )
543 UInt i;
565 UInt i;
876 UInt i, j;
    [all...]
  /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 );

Completed in 3055 milliseconds

1 2 3 4 5 67 8 91011>>