Searched refs:bget (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/libz-sys/src/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 …]
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_alloc.cpp | 47 static void *bget(kmp_info_t *th, bufsize size); 425 static void *bget(kmp_info_t *th, bufsize requested_size) { in bget() function 621 buf = bget( in bget() 638 char *buf = (char *)bget(th, size); in bgetz() 672 nbuf = bget(th, size); in bgetr() 1098 ptr = bget(__kmp_entry_thread(), (bufsize)(size + sizeof(ptr))); in kmpc_malloc() 1119 ptr_allocated = bget(__kmp_entry_thread(), (bufsize)size); in kmpc_aligned_malloc() 1146 result = bget(__kmp_entry_thread(), (bufsize)(size + sizeof(ptr))); in kmpc_realloc() 1189 ptr = bget(th, (bufsize)size); in ___kmp_thread_malloc() 1962 alloc_ptr = bget(this_thr, (bufsize)alloc_size); in ___kmp_fast_allocate()
|
/external/e2fsprogs/tests/progs/ |
D | test_rel_cmds.ct | 21 brel_get, bget;
|
/external/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()
|