Home | History | Annotate | Download | only in dist

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 ){
137893 while( 0xFE & (*pEnd | c) ){
137895 testcase( c!=0 && ((*pEnd)&0xfe)==0 );
137935 if( (**pp)&0xFE ){
138115 if( (*p2&0xFE)==0 ) break;
138118 if( (*p1&0xFE)==0 ) break;
138130 assert( (*p1&0xFE)==0 && (*p2&0xFE)==0 );
141442 while( 0xFE & (*p | c) ){
148508 while( p<pEnd && (c | *p)&0xFE ) c = *p++ & 0x80;
148603 assert( (pMsr->aBuffer[nList] & 0xFE)==0x00 );
151946 if( 0==(*pIter & 0xFE) ){
152439 while( 0xFE & (*pEnd | c) ){
153235 if( 0==(0xFE&*pTerm->pList) ){
155077 pCellData += 8 + 4*(p->iCoord&0xfe);