Searched defs:SizeT (Results 1 - 7 of 7) sorted by relevance

/external/libchrome/base/numerics/
H A Dsafe_conversions.h162 typedef StrictNumeric<size_t> SizeT; typedef in namespace:base
/external/valgrind/VEX/pub/
H A Dlibvex_basictypes.h66 typedef unsigned long SizeT; typedef
/external/valgrind/coregrind/
H A Dfixup_macho_loadcmds.c143 typedef UWord SizeT; typedef
171 SizeT img_szB;
178 SizeT macho_img_szB;
183 Bool is_macho_object_file( const void* buf, SizeT szB )
241 { SizeT size;
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Dsize_size_T_size_size.pass.cpp32 typedef typename S::size_type SizeT; typedef
37 static_assert(sizeof(SizeT) == sizeof(typename SV::size_type), "");
39 const SizeT old_size = s.size();
46 SizeT xlen = std::min<SizeT>(n1, old_size - pos1);
47 SizeT rlen = std::min<SizeT>(n2, sv.size() - pos2);
73 typedef typename S::size_type SizeT; typedef
75 const SizeT old_size = s.size();
82 SizeT xle
[all...]
/external/lzma/C/
H A D7zTypes.h91 typedef UInt32 SizeT; typedef
93 typedef size_t SizeT; typedef
/external/valgrind/cachegrind/
H A Dcg_merge.c52 typedef size_t SizeT; typedef
64 void* (*alloc_nofail)( SizeT ),
69 WordFM* newFM( void* (*alloc_nofail)( SizeT ),
998 void* (*alloc_nofail)( SizeT );
1347 void*(alloc_nofail)(SizeT) )
1398 void* (*alloc_nofail)( SizeT ),
1410 WordFM* newFM( void* (*alloc_nofail)( SizeT ),
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp2349 QualType SizeT = Context.getSizeType(); local
2353 VoidPtr, SizeT, QualType());
2356 VoidPtr, SizeT, QualType());

Completed in 317 milliseconds