| /f-stack/freebsd/contrib/zlib/ |
| H A D | inffast.c | 199 from = window; 201 from += wsize - op; 218 from = window; 240 *out++ = *from++; 241 *out++ = *from++; 242 *out++ = *from++; 246 *out++ = *from++; 254 *out++ = *from++; 255 *out++ = *from++; 256 *out++ = *from++; [all …]
|
| /f-stack/dpdk/lib/librte_node/ |
| H A D | pkt_cls.c | 42 void **to_next, **from; in pkt_cls_node_process() local 46 from = objs; in pkt_cls_node_process() 100 from += last_spec; in pkt_cls_node_process() 107 to_next[0] = from[0]; in pkt_cls_node_process() 117 to_next[0] = from[1]; in pkt_cls_node_process() 127 to_next[0] = from[2]; in pkt_cls_node_process() 137 to_next[0] = from[3]; in pkt_cls_node_process() 166 from += 4; in pkt_cls_node_process() 185 from += last_spec; in pkt_cls_node_process() 192 from += 1; in pkt_cls_node_process() [all …]
|
| H A D | ip4_lookup_sse.h | 19 void **to_next, **from; in ip4_lookup_node_process_vec() local 34 from = objs; in ip4_lookup_node_process_vec() 138 rte_memcpy(to_next, from, last_spec * sizeof(from[0])); in ip4_lookup_node_process_vec() 151 from[0]); in ip4_lookup_node_process_vec() 161 from[1]); in ip4_lookup_node_process_vec() 171 from[2]); in ip4_lookup_node_process_vec() 181 from[3]); in ip4_lookup_node_process_vec() 184 from += 4; in ip4_lookup_node_process_vec() 215 rte_memcpy(to_next, from, last_spec * sizeof(from[0])); in ip4_lookup_node_process_vec() 222 from += 1; in ip4_lookup_node_process_vec() [all …]
|
| H A D | ip4_lookup_neon.h | 17 void **to_next, **from; in ip4_lookup_node_process_vec() local 35 from = objs; in ip4_lookup_node_process_vec() 133 rte_memcpy(to_next, from, last_spec * sizeof(from[0])); in ip4_lookup_node_process_vec() 146 from[0]); in ip4_lookup_node_process_vec() 156 from[1]); in ip4_lookup_node_process_vec() 166 from[2]); in ip4_lookup_node_process_vec() 176 from[3]); in ip4_lookup_node_process_vec() 179 from += 4; in ip4_lookup_node_process_vec() 211 rte_memcpy(to_next, from, last_spec * sizeof(from[0])); in ip4_lookup_node_process_vec() 218 from += 1; in ip4_lookup_node_process_vec() [all …]
|
| H A D | ip4_rewrite.c | 58 from = objs; in ip4_rewrite_node_process() 146 rte_memcpy(to_next, from, last_spec * sizeof(from[0])); in ip4_rewrite_node_process() 147 from += last_spec; in ip4_rewrite_node_process() 159 from[0]); in ip4_rewrite_node_process() 169 from[1]); in ip4_rewrite_node_process() 179 from[2]); in ip4_rewrite_node_process() 189 from[3]); in ip4_rewrite_node_process() 192 from += 4; in ip4_rewrite_node_process() 234 rte_memcpy(to_next, from, last_spec * sizeof(from[0])); in ip4_rewrite_node_process() 241 from += 1; in ip4_rewrite_node_process() [all …]
|
| H A D | ip4_lookup.c | 62 void **to_next, **from; in ip4_lookup_node_process_scalar() local 74 from = objs; in ip4_lookup_node_process_scalar() 101 rte_memcpy(to_next, from, last_spec * sizeof(from[0])); in ip4_lookup_node_process_scalar() 102 from += last_spec; in ip4_lookup_node_process_scalar() 107 rte_node_enqueue_x1(graph, node, next, from[0]); in ip4_lookup_node_process_scalar() 108 from += 1; in ip4_lookup_node_process_scalar() 120 rte_memcpy(to_next, from, last_spec * sizeof(from[0])); in ip4_lookup_node_process_scalar()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | vmsystm.h | 50 #define xcopyin(from, to, size) copy_from_user(to, from, size) argument 51 #define xcopyout(from, to, size) copy_to_user(to, from, size) argument 54 copyin(const void *from, void *to, size_t len) in copyin() argument 57 if (xcopyin(from, to, len)) in copyin() 64 copyout(const void *from, void *to, size_t len) in copyout() argument 67 if (xcopyout(from, to, len)) in copyout() 74 copyinstr(const void *from, void *to, size_t len, size_t *done) in copyinstr() argument 84 rc = copyin(from, to, len - 1); in copyinstr()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodev.c | 157 CP(*from, *to, mac); in session_op_from_32() 162 CP(*from, *to, ses); in session_op_from_32() 179 CP(*from, *to, mac); in session_op_to_32() 184 CP(*from, *to, ses); in session_op_to_32() 199 CP(*from, *to, ses); in crypt_op_from_32() 200 CP(*from, *to, op); in crypt_op_from_32() 202 CP(*from, *to, len); in crypt_op_from_32() 214 CP(*from, *to, op); in crypt_op_to_32() 228 CP(*from, *to, op); in crypt_aead_from_32() 245 CP(*from, *to, op); in crypt_aead_to_32() [all …]
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni_wrap.c | 70 from += AES_BLOCK_LEN; in aesni_encrypt_cbc() 134 from += AES_BLOCK_LEN * 8; in aesni_encrypt_ecb() 143 from += AES_BLOCK_LEN; in aesni_encrypt_ecb() 173 from += AES_BLOCK_LEN * 8; in aesni_decrypt_ecb() 182 from += AES_BLOCK_LEN; in aesni_decrypt_ecb() 258 from += AES_BLOCK_LEN * 8; in aesni_encrypt_icm() 272 from += AES_BLOCK_LEN; in aesni_encrypt_icm() 342 fromp = (const __m128i *)from; in aesni_crypt_xts_block8() 404 from, to, do_encrypt); in aesni_crypt_xts() 412 from, to, do_encrypt); in aesni_crypt_xts() [all …]
|
| H A D | aesni.h | 81 size_t len, const uint8_t *from, uint8_t *to, 86 size_t len, const uint8_t *from, uint8_t *to); 88 size_t len, const uint8_t *from, uint8_t *to); 90 size_t len, const uint8_t *from, uint8_t *to, 95 const uint8_t *from, uint8_t *to, 99 const uint8_t *from, uint8_t *to,
|
| /f-stack/freebsd/crypto/armv8/ |
| H A D | armv8_crypto_wrap.c | 57 tmp = from; in armv8_aes_enc() 79 tmp = from; in armv8_aes_dec() 105 tmp = vld1q_u8(from); in armv8_aes_encrypt_cbc() 110 from += AES_BLOCK_LEN; in armv8_aes_encrypt_cbc() 162 block = vld1q_u8(from) ^ *tweak; in armv8_aes_crypt_xts_block() 200 from, to, do_encrypt); in armv8_aes_crypt_xts() 201 from += AES_XTS_BLOCKSIZE; in armv8_aes_crypt_xts() 277 from64 = (const uint64_t*)from; in armv8_aes_encrypt_gcm() 293 from += (len - trailer); in armv8_aes_encrypt_gcm() 400 from += (len - trailer); in armv8_aes_decrypt_gcm() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/exynos/ |
| H A D | exynos_dp.txt | 15 For the Panel initialization, we read data from dp-controller node. 25 from common clock binding: handle to dp clock. 27 from common clock binding: Shall be "dp". 29 from general PHY binding: the phandle for the PHY device. 31 from general PHY binding: Should be "dp". 60 -interlaced: deprecated prop that can parsed from drm_display_mode. 61 -vsync-active-high: deprecated prop that can parsed from drm_display_mode. 62 -hsync-active-high: deprecated prop that can parsed from drm_display_mode. 63 -samsung,ycbcr-coeff: deprecated prop that can parsed from drm_display_mode. 64 -samsung,dynamic-range: deprecated prop that can parsed from drm_display_mode. [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_misc.c | 78 ddi_copyin(const void *from, void *to, size_t len, int flags) in ddi_copyin() argument 82 memcpy(to, from, len); in ddi_copyin() 86 return (copyin(from, to, len)); in ddi_copyin() 90 ddi_copyout(const void *from, void *to, size_t len, int flags) in ddi_copyout() argument 94 memcpy(to, from, len); in ddi_copyout() 98 return (copyout(from, to, len)); in ddi_copyout()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | cirrus,lochnagar.yaml | 48 - ln-cdc-clkout # Output clock from CODEC card. 49 - ln-dsp-clkout # Output clock from DSP card. 50 - ln-gf-mclk1 # Optional input clock from host system. 51 - ln-gf-mclk2 # Optional input clock from host system. 52 - ln-gf-mclk3 # Optional input clock from host system. 53 - ln-gf-mclk4 # Optional input clock from host system. 54 - ln-psia1-mclk # Optional input clock from external connector. 55 - ln-psia2-mclk # Optional input clock from external connector. 56 - ln-spdif-mclk # Optional input clock from SPDIF. 57 - ln-spdif-clkout # Optional input clock from SPDIF. [all …]
|
| H A D | qcom,sdm845-dispcc.yaml | 28 - description: GPLL0 source from GCC 29 - description: GPLL0 div source from GCC 30 - description: Byte clock from DSI PHY0 31 - description: Pixel clock from DSI PHY0 32 - description: Byte clock from DSI PHY1 33 - description: Pixel clock from DSI PHY1 34 - description: Link clock from DP PHY 35 - description: VCO DIV clock from DP PHY
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_prm.h | 156 mlx4_transpose(uint64_t val, uint64_t from, uint64_t to) in mlx4_transpose() argument 158 return (from >= to ? in mlx4_transpose() 159 (val & from) / (from / to) : in mlx4_transpose() 160 (val & from) * (to / from)); in mlx4_transpose()
|
| /f-stack/tools/libxo/tests/gettext/saved/ |
| H A D | gt_01.XP.out | 19 <from>foop</from> 23 <from>foop</from> 27 <from>foop</from>
|
| H A D | gt_01.X.out | 1 …from>foop</from><port>4321</port><time>32</time><received>1234</received><from>foop</from><port>43…
|
| /f-stack/freebsd/kern/ |
| H A D | subr_early.c | 59 memcpy_early(void *to, const void *from, size_t len) in memcpy_early() argument 62 return (MEMCPY_EARLY_FUNC(to, from, len)); in memcpy_early() 72 memmove_early(void *to, const void *from, size_t len) in memmove_early() argument 75 return (MEMMOVE_EARLY_FUNC(to, from, len)); in memmove_early()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_realip_module.c | 14 ngx_array_t *from; /* array of ngx_cidr_t */ member 105 if (rscf->from == NULL) { in ngx_stream_realip_handler() 115 if (ngx_cidr_match(c->sockaddr, rscf->from) != NGX_OK) { in ngx_stream_realip_handler() 193 if (rscf->from == NULL) { in ngx_stream_realip_from() 194 rscf->from = ngx_array_create(cf->pool, 2, in ngx_stream_realip_from() 196 if (rscf->from == NULL) { in ngx_stream_realip_from() 204 cidr = ngx_array_push(rscf->from); in ngx_stream_realip_from() 224 cidr = ngx_array_push(rscf->from); in ngx_stream_realip_from() 247 cidr = ngx_array_push_n(rscf->from, u.naddrs); in ngx_stream_realip_from() 305 if (conf->from == NULL) { in ngx_stream_realip_merge_srv_conf() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | sp810.txt | 14 - clock-names: from the common clock bindings, for more details see 18 - clocks: from the common clock bindings, phandle and clock 21 - #clock-cells: from the common clock bindings; 24 - clock-output-names: from the common clock bindings; 27 - assigned-clocks: from the common clock binding; 31 - assigned-clock-parents: from the common clock binding;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/spi/ |
| H A D | nvidia,tegra114-spi.txt | 28 with this tap value. This property is used to tune the outgoing data from 30 Tap values vary based on the platform design trace lengths from Tegra SPI 31 to corresponding slave devices. Valid tap values are from 0 thru 63. 32 - nvidia,rx-clk-tap-delay: Delays the clock coming in from the external device 34 clock with respect to the data from the SPI slave device. 35 Tap values vary based on the platform design trace lengths from Tegra SPI 36 to corresponding slave devices. Valid tap values are from 0 thru 63.
|
| /f-stack/freebsd/libkern/ |
| H A D | strcpy.c | 38 (strcpy)(char * __restrict to, const char * __restrict from) 42 for (; (*to = *from) != 0; ++from, ++to);
|
| /f-stack/freebsd/contrib/device-tree/Bindings/misc/ |
| H A D | atmel-ssc.txt | 21 - atmel,clk-from-rk-pin: bool property. 23 clock can get from TK pin, and also can get from RK pin. So, add 24 this parameter to choose where the clock from. 25 - By default the clock is from TK pin, if the clock from RK pin, this
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | packet_ordering.rst | 15 * RX core (main core) receives traffic from the NIC ports and feeds Worker 22 * TX Core (worker core) receives traffic from Worker cores through software queues, 24 from the reorder buffer and sends them to the NIC ports for transmission. 55 For example, if we enable 4 ports, traffic from port 0 to 1 and from 1 to 0, 56 then the other pair from 2 to 3 and from 3 to 2, having [0,1] and [2,3] pairs.
|