/plan9/sys/src/libstdio/ |
H A D | vfprintf.c | 151 int flags, width, precision; in vfprintf() local 211 ocvt_c(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_c() 223 ocvt_s(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_s() 260 ocvt_n(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_n() 285 ocvt_fixed(FILE *f, va_list *args, int flags, int width, int precision, in ocvt_fixed() 373 ocvt_X(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_X() 379 ocvt_d(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_d() 385 ocvt_o(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_o() 391 ocvt_p(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_p() 398 ocvt_u(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_u() [all …]
|
H A D | vfscanf.c | 61 int c, width, type, store; in vfscanf() local 105 static int icvt_n(FILE *f, va_list *args, int store, int width, int type){ in icvt_n() 133 int store, int width, int type, int unsgned, int base){ in icvt_fixed() 211 static int icvt_d(FILE *f, va_list *args, int store, int width, int type){ in icvt_d() 214 static int icvt_x(FILE *f, va_list *args, int store, int width, int type){ in icvt_x() 217 static int icvt_o(FILE *f, va_list *args, int store, int width, int type){ in icvt_o() 220 static int icvt_i(FILE *f, va_list *args, int store, int width, int type){ in icvt_i() 223 static int icvt_u(FILE *f, va_list *args, int store, int width, int type){ in icvt_u() 226 static int icvt_p(FILE *f, va_list *args, int store, int width, int type){ in icvt_p() 230 static int icvt_f(FILE *f, va_list *args, int store, int width, int type){ in icvt_f() [all …]
|
/plan9/sys/src/ape/lib/ap/stdio/ |
H A D | vfprintf.c | 154 int tfl, flags, width, precision; in vfprintf() local 209 ocvt_c(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_c() 221 ocvt_s(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_s() 260 ocvt_n(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_n() 287 ocvt_fixed(FILE *f, va_list *args, int flags, int width, int precision, in ocvt_fixed() 377 ocvt_X(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_X() 383 ocvt_d(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_d() 389 ocvt_o(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_o() 395 ocvt_p(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_p() 402 ocvt_u(FILE *f, va_list *args, int flags, int width, int precision) in ocvt_u() [all …]
|
H A D | vfscanf.c | 64 int c, width, type, store; in vfscanf() local 108 static int icvt_n(FILE *f, va_list *args, int store, int width, int type){ in icvt_n() 136 int store, int width, int type, int unsgned, int base){ in icvt_fixed() 214 static int icvt_d(FILE *f, va_list *args, int store, int width, int type){ in icvt_d() 217 static int icvt_x(FILE *f, va_list *args, int store, int width, int type){ in icvt_x() 220 static int icvt_o(FILE *f, va_list *args, int store, int width, int type){ in icvt_o() 223 static int icvt_i(FILE *f, va_list *args, int store, int width, int type){ in icvt_i() 226 static int icvt_u(FILE *f, va_list *args, int store, int width, int type){ in icvt_u() 229 static int icvt_p(FILE *f, va_list *args, int store, int width, int type){ in icvt_p() 233 static int icvt_f(FILE *f, va_list *args, int store, int width, int type){ in icvt_f() [all …]
|
/plan9/sys/src/cmd/jpg/ |
H A D | readbmp.c | 80 load_1T(Biobuf *b, long width, long height, Rgb* buf, Rgb* clut) in load_1T() 108 load_4T(Biobuf* b, long width, long height, Rgb* buf, Rgb* clut) in load_4T() 140 load_4C(Biobuf *b, long width, long height, Rgb* buf, Rgb* clut) in load_4C() 215 load_8T(Biobuf *b, long width, long height, Rgb* buf, Rgb* clut) in load_8T() 235 load_8C(Biobuf *b, long width, long height, Rgb* buf, Rgb* clut) in load_8C() 298 load_16(Biobuf *b, long width, long height, Rgb* buf, Rgb* clut) in load_16() 354 load_24T(Biobuf* b, long width, long height, Rgb* buf) in load_24T() 378 load_32(Biobuf *b, long width, long height, Rgb* buf, Rgb* clut) in load_32() 440 ReadBMP(Biobuf *b, int *width, int *height) in ReadBMP() 546 int c, width, height; in Breadbmp() local
|
/plan9/sys/src/cmd/gs/src/ |
H A D | gdevmeds.c | 35 float width; member 39 #define X(name, width, height) {name, width, height, 1 / (width * height)} argument 79 float width = pdev->width / pdev->x_pixels_per_inch INCH; in select_medium() local
|
H A D | gsnorop.c | 49 int x, int y, int width, int height, in mem_mono_strip_copy_rop() 60 int x, int y, int width, int height, in mem_gray_strip_copy_rop() 71 int x, int y, int width, int height, in mem_gray8_rgb24_strip_copy_rop() 84 int x, int y, int width, int height, in gx_default_copy_rop() 95 int x, int y, int width, int height, in gx_default_strip_copy_rop() 106 int x, int y, int width, int height, in mem_default_strip_copy_rop()
|
H A D | gxclrect.c | 52 int op, int x, int y, int width, int height) in cmd_write_rect_cmd() 141 clist_fill_rectangle(gx_device * dev, int x, int y, int width, int height, in clist_fill_rectangle() 166 int x, int y, int width, int height, in clist_strip_tile_rectangle() 230 int x, int y, int width, int height, in clist_copy_mono() 326 int x, int y, int width, int height) in clist_copy_color() 419 int raster, gx_bitmap_id id, int x, int y, int width, int height, in clist_copy_alpha() 529 int x, int y, int width, int height, in clist_strip_copy_rop()
|
H A D | gsdevmem.c | 35 uint width, uint height, const byte * colors, int colors_size, in gs_initialize_wordimagedevice() 217 uint width, uint height, const byte * colors, int num_colors, in gs_makewordimagedevice()
|
H A D | gdevdrop.c | 50 int x, int y, int width, int height, in trace_copy_rop() 100 int x, int y, int width, int height, in gx_default_strip_copy_rop() 227 const byte * src, int width, int depth, in pack_cmyk_1bit_from_standard() 275 int width, int depth, int src_depth) in pack_from_standard() 353 int x, int y, int width, int height, in mem_default_strip_copy_rop() 584 int x, int y, int width, int height, in gx_default_copy_rop() 607 int x, int y, int width, int height, in gx_copy_rop_unaligned() 630 int x, int y, int width, int height, in gx_strip_copy_rop_unaligned()
|
H A D | gxoprect.c | 41 int width, in unpack_scanline_lt8() 79 int width, in pack_scanline_lt8() 123 int width, in unpack_scanline_ge8() 152 int width, in pack_scanline_ge8()
|
H A D | gsht.c | 278 gx_ht_alloc_ht_order(gx_ht_order * porder, uint width, uint height, in gx_ht_alloc_ht_order() 356 uint width = psrc->width, height = psrc->height, shift = psrc->shift; in gx_ht_move_ht_order() local 382 gx_ht_alloc_order(gx_ht_order * porder, uint width, uint height, in gx_ht_alloc_order() 404 gx_ht_alloc_threshold_order(gx_ht_order * porder, uint width, uint height, in gx_ht_alloc_threshold_order() 426 gx_ht_alloc_client_order(gx_ht_order * porder, uint width, uint height, in gx_ht_alloc_client_order() 486 uint width = porder->width; in gx_ht_construct_spot_order() local 526 gx_ht_construct_bit(gx_ht_bit * bit, int width, int bit_num) in gx_ht_construct_bit()
|
H A D | dwimg.c | 692 image_16BGR555_to_24BGR(int width, unsigned char *dest, unsigned char *source) in image_16BGR555_to_24BGR() 712 image_16BGR565_to_24BGR(int width, unsigned char *dest, unsigned char *source) in image_16BGR565_to_24BGR() 732 image_16RGB555_to_24BGR(int width, unsigned char *dest, unsigned char *source) in image_16RGB555_to_24BGR() 752 image_16RGB565_to_24BGR(int width, unsigned char *dest, unsigned char *source) in image_16RGB565_to_24BGR() 770 image_4CMYK_to_24BGR(int width, unsigned char *dest, unsigned char *source, in image_4CMYK_to_24BGR() 812 image_32CMYK_to_24BGR(int width, unsigned char *dest, unsigned char *source, in image_32CMYK_to_24BGR() 850 image_devicen_to_24BGR(int width, unsigned char *dest, unsigned char *source, in image_devicen_to_24BGR() 904 int width = img->bmih.biWidth; in image_convert_line() local
|
H A D | gdevcfax.c | 106 int width) in cfax_stream_print_page_width() 188 cfax_begin_page(gx_device_printer * pdev, FILE * fp, int width) in cfax_begin_page()
|
H A D | gsimpath.c | 31 int width, height, raster; member 52 gs_imagepath(gs_state * pgs, int width, int height, const byte * data) in gs_imagepath()
|
H A D | gdevdbit.c | 156 int raster, gx_bitmap_id id, int x, int y, int width, int height, in gx_no_copy_alpha() 164 int raster, gx_bitmap_id id, int x, int y, int width, int height, in gx_default_copy_alpha() 300 int x, int y, int width, int height, in gx_no_copy_rop() 339 int width = tiles->size.x; in gx_default_strip_tile_rectangle() local 511 int x, int y, int width, int height, in gx_no_strip_copy_rop() 562 int x, int y, int width, int height) in gx_copy_color_unaligned() 608 int raster, gx_bitmap_id id, int x, int y, int width, int height, in gx_copy_alpha_unaligned()
|
H A D | gschar0.c | 302 int width = pdata->subs_width; in gs_type0_next_char_glyph() local 306 #define subs_loop(subs_elt, width)\ in gs_type0_next_char_glyph() argument
|
H A D | gswts.h | 30 int width; member
|
/plan9/sys/src/libdraw/ |
H A D | stringsubfont.c | 8 int w, width; in stringsubfont() local 43 int w, width; in strsubfontwidth() local
|
/plan9/sys/src/libmemdraw/ |
H A D | string.c | 10 int w, width; in memimagestring() local 45 int w, width; in memsubfontwidth() local
|
/plan9/sys/src/cmd/unix/drawterm/libmemdraw/ |
H A D | string.c | 10 int w, width; in memimagestring() local 46 int w, width; in memsubfontwidth() local
|
/plan9/sys/src/cmd/ssh1/ |
H A D | cmsg.c | 260 readgeom(int *nrow, int *ncol, int *width, int *height) in readgeom() 278 sendwindowsize(Conn *c, int nrow, int ncol, int width, int height) in sendwindowsize() 342 int nrow, ncol, width, height; in requestpty() local
|
/plan9/sys/src/cmd/aux/antiword/ |
H A D | draw.h | 18 int width; /* 1 word */ member 30 int width; /* 1 word */ member
|
/plan9/sys/src/cmd/htmlfmt/ |
H A D | main.c | 10 int width = 70; variable
|
/plan9/sys/src/cmd/postscript/p9bitpost/ |
H A D | pslib.c | 39 int width; /* width.... */ member 49 int width; member 77 static int width; variable
|