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

1 2 3 4 5 6 7 8 910

  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_check.in4 15 mail hold@hold.domain
16 mail holdtext@hold.domain
17 mail discard@hold.domain
18 mail discardtext@hold.domain
  /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...]
inflate.c 123 state->hold = 0;
233 state->hold = 0;
239 state->hold += (unsigned)value << state->bits;
452 hold = state->hold; \
463 state->hold = hold; \
470 hold = 0; \
480 hold += (unsigned long)(*next++) << bits; \
494 ((unsigned)hold & ((1U << (n)) - 1)
597 unsigned long hold; \/* bit buffer *\/ local
    [all...]
  /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...]
inflate.c 128 state->hold = 0;
146 state->hold += value << state->bits;
416 hold = state->hold; \
427 state->hold = hold; \
434 hold = 0; \
444 hold += (unsigned long)(*next++) << bits; \
458 ((unsigned)hold & ((1U << (n)) - 1))
463 hold >>= (n);
569 unsigned long hold; \/* bit buffer *\/ local
    [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...]
inflate.c 121 state->hold = 0;
231 state->hold = 0;
237 state->hold += (unsigned)value << state->bits;
450 hold = state->hold; \
461 state->hold = hold; \
468 hold = 0; \
478 hold += (unsigned long)(*next++) << bits; \
492 ((unsigned)hold & ((1U << (n)) - 1)
595 unsigned long hold; \/* bit buffer *\/ local
    [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...]
  /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...]
  /src/external/gpl3/gdb/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...]
inflate.c 121 state->hold = 0;
231 state->hold = 0;
237 state->hold += (unsigned)value << state->bits;
450 hold = state->hold; \
461 state->hold = hold; \
468 hold = 0; \
478 hold += (unsigned long)(*next++) << bits; \
492 ((unsigned)hold & ((1U << (n)) - 1)
595 unsigned long hold; \/* bit buffer *\/ local
    [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...]
inffasx64.asm 53 mov rdx, [rsp+80] ; /* rdx = hold */
78 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
97 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
100 and r8, rdx ; /* r8 &= hold */
101 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
105 shr rdx, cl ; /* hold >>= this.bits */
115 and r8, rdx ; /* r8 &= hold */
116 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
121 shr rdx, cl ; /* hold >>= this.bits */
147 and eax, edx ; /* eax &= hold */
    [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...]
inffasx64.asm 53 mov rdx, [rsp+80] ; /* rdx = hold */
78 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
97 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
100 and r8, rdx ; /* r8 &= hold */
101 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
105 shr rdx, cl ; /* hold >>= this.bits */
115 and r8, rdx ; /* r8 &= hold */
116 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
121 shr rdx, cl ; /* hold >>= this.bits */
147 and eax, edx ; /* eax &= hold */
    [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...]
inffasx64.asm 53 mov rdx, [rsp+80] ; /* rdx = hold */
78 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
97 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
100 and r8, rdx ; /* r8 &= hold */
101 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
105 shr rdx, cl ; /* hold >>= this.bits */
115 and r8, rdx ; /* r8 &= hold */
116 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
121 shr rdx, cl ; /* hold >>= this.bits */
147 and eax, edx ; /* eax &= hold */
    [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...]
inffasx64.asm 53 mov rdx, [rsp+80] ; /* rdx = hold */
78 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
97 or rdx, rax ; /* hold |= *((uint *)in)++ << bits */
100 and r8, rdx ; /* r8 &= hold */
101 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
105 shr rdx, cl ; /* hold >>= this.bits */
115 and r8, rdx ; /* r8 &= hold */
116 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
121 shr rdx, cl ; /* hold >>= this.bits */
147 and eax, edx ; /* eax &= hold */
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-mn10300.c 29 /* Structure to hold information about predefined registers. */
1270 char *hold;
1317 hold = input_line_pointer;
1324 input_line_pointer = hold;
1325 str = hold;
1336 input_line_pointer = hold;
1337 str = hold;
1345 input_line_pointer = hold;
1346 str = hold;
1358 input_line_pointer = hold;
1267 char *hold; local
    [all...]
tc-mn10200.c 27 /* Structure to hold information about predefined registers. */
902 char *hold;
937 hold = input_line_pointer;
944 input_line_pointer = hold;
945 str = hold;
956 input_line_pointer = hold;
957 str = hold;
965 input_line_pointer = hold;
966 str = hold;
978 input_line_pointer = hold;
899 char *hold; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mn10300.c 29 /* Structure to hold information about predefined registers. */
1270 char *hold;
1317 hold = input_line_pointer;
1324 input_line_pointer = hold;
1325 str = hold;
1336 input_line_pointer = hold;
1337 str = hold;
1345 input_line_pointer = hold;
1346 str = hold;
1358 input_line_pointer = hold;
1267 char *hold; local
    [all...]
tc-mn10200.c 27 /* Structure to hold information about predefined registers. */
903 char *hold;
938 hold = input_line_pointer;
945 input_line_pointer = hold;
946 str = hold;
957 input_line_pointer = hold;
958 str = hold;
966 input_line_pointer = hold;
967 str = hold;
979 input_line_pointer = hold;
900 char *hold; local
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.c 217 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
287 state->hold = 0;
302 state->hold += value << state->bits;
679 hold = state->hold; \
690 state->hold = hold; \
697 hold = 0; \
707 hold += (unsigned long)(*next++) << bits; \
721 ((unsigned)hold & ((1U << (n)) - 1)
1130 unsigned long hold; \/* local strm->hold *\/ local
1439 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;

Completed in 29 milliseconds

1 2 3 4 5 6 7 8 910