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

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

Completed in 189 milliseconds