Home
last modified time | relevance | path

Searched refs:put (Results 1 – 25 of 87) sorted by relevance

1234

/f-stack/freebsd/contrib/zlib/
H A Dinfback.c130 put = strm->next_out; \
141 strm->next_out = put; \
213 put = state->window; \
216 if (out(out_desc, put, left)) { \
259 unsigned char FAR *put; /* next output */ local
286 put = state->window;
347 zmemcpy(put, next, copy);
351 put += copy;
590 from = put + copy;
594 from = put - state->offset;
[all …]
H A Dgzwrite.c81 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; local
91 put = strm->avail_in > max ? max : strm->avail_in;
92 writ = write(state->fd, strm->next_in, put);
111 put = strm->next_out - state->x.next > (int)max ? max :
113 writ = write(state->fd, state->x.next, put);
186 z_size_t put = len; local
245 return put;
H A Dinflate.c478 put = strm->next_out; \
489 strm->next_out = put; \
628 unsigned char FAR *put; /* next output */ local
909 zmemcpy(put, next, copy);
913 put += copy;
1165 *put++ = 0;
1180 from = put - state->offset;
1187 *put++ = *from++;
1193 *put++ = (unsigned char)(state->length);
1205 UPDATE(state->check, put - out, out);
H A Ddeflate.c551 int put; local
558 put = Buf_size - s->bi_valid;
559 if (put > bits)
560 put = bits;
561 s->bi_buf |= (ush)((value & ((1 << put) - 1)) << s->bi_valid);
562 s->bi_valid += put;
564 value >>= put;
565 bits -= put;
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Dps3.dts22 * so we'll put a null entry here.
34 * we'll put a null entries here. These will be initialized after
38 * threads is with an ibm,ppc-interrupt-server#s entry. We'll put one
/f-stack/dpdk/lib/librte_mempool/
H A Dmempool_trace_points.c19 lib.mempool.generic.put)
22 lib.mempool.put.bulk)
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzwrite.c83 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; local
93 put = strm->avail_in > max ? max : strm->avail_in;
94 writ = (int)write(state.state->fd, strm->next_in, put);
113 put = strm->next_out - state.state->x.next > (int)max ? max :
115 writ = (int)write(state.state->fd, state.state->x.next, put);
188 z_size_t put = len; local
247 return put;
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-gpio.yaml57 description: this means that something outside of our control has put
64 description: this means that something outside of our control has put the
/f-stack/freebsd/contrib/xz-embedded/
H A DCOPYING6 and/or Igor Pavlov. All these files have been put into the
/f-stack/tools/libxo/tests/gettext/
H A Dldns.pot2 # This file is put in the public domain.
H A Dgt_01.pot2 # This file is put in the public domain.
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dsmsc-lan91c111.txt16 - pxa-u16-align4 : Boolean, put in place the workaround the force all
/f-stack/tools/libxo/tests/gettext/po/pig_latin/
H A Dldns.po2 # This file is put in the public domain.
H A Dgt_01.po2 # This file is put in the public domain.
/f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/
H A Dmq.h100 a_prefix##put(a_mq_type *mq, a_mq_msg_type *msg) { \
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dsirf-uart.txt27 On the board-specific dts, we can put rts-gpios and cts-gpios like
H A Dpl011.yaml50 the latter state will put the associated pins to sleep
/f-stack/freebsd/contrib/device-tree/Bindings/clock/ti/
H A Dautoidle.txt6 clock which can be put to idle automatically by hardware based on the usage
/f-stack/dpdk/app/test/
H A Dautotest_runner.py113 result_queue.put(result)
301 group_queue.put(tuple((cmdline, prefix)))
/f-stack/freebsd/mips/mips/
H A Dsupport.S589 sll a1, a1, t0 # put bits in the right half
616 sll a1, a1, t0 # put bits in the right half
645 sll a1, a1, t0 # put bits in the right half
678 sll a1, a1, t0 # put bits in the right half
710 sll a1, a1, t0 # put bits in the right quarter
743 sll a1, a1, t0 # put bits in the right quarter
/f-stack/freebsd/contrib/ipfilter/netinet/
H A DIPFILTER.LICENCE14 copied, in part or in whole, and put under another distribution licence
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/4xx/
H A Dcpm.txt38 is available to put the DDR in self
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dqcom,pmic-mpp.txt115 Definition: The specified pins will put in high-Z mode and disabled.
120 Definition: The specified pins are put in input mode, i.e. their input
/f-stack/freebsd/contrib/device-tree/src/arc/
H A Dvdk_axs10x_mb.dtsi116 * This node is intentionally put outside of MB above becase
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_phy_impl.c697 goto put; in axgbe_phy_sfp_read_eeprom()
705 goto put; in axgbe_phy_sfp_read_eeprom()
712 goto put; in axgbe_phy_sfp_read_eeprom()
731 put: in axgbe_phy_sfp_read_eeprom()
835 goto put; in axgbe_phy_sfp_detect()
843 goto put; in axgbe_phy_sfp_detect()
852 put: in axgbe_phy_sfp_detect()

1234