/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | libm.h | 27 uint16_t pad; member
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | libm.h | 26 uint16_t pad; member
|
/third_party/musl/src/internal/ |
H A D | libm.h | 26 uint16_t pad; member
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
H A D | mod.rs | 165 pub pad: ::c_ushort,
|
/third_party/optimized-routines/math/ |
H A D | math_config.h | 433 /* Note: the pad field is unused, but allows slightly faster indexing. */ 434 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS]; member
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | rj54n1cb0c.c | 494 if (code->pad || code->index >= ARRAY_SIZE(rj54n1_colour_fmts)) in rj54n1_enum_mbus_code() 613 if (format->pad) in rj54n1_get_fmt() 992 if (format->pad) in rj54n1_set_fmt() 1256 .pad = &rj54n1_subdev_pad_ops,
|
H A D | mt9t112.c | 922 if (format->pad) in mt9t112_get_fmt() 964 if (format->pad) in mt9t112_set_fmt() 997 if (code->pad || code->index >= priv->num_formats) in mt9t112_enum_mbus_code() 1023 .pad = &mt9t112_subdev_pad_ops,
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | hdlc_fr.c | 414 int pad = ETH_ZLEN - skb->len; in pvc_xmit() local 416 if (pad > 0) { /* Pad the frame with zeros */ in pvc_xmit() 417 if (__skb_pad(skb, pad, false)) in pvc_xmit() 419 skb_put(skb, pad); in pvc_xmit()
|
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | rpc_rdma.c | 272 * XDR pad and may be omitted. in rpcrdma_convert_iovs() 648 /* The tail iovec may include an XDR pad for the page list, 775 /* Do not include the tail if it is only an XDR pad */ in rpcrdma_prepare_readch() 780 * xdr_write_pages() adds a pad at the beginning of in rpcrdma_prepare_readch() 781 * the tail iovec. Force the tail's non-pad content to in rpcrdma_prepare_readch() 1042 * @pad: Write chunk pad bytes needed (zero for pure inline) 1056 rpcrdma_inline_fixup(struct rpc_rqst *rqst, char *srcp, int copy_len, int pad) in rpcrdma_inline_fixup() argument 1111 * the pad. Simply ensure inline content in the tail in rpcrdma_inline_fixup() 1114 if (pad) in rpcrdma_inline_fixup() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_rx.c | 632 * frames. And the pad field is appended prior to calculating in check_csum() 1020 int pad, nb; in mlx4_en_calc_rx_buf() local 1031 pad = (PAGE_SIZE - nb * frag_stride) / nb; in mlx4_en_calc_rx_buf() 1032 pad &= ~(SMP_CACHE_BYTES - 1); in mlx4_en_calc_rx_buf() 1033 priv->frag_info[i].frag_stride = frag_stride + pad; in mlx4_en_calc_rx_buf()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | mt9t112.c | 922 if (format->pad) in mt9t112_get_fmt() 964 if (format->pad) in mt9t112_set_fmt() 997 if (code->pad || code->index >= priv->num_formats) in mt9t112_enum_mbus_code() 1023 .pad = &mt9t112_subdev_pad_ops,
|
H A D | rj54n1cb0c.c | 494 if (code->pad || code->index >= ARRAY_SIZE(rj54n1_colour_fmts)) in rj54n1_enum_mbus_code() 613 if (format->pad) in rj54n1_get_fmt() 992 if (format->pad) in rj54n1_set_fmt() 1256 .pad = &rj54n1_subdev_pad_ops,
|
H A D | ov4689.c | 98 struct media_pad pad; member 611 .pad = &ov4689_pad_ops, 952 ov4689->pad.flags = MEDIA_PAD_FL_SOURCE; in ov4689_probe() 954 ret = media_entity_pads_init(&sd->entity, 1, &ov4689->pad); in ov4689_probe()
|
H A D | ar0521.c | 116 struct media_pad pad; member 452 /* pad */); in ar0521_get_fmt() 477 fmt = v4l2_subdev_get_try_format(sd, sd_state, 0 /* pad */); in ar0521_set_fmt() 1023 .pad = &ar0521_pad_ops, 1120 sensor->pad.flags = MEDIA_PAD_FL_SOURCE; in ar0521_probe() 1122 ret = media_entity_pads_init(&sensor->sd.entity, 1, &sensor->pad); in ar0521_probe()
|
H A D | imx290.c | 237 struct media_pad pad; member 1235 .pad = &imx290_pad_ops, 1257 imx290->pad.flags = MEDIA_PAD_FL_SOURCE; in imx290_subdev_init() 1258 ret = media_entity_pads_init(&imx290->sd.entity, 1, &imx290->pad); in imx290_subdev_init()
|
H A D | imx219.c | 446 struct media_pad pad; member 1052 .pad = &imx219_pad_ops, 1321 /* Initialize source pad */ in imx219_probe() 1322 imx219->pad.flags = MEDIA_PAD_FL_SOURCE; in imx219_probe() 1324 ret = media_entity_pads_init(&imx219->sd.entity, 1, &imx219->pad); in imx219_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_rx.c | 632 * frames. And the pad field is appended prior to calculating in check_csum() 1074 int pad, nb; in mlx4_en_calc_rx_buf() local 1085 pad = (PAGE_SIZE - nb * frag_stride) / nb; in mlx4_en_calc_rx_buf() 1086 pad &= ~(SMP_CACHE_BYTES - 1); in mlx4_en_calc_rx_buf() 1087 priv->frag_info[i].frag_stride = frag_stride + pad; in mlx4_en_calc_rx_buf()
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | hdlc_fr.c | 396 int pad = ETH_ZLEN - skb->len; in pvc_xmit() local 398 if (pad > 0) { /* Pad the frame with zeros */ in pvc_xmit() 399 if (__skb_pad(skb, pad, false)) in pvc_xmit() 401 skb_put(skb, pad); in pvc_xmit()
|
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | rpc_rdma.c | 632 /* The tail iovec may include an XDR pad for the page list, 759 /* Do not include the tail if it is only an XDR pad */ in rpcrdma_prepare_readch() 764 * xdr_write_pages() adds a pad at the beginning of in rpcrdma_prepare_readch() 765 * the tail iovec. Force the tail's non-pad content to in rpcrdma_prepare_readch() 1026 * @pad: Write chunk pad bytes needed (zero for pure inline) 1040 rpcrdma_inline_fixup(struct rpc_rqst *rqst, char *srcp, int copy_len, int pad) in rpcrdma_inline_fixup() argument 1095 * the pad. Simply ensure inline content in the tail in rpcrdma_inline_fixup() 1098 if (pad) in rpcrdma_inline_fixup() 1099 srcp -= pad; in rpcrdma_inline_fixup() [all...] |
/kernel/linux/linux-6.6/sound/soc/apple/ |
H A D | mca.c | 577 u32 regval, pad; in mca_fe_hw_params() local 637 pad = 32 - params_width(params); in mca_fe_hw_params() 646 FIELD_PREP(DMA_ADAPTER_TX_LSB_PAD, pad) | in mca_fe_hw_params() 647 FIELD_PREP(DMA_ADAPTER_RX_MSB_PAD, pad); in mca_fe_hw_params()
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | io.c | 996 int pad = 0; in _mpd_add_sep_dot() local 1020 if (pad) { in _mpd_add_sep_dot() 1044 pad = 1; in _mpd_add_sep_dot() 1055 if (pad && n_src > 1) n_src -= 1; in _mpd_add_sep_dot()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | types.rs | 152 pub pad: c_int, 181 pub pad: c_int, 210 pub pad: c_int, 238 pub pad: c_int,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_ttls.c | 191 size_t pad, dlen; in eap_ttls_avp_parse() local 317 pad = (4 - (avp_length & 3)) & 3; in eap_ttls_avp_parse() 318 pos += avp_length + pad; in eap_ttls_avp_parse() 319 left -= avp_length + pad; in eap_ttls_avp_parse()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_ttls.c | 191 size_t pad, dlen; in eap_ttls_avp_parse() local 317 pad = (4 - (avp_length & 3)) & 3; in eap_ttls_avp_parse() 318 pos += avp_length + pad; in eap_ttls_avp_parse() 319 left -= avp_length + pad; in eap_ttls_avp_parse()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | drbg.c | 375 * pad 379 * start: pad + drbg_blocklen(drbg) 405 unsigned char *pad = df_data + drbg_statelen(drbg); in drbg_ctr_df() local 406 unsigned char *iv = pad + drbg_blocklen(drbg); in drbg_ctr_df() 423 memset(pad, 0, drbg_blocklen(drbg)); in drbg_ctr_df() 446 * pad / padlen contains the 0x80 byte and the following zero bytes. in drbg_ctr_df() 451 pad[0] = 0x80; in drbg_ctr_df() 459 drbg_string_fill(&S4, pad, padlen); in drbg_ctr_df() 511 memset(pad, 0, drbg_blocklen(drbg)); in drbg_ctr_df() 1303 drbg_blocklen(drbg) + /* pad */ in drbg_alloc_state() [all...] |