/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_shader_keys.h | 39 uint8_t pad; member
|
/third_party/skia/src/sfnt/ |
H A D | SkOTTable_EBDT.h | 94 SK_OT_BYTE pad; // Pad to short boundary member
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | bridge.c | 318 fmt->pad = RKISP_ISP_PAD_SOURCE_PATH; in bridge_get_set_fmt() 320 return v4l2_subdev_call(&dev->ispdev->isp_sdev.sd, pad, get_fmt, NULL, fmt); in bridge_get_set_fmt() 478 .pad = &bridge_pad_ops, 568 bridge->pad.flags = MEDIA_PAD_FL_SINK; in rkisp_register_bridge_subdev() 569 ret = media_entity_pads_init(&sd->entity, 1, &bridge->pad); in rkisp_register_bridge_subdev()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | bridge.c | 325 fmt->pad = RKISP_ISP_PAD_SOURCE_PATH; in bridge_get_set_fmt() 328 pad, get_fmt, NULL, fmt); in bridge_get_set_fmt() 488 .pad = &bridge_pad_ops, 578 bridge->pad.flags = MEDIA_PAD_FL_SINK; in rkisp_register_bridge_subdev() 579 ret = media_entity_pads_init(&sd->entity, 1, &bridge->pad); in rkisp_register_bridge_subdev()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 281 pub pad: ::c_ushort, 341 && self.pad == other.pad in eq() 367 .field("pad", &self.pad) in fmt() 387 self.pad.hash(state); in hash()
|
/third_party/skia/gm/ |
H A D | dashing.cpp | 597 SkScalar pad = 5.f + dashPaint.getStrokeWidth(); in DEF_SIMPLE_GM() local 598 canvas->translate(pad / 2.f, pad / 2.f); in DEF_SIMPLE_GM() 611 canvas->translate(0.f, pad + h); in DEF_SIMPLE_GM() 615 canvas->translate(pad + w, 0.f); in DEF_SIMPLE_GM()
|
H A D | asyncrescaleandread.cpp | 124 int pad = 0) { in do_rescale_grid() 162 canvas->translate(newSize.width() + pad, 0); in do_rescale_grid() 165 canvas->translate(0, newSize.height() + pad); in do_rescale_grid()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_ttls.c | 681 size_t pad; in eap_ttls_phase2_request_pap() local 707 pad = password_len == 0 ? 16 : (16 - (password_len & 15)) & 15; in eap_ttls_phase2_request_pap() 709 password_len + pad); in eap_ttls_phase2_request_pap() 712 os_memset(pos, 0, pad); in eap_ttls_phase2_request_pap() 713 pos += pad; in eap_ttls_phase2_request_pap() 1005 size_t left, pad; in eap_ttls_parse_avps() local 1027 pad = (4 - (avp_length & 3)) & 3; in eap_ttls_parse_avps() 1028 pos += avp_length + pad; in eap_ttls_parse_avps() 1029 if (left < avp_length + pad) in eap_ttls_parse_avps() 1032 left -= avp_length + pad; in eap_ttls_parse_avps() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_ttls.c | 710 size_t pad; in eap_ttls_phase2_request_pap() local 736 pad = password_len == 0 ? 16 : (16 - (password_len & 15)) & 15; in eap_ttls_phase2_request_pap() 738 password_len + pad); in eap_ttls_phase2_request_pap() 741 os_memset(pos, 0, pad); in eap_ttls_phase2_request_pap() 742 pos += pad; in eap_ttls_phase2_request_pap() 1034 size_t left, pad; in eap_ttls_parse_avps() local 1056 pad = (4 - (avp_length & 3)) & 3; in eap_ttls_parse_avps() 1057 pos += avp_length + pad; in eap_ttls_parse_avps() 1058 if (left < avp_length + pad) in eap_ttls_parse_avps() 1061 left -= avp_length + pad; in eap_ttls_parse_avps() [all...] |
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
H A D | dev.h | 274 struct media_pad pad;
member 379 struct media_pad pad;
member 508 /* pad for dvp and mipi separately? */
509 struct media_pad pad;
member
|
H A D | capture.c | 580 v4l2_err(&stream->cifdev->v4l2_dev, "%s: video pad[0] is null\n", __func__);
in get_remote_sensor() 586 v4l2_err(&stream->cifdev->v4l2_dev, "%s: remote pad is null\n", __func__);
in get_remote_sensor() 722 fmt.pad = 0;
in get_input_fmt() 726 ret = v4l2_subdev_call(sd, pad, get_fmt, NULL, &fmt);
in get_input_fmt() 1370 struct media_pad *pad = media_entity_remote_pad(&dev->sditf->pads);
in rkcif_s_rx_buffer() local 1373 if (pad) {
in rkcif_s_rx_buffer() 1374 sd = media_entity_to_v4l2_subdev(pad->entity);
in rkcif_s_rx_buffer() 3315 input_sel.pad = 0;
in rkcif_sync_crop_info() 3316 ret = v4l2_subdev_call(dev->terminal_sensor.sd, pad, get_selection, NULL, &input_sel);
in rkcif_sync_crop_info() 3414 ret = v4l2_subdev_call(sensor->sd, pad, get_mbus_confi in rkcif_update_sensor_info() 4619 u16 pad = 0; rkcif_s_selection() local 4653 u16 pad = 0; rkcif_g_selection() local [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
H A D | capture.c | 525 "%s: video pad[0] is null\n", __func__); in get_remote_sensor() 532 "%s: remote pad is null\n", __func__); in get_remote_sensor() 665 fmt.pad = 0; in get_input_fmt() 669 ret = v4l2_subdev_call(sd, pad, get_fmt, NULL, &fmt); in get_input_fmt() 1334 struct media_pad *pad = media_entity_remote_pad(&dev->sditf->pads); in rkcif_s_rx_buffer() local 1337 if (pad) in rkcif_s_rx_buffer() 1338 sd = media_entity_to_v4l2_subdev(pad->entity); in rkcif_s_rx_buffer() 3402 input_sel.pad = 0; in rkcif_sync_crop_info() 3404 pad, get_selection, NULL, in rkcif_sync_crop_info() 3517 ret = v4l2_subdev_call(sensor->sd, pad, get_mbus_confi in rkcif_update_sensor_info() 4793 u16 pad = 0; rkcif_s_selection() local 4828 u16 pad = 0; rkcif_g_selection() local [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_uart.h | 138 hi_u8 pad; /**< reserved pad */ member
|
/third_party/ffmpeg/libavcodec/ |
H A D | dca_lbr.h | 51 uint8_t pad; ///< Padding field member
|
/third_party/libdrm/ |
H A D | libsync.h | 54 uint32_t pad; member
|
/third_party/musl/src/linux/x32/ |
H A D | sysinfo.c | 17 short pad; member
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_signature.h | 53 uint16_t pad; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_program.h | 36 unsigned pad : 3; member
|
/third_party/libdrm/omap/ |
H A D | omap_drm.h | 106 uint32_t pad; member
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe.h | 47 ushort pad; member
|
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
H A D | dsa_local.h | 19 int pad; member
|
/third_party/openssl/crypto/dsa/ |
H A D | dsa_local.h | 19 int pad; member
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | Layout.h | 50 void requireAlignment(size_t align, bool pad);
|
/third_party/toybox/toys/pending/ |
H A D | dumpleases.c | 34 uint8_t pad[2]; //Padding member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | sbhnddma.h | 60 uint32 pad; /**< reserved */ member 243 uint32 pad; /**< reserved */ member
|