Searched refs:bget (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/ |
D | gzjoin.c | 140 #define bget(in) (in->left ? 0 : bload(in), \ macro 149 val = bget(in); in bget4() 150 val += (unsigned long)(bget(in)) << 8; in bget4() 151 val += (unsigned long)(bget(in)) << 16; in bget4() 152 val += (unsigned long)(bget(in)) << 24; in bget4() 209 if (bget(in) != 0x1f || bget(in) != 0x8b || bget(in) != 8) in gzhead() 213 flags = bget(in); in gzhead() 224 len = bget(in); in gzhead() 225 len += (unsigned)(bget(in)) << 8; in gzhead() 231 while (bget(in) != 0) in gzhead() [all …]
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/ |
D | gzjoin.c | 140 #define bget(in) (in->left ? 0 : bload(in), \ macro 149 val = bget(in); in bget4() 150 val += (unsigned long)(bget(in)) << 8; in bget4() 151 val += (unsigned long)(bget(in)) << 16; in bget4() 152 val += (unsigned long)(bget(in)) << 24; in bget4() 209 if (bget(in) != 0x1f || bget(in) != 0x8b || bget(in) != 8) in gzhead() 213 flags = bget(in); in gzhead() 224 len = bget(in); in gzhead() 225 len += (unsigned)(bget(in)) << 8; in gzhead() 231 while (bget(in) != 0) in gzhead() [all …]
|
/third_party/zlib/examples/ |
D | gzjoin.c | 140 #define bget(in) (in->left ? 0 : bload(in), \ macro 149 val = bget(in); in bget4() 150 val += (unsigned long)(bget(in)) << 8; in bget4() 151 val += (unsigned long)(bget(in)) << 16; in bget4() 152 val += (unsigned long)(bget(in)) << 24; in bget4() 209 if (bget(in) != 0x1f || bget(in) != 0x8b || bget(in) != 8) in gzhead() 213 flags = bget(in); in gzhead() 224 len = bget(in); in gzhead() 225 len += (unsigned)(bget(in)) << 8; in gzhead() 231 while (bget(in) != 0) in gzhead() [all …]
|
/third_party/e2fsprogs/tests/progs/ |
D | test_rel_cmds.ct | 21 brel_get, bget;
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cnumtst.c | 3011 char bget[kBBufSize]; in TestVariousStylesAndAttributes() local 3013 u_strToUTF8(bget, kBBufSize, NULL, uget, ugetlen, &status); in TestVariousStylesAndAttributes() 3015 … (int)lsaTestPtr->style, lsaTestPtr->locale, lsaTestPtr->attribute, veItemPtr->value, bexp, bget); in TestVariousStylesAndAttributes()
|