HomeSort by relevance Sort by last modified time
    Searched full:inttype (Results 1 - 25 of 549) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
Lang.tokens 6 INTTYPE=8
LangDumpDecl.tokens 6 INTTYPE=8
Lang.g 14 type : INTTYPE // automatic tree construction builds a node for this rule
18 INTTYPE : 'int' ;
LangDumpDecl.g 13 type : INTTYPE ;
  /frameworks/compile/mclinker/include/mcld/Support/
LEB128.h 22 template <typename IntType>
23 size_t encode(ByteType*& pBuf, IntType pValue);
25 template <typename IntType>
26 IntType decode(const ByteType* pBuf, size_t& pSize);
28 template <typename IntType>
29 IntType decode(const ByteType*& pBuf);
35 template <typename IntType>
36 size_t size(IntType pValue) {
95 template <typename IntType>
96 size_t encode(char*& pBuf, IntType pValue)
    [all...]
  /system/chre/apps/wifi_offload/test/include/
random_generator.h 44 * Generates a random number of type IntType
46 * @return A random number of type IntType
48 template <typename IntType>
49 IntType get() {
50 return static_cast<IntType>(uniform_distribution_(random_engine_));
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
PointerIntPair.h 39 template <typename PointerTy, unsigned IntBits, typename IntType=unsigned,
60 PointerIntPair(PointerTy Ptr, IntType Int) : Value(0) {
72 IntType getInt() const {
73 return (IntType)((Value >> IntShift) & IntMask);
85 void setInt(IntType Int) {
117 template<typename PointerTy, unsigned IntBits, typename IntType>
118 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType> > {
123 template<typename PointerTy, unsigned IntBits, typename IntType>
124 struct DenseMapInfo<PointerIntPair<PointerTy, IntBits, IntType> > {
125 typedef PointerIntPair<PointerTy, IntBits, IntType> Ty
    [all...]
  /system/security/keystore/
auth_token_table.cpp 30 template <typename IntType, uint32_t byteOrder> struct choose_hton;
32 template <typename IntType> struct choose_hton<IntType, __ORDER_LITTLE_ENDIAN__> {
33 inline static IntType hton(const IntType& value) {
34 IntType result = 0;
37 for (int i = sizeof(IntType) - 1; i >= 0; --i) {
44 template <typename IntType> struct choose_hton<IntType, __ORDER_BIG_ENDIAN__> {
45 inline static IntType hton(const IntType& value) { return value;
    [all...]
  /external/llvm/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
58 IntType getInt() const {
59 return (IntType)Info::getInt(Value);
66 void setInt(IntType IntVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
175 template <typename PointerTy, unsigned IntBits, typename IntType>
176 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>> {
181 template <typename PointerTy, unsigned IntBits, typename IntType>
182 struct DenseMapInfo<PointerIntPair<PointerTy, IntBits, IntType>> {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
58 IntType getInt() const {
59 return (IntType)Info::getInt(Value);
66 void setInt(IntType IntVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
175 template <typename PointerTy, unsigned IntBits, typename IntType>
176 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>> {
181 template <typename PointerTy, unsigned IntBits, typename IntType>
182 struct DenseMapInfo<PointerIntPair<PointerTy, IntBits, IntType>> {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
58 IntType getInt() const {
59 return (IntType)Info::getInt(Value);
66 void setInt(IntType IntVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
175 template <typename PointerTy, unsigned IntBits, typename IntType>
176 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>> {
181 template <typename PointerTy, unsigned IntBits, typename IntType>
182 struct DenseMapInfo<PointerIntPair<PointerTy, IntBits, IntType>> {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
58 IntType getInt() const {
59 return (IntType)Info::getInt(Value);
66 void setInt(IntType IntVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
175 template <typename PointerTy, unsigned IntBits, typename IntType>
176 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>> {
181 template <typename PointerTy, unsigned IntBits, typename IntType>
182 struct DenseMapInfo<PointerIntPair<PointerTy, IntBits, IntType>> {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
58 IntType getInt() const {
59 return (IntType)Info::getInt(Value);
66 void setInt(IntType IntVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
175 template <typename PointerTy, unsigned IntBits, typename IntType>
176 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>> {
181 template <typename PointerTy, unsigned IntBits, typename IntType>
182 struct DenseMapInfo<PointerIntPair<PointerTy, IntBits, IntType>> {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
58 IntType getInt() const {
59 return (IntType)Info::getInt(Value);
66 void setInt(IntType IntVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
175 template <typename PointerTy, unsigned IntBits, typename IntType>
176 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>> {
181 template <typename PointerTy, unsigned IntBits, typename IntType>
182 struct DenseMapInfo<PointerIntPair<PointerTy, IntBits, IntType>> {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
58 IntType getInt() const {
59 return (IntType)Info::getInt(Value);
66 void setInt(IntType IntVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
175 template <typename PointerTy, unsigned IntBits, typename IntType>
176 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>> {
181 template <typename PointerTy, unsigned IntBits, typename IntType>
182 struct DenseMapInfo<PointerIntPair<PointerTy, IntBits, IntType>> {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
58 IntType getInt() const {
59 return (IntType)Info::getInt(Value);
66 void setInt(IntType IntVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
175 template <typename PointerTy, unsigned IntBits, typename IntType>
176 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>> {
181 template <typename PointerTy, unsigned IntBits, typename IntType>
182 struct DenseMapInfo<PointerIntPair<PointerTy, IntBits, IntType>> {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
58 IntType getInt() const {
59 return (IntType)Info::getInt(Value);
66 void setInt(IntType IntVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
175 template <typename PointerTy, unsigned IntBits, typename IntType>
176 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>> {
181 template <typename PointerTy, unsigned IntBits, typename IntType>
182 struct DenseMapInfo<PointerIntPair<PointerTy, IntBits, IntType>> {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PointerIntPair.h 43 template <typename PointerTy, unsigned IntBits, typename IntType = unsigned,
51 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
58 IntType getInt() const {
59 return (IntType)Info::getInt(Value);
66 void setInt(IntType IntVal) {
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
175 template <typename PointerTy, unsigned IntBits, typename IntType>
176 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>> {
181 template <typename PointerTy, unsigned IntBits, typename IntType>
182 struct DenseMapInfo<PointerIntPair<PointerTy, IntBits, IntType>> {
    [all...]
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/
io.pass.cpp 12 // template<class IntType = int>
15 // template <class CharT, class Traits, class IntType>
20 // template <class CharT, class Traits, class IntType>
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
ctor_int_int.pass.cpp 15 // explicit uniform_int_distribution(IntType a = 0,
16 // IntType b = numeric_limits<IntType>::max());
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
X87.cpp 210 #define TestFild(OperandType, Size, MemorySize, FpType, IntType) \
213 constexpr IntType V0 = 0x1234; \
226 ", " #IntType ")"; \
237 #define TestFistp(OperandType, Size, MemorySize, FpType, IntType) \
240 constexpr IntType V0 = 0x1234; \
242 constexpr IntType V1 = 0xFFFF; \
253 ASSERT_EQ(static_cast<IntType>(V0), \
254 test.contentsOf##MemorySize<IntType>(T0)) \
256 ", " #IntType ")"; \
257 ASSERT_EQ(static_cast<IntType>(V0),
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/
io.pass.cpp 12 // template<class IntType = int>
15 // template <class CharT, class Traits, class IntType>
20 // template <class CharT, class Traits, class IntType>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
ctor_int_int.pass.cpp 15 // explicit uniform_int_distribution(IntType a = 0,
16 // IntType b = numeric_limits<IntType>::max());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/
io.pass.cpp 12 // template<class IntType = int>
15 // template <class CharT, class Traits, class IntType>
20 // template <class CharT, class Traits, class IntType>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
ctor_int_int.pass.cpp 15 // explicit uniform_int_distribution(IntType a = 0,
16 // IntType b = numeric_limits<IntType>::max());

Completed in 539 milliseconds

1 2 3 4 5 6 7 8 91011>>