Home | History | Annotate | Download | only in libxml2

Lines Matching refs:c9

1956 #define CMP9( s, c1, c2, c3, c4, c5, c6, c7, c8, c9 ) \
1958 ((unsigned char *) s)[ 8 ] == c9 )
1959 #define CMP10( s, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10 ) \
1960 ( CMP9( s, c1, c2, c3, c4, c5, c6, c7, c8, c9 ) && \