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

123

/freebsd-11-stable/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-11-stable/sys/contrib/zlib/
H A Dinffast.c67 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
[all...]
H A Dinflate.c135 state->hold = 0;
257 state->hold = 0;
263 state->hold += (unsigned)value << state->bits;
482 hold = state->hold; \
493 state->hold = hold; \
500 hold = 0; \
510 hold += (unsigned long)(*next++) << bits; \
524 ((unsigned)hold
630 unsigned long hold; /* bit buffer */ local
[all...]
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...]
H A Dinflate.h101 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_uuencode.c53 unsigned char hold[LBYTES]; member in struct:private_uuencode
218 state->hold[state->hold_len++] = *p++;
223 uu_encode(&state->encoded_buff, state->hold, LBYTES);
232 memcpy(state->hold, p, length);
258 uu_encode(&state->encoded_buff, state->hold, state->hold_len);
H A Darchive_write_add_filter_b64encode.c53 unsigned char hold[LBYTES]; member in struct:private_b64encode
227 state->hold[state->hold_len++] = *p++;
232 la_b64_encode(&state->encoded_buff, state->hold, LBYTES);
241 memcpy(state->hold, p, length);
267 la_b64_encode(&state->encoded_buff, state->hold, state->hold_len);
/freebsd-11-stable/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-11-stable/contrib/netbsd-tests/kernel/
H A Dt_umountstress.sh64 touch ${TMPMP}/hold
65 exec 9< ${TMPMP}/hold
/freebsd-11-stable/sys/fs/devfs/
H A Ddevfs_vfsops.c179 int hold; local
195 hold = --fmp->dm_holdcnt;
200 if (hold == 0)
/freebsd-11-stable/sbin/ping/
H A Dping.c251 int almost_done, ch, df, hold, i, icmp_len, mib[4], preload; local
662 hold = 1;
664 (void)setsockopt(ssend, SOL_SOCKET, SO_DEBUG, (char *)&hold,
665 sizeof(hold));
666 (void)setsockopt(srecv, SOL_SOCKET, SO_DEBUG, (char *)&hold,
667 sizeof(hold));
670 (void)setsockopt(ssend, SOL_SOCKET, SO_DONTROUTE, (char *)&hold,
671 sizeof(hold));
712 setsockopt(ssend, IPPROTO_IP, IP_HDRINCL, &hold, sizeof(hold));
[all...]
/freebsd-11-stable/sys/dev/siis/
H A Dsiis.c1333 /* If it was NCQ or ATAPI command error, put result on hold. */
1337 ch->hold[slot->slot] = ccb;
1350 /* if there commands on hold, we can do recovery. */
1378 if (ch->hold[i])
1389 if (ch->hold[i] == NULL)
1391 ch->hold[i]->ccb_h.status &= ~CAM_STATUS_MASK;
1392 ch->hold[i]->ccb_h.status |= CAM_RESRC_UNAVAIL;
1393 xpt_done(ch->hold[i]);
1394 ch->hold[i] = NULL;
1400 ccb->ccb_h = ch->hold[
[all...]
/freebsd-11-stable/sbin/camcontrol/
H A Depc.c143 int delayed_entry, int hold, int power_src,
526 int delayed_entry, int hold, int power_src, int restore_src)
549 (hold ? ATA_SF_EPC_GOTO_HOLD : 0);
622 int delayed_entry = 0, hold = 0; local
669 hold = 1;
842 delayed_entry, hold, power_src, restore_src);
523 epc_set_features(struct cam_device *device, camcontrol_devtype devtype, union ccb *ccb, int retry_count, int timeout, int action, int power_cond, int timer, int enable, int save, int delayed_entry, int hold, int power_src, int restore_src) argument
/freebsd-11-stable/stand/i386/boot2/
H A Dsio.S66 subb $0x5,%dl # Transmitter hold reg
/freebsd-11-stable/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-11-stable/sys/dev/mvs/
H A Dmvs.c1732 /* If it was NCQ or ATAPI command error, put result on hold. */
1736 ch->hold[slot->slot] = ccb;
1752 /* if there commands on hold, we can do READ LOG. */
1786 if (ch->hold[i])
1795 if (ch->hold[i] == NULL)
1797 ch->hold[i]->ccb_h.status &= ~CAM_STATUS_MASK;
1798 ch->hold[i]->ccb_h.status |= CAM_RESRC_UNAVAIL;
1799 xpt_done(ch->hold[i]);
1800 ch->hold[i] = NULL;
1806 ccb->ccb_h = ch->hold[
[all...]
/freebsd-11-stable/sys/dev/ahci/
H A Dahci.c2046 /* If it was NCQ or ATAPI command error, put result on hold. */
2050 ch->hold[slot->slot] = ccb;
2066 /* if there commands on hold, we can do READ LOG. */
2099 if (ch->hold[i])
2108 if (ch->hold[i] == NULL)
2110 ch->hold[i]->ccb_h.status &= ~CAM_STATUS_MASK;
2111 ch->hold[i]->ccb_h.status |= CAM_RESRC_UNAVAIL;
2112 ahci_done(ch, ch->hold[i]);
2113 ch->hold[i] = NULL;
2119 ccb->ccb_h = ch->hold[
[all...]
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c95 char *hold = NULL; local
142 hold = (char *) sqlite3_column_text(stmt, i);
143 if (hold) {
144 column->value = apr_pstrmemdup(pool, hold,
149 hold = (char *) sqlite3_column_blob(stmt, i);
150 if (hold) {
151 column->value = apr_pstrmemdup(pool, hold,
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-pim.c152 int hold; local
155 hold = EXTRACT_16BITS(&bp[6]);
156 if (hold != 180) {
158 unsigned_relts_print(ndo, hold);
302 ND_PRINT((ndo, " RP %s hold ", ipaddr_string(ndo, &bp[16])));
350 int hold; local
374 hold = EXTRACT_16BITS(&bp[2]);
375 if (hold)
/freebsd-11-stable/stand/i386/kgzldr/
H A Dsio.s42 subb $0x5,%dl # Transmitter hold reg

Completed in 154 milliseconds

123