Searched refs:spc (Results 1 - 7 of 7) sorted by relevance

/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h148 #define R_SP spc.SP.I16_reg.x_reg
149 #define R_BP spc.BP.I16_reg.x_reg
150 #define R_SI spc.SI.I16_reg.x_reg
151 #define R_DI spc.DI.I16_reg.x_reg
152 #define R_IP spc.IP.I16_reg.x_reg
153 #define R_FLG spc.FLAGS
156 #define R_SP spc.SP.I16_reg.x_reg
157 #define R_BP spc.BP.I16_reg.x_reg
158 #define R_SI spc.SI.I16_reg.x_reg
159 #define R_DI spc
268 struct i386_special_regs spc; member in struct:__anon51
[all...]
/u-boot/drivers/video/
H A Dstb_truetype.h588 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int width, int height, int stride_in_bytes, int padding, void *alloc_context);
599 STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc);
604 STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigned char *fontdata, int font_index, float font_size,
629 STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, const unsigned char *fontdata, int font_index, stbtt_pack_range *ranges, int num_ranges);
635 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample);
651 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip);
663 STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects);
664 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_rects);
665 STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects);
3957 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigne argument
3989 stbtt_PackEnd(stbtt_pack_context *spc) argument
3995 stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample) argument
4005 stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip) argument
4149 stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects) argument
4208 stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects) argument
4297 stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_rects) argument
4302 stbtt_PackFontRanges(stbtt_pack_context *spc, const unsigned char *fontdata, int font_index, stbtt_pack_range *ranges, int num_ranges) argument
4338 stbtt_PackFontRange(stbtt_pack_context *spc, const unsigned char *fontdata, int font_index, float font_size, int first_unicode_codepoint_in_range, int num_chars_in_range, stbtt_packedchar *chardata_for_range) argument
[all...]
/u-boot/fs/ubifs/
H A Dlprops.c465 * @spc: amount of free and dirty space in the LEB
468 * has @spc bytes of free and dirty space.
474 int ubifs_calc_dark(const struct ubifs_info *c, int spc) argument
476 ubifs_assert(!(spc & 7));
478 if (spc < c->dark_wm)
479 return spc;
486 if (spc - c->dark_wm < MIN_WRITE_SZ)
487 return spc - MIN_WRITE_SZ;
1224 int spc = free + dirty; local
1226 if (spc <
[all...]
H A Ddebug.c666 int i, spc, dark = 0, dead = 0; local
670 spc = lp->free + lp->dirty;
671 if (spc < c->dead_wm)
672 dead = spc;
674 dark = ubifs_calc_dark(c, spc);
678 lp->lnum, lp->free, lp->dirty, c->leb_size - spc, spc,
682 lp->lnum, lp->free, lp->dirty, c->leb_size - spc, spc,
683 dark, dead, (int)(spc / UBIFS_MAX_NODE_S
[all...]
H A Dubifs.h2346 int ubifs_calc_dark(const struct ubifs_info *c, int spc);
/u-boot/cmd/
H A Defidebug.c347 static const char spc[] = " "; variable
417 EFI_HANDLE_WIDTH - 6, spc);
604 EFI_PHYS_ADDR_WIDTH - 5, spc, EFI_PHYS_ADDR_WIDTH - 3, spc);
/u-boot/test/cmd/
H A Dfdt.c1188 char *spc; local
1202 spc = (i != 1) ? " " : "";
1203 snprintf(pada + (11 * (cells - i)), 12, "0x%08x%s", i * 0x10000, spc);
1204 snprintf(pads + (11 * (cells - i)), 12, "0x%08x%s", ~i, spc);

Completed in 237 milliseconds