HomeSort by relevance Sort by last modified time
    Searched full:inttype (Results 1 - 25 of 357) 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...]
  /external/llvm/include/llvm/ADT/
PointerIntPair.h 41 template <typename PointerTy, unsigned IntBits, typename IntType=unsigned,
68 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
80 IntType getInt() const {
81 return (IntType)((Value >> IntShift) & IntMask);
93 void setInt(IntType IntVal) {
110 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
157 template<typename PointerTy, unsigned IntBits, typename IntType>
158 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType> > {
163 template<typename PointerTy, unsigned IntBits, typename IntType>
164 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());
  /ndk/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>
  /ndk/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());
  /external/llvm/test/DebugInfo/PDB/Inputs/
symbolformat.cpp 55 typedef int IntType;
70 IntType Int = 12;
  /frameworks/compile/slang/
slang_rs_special_func.cpp 44 const clang::QualType &IntType = FD->getASTContext().IntTy;
45 if (FD->getReturnType().getCanonicalType() == IntType) {
60 const clang::QualType &IntType = FD->getASTContext().IntTy;
67 if (QT != IntType) {
77 if (FD->getReturnType().getCanonicalType() != IntType) {
  /frameworks/support/v17/leanback/res/animator/
lb_playback_bg_fade_in.xml 23 android:valueType="intType" />
lb_playback_bg_fade_out.xml 23 android:valueType="intType" />
  /frameworks/support/v17/leanback/res/animator-v21/
lb_playback_bg_fade_in.xml 23 android:valueType="intType" />
lb_playback_bg_fade_out.xml 23 android:valueType="intType" />
  /packages/inputmethods/LatinIME/java/res/anim/
alt_code_key_while_typing_fadein.xml 24 android:valueType="intType"
alt_code_key_while_typing_fadeout.xml 24 android:valueType="intType"
language_on_spacebar_fadeout.xml 24 android:valueType="intType"
  /prebuilts/sdk/current/support/v17/leanback/res/animator/
lb_playback_bg_fade_in.xml 23 android:valueType="intType" />
lb_playback_bg_fade_out.xml 23 android:valueType="intType" />
  /prebuilts/sdk/current/support/v17/leanback/res/animator-v21/
lb_playback_bg_fade_in.xml 23 android:valueType="intType" />
lb_playback_bg_fade_out.xml 23 android:valueType="intType" />
  /external/llvm/utils/
llvm.grm 45 INTTYPE ::= "i" ^ EUINT64VAL ;
69 IntType ::= INTTYPE;
194 PrimType ::= INTTYPE | float | double | "ppc_fp128" | fp128 | "x86_fp80"
359 | br INTTYPE ValueRef ^ "," label ValueRef ^ "," label ValueRef
360 | switch IntType ValueRef ^ "," label ValueRef "[" JumpTable "]"
361 | switch IntType ValueRef ^ "," label ValueRef "[" ^ "]"
368 JumpTable ::= JumpTable IntType ConstValueRef ^ "," label ValueRef
369 | IntType ConstValueRef ^ "," label ValueRef ;
412 | malloc Types ^ "," INTTYPE ValueRef OptCAlig
    [all...]
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
ctor_int_double.pass.cpp 12 // template<class IntType = int>
15 // explicit binomial_distribution(IntType t = 1, double p = 0.5);

Completed in 418 milliseconds

1 2 3 4 5 6 7 8 91011>>