Home | History | Annotate | Download | only in libxml2

Lines Matching refs:c9

2021 #define CMP9( s, c1, c2, c3, c4, c5, c6, c7, c8, c9 ) \
2023 ((unsigned char *) s)[ 8 ] == c9 )
2024 #define CMP10( s, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10 ) \
2025 ( CMP9( s, c1, c2, c3, c4, c5, c6, c7, c8, c9 ) && \