Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c68 #define GETINPC(X) fgetc(X) macro
336 c = GETINPC(inpf); expect = 0x1f; /* ID1 */ in decompress_file()
340 c = GETINPC(inpf); expect = 0x8b; /* ID2 */ in decompress_file()
344 c = GETINPC(inpf); expect = 0x08; /* CM */ in decompress_file()
348 int flg = GETINPC(inpf); /* FLG */ in decompress_file()
361 tmp[i] = GETINPC(inpf); in decompress_file()
375 c = GETINPC(inpf); in decompress_file()
385 c = GETINPC(inpf); in decompress_file()
388 c = GETINPC(inpf); in decompress_file()