HomeSort by relevance Sort by last modified time
    Searched full:inttype (Results 1 - 25 of 303) 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 23 template<typename IntType>
24 size_t encode(ByteType *&pBuf, IntType pValue);
26 template<typename IntType>
27 IntType decode(const ByteType *pBuf, size_t &pSize);
29 template<typename IntType>
30 IntType decode(const ByteType *&pBuf);
36 template<typename IntType>
37 size_t size(IntType pValue) {
96 template<typename IntType>
97 size_t encode(char *&pBuf, IntType pValue)
    [all...]
  /external/llvm/include/llvm/ADT/
PointerIntPair.h 41 template <typename PointerTy, unsigned IntBits, typename IntType=unsigned,
67 PointerIntPair(PointerTy PtrVal, IntType IntVal) {
79 IntType getInt() const {
80 return (IntType)((Value >> IntShift) & IntMask);
92 void setInt(IntType IntVal) {
109 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) {
154 template<typename PointerTy, unsigned IntBits, typename IntType>
155 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType> > {
160 template<typename PointerTy, unsigned IntBits, typename IntType>
161 struct DenseMapInfo<PointerIntPair<PointerTy, IntBits, IntType> > {
    [all...]
  /external/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>
  /external/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());
  /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());
  /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/chromium_org/third_party/angle/src/compiler/preprocessor/
numeric_lex.h 36 template<typename IntType>
37 bool numeric_lex_int(const std::string &str, IntType *value)
  /external/libcxx/test/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);
  /external/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/
ctor_int_double.pass.cpp 12 // template<class IntType = int>
15 // explicit negative_binomial_distribution(IntType t = 1, double p = 0.5);

Completed in 1936 milliseconds

1 2 3 4 5 6 7 8 91011>>