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

/external/bison/lib/
H A Dstrverscmp.c27 /* states: S_N: normal, S_I: comparing integral part, S_F: comparing
29 #define S_N 0x0 macro
74 /* S_N */ S_N, S_I, S_Z, S_N,
75 /* S_I */ S_N, S_I, S_I, S_I,
76 /* S_F */ S_N, S_F, S_F, S_F,
77 /* S_Z */ S_N, S_F, S_Z, S_Z
85 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
101 state = S_N | ((c
[all...]
/external/blktrace/
H A Dstrverscmp.c72 /* states: S_N: normal, S_I: comparing integral part, S_F: comparing
74 #define S_N 0x0 macro
102 /* S_N */ S_N, S_I, S_Z, S_N,
103 /* S_I */ S_N, S_I, S_I, S_I,
104 /* S_F */ S_N, S_F, S_F, S_F,
105 /* S_Z */ S_N, S_F, S_Z, S_Z
113 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
129 state = S_N | ((c
[all...]

Completed in 117 milliseconds