Symbol: get8
sys/dev/stbi/stb_image.c
1205
int b = j->nomore ? 0 : get8(&j->s);
sys/dev/stbi/stb_image.c
1207
int c = get8(&j->s);
sys/dev/stbi/stb_image.c
1603
int q = get8(&z->s);
sys/dev/stbi/stb_image.c
1623
int q = get8(&z->s);
sys/dev/stbi/stb_image.c
1628
sizes[i] = get8(&z->s);
sys/dev/stbi/stb_image.c
1658
z->scan_n = get8(&z->s);
sys/dev/stbi/stb_image.c
1662
int id = get8(&z->s), which;
sys/dev/stbi/stb_image.c
1663
int q = get8(&z->s);
sys/dev/stbi/stb_image.c
1672
if (get8(&z->s) != 0) return e("bad SOS","Corrupt JPEG");
sys/dev/stbi/stb_image.c
1673
get8(&z->s); // should be 63, but might be 0
sys/dev/stbi/stb_image.c
1674
if (get8(&z->s) != 0) return e("bad SOS","Corrupt JPEG");
sys/dev/stbi/stb_image.c
1684
p = get8(s); if (p != 8) return e("only 8-bit","JPEG format not supported: 8-bit only"); // JPEG baseline
sys/dev/stbi/stb_image.c
1687
c = get8(s);
sys/dev/stbi/stb_image.c
1698
z->img_comp[i].id = get8(s);
sys/dev/stbi/stb_image.c
1702
q = get8(s);
sys/dev/stbi/stb_image.c
1705
z->img_comp[i].tq = get8(s); if (z->img_comp[i].tq > 3) return e("bad TQ","Corrupt JPEG");
sys/dev/stbi/stb_image.c
1792
int x = get8(&j->s);
sys/dev/stbi/stb_image.c
2675
if (get8(s) != png_sig[i]) return e("bad png sig","Not a PNG");
sys/dev/stbi/stb_image.c
2982
depth = get8(s); if (depth != 8) return e("8bit only","PNG not supported: 8-bit only");
sys/dev/stbi/stb_image.c
2983
color = get8(s); if (color > 6) return e("bad ctype","Corrupt PNG");
sys/dev/stbi/stb_image.c
2985
comp = get8(s); if (comp) return e("bad comp method","Corrupt PNG");
sys/dev/stbi/stb_image.c
2986
filter= get8(s); if (filter) return e("bad filter method","Corrupt PNG");
sys/dev/stbi/stb_image.c
2987
interlace = get8(s); if (interlace>1) return e("bad interlace method","Corrupt PNG");
sys/dev/stbi/stb_image.c
3221
if (get8(s) != 'B') return 0;
sys/dev/stbi/stb_image.c
3222
if (get8(s) != 'M') return 0;
sys/dev/stbi/stb_image.c
3298
if (get8(s) != 'B' || get8(s) != 'M') return epuc("not BMP", "Corrupt BMP");
sys/dev/stbi/stb_image.c
3387
if (hsz != 12) get8(s);
sys/dev/stbi/stb_image.c
3397
int v=get8(s),v2=0;
sys/dev/stbi/stb_image.c
3407
v = (bpp == 8) ? get8(s) : v2;
sys/dev/stbi/stb_image.c
3449
a = (easy == 2 ? get8(s) : 255);
sys/dev/stbi/stb_image.c
3529
get8(s); // discard bits per palette color entry
sys/dev/stbi/stb_image.c
3536
sz = get8(s); // bits per pixel
sys/dev/stbi/stb_image.c
3576
get8(s); // discard bits per palette color entry
sys/dev/stbi/stb_image.c
3581
sz = get8(s); // bits per pixel
sys/dev/stbi/stb_image.c
3977
len = get8(s);
sys/dev/stbi/stb_image.c
4076
if (get8(s) != (stbi_uc)str[i])
sys/dev/stbi/stb_image.c
4090
get8(s);
sys/dev/stbi/stb_image.c
4141
chained = get8(s);
sys/dev/stbi/stb_image.c
4199
int count = get8(s), i;
sys/dev/stbi/stb_image.c
4242
get8(s);
sys/dev/stbi/stb_image.c
4341
if (get8(s) != 'G' || get8(s) != 'I' || get8(s) != 'F' || get8(s) != '8') return 0;
sys/dev/stbi/stb_image.c
4342
sz = get8(s);
sys/dev/stbi/stb_image.c
4344
if (get8(s) != 'a') return 0;
sys/dev/stbi/stb_image.c
4381
if (get8(s) != 'G' || get8(s) != 'I' || get8(s) != 'F' || get8(s) != '8')
sys/dev/stbi/stb_image.c
4386
if (get8(s) != 'a') return e("not GIF", "Corrupt GIF");
sys/dev/stbi/stb_image.c
4391
g->flags = get8(s);
sys/dev/stbi/stb_image.c
4392
g->bgindex = get8(s);
sys/dev/stbi/stb_image.c
4393
g->ratio = get8(s);
sys/dev/stbi/stb_image.c
4485
len = get8(s); // start new block
sys/dev/stbi/stb_image.c
4490
bits |= (int32) get8(s) << valid_bits;
sys/dev/stbi/stb_image.c
4505
while ((len = get8(s)) > 0)
sys/dev/stbi/stb_image.c
4571
switch (get8(s)) {
sys/dev/stbi/stb_image.c
4592
g->lflags = get8(s);
sys/dev/stbi/stb_image.c
4625
if (get8(s) == 0xF9) { // Graphic Control Extension.
sys/dev/stbi/stb_image.c
4626
len = get8(s);
sys/dev/stbi/stb_image.c
4628
g->eflags = get8(s);
sys/dev/stbi/stb_image.c
4630
g->transparent = get8(s);
sys/dev/stbi/stb_image.c
4636
while ((len = get8(s)) != 0)
sys/dev/stbi/stb_image.c
4752
if (get8(s) != signature[i])
sys/dev/stbi/stb_image.c
4782
c = (char) get8(z);
sys/dev/stbi/stb_image.c
4788
while (!at_eof(z) && get8(z) != '\n')
sys/dev/stbi/stb_image.c
4792
c = (char) get8(z);
sys/dev/stbi/stb_image.c
4890
c1 = get8(s);
sys/dev/stbi/stb_image.c
4891
c2 = get8(s);
sys/dev/stbi/stb_image.c
4892
len = get8(s);
sys/dev/stbi/stb_image.c
4908
len |= get8(s);
sys/dev/stbi/stb_image.c
900
return (uint8) get8(s);
sys/dev/stbi/stb_image.c
942
int z = get8(s);
sys/dev/stbi/stb_image.c
943
return (z << 8) + get8(s);
sys/dev/stbi/stb_image.c
954
int z = get8(s);
sys/dev/stbi/stb_image.c
955
return z + (get8(s) << 8);
sys/lib/libunwind/AddressSpace.hpp
111
byte = get8(addr++);
sys/lib/libunwind/AddressSpace.hpp
132
byte = get8(addr++);
sys/lib/libunwind/AddressSpace.hpp
381
if (get8(header) != 1)
sys/lib/libunwind/AddressSpace.hpp
383
if (get8(header + 3) != (DW_EH_PE_datarel | DW_EH_PE_sdata4))
sys/lib/libunwind/AddressSpace.hpp
386
pint_t ehframe_base = getEncodedP(end, 0, get8(header + 1), NULL);
sys/lib/libunwind/AddressSpace.hpp
387
pint_t entries = getEncodedP(end, 0, get8(header + 2), NULL);
sys/lib/libunwind/DwarfInstructions.hpp
180
uint8_t opcode = addressSpace.get8(p++);
sys/lib/libunwind/DwarfInstructions.hpp
200
value = addressSpace.get8(p);
sys/lib/libunwind/DwarfInstructions.hpp
207
svalue = (int8_t)addressSpace.get8(p);
sys/lib/libunwind/DwarfInstructions.hpp
285
reg = addressSpace.get8(p);
sys/lib/libunwind/DwarfInstructions.hpp
554
switch (addressSpace.get8(p++)) {
sys/lib/libunwind/DwarfInstructions.hpp
556
value = addressSpace.get8(value);
sys/lib/libunwind/DwarfParser.hpp
228
uint8_t version = addressSpace.get8(p);
sys/lib/libunwind/DwarfParser.hpp
234
while (addressSpace.get8(p) != 0)
sys/lib/libunwind/DwarfParser.hpp
244
if (addressSpace.get8(strStart) == 'z') {
sys/lib/libunwind/DwarfParser.hpp
247
for (pint_t s = strStart; addressSpace.get8(s) != '\0'; ++s) {
sys/lib/libunwind/DwarfParser.hpp
248
switch (addressSpace.get8(s)) {
sys/lib/libunwind/DwarfParser.hpp
253
cieInfo->personalityEncoding = addressSpace.get8(p);
sys/lib/libunwind/DwarfParser.hpp
260
cieInfo->lsdaEncoding = addressSpace.get8(p);
sys/lib/libunwind/DwarfParser.hpp
264
cieInfo->pointerEncoding = addressSpace.get8(p);
sys/lib/libunwind/DwarfParser.hpp
321
uint8_t opcode = addressSpace.get8(p);
sys/lib/libunwind/DwarfParser.hpp
333
codeOffset += (addressSpace.get8(p) * cieInfo.codeAlignFactor);