Searched refs:B_size (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/apr/random/unix/ |
| HD | apr_random.c | 68 #define B_size(g) ((g)->prng_hash->size) macro 72 #define H_size(g) (B_size(g)+K_size(g)) 138 g->randomness = apr_palloc(p,B_size(g)); in apr_random_init() 209 hash_finish(g->key_hash,H+B_size(g)); in rekey() 266 hash(g->prng_hash,random,g->H,B_size(g)); in apr_random_block() 279 g->random_bytes = B_size(g); in apr_random_bytes() 282 memcpy(&random[n],g->randomness+B_size(g)-g->random_bytes,l); in apr_random_bytes()
|
| /NextBSD/usr.bin/fetch/ |
| HD | fetch.c | 58 static off_t B_size; /* -B: buffer size */ variable 717 setvbuf(f, NULL, _IOFBF, B_size); in fetch() 720 if (us.size != -1 && us.size - count < B_size && in fetch() 724 size = B_size; in fetch() 894 B_size = (off_t)strtol(optarg, &end, 10); in main() 1060 if (B_size < MINBUFSIZE) in main() 1061 B_size = MINBUFSIZE; in main() 1062 if ((buf = malloc(B_size)) == NULL) in main()
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | FileUtilities.cpp | 203 uint64_t B_size = F2.getBufferSize(); in DiffFilesWithTolerance() local 206 if (A_size == B_size && in DiffFilesWithTolerance()
|