Home
last modified time | relevance | path

Searched refs:xoffset (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c100 fb->xoffset = fb->yoffset = 0; in bcm_fb_init()
165 fb.vxres, fb.vyres, fb.xoffset, fb.yoffset, fb.bpp); in bcm_fb_setup_fbd()
H A Dbcm2835_mbox.c569 msg.offset.body.req.x = fb->xoffset; in bcm2835_mbox_fb_init()
586 fb->xoffset = msg.offset.body.resp.x; in bcm2835_mbox_fb_init()
H A Dbcm2835_mbox_prop.h424 uint32_t xoffset; member
H A Dbcm2835_fb.c162 fb.xoffset = fb.yoffset = 0; in bcm_fb_attach()
182 fb.vxres, fb.vyres, fb.xoffset, fb.yoffset, fb.bpp); in bcm_fb_attach()
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dvacuum-cleaner29 # int32_t xoffset;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp4229 uint32_t offset, xoffset, left, i; in print_method_list64_t() local
4322 uint32_t offset, xoffset, left, i; in print_method_list32_t() local
4455 uint32_t offset, xoffset, left, i; in print_protocol_list64_t() local
4584 uint32_t offset, xoffset, left, i; in print_protocol_list32_t() local
4849 uint32_t offset, xoffset, left, j; in print_ivar_list64_t() local
4950 uint32_t offset, xoffset, left, j; in print_ivar_list32_t() local
5019 uint32_t offset, xoffset, left, j; in print_objc_property_list64() local
5098 uint32_t offset, xoffset, left, j; in print_objc_property_list32() local
5152 uint32_t offset, xoffset, left; in print_class_ro64_t() local
5286 uint32_t offset, xoffset, left; in print_class_ro32_t() local
[all …]
/freebsd-13.1/sys/dev/syscons/
H A Dscvgarndr.c610 int xoffset, yoffset; in draw_txtmouse() local
634 xoffset = x%8; in draw_txtmouse()
639 border >>= xoffset; /* normalize */ in draw_txtmouse()
640 interior >>= xoffset; in draw_txtmouse()
/freebsd-13.1/sys/dev/drm2/
H A Ddrm_fb_helper.c818 modeset->x = var->xoffset;
824 info->var.xoffset = var->xoffset;
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4658 uint64_t xoffset; in EmitDeclareOfBlockLiteralArgVariable() local
4660 EmitTypeForVarWithBlocksAttr(variable, &xoffset).BlockByRefWrapper; in EmitDeclareOfBlockLiteralArgVariable()