Lines Matching refs:xFE
18514 depth = (depth+1)&0xfe;
24077 ** 0xff 0xfe little-endian utf-16 follows
24078 ** 0xfe 0xff big-endian utf-16 follows
24398 if( b1==0xFE && b2==0xFF ){
24401 if( b1==0xFF && b2==0xFE ){
137875 while( 0xFE & (*pEnd | c) ){
137877 testcase( c!=0 && ((*pEnd)&0xfe)==0 );
137917 if( (**pp)&0xFE ){
138097 if( (*p2&0xFE)==0 ) break;
138100 if( (*p1&0xFE)==0 ) break;
138112 assert( (*p1&0xFE)==0 && (*p2&0xFE)==0 );
141412 while( 0xFE & (*p | c) ){
148478 while( p<pEnd && (c | *p)&0xFE ) c = *p++ & 0x80;
148573 assert( (pMsr->aBuffer[nList] & 0xFE)==0x00 );
151916 if( 0==(*pIter & 0xFE) ){
152409 while( 0xFE & (*pEnd | c) ){
153205 if( 0==(0xFE&*pTerm->pList) ){
155047 pCellData += 8 + 4*(p->iCoord&0xfe);