HomeSort by relevance Sort by last modified time
    Searched defs:unsigned (Results 1 - 18 of 18) sorted by null

  /frameworks/compile/mclinker/include/mcld/ADT/
Flags.h 28 Flags(unsigned int pFlag = 0x0)
31 operator unsigned int () const
40 Flags operator& (unsigned int pMask ) const
46 Flags& operator&= (unsigned int pMask ) {
92 unsigned int m_Data;
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
fill_n.pass.cpp 26 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/
Statistic.h 53 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 &V)
    [all...]
  /libcore/luni/src/main/java/java/util/zip/
GZIPOutputStream.java 115 // Write out the long value as an unsigned int
116 int unsigned = (int) i; local
117 out.write(unsigned & 0xFF);
118 out.write((unsigned >> 8) & 0xFF);
119 out.write((unsigned >> 16) & 0xFF);
120 out.write((unsigned >> 24) & 0xFF);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
fill_n.pass.cpp 26 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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h 82 unsigned int length() const throw();
95 unsigned __LONG32 AddRef() throw();
96 unsigned __LONG32 Release() throw();
97 unsigned __LONG32 RefCount() const throw();
106 unsigned int Length() const throw();
112 unsigned __LONG32 m_RefCount;
213 inline unsigned int _bstr_t::length() const throw() { return (m_Data!=NULL) ? m_Data->Length() : 0; }
290 const unsigned int l1 = s1.length();
291 const unsigned int l2 = s2.length();
307 inline unsigned __LONG32 _bstr_t::Data_t::AddRef() throw()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeUtilities.cpp 35 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 i = 0; i * sizeof(BigEndianULong) < nameTableSize; ++i
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
SignerInfoGenerator.java 226 AttributeTable unsigned = unsAttrGen.getAttributes(Collections.unmodifiableMap(parameters)); local
228 unsignedAttr = getAttributeSet(unsigned);
  /external/chromium_org/third_party/WebKit/Source/platform/
LayoutUnit.h 67 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;
232 inline void setValue(unsigned value)
234 if (value >= static_cast<unsigned>(intMaxForLayoutUnit)
    [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 94 #define unsigned macro
179 unsigned
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h 69 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());
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java 1316 int unsigned = (int)(Math.sin(j * rad) * Byte.MAX_VALUE) + Byte.MAX_VALUE & 0xFF; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 767 milliseconds