Searched refs:bget (Results 1 – 3 of 3) sorted by relevance
/external/zlib/src/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 …]
|
/external/e2fsprogs/tests/progs/ |
D | test_rel_cmds.ct | 21 brel_get, bget;
|
/external/icu/icu4c/source/test/cintltst/ |
D | cnumtst.c | 2926 char bget[kBBufSize]; in TestVariousStylesAndAttributes() local 2928 u_strToUTF8(bget, kBBufSize, NULL, uget, ugetlen, &status); in TestVariousStylesAndAttributes() 2930 … (int)lsaTestPtr->style, lsaTestPtr->locale, lsaTestPtr->attribute, veItemPtr->value, bexp, bget); in TestVariousStylesAndAttributes()
|