Home
last modified time | relevance | path

Searched defs:bunzip_data (Results 1 – 2 of 2) sorted by relevance

/third_party/toybox/toys/other/
Dbzcat.c82 struct bunzip_data { struct
84 int in_fd, inbufCount, inbufPos;
85 char *inbuf;
86 unsigned int inbufBitCount, inbufBits;
110 static unsigned int get_bits(struct bunzip_data *bd, char bits_wanted) in get_bits() argument
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h59471 struct bunzip_data { struct
59472 int writeCopies;
59473 int writePos;
59474 int writeRunCountdown;
59475 int writeCount;
59476 int writeCurrent;
59477 long int (*fill)(void *, long unsigned int);
59478 long int inbufCount;
59479 long int inbufPos;
59480 unsigned char *inbuf;
[all …]