Home
last modified time | relevance | path

Searched refs:pad (Results 2576 - 2600 of 2705) sorted by relevance

1...<<101102103104105106107108109

/kernel/linux/linux-6.6/drivers/staging/media/atomisp/i2c/
H A Dov2722.h195 struct media_pad pad; member
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_worker.c1377 p->pad = 0; in drbd_send_barrier()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dhfi.h357 u8 pad; member
410 #define OPA_16B_L4_FM_PAD 3 /* fixed 3B pad */
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H A Divtv-ioctl.c594 v4l2_subdev_call(itv->sd_video, pad, set_fmt, NULL, &format); in ivtv_s_fmt_vid_cap()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v5.c712 if (p->pad) { in s5p_mfc_set_enc_params()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h1535 u16 len, u8 reset, u8 pad);
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76.h1442 int mt76_skb_adjust_pad(struct sk_buff *skb, int pad);
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dfw.h1207 u8 pad[3]; member
/kernel/linux/linux-6.6/drivers/parisc/
H A Dsba_iommu.c1545 ** mem_kbd hpa 0xfee003f8 sba 0x0 pad 0x0 cl_class 0x7 in sba_hw_init()
1565 PAGE0->mem_boot.spa, PAGE0->mem_boot.pad, PAGE0->mem_boot.cl_class); in sba_hw_init()
1573 ** mem_boot hpa 0xf4008000 sba 0x0 pad 0x0 cl_class 0x1002 in sba_hw_init()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-mlxbf.c375 u16 pad; /* Padding. */ member
/third_party/libuv/src/unix/
H A Dlinux.c246 uint64_t pad[3]; member
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.c92 unsigned pad : 24; member
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_virtgpu.c39 __u32 pad; member
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs346 pub pad: [::__u8; 3],
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h302 // 4-bits to force pad the structure to exactly 2 bytes. Note that we currently don't support
770 uint32_t pad;
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h158 * FIPS and pad options are ignored in 1.0.0, definitions are here so we
683 int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *c, int pad);
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatusor_test.cc198 int pad; member in __anon19322::Base1
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp348 - PS4 users: Consider emulating a mouse cursor with DualShock4 touch pad or a spare analog stick as a mouse-emulation fallback.
3104 // Note: moving window with the navigation keys (Square + d-pad / CTRL+TAB + Arrows) are processed in NavUpdateWindowing()
5382 const float pad = style.FramePadding.y; in Begin() local
5384 if (CloseButton(window->GetID("#CLOSE"), window->Rect().GetTR() + ImVec2(-pad - rad, pad + rad), rad + 1)) in Begin()
7815 float pad = window->CalcFontSize() * 0.5f; in NavUpdate() local
7816 window_rect_rel.Expand(ImVec2(-ImMin(window_rect_rel.GetWidth(), pad), -ImMin(window_rect_rel.GetHeight(), pad))); // Terrible approximation for the intent of starting navigation from first fully visible item in NavUpdate()
8792 // Internal version that takes a position to decide on newline placement and pad items according to their depth.
/third_party/glfw/deps/
H A Dnuklear.h5803 NK_LIB struct nk_rect nk_pad_rect(struct nk_rect r, struct nk_vec2 pad);
6233 nk_pad_rect(struct nk_rect r, struct nk_vec2 pad) in nk_pad_rect() argument
6235 r.w = NK_MAX(r.w, 2 * pad.x); in nk_pad_rect()
6236 r.h = NK_MAX(r.h, 2 * pad.y); in nk_pad_rect()
6237 r.x += pad.x; r.y += pad.y; in nk_pad_rect()
6238 r.w -= 2 * pad.x; in nk_pad_rect()
6239 r.h -= 2 * pad.y; in nk_pad_rect()
12512 nk_rp_coord pad = (nk_rp_coord) spc->padding; in nk_tt_PackFontRangesRenderIntoRects() local
12514 /* pad o in nk_tt_PackFontRangesRenderIntoRects()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_def.h629 u8 pad; member
639 uint8_t pad[3]; member
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Daachba.c1285 readcmd->pad = 0; in aac_read_block64()
1419 writecmd->pad = 0; in aac_write_block64()
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c750 u8 pad; member
1289 hdr->pad = 0; in mac80211_hwsim_monitor_ack()
/third_party/backends/backend/
H A Dhs2p.c3220 pad: in sane_read()
3228 /* pad to requested length */ in sane_read()
3260 goto pad; in sane_read()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs3651 pub pad: __u16,
4709 pub pad: __u32,
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs702 pad: [i64; 4],
713 pad: [::c_long; 4],

Completed in 187 milliseconds

1...<<101102103104105106107108109