| /f-stack/freebsd/contrib/zlib/ |
| H A D | infback.c | 130 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 D | gzwrite.c | 81 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 D | inflate.c | 478 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 D | deflate.c | 551 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 D | ps3.dts | 22 * 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 D | mempool_trace_points.c | 19 lib.mempool.generic.put) 22 lib.mempool.put.bulk)
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzwrite.c | 83 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 D | i2c-gpio.yaml | 57 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 D | COPYING | 6 and/or Igor Pavlov. All these files have been put into the
|
| /f-stack/tools/libxo/tests/gettext/ |
| H A D | ldns.pot | 2 # This file is put in the public domain.
|
| H A D | gt_01.pot | 2 # This file is put in the public domain.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | smsc-lan91c111.txt | 16 - pxa-u16-align4 : Boolean, put in place the workaround the force all
|
| /f-stack/tools/libxo/tests/gettext/po/pig_latin/ |
| H A D | ldns.po | 2 # This file is put in the public domain.
|
| H A D | gt_01.po | 2 # This file is put in the public domain.
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/ |
| H A D | mq.h | 100 a_prefix##put(a_mq_type *mq, a_mq_msg_type *msg) { \
|
| /f-stack/freebsd/contrib/device-tree/Bindings/serial/ |
| H A D | sirf-uart.txt | 27 On the board-specific dts, we can put rts-gpios and cts-gpios like
|
| H A D | pl011.yaml | 50 the latter state will put the associated pins to sleep
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ti/ |
| H A D | autoidle.txt | 6 clock which can be put to idle automatically by hardware based on the usage
|
| /f-stack/dpdk/app/test/ |
| H A D | autotest_runner.py | 113 result_queue.put(result) 301 group_queue.put(tuple((cmdline, prefix)))
|
| /f-stack/freebsd/mips/mips/ |
| H A D | support.S | 589 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 D | IPFILTER.LICENCE | 14 copied, in part or in whole, and put under another distribution licence
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/4xx/ |
| H A D | cpm.txt | 38 is available to put the DDR in self
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | qcom,pmic-mpp.txt | 115 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 D | vdk_axs10x_mb.dtsi | 116 * This node is intentionally put outside of MB above becase
|
| /f-stack/dpdk/drivers/net/axgbe/ |
| H A D | axgbe_phy_impl.c | 697 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()
|