Searched refs:spc (Results 1 – 6 of 6) sorted by relevance
| /u-boot/drivers/bios_emulator/include/x86emu/ |
| A D | regs.h | 147 #define R_SP spc.SP.I16_reg.x_reg 148 #define R_BP spc.BP.I16_reg.x_reg 149 #define R_SI spc.SI.I16_reg.x_reg 150 #define R_DI spc.DI.I16_reg.x_reg 151 #define R_IP spc.IP.I16_reg.x_reg 152 #define R_FLG spc.FLAGS 155 #define R_SP spc.SP.I16_reg.x_reg 156 #define R_BP spc.BP.I16_reg.x_reg 160 #define R_FLG spc.FLAGS 168 #define R_EFLG spc.FLAGS [all …]
|
| /u-boot/drivers/video/ |
| A D | stb_truetype.h | 2676 spc->width = pw; in stbtt_PackBegin() 2677 spc->height = ph; in stbtt_PackBegin() 2678 spc->pixels = pixels; in stbtt_PackBegin() 2680 spc->nodes = nodes; in stbtt_PackBegin() 2683 spc->h_oversample = 1; in stbtt_PackBegin() 2684 spc->v_oversample = 1; in stbtt_PackBegin() 2696 STBTT_free(spc->nodes , spc->user_allocator_context); in stbtt_PackEnd() 2697 STBTT_free(spc->pack_info, spc->user_allocator_context); in stbtt_PackEnd() 2866 rects[k].w = (stbrp_coord) (x1-x0 + spc->padding + spc->h_oversample-1); in stbtt_PackFontRangesGatherRects() 2867 rects[k].h = (stbrp_coord) (y1-y0 + spc->padding + spc->v_oversample-1); in stbtt_PackFontRangesGatherRects() [all …]
|
| /u-boot/fs/ubifs/ |
| A D | lprops.c | 474 int ubifs_calc_dark(const struct ubifs_info *c, int spc) in ubifs_calc_dark() argument 476 ubifs_assert(!(spc & 7)); in ubifs_calc_dark() 478 if (spc < c->dark_wm) in ubifs_calc_dark() 479 return spc; in ubifs_calc_dark() 486 if (spc - c->dark_wm < MIN_WRITE_SZ) in ubifs_calc_dark() 487 return spc - MIN_WRITE_SZ; in ubifs_calc_dark() 1224 int spc = free + dirty; in scan_check_cb() local 1226 if (spc < c->dead_wm) in scan_check_cb() 1227 lst->total_dead += spc; in scan_check_cb() 1229 lst->total_dark += ubifs_calc_dark(c, spc); in scan_check_cb()
|
| A D | debug.c | 656 int i, spc, dark = 0, dead = 0; in ubifs_dump_lprop() local 660 spc = lp->free + lp->dirty; in ubifs_dump_lprop() 661 if (spc < c->dead_wm) in ubifs_dump_lprop() 662 dead = spc; in ubifs_dump_lprop() 664 dark = ubifs_calc_dark(c, spc); in ubifs_dump_lprop() 668 lp->lnum, lp->free, lp->dirty, c->leb_size - spc, spc, in ubifs_dump_lprop() 672 lp->lnum, lp->free, lp->dirty, c->leb_size - spc, spc, in ubifs_dump_lprop() 673 dark, dead, (int)(spc / UBIFS_MAX_NODE_SZ), lp->flags); in ubifs_dump_lprop()
|
| A D | ubifs.h | 2346 int ubifs_calc_dark(const struct ubifs_info *c, int spc);
|
| /u-boot/cmd/ |
| A D | efidebug.c | 288 static const char spc[] = " "; variable 319 printf("Device%.*s Device Path\n", EFI_HANDLE_WIDTH - 6, spc); in do_efi_show_devices() 400 EFI_HANDLE_WIDTH - 6, spc); in do_efi_show_drivers() 591 printf("Handle%.*s Protocols\n", EFI_HANDLE_WIDTH - 6, spc); in do_efi_show_handles() 741 EFI_PHYS_ADDR_WIDTH - 5, spc, EFI_PHYS_ADDR_WIDTH - 3, spc); in do_efi_show_memmap()
|
Completed in 32 milliseconds