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

1 2 3 4 5 6

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTHash.h 6 into a 32-bit unsigned int.
19 data into a 32-bit unsigned int.
66 CPVRTHash(const void* pData, unsigned int dataSize, unsigned int dataCount) : m_uiHash(0)
93 @brief Converts to unsigned int.
96 operator unsigned int() const
109 return MakeHash(String.c_str(), sizeof(char), (unsigned int) String.length());
128 return MakeHash(c_pszString, sizeof(char), (unsigned int) (pCursor - c_pszString));
140 @return unsigned int The hash.
142 static CPVRTHash MakeHash(const void* pData, unsigned int dataSize, unsigned int dataCount
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
Flags.h 24 explicit Flags(unsigned int pFlag = 0x0) : m_Data(pFlag) {}
26 operator unsigned int() const { return m_Data; }
32 Flags operator&(unsigned int pMask) const { return Flags(m_Data & pMask); }
36 Flags& operator&=(unsigned int pMask) {
77 unsigned int m_Data;
  /external/llvm/include/llvm/ADT/
Statistic.h 43 std::atomic<unsigned> Value;
46 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
61 operator unsigned() const { return getValue(); }
64 const Statistic &operator=(unsigned Val) {
74 unsigned operator++(int) {
84 unsigned operator--(int) {
89 const Statistic &operator+=(unsigned V) {
96 const Statistic &operator-=(unsigned V) {
105 const Statistic &operator=(unsigned Val) {
113 unsigned operator++(int)
    [all...]
  /external/swiftshader/src/Renderer/
Color.hpp 33 Color(unsigned short c);
34 Color(unsigned long c);
35 Color(unsigned int c);
39 operator unsigned int() const;
165 inline Color<float>::Color(unsigned short c)
174 inline Color<short>::Color(unsigned short c)
184 inline Color<byte>::Color(unsigned short c)
223 inline Color<float>::Color(unsigned int c)
234 inline Color<short>::Color(unsigned int c)
244 inline Color<byte>::Color(unsigned int c
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Statistic.h 52 operator unsigned() const { return Value; }
53 const Statistic &operator=(unsigned Val) {
67 unsigned operator++(int) {
69 unsigned OldValue = Value;
79 unsigned operator--(int) {
81 unsigned OldValue = Value;
86 const Statistic &operator+=(const unsigned &V) {
92 const Statistic &operator-=(const unsigned &V) {
98 const Statistic &operator*=(const unsigned &V) {
103 const Statistic &operator/=(const unsigned &V)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterClassInfo.h 29 unsigned Tag;
30 unsigned NumRegs;
32 OwningArrayPtr<unsigned> Order;
35 operator ArrayRef<unsigned>() const {
45 unsigned Tag;
52 const unsigned *CalleeSaved;
80 unsigned getNumAllocatableRegs(const TargetRegisterClass *RC) const {
87 ArrayRef<unsigned> getOrder(const TargetRegisterClass *RC) const {
103 unsigned getLastCalleeSavedAlias(unsigned PhysReg) const
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
106 const Statistic &operator=(unsigned Val) {
114 unsigned operator++(int)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
106 const Statistic &operator=(unsigned Val) {
114 unsigned operator++(int)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
106 const Statistic &operator=(unsigned Val) {
114 unsigned operator++(int)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
106 const Statistic &operator=(unsigned Val) {
114 unsigned operator++(int)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
106 const Statistic &operator=(unsigned Val) {
114 unsigned operator++(int)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
106 const Statistic &operator=(unsigned Val) {
114 unsigned operator++(int)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
106 const Statistic &operator=(unsigned Val) {
114 unsigned operator++(int)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
106 const Statistic &operator=(unsigned Val) {
114 unsigned operator++(int)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Statistic.h 44 std::atomic<unsigned> Value;
47 unsigned getValue() const { return Value.load(std::memory_order_relaxed); }
62 operator unsigned() const { return getValue(); }
65 const Statistic &operator=(unsigned Val) {
75 unsigned operator++(int) {
85 unsigned operator--(int) {
90 const Statistic &operator+=(unsigned V) {
97 const Statistic &operator-=(unsigned V) {
106 const Statistic &operator=(unsigned Val) {
114 unsigned operator++(int)
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
format.go 19 unsigned = false
193 // fmt_integer formats signed and unsigned integers.
486 // Achieve this by writing the sign out and then padding the unsigned number.
496 // No sign to show and the number is positive; just print the unsigned number.
18 unsigned = false const
  /prebuilts/go/linux-x86/src/fmt/
format.go 19 unsigned = false
193 // fmt_integer formats signed and unsigned integers.
486 // Achieve this by writing the sign out and then padding the unsigned number.
496 // No sign to show and the number is positive; just print the unsigned number.
18 unsigned = false const
  /prebuilts/ndk/r11/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;
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
fill_n.pass.cpp 23 typedef UserDefinedIntegral<unsigned> UDI;
29 const unsigned n = 4;
42 const unsigned n = 4;
54 const unsigned n = 4;
73 const unsigned n = 4;
91 const unsigned n = 4;
106 operator unsigned char() const {return 'b';}
126 unsigned char a;
127 unsigned char b;
  /external/llvm/lib/Target/Hexagon/
HexagonBlockRanges.h 36 unsigned Reg, Sub;
47 enum : unsigned {
56 IndexType(unsigned Idx) : Index(Idx) {}
57 operator unsigned() const;
58 bool operator== (unsigned x) const;
60 bool operator!= (unsigned x) const;
63 bool operator< (unsigned Idx) const;
71 unsigned Index;
166 inline HexagonBlockRanges::IndexType::operator unsigned() const {
171 inline bool HexagonBlockRanges::IndexType::operator== (unsigned x) const
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_reflection3264.java 41 private static long unsigned(int v) { method in class:UT_reflection3264
48 private static short unsigned(byte v) { method in class:UT_reflection3264
70 unsigned((byte)r.nextInt()),
71 unsigned((byte)r.nextInt()),
72 unsigned((byte)r.nextInt()),
73 unsigned((byte)r.nextInt()));
75 usrData.x = unsigned(r.nextInt());
77 usrData.y = unsigned(r.nextInt());
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_reflection3264.java 43 private static long unsigned(int v) { method in class:UT_reflection3264
50 private static short unsigned(byte v) { method in class:UT_reflection3264
72 unsigned((byte)r.nextInt()),
73 unsigned((byte)r.nextInt()),
74 unsigned((byte)r.nextInt()),
75 unsigned((byte)r.nextInt()));
77 usrData.x = unsigned(r.nextInt());
79 usrData.y = unsigned(r.nextInt());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h 86 unsigned int length() const throw();
99 unsigned __LONG32 AddRef() throw();
100 unsigned __LONG32 Release() throw();
101 unsigned __LONG32 RefCount() const throw();
110 unsigned int Length() const throw();
116 unsigned __LONG32 m_RefCount;
217 inline unsigned int _bstr_t::length() const throw() { return (m_Data!=NULL) ? m_Data->Length() : 0; }
294 const unsigned int l1 = s1.length();
295 const unsigned int l2 = s2.length();
311 inline unsigned __LONG32 _bstr_t::Data_t::AddRef() throw()
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
prove.go 49 // of relations is known. For example, relations learned for unsigned
56 unsigned
77 umin, umax uint64 // umin <= value <= umax, unsigned
145 case unsigned:
260 case unsigned:
379 OpEq8: {signed | unsigned, eq},
380 OpEq16: {signed | unsigned, eq},
381 OpEq32: {signed | unsigned, eq},
382 OpEq64: {signed | unsigned, eq},
385 OpNeq8: {signed | unsigned, lt | gt}
55 unsigned const
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
prove.go 49 // of relations is known. For example, relations learned for unsigned
56 unsigned
77 umin, umax uint64 // umin <= value <= umax, unsigned
145 case unsigned:
260 case unsigned:
379 OpEq8: {signed | unsigned, eq},
380 OpEq16: {signed | unsigned, eq},
381 OpEq32: {signed | unsigned, eq},
382 OpEq64: {signed | unsigned, eq},
385 OpNeq8: {signed | unsigned, lt | gt}
55 unsigned const
    [all...]

Completed in 1038 milliseconds

1 2 3 4 5 6