Home
last modified time | relevance | path

Searched refs:NEXTBYTE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/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(); in gunzip()
1204 magic[1] = NEXTBYTE(); in gunzip()
1205 method = NEXTBYTE(); in gunzip()
1232 NEXTBYTE(); /* Get timestamp */ in gunzip()
1233 NEXTBYTE(); in gunzip()
1234 NEXTBYTE(); in gunzip()
1235 NEXTBYTE(); in gunzip()
1237 (void)NEXTBYTE(); /* Ignore extra flags for the moment */ in gunzip()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2015-7696.patch23 - b = NEXTBYTE;
31 + if ((b = NEXTBYTE) == (ush)EOF)
/openbmc/linux/fs/unicode/
H A Dutf8-norm.c139 #define NEXTBYTE 0x08 macro
318 if (*trie & NEXTBYTE) { in utf8nlookup()
H A Dmkutf8data.c134 #define NEXTBYTE 0x08 macro
1229 byte |= NEXTBYTE; in emit()
2723 if (*trie & NEXTBYTE) { in utf8nlookup()
/openbmc/qemu/disas/
H A Dm68k.c574 #define NEXTBYTE(p) (p += 2, fetch_data(info, p), COERCE_SIGNED_CHAR(p[-1])) macro
1300 val = NEXTBYTE (p1); in print_insn_arg()
1312 disp = NEXTBYTE (p); in print_insn_arg()
1321 disp = NEXTBYTE (buffer); in print_insn_arg()
1479 val = NEXTBYTE (p); in print_insn_arg()