Home
last modified time | relevance | path

Searched refs:IntType (Results 1 – 4 of 4) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Dtesting.h162 template<typename IntType>
163 inline IntType PortableRandomInRange(IntType limit) { in PortableRandomInRange()
175 return static_cast<IntType>(limit * scaled_value); in PortableRandomInRange()
/external/webkit/JavaScriptCore/wtf/
DTCPackedCache.h125 #define N_ONES_(IntType, N) \ argument
126 ( (N) == 0 ? 0 : ((static_cast<IntType>(1) << ((N)-1))-1 + \
127 (static_cast<IntType>(1) << ((N)-1))) )
/external/protobuf/src/google/protobuf/
Dtext_format.cc1135 template<typename IntType>
1136 static string PaddedHex(IntType value) { in PaddedHex()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-101515 the intType constant to IntType.