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

/linux-master/lib/
H A Dinflate.c233 #define NEXTBYTE() ({ int v = get_byte(); if (v < 0) goto underrun; (uch)v; }) macro
234 #define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE())<<k;k+=8;}}
1203 magic[0] = NEXTBYTE();
1204 magic[1] = NEXTBYTE();
1205 method = NEXTBYTE();
1232 NEXTBYTE(); /* Get timestamp */
1233 NEXTBYTE();
1234 NEXTBYTE();
1235 NEXTBYTE();
1237 (void)NEXTBYTE(); /* Ignor
[all...]
/linux-master/fs/unicode/
H A Dutf8-norm.c121 * NEXTBYTE - flag - advance to next byte if set
134 * NEXTBYTE set, and moreover those nodes always have a righthand
139 #define NEXTBYTE 0x08 macro
318 if (*trie & NEXTBYTE) {
H A Dmkutf8data.c116 * NEXTBYTE - flag - advance to next byte if set
129 * NEXTBYTE set, and moreover those nodes always have a righthand
134 #define NEXTBYTE 0x08 macro
1229 byte |= NEXTBYTE;
2723 if (*trie & NEXTBYTE) {

Completed in 182 milliseconds