/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 2241 my ($xoffset,$tmpmx,$tmpmw)=("x6","x11","w11"); 2518 csel $xoffset,xzr,$len,gt // borrow x6, w6, "gt" is not typo 2531 add $inp,$inp,$xoffset // x0 is adjusted in such way that 2534 add $xoffset,$len,#0x60 // because .Lxts_enc_tail4x 2632 cbz $xoffset,.Lxts_enc_tail4x 2733 csel $xoffset,$len,$xoffset,lo // x6, w6, is zero at this point 2742 add $xoffset,$xoffset,#0x20 2743 add $inp,$inp,$xoffset 2919 my ($xoffset,$tmpmx,$tmpmw)=("x6","x11","w11"); 3201 csel $xoffset,xzr,$len,gt // borrow x6, w6, "gt" is not typo [all …]
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_fbd.c | 98 fb->xoffset = fb->yoffset = 0; in bcm_fb_init() 163 fb.vxres, fb.vyres, fb.xoffset, fb.yoffset, fb.bpp); in bcm_fb_setup_fbd()
|
H A D | bcm2835_mbox.c | 564 msg.offset.body.req.x = fb->xoffset; in bcm2835_mbox_fb_init() 581 fb->xoffset = msg.offset.body.resp.x; in bcm2835_mbox_fb_init()
|
H A D | bcm2835_mbox_prop.h | 421 uint32_t xoffset; member
|
H A D | bcm2835_fb.c | 160 fb.xoffset = fb.yoffset = 0; in bcm_fb_attach() 180 fb.vxres, fb.vyres, fb.xoffset, fb.yoffset, fb.bpp); in bcm_fb_attach()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | vacuum-cleaner | 29 # int32_t xoffset;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 4466 uint32_t offset, xoffset, left, i; in print_relative_method_list() local 4495 get_pointer_64(absNameRefVA, xoffset, left, xS, info); in print_relative_method_list() 4505 name = get_pointer_64(nameOff_64, xoffset, left, xS, info); in print_relative_method_list() 4510 name = get_pointer_32(nameOff_32, xoffset, left, xS, info); in print_relative_method_list() 4522 name = get_pointer_32(absTypesVA, xoffset, left, xS, info); in print_relative_method_list() 4546 uint32_t offset, xoffset, left, i; in print_method_list64_t() local 4599 name = get_pointer_64(m.name + n_value, xoffset, left, xS, info); in print_method_list64_t() 4616 name = get_pointer_64(m.types + n_value, xoffset, left, xS, info); in print_method_list64_t() 4646 uint32_t offset, xoffset, left, i; in print_method_list32_t() local 4686 name = get_pointer_32(m.name, xoffset, left, xS, info); in print_method_list32_t() [all …]
|
/freebsd/sys/dev/syscons/ |
H A D | scvgarndr.c | 608 int xoffset, yoffset; in draw_txtmouse() local 632 xoffset = x%8; in draw_txtmouse() 637 border >>= xoffset; /* normalize */ in draw_txtmouse() 638 interior >>= xoffset; in draw_txtmouse()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_fb_helper.c | 816 modeset->x = var->xoffset; 822 info->var.xoffset = var->xoffset;
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 5299 uint64_t xoffset; in EmitDeclareOfBlockLiteralArgVariable() local 5301 EmitTypeForVarWithBlocksAttr(variable, &xoffset).BlockByRefWrapper; in EmitDeclareOfBlockLiteralArgVariable()
|