Home
last modified time | relevance | path

Searched refs:hold (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/freebsd/sys/contrib/zlib/
H A Dinffast.c91 hold = state->hold; in inflate_fast()
102 hold += (unsigned long)(*in++) << bits; in inflate_fast()
104 hold += (unsigned long)(*in++) << bits; in inflate_fast()
107 here = lcode + (hold & lmask); in inflate_fast()
110 hold >>= op; in inflate_fast()
128 hold >>= op; in inflate_fast()
138 here = dcode + (hold & dmask); in inflate_fast()
141 hold >>= op; in inflate_fast()
163 hold >>= op; in inflate_fast()
293 hold &= (1U << bits) - 1; in inflate_fast()
[all …]
H A Dinflate.c121 state->hold = 0; in inflateResetKeep()
231 state->hold = 0; in inflatePrime()
450 hold = state->hold; \
461 state->hold = hold; \
468 hold = 0; \
492 ((unsigned)hold & ((1U << (n)) - 1))
497 hold >>= (n); \
504 hold >>= bits & 7; \
673 state->flags = (int)(hold); in inflate()
866 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { in inflate()
[all …]
H A Dinfback.c126 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 */ in inflateBack() local
271 hold = 0; in inflateBack()
317 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { in inflateBack()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dmax98504.txt20 applied during the "attack hold" and "timed hold" phase, the value must be
22 - maxim,brownout-attack-hold-ms - the brownout attack hold phase time in ms,
24 - maxim,brownout-timed-hold-ms - the brownout timed hold phase time in ms,
H A Dmaxim,max98504.yaml44 Brownout attenuation to the speaker gain applied during the "attack hold"
45 and "timed hold" phase, the value must be from 0...6 (dB) range.
47 maxim,brownout-attack-hold-ms:
51 Brownout attack hold phase time in ms, VBATBROWN_ATTK_HOLD, register 0x0018.
53 maxim,brownout-timed-hold-ms:
57 Brownout timed hold phase time in ms, VBATBROWN_TIME_HOLD, register 0x0019.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_holds.ksh82 typeset hold=$2
84 log_note "checking $dataset for $hold"
85 eval "zfs holds $dataset |grep -q $hold"
125 log_must zfs hold hold1-1 $init_snap
126 log_must zfs hold hold1-2 $init_snap
145 log_must zfs hold hold2-1 $inc_snap
171 log_must zfs hold hold3-1 $inc_snap3
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_012_pos.ksh40 log_must zfs hold zfstest1 $snap
45 log_must zfs hold zfstest2 $snap
46 log_mustnot zfs hold zfstest1 $snap
47 log_mustnot zfs hold zfstest2 $snap
/freebsd/sys/contrib/device-tree/src/arc/
H A Dabilis_tb101_dvk.dts37 i2c-sda-hold-time-ns = <432>;
40 i2c-sda-hold-time-ns = <432>;
43 i2c-sda-hold-time-ns = <432>;
46 i2c-sda-hold-time-ns = <432>;
49 i2c-sda-hold-time-ns = <432>;
H A Dabilis_tb100_dvk.dts37 i2c-sda-hold-time-ns = <432>;
40 i2c-sda-hold-time-ns = <432>;
43 i2c-sda-hold-time-ns = <432>;
46 i2c-sda-hold-time-ns = <432>;
49 i2c-sda-hold-time-ns = <432>;
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dmsm-poweroff.txt3 A power supply hold (ps-hold) bit is set to power the msm chipsets.
10 -reg: Specifies the physical address of the ps-hold register
H A Dqcom,pshold.yaml13 A power supply hold (ps-hold) bit is set to power the Qualcomm chipsets.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.list_holds.ksh56 log_must zfs hold $TESTHOLD $SNAP
68 log_must zfs hold $TESTHOLD1 $SNAP
69 log_must zfs hold $TESTHOLD2 $SNAP
70 log_must zfs hold $TESTHOLD3 $SNAP
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dst,stm32-fmc2-ebi-props.yaml92 st,fmc2-ebi-cs-address-hold-ns:
93 description: This property defines the duration of the address hold
105 st,fmc2-ebi-cs-data-hold-ns:
106 description: This property defines the duration of the data hold phase
121 st,fmc2-ebi-cs-write-address-hold-ns:
122 description: This property defines the duration of the address hold
134 st,fmc2-ebi-cs-write-data-hold-ns:
135 description: This property defines the duration of the data hold phase
H A Dti-aemif.txt112 - ti,cs-read-hold-ns: read hold width, ns
129 - ti,cs-write-hold-ns: write hold width, ns
166 ti,cs-read-hold-ns = <7>;
169 ti,cs-write-hold-ns = <7>;
195 ti,cs-read-hold-ns = <8>;
198 ti,cs-write-hold-ns = <7>;
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_b64encode.c51 unsigned char hold[LBYTES]; member
225 state->hold[state->hold_len++] = *p++; in archive_filter_b64encode_write()
230 la_b64_encode(&state->encoded_buff, state->hold, LBYTES); in archive_filter_b64encode_write()
239 memcpy(state->hold, p, length); in archive_filter_b64encode_write()
265 la_b64_encode(&state->encoded_buff, state->hold, state->hold_len); in archive_filter_b64encode_close()
H A Darchive_write_add_filter_uuencode.c51 unsigned char hold[LBYTES]; member
216 state->hold[state->hold_len++] = *p++; in archive_filter_uuencode_write()
221 uu_encode(&state->encoded_buff, state->hold, LBYTES); in archive_filter_uuencode_write()
230 memcpy(state->hold, p, length); in archive_filter_uuencode_write()
256 uu_encode(&state->encoded_buff, state->hold, state->hold_len); in archive_filter_uuencode_close()
/freebsd/sys/dev/iicbus/controller/cadence/
H A Dcdnc_i2c.c96 int hold; member
239 sc->hold = 0; in cdnc_i2c_init_hw()
263 sc->hold = 0; in cdnc_i2c_errs()
349 sc->hold = 1; in cdnc_i2c_xfer_rd()
360 sc->hold = 0; in cdnc_i2c_xfer_rd()
423 sc->hold = 1; in cdnc_i2c_xfer_wr()
438 sc->hold = 0; in cdnc_i2c_xfer_wr()
481 __func__, i, sc->hold, msgs[i].slave, msgs[i].flags, in cdnc_i2c_transfer()
484 if (!sc->hold && (msgs[i].flags & IIC_M_NOSTART)) in cdnc_i2c_transfer()
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.c1328 ch->hold[slot->slot] = ccb; in fsl_sata_end_transaction()
1376 if (ch->hold[i]) in fsl_sata_issue_recovery()
1385 if (ch->hold[i] == NULL) in fsl_sata_issue_recovery()
1390 ch->hold[i] = NULL; in fsl_sata_issue_recovery()
1455 if (!ch->hold[i]) in fsl_sata_process_read_log()
1477 ch->hold[i] = NULL; in fsl_sata_process_read_log()
1487 if (!ch->hold[i]) in fsl_sata_process_read_log()
1492 ch->hold[i] = NULL; in fsl_sata_process_read_log()
1516 ch->hold[i] = NULL; in fsl_sata_process_request_sense()
1601 if (!ch->hold[i]) in fsl_sata_reset()
[all …]
/freebsd/contrib/dialog/samples/copifuncs/
H A Dcopi.ifmcfg417 # means really hold "hold" type packets and files: do not send them
18 # if our system initiated the session, "NoHold" means send "hold"
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dqcom,ebi2.txt82 - qcom,xmem-write-hold-cycles: write hold cycles, these are extra cycles
84 WE is asserted until CS is asserted. With a hold of 1 (value = 0), the CS
96 - qcom,xmem-address-hold-enable: this is a boolean property stating that we
97 shall hold the address for an extra cycle to meet hold time requirements
102 - qcom,xmem-read-hold-cycles: the length in cycles of the first segment of a
132 qcom,xmem-write-hold-cycles = <3>;
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Dsnps,designware-i2c.yaml42 ICPU_CFG:TWI_DELAY registers to setup the SDA hold time.
68 i2c-sda-hold-time-ns:
70 The property should contain the SDA hold time in nanoseconds. This option
117 i2c-sda-hold-time-ns = <300>;
H A Di2c-at91.txt27 - i2c-sda-hold-time-ns: TWD hold time, only available for:
71 i2c-sda-hold-time-ns = <336>;
/freebsd/sys/dev/siis/
H A Dsiis.c1373 if (ch->hold[i]) in siis_issue_recovery()
1389 ch->hold[i] = NULL; in siis_issue_recovery()
1453 if (!ch->hold[i]) in siis_process_read_log()
1475 ch->hold[i] = NULL; in siis_process_read_log()
1485 if (!ch->hold[i]) in siis_process_read_log()
1490 ch->hold[i] = NULL; in siis_process_read_log()
1513 xpt_done(ch->hold[i]); in siis_process_request_sense()
1514 ch->hold[i] = NULL; in siis_process_request_sense()
1609 if (!ch->hold[i]) in siis_reset()
1611 xpt_done(ch->hold[i]); in siis_reset()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DDH_size.pod42 B<dh> doesn't hold any key parameters.
45 B<dh> doesn't hold any key parameters.
48 B<dh> doesn't hold any key parameters.
/freebsd/sbin/ping/
H A Dping.c217 int almost_done, ch, df, hold, i, icmp_len, mib[4], preload; in ping() local
634 hold = 1; in ping()
636 (void)setsockopt(ssend, SOL_SOCKET, SO_DEBUG, (char *)&hold, in ping()
637 sizeof(hold)); in ping()
638 (void)setsockopt(srecv, SOL_SOCKET, SO_DEBUG, (char *)&hold, in ping()
639 sizeof(hold)); in ping()
643 sizeof(hold)); in ping()
690 setsockopt(ssend, IPPROTO_IP, IP_HDRINCL, &hold, sizeof(hold)); in ping()
807 hold = IP_MAXPACKET + 128; in ping()
809 sizeof(hold)); in ping()
[all …]

12345678910>>...16