Searched refs:UInt (Results 126 - 150 of 295) sorted by relevance

1234567891011>>

/external/valgrind/main/memcheck/tests/amd64/
H A Dbug132146.c4 typedef unsigned int UInt; typedef
61 UInt bswapl ( UInt x )
/external/valgrind/main/VEX/useful/
H A Dfp_80_64.c27 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/
H A Dreadmacho.c323 struct NLIST* o_symtab, UInt o_symtab_count,
324 UChar* o_strtab, UInt o_strtab_sz )
998 (UInt)uuid[0], (UInt)uuid[1], (UInt)uuid[2], (UInt)uuid[3],
999 (UInt)uuid[4], (UInt)uuid[5], (UInt)uuid[6], (UInt)uui
[all...]
H A Dreaddwarf.c63 UInt tab_size;
64 UInt tab_used;
86 UInt new_size, i;
195 UInt last_file;
196 UInt last_line;
199 UInt file;
200 UInt line;
201 UInt column;
213 UInt num_read = 0;
280 UInt w3
[all...]
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-x86-linux.c95 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,
H A Dsigframe-amd64-darwin.c75 UInt magicPI;
76 UInt sigNo_private;
78 UInt __pad[2];
114 UInt flags,
H A Dsigframe-ppc64-linux.c101 UInt magicPI;
102 UInt sigNo_private;
112 UInt tramp[TRAMP_SIZE];
185 UInt flags,
331 UInt frame_size;
H A Dsigframe-amd64-linux.c89 UInt magicPI;
91 UInt handlerflags; /* flags for signal handler */
111 UInt magicE;
424 UInt flags,
444 void *handler, UInt flags,
502 UInt flags,
/external/valgrind/main/drd/
H A Ddrd_clientobj.h107 UInt waits_to_skip; // Number of sem_wait() calls to skip
109 UInt value; // Semaphore value.
H A Ddrd_mutex.h39 void DRD_(mutex_set_lock_threshold)(const UInt lock_threshold_ms);
/external/valgrind/main/none/tests/x86/
H A Dx86locked.c8 typedef unsigned int UInt; typedef
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
[all...]
/external/valgrind/main/VEX/switchback/
H A Dlinker.c44 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*)p
[all...]
/external/valgrind/main/memcheck/
H A Dmc_main.c66 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;
1535 void MC_(make_mem_undefined_w_otag) ( Addr a, SizeT len, UInt otag )
1546 ThreadId tid, UInt okind )
1548 UInt ec
[all...]
/external/valgrind/main/none/tests/amd64/
H A Damd64locked.c8 typedef unsigned int UInt; typedef
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)bitn
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_s390_disasm.h87 void s390_disasm(UInt command, ...);
H A Dhost_arm_isel.c113 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
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_signals.h79 extern Bool VG_(extend_stack)(Addr addr, UInt maxsize);
H A Dm_libcbase.c463 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* d
[all...]
H A Dm_libcfile.c256 (_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
[all...]
H A Dm_mallocfree.c451 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;
969 UInt pszB_to_listNo ( SizeT pszB )
976 if (n < 64) return (UInt)n;
1032 SizeT listNo_to_pszB_min ( UInt listN
[all...]
/external/valgrind/main/exp-sgcheck/
H A Dpc_common.h53 UInt pc_update_Error_extra ( Error* err );
/external/valgrind/main/include/
H A Dpub_tool_libcproc.h87 extern UInt VG_(read_millisecond_timer) ( void );
/external/valgrind/main/callgrind/
H A Dfn.c217 static UInt str_hash(const Char *s, UInt table_size)
267 UInt objname_hash;
311 UInt filename_hash;
380 UInt fnname_hash;
419 Char fn_name[FN_NAME_LEN], UInt* line_num,
424 UInt line;
493 UInt line_num;
610 UInt* CLG_(get_fn_entry)(Int n)
626 a->array = (UInt*) CLG_MALLO
[all...]
H A Dmain.c315 UInt ii_index;
318 UInt instr_offset;
728 InstrInfo* next_InstrInfo ( ClgState* clgs, UInt instr_size )
755 UInt update_cost_offsets( ClgState* clgs )
759 UInt cost_offset = 0;
811 /*INOUT*/ UInt* instrs,
812 /*INOUT*/ UInt* cjmps,
818 UInt instrLen = 0;
855 void addConstMemStoreStmt( IRSB* bbOut, UWord addr, UInt val, IRType hWordTy)
914 UInt cJump
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h972 // TypeWithSize<4>::UInt
983 // For now it only handles UInt (unsigned int) as that's all Google Test
991 typedef void UInt; typedef in class:testing::internal::TypeWithSize
1003 typedef unsigned int UInt; typedef in class:testing::internal::TypeWithSize
1012 typedef unsigned __int64 UInt; typedef in class:testing::internal::TypeWithSize
1015 typedef unsigned long long UInt; // NOLINT
1021 typedef TypeWithSize<4>::UInt UInt32;
1023 typedef TypeWithSize<8>::UInt UInt64;

Completed in 1266 milliseconds

1234567891011>>