HomeSort by: relevance | last modified time | path
    Searched defs:hold (Results 1 - 25 of 122) sorted by relevancy

1 2 3 4 5

  /src/common/dist/zlib/
inffast.c 66 unsigned long hold; /* local strm->hold */ local
93 hold = state->hold;
104 hold += (unsigned long)(*in++) << bits;
106 hold += (unsigned long)(*in++) << bits;
109 here = lcode + (hold & lmask);
112 hold >>= op;
126 hold += (unsigned long)(*in++) << bits;
129 len += (unsigned)hold & ((1U << op) - 1)
    [all...]
infback.c 128 hold = state->hold; \
139 state->hold = hold; \
146 hold = 0; \
170 hold += (unsigned long)(*next++) << bits; \
185 ((unsigned)hold & ((1U << (n)) - 1))
190 hold >>= (n); \
197 hold >>= bits & 7; \
250 unsigned long hold; /* bit buffer * local
    [all...]
  /src/usr.bin/whatis/
whatis.c 154 char hold[MAXPATHLEN + 1]; local
161 (void)sprintf(hold, "%s/%s", name, _PATH_WHATIS);
162 name = hold;
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_add_filter_b64encode.c 51 unsigned char hold[LBYTES]; member in struct:private_b64encode
225 state->hold[state->hold_len++] = *p++;
230 la_b64_encode(&state->encoded_buff, state->hold, LBYTES);
239 memcpy(state->hold, p, length);
265 la_b64_encode(&state->encoded_buff, state->hold, state->hold_len);
archive_write_add_filter_uuencode.c 51 unsigned char hold[LBYTES]; member in struct:private_uuencode
216 state->hold[state->hold_len++] = *p++;
221 uu_encode(&state->encoded_buff, state->hold, LBYTES);
230 memcpy(state->hold, p, length);
256 uu_encode(&state->encoded_buff, state->hold, state->hold_len);
  /src/external/cddl/osnet/dist/uts/common/zmod/
inffast.c 86 unsigned long hold; /* local strm->hold */ local
113 hold = state->hold;
124 hold += (unsigned long)(PUP(in)) << bits;
126 hold += (unsigned long)(PUP(in)) << bits;
129 this = lcode[hold & lmask];
132 hold >>= op;
146 hold += (unsigned long)(PUP(in)) << bits;
149 len += (unsigned)hold & ((1U << op) - 1)
    [all...]
  /src/external/gpl3/binutils/dist/zlib/contrib/masmx64/
inffas8664.c 94 /* 80 40 */ size_t /*unsigned long */hold; /* edx rdx local strm->hold */ member in struct:inffast_ar
135 ar.hold = state->hold;
145 /* align in on 1/2 hold size boundary */
146 while (((size_t)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
147 ar.hold += (unsigned long)*ar.in++ << ar.bits;
170 ar.hold &= (1U << ar.bits) - 1;
181 state->hold = (unsigned long)ar.hold;
    [all...]
  /src/external/gpl3/binutils/dist/zlib/
inffast.c 64 unsigned long hold; /* local strm->hold */ local
91 hold = state->hold;
102 hold += (unsigned long)(*in++) << bits;
104 hold += (unsigned long)(*in++) << bits;
107 here = lcode + (hold & lmask);
110 hold >>= op;
124 hold += (unsigned long)(*in++) << bits;
127 len += (unsigned)hold & ((1U << op) - 1)
    [all...]
infback.c 126 hold = state->hold; \
137 state->hold = hold; \
144 hold = 0; \
168 hold += (unsigned long)(*next++) << bits; \
183 ((unsigned)hold & ((1U << (n)) - 1))
188 hold >>= (n); \
195 hold >>= bits & 7; \
248 unsigned long hold; /* bit buffer * local
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/masmx64/
inffas8664.c 94 /* 80 40 */ size_t /*unsigned long */hold; /* edx rdx local strm->hold */ member in struct:inffast_ar
135 ar.hold = state->hold;
145 /* align in on 1/2 hold size boundary */
146 while (((size_t)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
147 ar.hold += (unsigned long)*ar.in++ << ar.bits;
170 ar.hold &= (1U << ar.bits) - 1;
181 state->hold = (unsigned long)ar.hold;
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/
inffast.c 67 unsigned long hold; /* local strm->hold */ local
94 hold = state->hold;
105 hold += (unsigned long)(*in++) << bits;
107 hold += (unsigned long)(*in++) << bits;
110 here = lcode + (hold & lmask);
113 hold >>= op;
127 hold += (unsigned long)(*in++) << bits;
130 len += (unsigned)hold & ((1U << op) - 1)
    [all...]
infback.c 134 hold = state->hold; \
145 state->hold = hold; \
152 hold = 0; \
176 hold += (unsigned long)(*next++) << bits; \
191 ((unsigned)hold & ((1U << (n)) - 1))
196 hold >>= (n); \
203 hold >>= bits & 7; \
261 unsigned long hold; /* bit buffer * local
    [all...]
  /src/external/gpl3/gdb/dist/zlib/contrib/masmx64/
inffas8664.c 94 /* 80 40 */ size_t /*unsigned long */hold; /* edx rdx local strm->hold */ member in struct:inffast_ar
135 ar.hold = state->hold;
145 /* align in on 1/2 hold size boundary */
146 while (((size_t)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
147 ar.hold += (unsigned long)*ar.in++ << ar.bits;
170 ar.hold &= (1U << ar.bits) - 1;
181 state->hold = (unsigned long)ar.hold;
    [all...]
  /src/external/gpl3/gdb/dist/zlib/
inffast.c 67 unsigned long hold; /* local strm->hold */ local
94 hold = state->hold;
105 hold += (unsigned long)(*in++) << bits;
107 hold += (unsigned long)(*in++) << bits;
110 here = lcode + (hold & lmask);
113 hold >>= op;
127 hold += (unsigned long)(*in++) << bits;
130 len += (unsigned)hold & ((1U << op) - 1)
    [all...]
infback.c 134 hold = state->hold; \
145 state->hold = hold; \
152 hold = 0; \
176 hold += (unsigned long)(*next++) << bits; \
191 ((unsigned)hold & ((1U << (n)) - 1))
196 hold >>= (n); \
203 hold >>= bits & 7; \
261 unsigned long hold; /* bit buffer * local
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/masmx64/
inffas8664.c 94 /* 80 40 */ size_t /*unsigned long */hold; /* edx rdx local strm->hold */ member in struct:inffast_ar
135 ar.hold = state->hold;
145 /* align in on 1/2 hold size boundary */
146 while (((size_t)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
147 ar.hold += (unsigned long)*ar.in++ << ar.bits;
170 ar.hold &= (1U << ar.bits) - 1;
181 state->hold = (unsigned long)ar.hold;
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/
inffast.c 67 unsigned long hold; /* local strm->hold */ local
94 hold = state->hold;
105 hold += (unsigned long)(*in++) << bits;
107 hold += (unsigned long)(*in++) << bits;
110 here = lcode + (hold & lmask);
113 hold >>= op;
127 hold += (unsigned long)(*in++) << bits;
130 len += (unsigned)hold & ((1U << op) - 1)
    [all...]
infback.c 134 hold = state->hold; \
145 state->hold = hold; \
152 hold = 0; \
176 hold += (unsigned long)(*next++) << bits; \
191 ((unsigned)hold & ((1U << (n)) - 1))
196 hold >>= (n); \
203 hold >>= bits & 7; \
261 unsigned long hold; /* bit buffer * local
    [all...]
  /src/usr.bin/apropos/
apropos.c 167 char hold[MAXPATHLEN + 1]; local
181 (void)snprintf(hold, sizeof(hold), "%s/%s", name,
183 name = hold;
  /src/usr.bin/mail/
sig.c 342 } hold; variable in typeref:struct:__anon8284
345 * Hold signals SIGHUP, SIGINT, and SIGQUIT.
352 if (hold.depth++ == 0) {
357 (void)sigprocmask(SIG_BLOCK, &nset, &hold.oset);
368 if (--hold.depth == 0)
369 (void)sigprocmask(SIG_SETMASK, &hold.oset, NULL);
  /src/external/gpl3/binutils/dist/zlib/contrib/inflate86/
inffas86.c 89 /* 80 40 */ unsigned long hold; /* edx rdx local strm->hold */ member in struct:inffast_ar
118 ar.hold = state->hold;
128 /* align in on 1/2 hold size boundary */
129 while (((unsigned long)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
130 ar.hold += (unsigned long)*ar.in++ << ar.bits;
146 " movq 80(%%rsp), %%rdx\n" /* rdx = hold */
168 " orq %%rax, %%rdx\n" /* hold |= *((uint *)in)++ << bits */
187 " orq %%rax, %%rdx\n" /* hold |= *((uint *)in)++ << bits *
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/inflate86/
inffas86.c 89 /* 80 40 */ unsigned long hold; /* edx rdx local strm->hold */ member in struct:inffast_ar
118 ar.hold = state->hold;
128 /* align in on 1/2 hold size boundary */
129 while (((unsigned long)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
130 ar.hold += (unsigned long)*ar.in++ << ar.bits;
146 " movq 80(%%rsp), %%rdx\n" /* rdx = hold */
168 " orq %%rax, %%rdx\n" /* hold |= *((uint *)in)++ << bits */
187 " orq %%rax, %%rdx\n" /* hold |= *((uint *)in)++ << bits *
    [all...]
  /src/external/gpl3/gdb/dist/zlib/contrib/inflate86/
inffas86.c 89 /* 80 40 */ unsigned long hold; /* edx rdx local strm->hold */ member in struct:inffast_ar
118 ar.hold = state->hold;
128 /* align in on 1/2 hold size boundary */
129 while (((unsigned long)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
130 ar.hold += (unsigned long)*ar.in++ << ar.bits;
146 " movq 80(%%rsp), %%rdx\n" /* rdx = hold */
168 " orq %%rax, %%rdx\n" /* hold |= *((uint *)in)++ << bits */
187 " orq %%rax, %%rdx\n" /* hold |= *((uint *)in)++ << bits *
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/inflate86/
inffas86.c 89 /* 80 40 */ unsigned long hold; /* edx rdx local strm->hold */ member in struct:inffast_ar
118 ar.hold = state->hold;
128 /* align in on 1/2 hold size boundary */
129 while (((unsigned long)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
130 ar.hold += (unsigned long)*ar.in++ << ar.bits;
146 " movq 80(%%rsp), %%rdx\n" /* rdx = hold */
168 " orq %%rax, %%rdx\n" /* hold |= *((uint *)in)++ << bits */
187 " orq %%rax, %%rdx\n" /* hold |= *((uint *)in)++ << bits *
    [all...]
  /src/common/dist/zlib/contrib/blast/
blast.c 434 static unsigned char hold[CHUNK]; local
436 *buf = hold;
437 return fread(hold, 1, CHUNK, (FILE *)how);

Completed in 40 milliseconds

1 2 3 4 5