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

/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dstrverscmp.c73 /* states: S_N: normal, S_I: comparing integral part, S_F: comparing
75 #define S_N 0x0 macro
103 /* S_N */ S_N, S_I, S_Z, S_N,
104 /* S_I */ S_N, S_I, S_I, S_I,
105 /* S_F */ S_N, S_F, S_F, S_F,
106 /* S_Z */ S_N, S_F, S_Z, S_Z
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
130 state = S_N | ((c
[all...]

Completed in 32 milliseconds