have 67 crypto/md5.c size_t have, need;
have 70 crypto/md5.c have = (size_t)((ctx->count >> 3) & (MD5_BLOCK_LENGTH - 1));
have 71 crypto/md5.c need = MD5_BLOCK_LENGTH - have;
have 77 crypto/md5.c if (have != 0) {
have 78 crypto/md5.c bcopy(input, ctx->buffer + have, need);
have 82 crypto/md5.c have = 0;
have 95 crypto/md5.c bcopy(input, ctx->buffer + have, len);
have 106 crypto/rmd160.c u_int32_t have, off, need;
have 108 crypto/rmd160.c have = (ctx->count/8) % 64;
have 109 crypto/rmd160.c need = 64 - have;
have 114 crypto/rmd160.c if (have) {
have 115 crypto/rmd160.c memcpy(ctx->buffer + have, input, need);
have 118 crypto/rmd160.c have = 0;
have 127 crypto/rmd160.c memcpy(ctx->buffer + have, input+off, len-off);
have 124 lib/libz/infback.c have = strm->avail_in; \
have 135 lib/libz/infback.c strm->avail_in = have; \
have 151 lib/libz/infback.c if (have == 0) { \
have 152 lib/libz/infback.c have = in(in_desc, &next); \
have 153 lib/libz/infback.c if (have == 0) { \
have 166 lib/libz/infback.c have--; \
have 251 lib/libz/infback.c unsigned have, left; /* available input and output */
have 274 lib/libz/infback.c have = next != Z_NULL ? strm->avail_in : 0;
have 344 lib/libz/infback.c if (copy > have) copy = have;
have 347 lib/libz/infback.c have -= copy;
have 380 lib/libz/infback.c state->have = 0;
have 381 lib/libz/infback.c while (state->have < state->ncode) {
have 383 lib/libz/infback.c state->lens[order[state->have++]] = (unsigned short)BITS(3);
have 386 lib/libz/infback.c while (state->have < 19)
have 387 lib/libz/infback.c state->lens[order[state->have++]] = 0;
have 401 lib/libz/infback.c state->have = 0;
have 402 lib/libz/infback.c while (state->have < state->nlen + state->ndist) {
have 411 lib/libz/infback.c state->lens[state->have++] = this.val;
have 417 lib/libz/infback.c if (state->have == 0) {
have 422 lib/libz/infback.c len = (unsigned)(state->lens[state->have - 1]);
have 440 lib/libz/infback.c if (state->have + copy > state->nlen + state->ndist) {
have 446 lib/libz/infback.c state->lens[state->have++] = (unsigned short)len;
have 479 lib/libz/infback.c if (have >= 6 && left >= 258) {
have 624 lib/libz/infback.c strm->avail_in = have;
have 101 lib/libz/inflate.c local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
have 409 lib/libz/inflate.c have = strm->avail_in; \
have 420 lib/libz/inflate.c strm->avail_in = have; \
have 436 lib/libz/inflate.c if (have == 0) goto inf_leave; \
have 437 lib/libz/inflate.c have--; \
have 562 lib/libz/inflate.c unsigned have, left; /* available input and output */
have 588 lib/libz/inflate.c in = have;
have 707 lib/libz/inflate.c if (copy > have) copy = have;
have 718 lib/libz/inflate.c have -= copy;
have 728 lib/libz/inflate.c if (have == 0) goto inf_leave;
have 736 lib/libz/inflate.c } while (len && copy < have);
have 739 lib/libz/inflate.c have -= copy;
have 749 lib/libz/inflate.c if (have == 0) goto inf_leave;
have 757 lib/libz/inflate.c } while (len && copy < have);
have 760 lib/libz/inflate.c have -= copy;
have 859 lib/libz/inflate.c if (copy > have) copy = have;
have 863 lib/libz/inflate.c have -= copy;
have 893 lib/libz/inflate.c state->have = 0;
have 896 lib/libz/inflate.c while (state->have < state->ncode) {
have 898 lib/libz/inflate.c state->lens[order[state->have++]] = (unsigned short)BITS(3);
have 901 lib/libz/inflate.c while (state->have < 19)
have 902 lib/libz/inflate.c state->lens[order[state->have++]] = 0;
have 918 lib/libz/inflate.c state->have = 0;
have 921 lib/libz/inflate.c while (state->have < state->nlen + state->ndist) {
have 930 lib/libz/inflate.c state->lens[state->have++] = this.val;
have 936 lib/libz/inflate.c if (state->have == 0) {
have 945 lib/libz/inflate.c len = state->lens[state->have - 1];
have 963 lib/libz/inflate.c if (state->have + copy > state->nlen + state->ndist) {
have 973 lib/libz/inflate.c state->lens[state->have++] = (unsigned short)len;
have 1012 lib/libz/inflate.c if (have >= 6 && left >= 258) {
have 1321 lib/libz/inflate.c local unsigned syncsearch(have, buf, len)
have 1322 lib/libz/inflate.c unsigned FAR *have;
have 1329 lib/libz/inflate.c got = *have;
have 1340 lib/libz/inflate.c *have = got;
have 1368 lib/libz/inflate.c state->have = 0;
have 1369 lib/libz/inflate.c syncsearch(&(state->have), buf, len);
have 1373 lib/libz/inflate.c len = syncsearch(&(state->have), strm->next_in, strm->avail_in);
have 1379 lib/libz/inflate.c if (state->have != 4) return Z_DATA_ERROR;
have 110 lib/libz/inflate.h unsigned have; /* number of code lengths in lens[] */
have 487 netinet/ip_ipsp.h #define SPI_CHAIN_ATTRIB(have, TDB_DIR, TDBP) do {\
have 491 netinet/ip_ipsp.h (have) = 0; \
have 495 netinet/ip_ipsp.h (have) |= TDB_ATTRIB(tmptdb); \
have 782 nfs/nfs_syscalls.c int i, have, start;
have 784 nfs/nfs_syscalls.c for (have = 0, i = 0; i < NFS_MAXASYNCDAEMON; i++)
have 786 nfs/nfs_syscalls.c have++;
have 792 nfs/nfs_syscalls.c start = nfs_niothreads - have;
have 806 nfs/nfs_syscalls.c nfs_niothreads = have;