Searched refs:hold (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-9.3-release/lib/libz/
H A Dinffast.c84 unsigned long hold; /* local strm->hold */ local
111 hold = state->hold;
122 hold += (unsigned long)(PUP(in)) << bits;
124 hold += (unsigned long)(PUP(in)) << bits;
127 here = lcode[hold & lmask];
130 hold >>= op;
144 hold += (unsigned long)(PUP(in)) << bits;
147 len += (unsigned)hold
[all...]
H A Dinflate.c120 state->hold = 0;
240 state->hold = 0;
246 state->hold += value << state->bits;
465 hold = state->hold; \
476 state->hold = hold; \
483 hold = 0; \
493 hold += (unsigned long)(*next++) << bits; \
507 ((unsigned)hold
613 unsigned long hold; /* bit buffer */ local
[all...]
H A Dinflate.h98 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
H A Dinfback.c134 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; /* bi local
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinffast.c86 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
[all...]
H A Dinflate.c128 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 >>
569 unsigned long hold; /* bit buffer */ local
[all...]
H A Dinflate.h96 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
/freebsd-9.3-release/sys/dev/asr/
H A Ddptalign.h194 # define setU2(x,y,z) { unsigned short hold = (unsigned short)(z); \
196 = osdLocal2(&hold); \
200 # define setBU2(x,y,z) { unsigned short hold = (unsigned short)(z); \
202 = osdLocal2(&hold); \
206 # define setLU2(x,y,z) { unsigned short hold = (unsigned short)(z); \
208 = osdSLocal2(&hold); \
218 { unsigned DPT_4_BYTES hold = z; \
219 *(getUP1(x,y)) = (unsigned char)(hold >> 16L); \
221 = (unsigned short)hold; \
225 { unsigned DPT_4_BYTES hold
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dignore.c107 * for keeping a temporary list of wildcards at the end, if the "hold"
111 ign_add_file (file, hold)
113 int hold;
135 if (hold)
162 ign_add (line, hold);
174 ign_add (ign, hold)
176 int hold;
208 if (!hold)
/freebsd-9.3-release/contrib/ntp/lib/isc/tests/
H A Dtaskpool_test.c67 isc_taskpool_t *pool1 = NULL, *pool2 = NULL, *hold = NULL; local
79 hold = pool1;
83 ATF_REQUIRE_EQ(pool2, hold);
89 hold = pool1;
93 ATF_REQUIRE_EQ(pool2, hold);
99 hold = pool1;
103 ATF_REQUIRE(pool2 != hold);
/freebsd-9.3-release/contrib/binutils/gas/
H A Dstabs.c513 char *hold; local
528 hold = input_line_pointer;
569 input_line_pointer = hold;
579 char *hold; local
593 hold = input_line_pointer;
645 input_line_pointer = hold;
656 char *hold = input_line_pointer; local
675 input_line_pointer = hold;
687 char *hold = input_line_pointer; local
700 input_line_pointer = hold;
[all...]
H A Dcgen.c364 char * volatile hold; local
368 static char *hold;
389 hold = input_line_pointer;
398 input_line_pointer = (char *) hold;
409 input_line_pointer = hold;
/freebsd-9.3-release/lib/libc/stdio/
H A Dprintf-pos.c197 int hold = types->nextarg; local
201 types->nextarg = hold;
223 int hold = types->nextarg; local
227 types->nextarg = hold;
/freebsd-9.3-release/contrib/ntp/tests/libntp/
H A Dcalendar.c641 vint64 hold;
648 hold = ntpcal_ntp_to_ntp(
650 texp = vint64_to_time(&hold);
672 (unsigned long)hold.D_s.lo);
673 TEST_ASSERT_EQUAL_MESSAGE(ntp_vals[iloop], hold.D_s.lo, lbuf);
699 vint64 hold;
707 hold = ntpcal_ntp_to_time(
709 texp = vint64_to_time(&hold);
/freebsd-9.3-release/sys/fs/devfs/
H A Ddevfs_vfsops.c180 int hold; local
194 hold = --fmp->dm_holdcnt;
199 if (hold == 0)
/freebsd-9.3-release/sys/dev/siis/
H A Dsiis.c1334 /* If it was NCQ or ATAPI command error, put result on hold. */
1338 ch->hold[slot->slot] = ccb;
1351 /* if there commands on hold, we can do recovery. */
1379 if (ch->hold[i])
1390 if (ch->hold[i] == NULL)
1392 ch->hold[i]->ccb_h.status &= ~CAM_STATUS_MASK;
1393 ch->hold[i]->ccb_h.status |= CAM_RESRC_UNAVAIL;
1394 xpt_done(ch->hold[i]);
1395 ch->hold[i] = NULL;
1401 ccb->ccb_h = ch->hold[
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-pim.c132 int hold; local
135 hold = EXTRACT_16BITS(&bp[6]);
136 if (hold != 180) {
138 relts_print(hold);
276 (void)printf(" RP %s hold ", ipaddr_string(&bp[16]));
330 int hold; local
352 hold = EXTRACT_16BITS(&bp[2]);
353 if (hold)
/freebsd-9.3-release/sbin/ping/
H A Dping.c236 int almost_done, ch, df, hold, i, icmp_len, mib[4], preload, sockerrno, local
599 hold = 1;
601 (void)setsockopt(s, SOL_SOCKET, SO_DEBUG, (char *)&hold,
602 sizeof(hold));
604 (void)setsockopt(s, SOL_SOCKET, SO_DONTROUTE, (char *)&hold,
605 sizeof(hold));
646 setsockopt(s, IPPROTO_IP, IP_HDRINCL, &hold, sizeof(hold));
734 hold = IP_MAXPACKET + 128;
735 (void)setsockopt(s, SOL_SOCKET, SO_RCVBUF, (char *)&hold,
[all...]
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dsio.S66 subb $0x5,%dl # Transmitter hold reg
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dstabs.c101 /* A list of these structures is used to hold pending variable
118 /* A list of these structures is used to hold the types for a single
141 /* Slot to hold real type when we discover it. If we don't, we fill
1313 const char *hold; local
1318 hold = *pp;
1332 *pp = hold;
2942 const char *hold; local
2971 hold = *pp;
2986 *pp = hold;
3197 block before the N_LBRAC, so we must hold ont
3876 const char *hold; local
4767 const char *hold; local
4979 const char *hold; local
[all...]
/freebsd-9.3-release/sys/dev/ahci/
H A Dahci.c2268 /* If it was NCQ or ATAPI command error, put result on hold. */
2272 ch->hold[slot->slot] = ccb;
2288 /* if there commands on hold, we can do READ LOG. */
2322 if (ch->hold[i])
2331 if (ch->hold[i] == NULL)
2333 ch->hold[i]->ccb_h.status &= ~CAM_STATUS_MASK;
2334 ch->hold[i]->ccb_h.status |= CAM_RESRC_UNAVAIL;
2335 xpt_done(ch->hold[i]);
2336 ch->hold[i] = NULL;
2342 ccb->ccb_h = ch->hold[
[all...]
/freebsd-9.3-release/sys/dev/mvs/
H A Dmvs.c1735 /* If it was NCQ or ATAPI command error, put result on hold. */
1739 ch->hold[slot->slot] = ccb;
1755 /* if there commands on hold, we can do READ LOG. */
1789 if (ch->hold[i])
1798 if (ch->hold[i] == NULL)
1800 ch->hold[i]->ccb_h.status &= ~CAM_STATUS_MASK;
1801 ch->hold[i]->ccb_h.status |= CAM_RESRC_UNAVAIL;
1802 xpt_done(ch->hold[i]);
1803 ch->hold[i] = NULL;
1809 ccb->ccb_h = ch->hold[
[all...]
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dvfprintf.c280 int hold = nextarg; \
288 nextarg = hold; \
869 int hold = nextarg; \
872 nextarg = hold; \
/freebsd-9.3-release/sys/boot/i386/kgzldr/
H A Dsio.s42 subb $0x5,%dl # Transmitter hold reg
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-cr16.c73 /* Array to hold an instruction encoding. */
139 char *hold = input_line_pointer; local
154 input_line_pointer = hold;
167 as_bad (_("field width \"%s\" too complex for a bitfield"), hold);
184 input_line_pointer = hold;
190 hold = ++input_line_pointer;
198 as_bad (_("field value \"%s\" too complex for a bitfield"), hold);
212 hold = ++input_line_pointer;

Completed in 190 milliseconds

123