Searched defs:unsigned (Results 1 - 13 of 13) sorted by relevance

/external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
H A Dfill_n.pass.cpp26 const unsigned n = 4;
39 const unsigned n = 4;
51 const unsigned n = 4;
70 const unsigned n = 4;
88 const unsigned n = 4;
103 operator unsigned char() const {return 'b';}
123 unsigned char a;
124 unsigned char b;
/external/llvm/include/llvm/ADT/
H A DStatistic.h53 operator unsigned() const { return Value; }
56 const Statistic &operator=(unsigned Val) {
70 unsigned operator++(int) {
72 unsigned OldValue = Value;
82 unsigned operator--(int) {
84 unsigned OldValue = Value;
89 const Statistic &operator+=(const unsigned &V) {
95 const Statistic &operator-=(const unsigned &V) {
101 const Statistic &operator*=(const unsigned &V) {
106 const Statistic &operator/=(const unsigned
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeUtilities.cpp35 operator unsigned short() const { return (v & 0x00ff) << 8 | v >> 8; }
36 BigEndianUShort(unsigned short u) : v((u & 0x00ff) << 8 | u >> 8) { }
37 unsigned short v;
41 operator unsigned() const { return (v & 0xff) << 24 | (v & 0xff00) << 8 | (v & 0xff0000) >> 8 | v >> 24; }
42 BigEndianULong(unsigned u) : v((u & 0xff) << 24 | (u & 0xff00) << 8 | (u & 0xff0000) >> 8 | u >> 24) { }
43 unsigned v;
152 unsigned t;
179 for (unsigned i = 0; i < nameRecordCount; ++i) {
194 for (unsigned i = 0; i < fontName.length(); ++i)
199 for (unsigned
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLayoutUnit.h67 LayoutUnit(unsigned short value) { setValue(value); }
68 LayoutUnit(unsigned value) { setValue(value); }
69 LayoutUnit(unsigned long value) { m_value = clampTo<int>(value * kFixedPointDenominator); }
70 LayoutUnit(unsigned long long value) { m_value = clampTo<int>(value * kFixedPointDenominator); }
107 unsigned toUnsigned() const { REPORT_OVERFLOW(m_value >= 0); return toInt(); }
110 operator unsigned() const { return toUnsigned(); }
214 static bool isInBounds(unsigned value)
216 return value <= static_cast<unsigned>(std::numeric_limits<int>::max()) / kFixedPointDenominator;
228 inline void setValue(unsigned value)
432 inline LayoutUnit operator*(const LayoutUnit& a, unsigned shor
[all...]
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp94 #define unsigned macro
179 unsigned
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp36 static cl::opt<unsigned> SeedCL("seed",
38 static cl::opt<unsigned> SizeCL("size",
64 Random(unsigned _seed):Seed(_seed) {}
94 unsigned Seed;
138 virtual void ActN(unsigned n) {
139 for (unsigned i=0; i<n; ++i)
165 unsigned index = Ran->Rand();
166 for (unsigned i=0; i<PT->size(); ++i) {
186 for (unsigned i = 0; i < VTp->getNumElements(); ++i)
198 unsigned inde
230 pickVectorType(unsigned len = (unsigned)-1) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValueMappings.h69 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(unsigned short i)
76 template<> inline CSSPrimitiveValue::operator unsigned short() const
79 return clampTo<unsigned short>(getDoubleValue());
88 template<> inline CSSPrimitiveValue::operator unsigned() const
91 return clampTo<unsigned>(getDoubleValue());
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py1024 # unsigned "" or "U"
1028 unsigned = "" variable in class:IntNode
1047 self.unsigned or self.longness == 'LL':
1050 suitable_type = PyrexTypes.modifiers_and_name_to_type[not self.unsigned, rank, "int"]
1077 unsigned=self.unsigned, longness=self.longness)
1082 unsigned=self.unsigned, longness=self.longness)
1087 unsigned=self.unsigned, longnes
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp219 static const unsigned cMaxWriteRecursionDepth = 21;
537 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(m_nodeListCounts); ++i)
621 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(m_nodeListCounts); ++i)
1297 unsigned offset = shadowAncestorNode->nodeIndex();
1319 unsigned length = title.length();
1320 unsigned builderIndex = 0;
1327 for (unsigned i = 0; i < length; ++i) {
1542 PassRefPtrWillBeRawPtr<NodeIterator> Document::createNodeIterator(Node* root, unsigned whatToShow, PassRefPtrWillBeRawPtr<NodeFilter> filter, ExceptionState& exceptionState)
1549 PassRefPtrWillBeRawPtr<TreeWalker> Document::createTreeWalker(Node* root, unsigned whatToShow, PassRefPtrWillBeRawPtr<NodeFilter> filter, ExceptionState& exceptionState)
3105 unsigned lon
5712 shouldInvalidateNodeListCachesForAttr(const unsigned[], const QualifiedName&) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 7253 milliseconds