Searched refs:TYPE_SHORT (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/dl/lib/dl/
H A Dpack.rb8 TYPE_SHORT => ALIGN_SHORT,
14 -TYPE_SHORT => ALIGN_SHORT,
22 TYPE_SHORT => "s!",
28 -TYPE_SHORT => "s!",
36 TYPE_SHORT => SIZEOF_SHORT,
42 -TYPE_SHORT => SIZEOF_SHORT,
H A Dstack.rb57 TYPE_SHORT => ALIGN_VOIDP,
67 TYPE_SHORT => "s!",
77 TYPE_SHORT => SIZEOF_SHORT,
H A Dcparser.rb108 return TYPE_SHORT
110 return -TYPE_SHORT
H A Dvalue.rb9 when TYPE_SHORT
26 when TYPE_SHORT
H A Dimport.rb89 when TYPE_SHORT
/macosx-10.10.1/ruby-106/ruby/ext/fiddle/lib/fiddle/
H A Dpack.rb8 TYPE_SHORT => ALIGN_SHORT,
14 -TYPE_SHORT => ALIGN_SHORT,
22 TYPE_SHORT => "s!",
28 -TYPE_SHORT => "s!",
36 TYPE_SHORT => SIZEOF_SHORT,
42 -TYPE_SHORT => SIZEOF_SHORT,
H A Dcparser.rb128 return TYPE_SHORT
130 return -TYPE_SHORT
H A Dvalue.rb9 when TYPE_SHORT
26 when TYPE_SHORT
H A Dimport.rb108 when TYPE_SHORT
/macosx-10.10.1/ruby-106/ruby/ext/fiddle/
H A Dconversions.c22 case TYPE_SHORT:
57 case TYPE_SHORT:
60 case -TYPE_SHORT:
112 case TYPE_SHORT:
114 case -TYPE_SHORT:
H A Dclosure.c95 case TYPE_SHORT:
98 case -TYPE_SHORT:
134 case TYPE_SHORT:
139 case -TYPE_SHORT:
H A Dfiddle.h115 #define TYPE_SHORT 3 macro
H A Dfiddle.c195 /* Document-const: TYPE_SHORT
199 rb_define_const(mFiddle, "TYPE_SHORT", INT2NUM(TYPE_SHORT));
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dprintf-args.h44 TYPE_SHORT, enumerator in enum:__anon8717
H A Dprintf-args.c41 case TYPE_SHORT:
/macosx-10.10.1/swig-12/Source/CParse/
H A Dparser.h60 TYPE_SHORT = 276, enumerator in enum:yytokentype
187 #define TYPE_SHORT 276 macro
H A Dcscanner.c574 return (TYPE_SHORT);
H A Dparser.y1491 %token <type> TYPE_INT TYPE_UNSIGNED TYPE_SHORT TYPE_LONG TYPE_FLOAT TYPE_DOUBLE TYPE_CHAR TYPE_WCHAR TYPE_VOID TYPE_SIGNED TYPE_BOOL TYPE_COMPLEX TYPE_TYPEDEF TYPE_RAW TYPE_NON_ISO_INT8 TYPE_NON_ISO_INT16 TYPE_NON_ISO_INT32 TYPE_NON_ISO_INT64
5294 | TYPE_SHORT {
H A Dparser.c87 TYPE_SHORT = 276, enumerator in enum:yytokentype
214 #define TYPE_SHORT 276 macro
2388 "TYPEDEF", "TYPE_INT", "TYPE_UNSIGNED", "TYPE_SHORT", "TYPE_LONG",

Completed in 291 milliseconds