Home
last modified time | relevance | path

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

/NextBSD/sys/arm/broadcom/bcm2835/
HDbcm2835_mbox.c490 fb->xoffset = msg.offset.body.resp.x; in bcm2835_mbox_fb_get_w_h()
513 msg.offset.body.req.x = fb->xoffset; in bcm2835_mbox_fb_init()
530 fb->xoffset = msg.offset.body.resp.x; in bcm2835_mbox_fb_init()
HDbcm2835_fbd.c141 fb.vxres, fb.vyres, fb.xoffset, fb.yoffset, fb.bpp); in bcm_fb_setup_fbd()
HDbcm2835_mbox_prop.h461 uint32_t xoffset; member
HDbcm2835_fb.c171 fb.vxres, fb.vyres, fb.xoffset, fb.yoffset, fb.bpp); in bcm_fb_attach()
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp3306 uint32_t offset, xoffset, left, i; in print_method_list64_t() local
3352 name = get_pointer_64(m.name + n_value, xoffset, left, xS, info); in print_method_list64_t()
3369 name = get_pointer_64(m.types + n_value, xoffset, left, xS, info); in print_method_list64_t()
3399 uint32_t offset, xoffset, left, i; in print_method_list32_t() local
3432 name = get_pointer_32(m.name, xoffset, left, xS, info); in print_method_list32_t()
3438 name = get_pointer_32(m.types, xoffset, left, xS, info); in print_method_list32_t()
3532 uint32_t offset, xoffset, left, i; in print_protocol_list64_t() local
3603 name = get_pointer_64(pc.name + n_value, xoffset, left, xS, info); in print_protocol_list64_t()
3661 uint32_t offset, xoffset, left, i; in print_protocol_list32_t() local
3707 name = get_pointer_32(pc.name, xoffset, left, xS, info); in print_protocol_list32_t()
[all …]
/NextBSD/sys/dev/syscons/
HDscvgarndr.c411 int xoffset, yoffset; in draw_txtmouse() local
433 xoffset = x%8; in draw_txtmouse()
437 (cursor[i + yoffset] & ~(mouse_and_mask[i] >> xoffset)) in draw_txtmouse()
438 | (mouse_or_mask[i] >> xoffset); in draw_txtmouse()
/NextBSD/contrib/gcc/
HDexpmed.c1396 unsigned HOST_WIDE_INT xbitpos = bitpos, xoffset = offset; in extract_bit_field() local
1441 xoffset = (bitnum / unit) * GET_MODE_SIZE (bestmode); in extract_bit_field()
1443 xop0 = adjust_address (xop0, bestmode, xoffset); in extract_bit_field()
1446 if (xoffset * BITS_PER_UNIT + unit in extract_bit_field()
1457 xop0 = adjust_address (xop0, byte_mode, xoffset); in extract_bit_field()
1534 int xbitpos = bitpos, xoffset = offset; in extract_bit_field() local
1575 xoffset = (bitnum / unit) * GET_MODE_SIZE (bestmode); in extract_bit_field()
1577 xop0 = adjust_address (xop0, bestmode, xoffset); in extract_bit_field()
1580 if (xoffset * BITS_PER_UNIT + unit in extract_bit_field()
1591 xop0 = adjust_address (xop0, byte_mode, xoffset); in extract_bit_field()
/NextBSD/sys/dev/drm2/
HDdrm_fb_helper.c817 modeset->x = var->xoffset;
823 info->var.xoffset = var->xoffset;
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.cpp3063 uint64_t xoffset; in EmitDeclareOfBlockLiteralArgVariable() local
3064 fieldType = EmitTypeForVarWithBlocksAttr(variable, &xoffset); in EmitDeclareOfBlockLiteralArgVariable()