| /openbmc/qemu/ui/ |
| H A D | vnc-enc-hextile-template.h | 24 pixel_t bg = 0; in CONCAT() local 41 bg = irow[i]; in CONCAT() 45 if (irow[i] != bg) { in CONCAT() 51 if (irow[i] != bg && irow[i] != fg) { in CONCAT() 54 if (irow[i] == bg) in CONCAT() 71 fg = bg; in CONCAT() 72 bg = tmp; in CONCAT() 75 if (!*has_bg || *last_bg != bg) { in CONCAT() 78 *last_bg = bg; in CONCAT() 122 if (!*has_bg || *last_bg != bg) in CONCAT() [all …]
|
| H A D | vnc-enc-tight.c | 350 uint32_t *bg, uint32_t *fg, \ 363 *bg = *fg = c0; \ 385 *bg = (uint32_t)c0; \ 388 *bg = (uint32_t)c1; \ 422 size_t count, uint32_t *bg, uint32_t *fg, in tight_fill_palette() argument 438 return tight_fill_palette32(vs, tight, x, y, max, count, bg, fg, in tight_fill_palette() 441 return tight_fill_palette16(vs, tight, x, y, max, count, bg, fg, in tight_fill_palette() 445 return tight_fill_palette8(vs, tight, x, y, max, count, bg, fg, in tight_fill_palette() 496 uint##bpp##_t bg, uint##bpp##_t fg) { \ 508 if (*ptr++ != bg) { \ [all …]
|
| /openbmc/webui-vue/src/assets/styles/bmc/custom/ |
| H A D | _toasts.scss | 74 .toast.bg-success { 79 .toast.bg-info { 84 .toast.bg-danger { 89 .toast.bg-warning { 95 .toast.text-bg-success, 96 .toast.text-bg-info, 97 .toast.text-bg-danger, 98 .toast.text-bg-warning { 102 .toast.text-bg-success { 107 .toast.text-bg-info { [all …]
|
| H A D | _card.scss | 2 .bg-success {
|
| /openbmc/u-boot/fs/ext4/ |
| H A D | ext4_common.h | 78 uint64_t ext4fs_bg_get_block_id(const struct ext2_block_group *bg, 80 uint64_t ext4fs_bg_get_inode_id(const struct ext2_block_group *bg, 82 uint64_t ext4fs_bg_get_inode_table_id(const struct ext2_block_group *bg, 86 uint32_t ext4fs_bg_get_free_blocks(const struct ext2_block_group *bg,
|
| H A D | ext4_common.c | 70 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_inodes_dec() argument 72 uint32_t free_inodes = le16_to_cpu(bg->free_inodes); in ext4fs_bg_free_inodes_dec() 74 free_inodes += le16_to_cpu(bg->free_inodes_high) << 16; in ext4fs_bg_free_inodes_dec() 77 bg->free_inodes = cpu_to_le16(free_inodes & 0xffff); in ext4fs_bg_free_inodes_dec() 79 bg->free_inodes_high = cpu_to_le16(free_inodes >> 16); in ext4fs_bg_free_inodes_dec() 83 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_blocks_dec() argument 85 uint32_t free_blocks = le16_to_cpu(bg->free_blocks); in ext4fs_bg_free_blocks_dec() 87 free_blocks += le16_to_cpu(bg->free_blocks_high) << 16; in ext4fs_bg_free_blocks_dec() 90 bg->free_blocks = cpu_to_le16(free_blocks & 0xffff); in ext4fs_bg_free_blocks_dec() 92 bg->free_blocks_high = cpu_to_le16(free_blocks >> 16); in ext4fs_bg_free_blocks_dec() [all …]
|
| H A D | ext4_write.c | 41 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_inodes_inc() argument 43 uint32_t free_inodes = le16_to_cpu(bg->free_inodes); in ext4fs_bg_free_inodes_inc() 45 free_inodes += le16_to_cpu(bg->free_inodes_high) << 16; in ext4fs_bg_free_inodes_inc() 48 bg->free_inodes = cpu_to_le16(free_inodes & 0xffff); in ext4fs_bg_free_inodes_inc() 50 bg->free_inodes_high = cpu_to_le16(free_inodes >> 16); in ext4fs_bg_free_inodes_inc() 54 (struct ext2_block_group *bg, const struct ext_filesystem *fs) in ext4fs_bg_free_blocks_inc() argument 56 uint32_t free_blocks = le16_to_cpu(bg->free_blocks); in ext4fs_bg_free_blocks_inc() 58 free_blocks += le16_to_cpu(bg->free_blocks_high) << 16; in ext4fs_bg_free_blocks_inc() 61 bg->free_blocks = cpu_to_le16(free_blocks & 0xffff); in ext4fs_bg_free_blocks_inc() 63 bg->free_blocks_high = cpu_to_le16(free_blocks >> 16); in ext4fs_bg_free_blocks_inc()
|
| /openbmc/qemu/hw/cxl/ |
| H A D | cxl-device-utils.c | 88 cci->bg.opcode); in mailbox_reg_read() 90 PERCENTAGE_COMP, cci->bg.complete_pct); in mailbox_reg_read() 92 RET_CODE, cci->bg.ret_code); in mailbox_reg_read() 100 qemu_mutex_lock(&cci->bg.lock); in mailbox_reg_read() 101 bgop = !(cci->bg.complete_pct == 100 || cci->bg.aborted); in mailbox_reg_read() 106 qemu_mutex_unlock(&cci->bg.lock); in mailbox_reg_read()
|
| H A D | cxl-mailbox-utils.c | 696 bg_op_status->status = cci->bg.complete_pct << 1; in cmd_infostat_bg_op_sts() 697 if (cci->bg.runtime > 0) { in cmd_infostat_bg_op_sts() 700 bg_op_status->opcode = cci->bg.opcode; in cmd_infostat_bg_op_sts() 701 bg_op_status->returncode = cci->bg.ret_code; in cmd_infostat_bg_op_sts() 718 int bg_set = cci->bg.opcode >> 8; in cmd_infostat_bg_op_abort() 719 int bg_cmd = cci->bg.opcode & 0xff; in cmd_infostat_bg_op_abort() 726 qemu_mutex_lock(&cci->bg.lock); in cmd_infostat_bg_op_abort() 727 if (cci->bg.runtime) { in cmd_infostat_bg_op_abort() 729 if (cci->bg.complete_pct < 85) { in cmd_infostat_bg_op_abort() 730 timer_del(cci->bg.timer); in cmd_infostat_bg_op_abort() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/x11vnc/files/ |
| H A D | starting-fix.patch | 21 -Exec=x11vnc -gui tray=setpass -rfbport PROMPT -bg -o %%HOME/.x11vnc.log.%%VNCDISPLAY 22 +Exec=x11vnc -bg -rfbport 5900 -skip_lockkeys -o %%HOME/.x11vnc.log.%%VNCDISPLAY
|
| /openbmc/qemu/po/ |
| H A D | LINGUAS | 1 bg
|
| H A D | bg.po | 14 "Language: bg\n"
|
| /openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/ |
| H A D | ampere_boot_progress.sh | 12 while [[ -n "$bg" ]]; do 170 if [ "$last_bg" == "$bg" ]; then
|
| /openbmc/u-boot/include/ |
| H A D | video_fb.h | 46 unsigned int bg; member
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | ncurses.py | 68 def __init__( self, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument 109 … def __init__( self, title, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument 110 NCursesUI.Window.__init__( self, x+1, y+3, width-2, height-4, fg, bg ) 111 self.decoration = NCursesUI.Window( x, y, width, height, fg, bg )
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | nfs.py | 34 bg = True, env = nenv, output_log = logger)
|
| H A D | commands.py | 29 def __init__(self, command, bg=False, timeout=None, data=None, output_log=None, **options): argument 40 self.bg = bg 111 if not self.bg:
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | xkeyboard-config-Zinoviev | 1 Copyright (C) 1999, 2000 by Anton Zinoviev <anton@lml.bas.bg>
|
| /openbmc/webui-vue/src/views/Overview/ |
| H A D | OverviewQuickLinks.vue | 2 <b-card bg-variant="light" border-variant="light">
|
| H A D | OverviewCard.vue | 2 <b-card bg-variant="light" border-variant="light" class="mb-4">
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_console.c | 333 unsigned int bg; member 352 unsigned int bg = EFI_ATTR_BG(attribute); in efi_cout_set_attribute() local 357 printf(ESC"[%u;%u;%um", bold, color[fg].fg, color[bg].bg); in efi_cout_set_attribute()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/ |
| H A D | lxdm_0.5.3.bb | 50 sed -i -e 's,bg=,# bg=,g' \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dhex/dhex/ |
| H A D | 0001-Fix-function-declaration-conflict-error-with-empty-p.patch | 36 void colorpair(tOutput* output,uicolors uicol,short fg,short bg,int attr);
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | bootstrap.css.map | 1 …bg-primary {\n color: #fff;\n background-color: #337ab7;\n}\na.bg-primary:hover,\na.bg-primary:f…
|
| /openbmc/qemu/include/hw/cxl/ |
| H A D | cxl_device.h | 194 } bg; member 435 return !!cci->bg.runtime && cci->bg.opcode == 0x4304; in scan_media_running()
|