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

/macosx-10.10/ruby-106/ruby/
H A Dtranscode_data.h27 #define PType (unsigned int) macro
29 #define NOMAP (PType 0x01) /* direct map */
34 #define INVALID (PType 0x07) /* invalid byte sequence */
35 #define UNDEF (PType 0x09) /* legal but undefined */
36 #define ZERObt (PType 0x0A) /* zero bytes of payload, i.e. remove */
37 #define FUNii (PType 0x0B) /* function from info to info */
38 #define FUNsi (PType 0x0D) /* function from start to info */
39 #define FUNio (PType 0x0E) /* function from info to output */
40 #define FUNso (PType 0x0F) /* function from start to output */
41 #define STR1 (PType
[all...]

Completed in 56 milliseconds