Searched refs:UInt (Results 76 - 100 of 366) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/utils/
H A DSkFloatUtils.h19 typedef void UInt; typedef in class:SkTypeWithSize
25 typedef uint32_t UInt; typedef in class:SkTypeWithSize
31 typedef uint64_t UInt; typedef in class:SkTypeWithSize
58 typedef typename SkTypeWithSize<sizeof(RawType) * CHAR_BIT>::UInt Bits;
/external/skia/src/utils/
H A DSkFloatUtils.h19 typedef void UInt; typedef in class:SkTypeWithSize
25 typedef uint32_t UInt; typedef in class:SkTypeWithSize
31 typedef uint64_t UInt; typedef in class:SkTypeWithSize
58 typedef typename SkTypeWithSize<sizeof(RawType) * CHAR_BIT>::UInt Bits;
/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_amd64.h57 /* 8 */ UInt host_EvC_COUNTER;
58 /* 12 */ UInt pad0;
124 Therefore best to leave it as a UInt. */
125 UInt guest_FTOP;
132 UInt guest_EMNOTE;
/external/valgrind/main/coregrind/
H A Dpub_core_debuglog.h84 UInt VG_(debugLog_vprintf) (
H A Dm_transtab.c57 UInt VG_(clo_num_transtab_sectors) = N_SECTORS_DEFAULT;
60 static UInt n_sectors = 0;
96 UInt from_sNo; /* sector number */
97 UInt from_tteNo; /* TTE number in given sector */
98 UInt from_offs; /* code offset from TCEntry::tcptr where the patch is */
107 UInt to_sNo; /* sector number */
108 UInt to_tteNo; /* TTE number in given sector */
109 UInt from_offs; /* code offset in owning translation where patch is */
117 UInt n_fixed; /* 0 .. N_FIXED_IN_EDGE_ARR */
126 UInt n_fixe
[all...]
H A Dm_stacktrace.c133 static UInt fp_CF_verif_generation = 0;
139 UInt VG_(get_StackTrace_wrk) ( ThreadId tid_if_known,
140 /*OUT*/Addr* ips, UInt max_n_ips,
147 UInt nr; // nr of stacktraces computed
148 UInt nf; // nr of frames computed
149 UInt Ca; // unwind for which cache indicates CFUnwind must be used.
150 UInt FF; // unwind for which cache indicates FPUnwind can be used.
151 UInt Cf; // unwind at end of stack+store CFUNWIND (xip not end of stack).
152 UInt Fw; // unwind at end of stack+store FPUNWIND
153 UInt F
[all...]
/external/valgrind/main/memcheck/tests/
H A Dpdb-realloc2.c14 typedef unsigned int UInt; typedef
17 static UInt seed = 0;
18 static inline UInt myrand ( UInt size )
70 // printf("%02x ", (UInt)v[i]);
/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c35 //ZZ All uses of newTemp assign to an IRTemp and not a UInt
154 static inline UInt getUIntLittleEndianly ( UChar* p )
156 UInt w = 0;
166 static ULong sx_to_64 ( ULong x, UInt n )
184 //ZZ static UInt ROR32 ( UInt x, UInt sh ) {
192 //ZZ static Int popcount32 ( UInt x )
202 //ZZ static UInt setbit32 ( UInt
[all...]
H A Dguest_generic_bb_to_IR.h172 /*OUT*/UInt* n_sc_extents,
173 /*OUT*/UInt* n_guest_instrs, /* stats only */
185 /*IN*/ UInt (*needs_self_check)(void*,VexGuestExtents*),
H A Dhost_generic_simd128.h72 void h_generic_calc_SarN64x2 ( /*OUT*/V128*, V128*, UInt );
74 void h_generic_calc_SarN8x16 ( /*OUT*/V128*, V128*, UInt );
90 UInt h_generic_calc_GetMSBs8x16 ( ULong w64hi, ULong w64lo );
H A Dhost_arm_defs.h37 extern UInt arm_hwcaps;
142 UInt shift; /* 0, 1 2 or 3 */
149 extern ARMAMode1* ARMAMode1_RRS ( HReg base, HReg index, UInt shift );
272 UInt imm5;
281 extern ARMRI5* ARMRI5_I5 ( UInt imm5 );
307 where S = a, exp = UInt(B:c:d) - 3, mantissa = (16 + UInt(e:f:g:h)) / 16
312 UInt type;
313 UInt imm8;
317 extern ARMNImm* ARMNImm_TI ( UInt typ
[all...]
H A Dhost_arm_defs.c44 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 ) {
660 ARMNRS* mkARMNRS(ARMNRS_tag tag, HReg reg, UInt index)
1026 static const HChar* showARMNeonDataSize_wrk ( UInt siz
[all...]
H A Dhost_generic_regs.h73 UInt reg;
117 static inline HReg mkHReg ( UInt regno, HRegClass rc, Bool virtual ) {
118 UInt r24 = regno & 0x00FFFFFF;
124 r.reg = regno | (((UInt)rc) << 28) | (virtual ? (1<<24) : 0);
129 UInt rc = r.reg;
135 static inline UInt hregNumber ( HReg r ) {
/external/valgrind/main/helgrind/
H A Dhg_lock_n_thread.h63 typedef UInt ThrID;
85 UInt magic;
127 UInt magic; /* LockN_MAGIC or LockP_MAGIC */
/external/valgrind/main/include/
H A Dpub_tool_libcsetjmp.h78 #define VG_MINIMAL_JMP_BUF(_name) UInt _name [32+1+1]
105 #define VG_MINIMAL_JMP_BUF(_name) UInt _name [8+1]
115 #define VG_MINIMAL_JMP_BUF(_name) UInt _name [8+1+1+1+1]
H A Dpub_tool_libcfile.h59 UInt mode;
60 UInt uid;
61 UInt gid;
94 extern Int VG_(readlink)( const HChar* path, HChar* buf, UInt bufsize );
95 extern Int VG_(getdents)( Int fd, struct vki_dirent *dirp, UInt count );
/external/valgrind/main/none/tests/amd64/
H A Dmovbe.c8 typedef unsigned int UInt; typedef
20 printf("%02x", (UInt)b->cs[i]);
26 static UInt seed = 80021;
H A Dbmi.c5 typedef unsigned int UInt; typedef
8 void do_andn64 ( /*OUT*/UInt* flags, /*OUT*/ULong* res, ULong arg1, ULong arg2 )
32 void do_andn32 ( /*OUT*/UInt* flags, /*OUT*/ULong* res, UInt arg1, UInt arg2 )
99 UInt arg1, UInt arg2 )
179 void do_sarx32 ( /*OUT*/ULong* res, UInt arg1, UInt arg2 )
258 void do_shlx32 ( /*OUT*/ULong* res, UInt arg
[all...]
/external/valgrind/main/none/tests/x86/
H A Dmovbe.c8 typedef unsigned int UInt; typedef
20 printf("%02x", (UInt)b->cs[i]);
26 static UInt seed = 80021;
H A Dbt_everything.c135 typedef unsigned int UInt; typedef
138 UInt rol1 ( UInt x )
145 UInt n, bitoff, op;
146 UInt carrydep, c, res;
148 UInt reg;
177 res = rol1(res) ^ (UInt)ch;
/external/valgrind/main/VEX/switchback/
H A Dswitchback.c113 static UInt needs_self_check ( void* opaque, VexGuestExtents* vge ) {
179 UInt cache_type_register;
186 const UInt kDCacheLineSizeMask = 0xf << kDCacheLineSizeShift;
187 const UInt kICacheLineSizeMask = 0xf << kICacheLineSizeShift;
191 const UInt dcache_line_size_power_of_two =
193 const UInt icache_line_size_power_of_two =
196 const UInt dcache_line_size_ = 1 << dcache_line_size_power_of_two;
197 const UInt icache_line_size_ = 1 << icache_line_size_power_of_two;
415 UInt* p = (UInt*)(
[all...]
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-common.c115 UInt local_vsprintf ( HChar* buf, const HChar *format, va_list vargs )
128 UInt ML_(am_sprintf) ( HChar* buf, const HChar *format, ... )
130 UInt ret;
150 SysRes VG_(am_do_mmap_NO_NOTIFY)( Addr start, SizeT length, UInt prot,
151 UInt flags, Int fd, Off64T offset)
181 prot, flags, (UInt)fd, offset);
189 SysRes local_do_mprotect_NO_NOTIFY(Addr start, SizeT length, UInt prot)
271 Int ML_(am_readlink)(HChar* path, HChar* buf, UInt bufsiz)
299 /*OUT*/ULong* ino, /*OUT*/UInt* mode )
312 *mode = (UInt) buf6
[all...]
H A Dpriv_aspacemgr.h87 extern UInt ML_(am_sprintf) ( HChar* buf, const HChar *format, ... );
111 extern Int ML_(am_readlink) ( HChar* path, HChar* buf, UInt bufsiz );
119 /*OUT*/ULong* ino, /*OUT*/UInt* mode );
/external/valgrind/main/memcheck/
H A Dmc_include.h87 UInt MC_(n_where_pointers) (void);
106 Addr p, UInt rzB, MC_AllocKind kind );
108 void MC_(create_mempool) ( Addr pool, UInt rzB, Bool is_zeroed );
138 void MC_(make_mem_undefined_w_otag)( Addr a, SizeT len, UInt otag );
214 UInt MC_(event_ctr)[N_PROF_EVENTS];
333 UInt num_blocks; // Number of blocks represented by the record.
336 UInt old_num_blocks; // output only the changed/new loss records
343 UInt show_leak_kinds;
344 UInt errors_for_leak_kinds;
345 UInt heuristic
[all...]
/external/valgrind/main/drd/tests/
H A Dunit_vc.c41 UInt VG_(printf)(const HChar *format, ...)
42 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); return ret; }
43 UInt VG_(snprintf)(HChar* buf, Int size, const HChar *format, ...)
44 { UInt ret; va_list vargs; va_start(vargs, format); ret = vsnprintf(buf, size, format, vargs); va_end(vargs); return ret; }
46 UInt VG_(message)(VgMsgKind kind, const HChar* format, ...)
47 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); printf("\n"); return ret; }

Completed in 420 milliseconds

1234567891011>>