Searched refs:bget (Results 1 - 3 of 3) sorted by relevance
/third_party/zlib/examples/ |
H A 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(i in gzhead() [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cnumtst.c | 3026 char bget[kBBufSize]; in TestVariousStylesAndAttributes() local 3028 u_strToUTF8(bget, kBBufSize, NULL, uget, ugetlen, &status); in TestVariousStylesAndAttributes() 3030 (int)lsaTestPtr->style, lsaTestPtr->locale, lsaTestPtr->attribute, veItemPtr->value, bexp, bget); in TestVariousStylesAndAttributes()
|
H A D | cloctst.c | 7128 char bexp[kBNameBuf], bget[kBNameBuf]; in TestUldnNameVariants() local 7130 u_strToUTF8(bget, kBNameBuf, NULL, uget, ulenget, &status); in TestUldnNameVariants() 7133 itemPtr->localeToName, ulenexp, bexp, ulenget, bget ); in TestUldnNameVariants()
|
Completed in 15 milliseconds