Searched defs:SP (Results 1 – 9 of 9) sorted by relevance
42 public static final String SP = " "; field
58 protected static final String SP = Separators.SP; field in GenericObjectList
54 protected static final String SP = Separators.SP; field in GenericObject
53 public static final int SP = (int) ' '; field in LexerCore
47 public static final int SP = 32; // <US-ASCII SP, space (32)> field in HTTP
139 struct SP { struct140 u_int16_t magic;141 u_int8_t skip;
177 public static final int SP = LexerCore.SP; field
188 #define SP(x) (((x)&3)<<1) // convert motion vector component to offset for svf calc macro
873 #define SP R + 1 macro