Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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...]
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-6.6/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) { in utf8nlookup()
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; in emit()
2723 if (*trie & NEXTBYTE) { in utf8nlookup()
/kernel/linux/linux-5.10/fs/unicode/
H A Dutf8-norm.c138 * NEXTBYTE - flag - advance to next byte if set
151 * NEXTBYTE set, and moreover those nodes always have a righthand
156 #define NEXTBYTE 0x08 macro
337 if (*trie & NEXTBYTE) { in utf8nlookup()
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; in emit()
2723 if (*trie & NEXTBYTE) { in utf8nlookup()

Completed in 13 milliseconds