Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 63) sorted by relevance

123

/plan9-contrib/sys/src/ape/cmd/pdksh/
H A Dlex.h10 struct source { struct
28 Source *next; /* stacked source */ argument
119 EXTERN Source *source; /* yyparse/yylex source */ variable
/plan9-contrib/sys/src/cmd/gs/jpeg/
H A Drdppm.c144 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_text_gray_row() local
162 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_text_rgb_row() local
182 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_scaled_gray_row() local
203 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_scaled_rgb_row() local
229 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_raw_row() local
241 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_word_gray_row() local
265 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_word_rgb_row() local
298 ppm_source_ptr source = (ppm_source_ptr) sinfo; in start_input_ppm() local
445 ppm_source_ptr source; in jinit_read_ppm() local
H A Drdrle.c83 rle_source_ptr source = (rle_source_ptr) sinfo; in start_input_rle() local
189 rle_source_ptr source = (rle_source_ptr) sinfo; in get_rle_row() local
207 rle_source_ptr source = (rle_source_ptr) sinfo; in get_pseudocolor_row() local
243 rle_source_ptr source = (rle_source_ptr) sinfo; in load_image() local
373 rle_source_ptr source; in jinit_read_rle() local
H A Drdtarga.c177 tga_source_ptr source = (tga_source_ptr) sinfo; in get_8bit_gray_row() local
193 tga_source_ptr source = (tga_source_ptr) sinfo; in get_8bit_row() local
214 tga_source_ptr source = (tga_source_ptr) sinfo; in get_16bit_row() local
242 tga_source_ptr source = (tga_source_ptr) sinfo; in get_24bit_row() local
275 tga_source_ptr source = (tga_source_ptr) sinfo; in get_memory_row() local
302 tga_source_ptr source = (tga_source_ptr) sinfo; in preload_image() local
335 tga_source_ptr source = (tga_source_ptr) sinfo; in start_input_tga() local
486 tga_source_ptr source; in jinit_read_targa() local
H A Drdbmp.c122 bmp_source_ptr source = (bmp_source_ptr) sinfo; in get_8bit_row() local
153 bmp_source_ptr source = (bmp_source_ptr) sinfo; in get_24bit_row() local
189 bmp_source_ptr source = (bmp_source_ptr) sinfo; in preload_image() local
243 bmp_source_ptr source = (bmp_source_ptr) sinfo; in start_input_bmp() local
425 bmp_source_ptr source; in jinit_read_bmp() local
/plan9-contrib/sys/src/ape/cmd/pax/
H A Dwildmat.c93 static int star(char *source, char *pattern) in star()
138 int wildmat(char *pattern, char *source) in wildmat()
/plan9-contrib/sys/src/cmd/cpp/
H A Dcpp.h54 typedef struct source { struct
55 char *filename; /* name of file of the source */ argument
62 int fd; /* input source */ argument
64 struct source *next; /* stack for #include */ argument
/plan9-contrib/sys/src/cmd/gs/zlib/
H A Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument
62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
H A Duncompr.c26 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
H A Dzutil.c150 void zmemcpy(dest, source, len) in zmemcpy() argument
/plan9-contrib/sys/src/cmd/gs/src/
H A Dgdevrops.c151 gx_rop_source_t source; in rop_texture_fill_rectangle() local
172 gx_rop_source_t source; in rop_texture_copy_mono() local
199 gx_rop_source_t source; in rop_texture_copy_color() local
H A Dgxp1fill.c41 const gx_rop_source_t *source; member
201 const gx_rop_source_t *source = ptfs->source; in tile_colored_fill() local
245 const gx_rop_source_t * source) in gx_dc_pattern_fill_rectangle()
304 const gx_rop_source_t *source = ptfs->source; in tile_masked_fill() local
323 const gx_rop_source_t * source) in gx_dc_pure_masked_fill_rect()
351 const gx_rop_source_t * source) in gx_dc_binary_masked_fill_rect()
375 const gx_rop_source_t * source) in gx_dc_colored_masked_fill_rect()
H A Ddwimg.c692 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()
900 image_convert_line(IMAGE *img, unsigned char *dest, unsigned char *source) in image_convert_line()
H A Dgsbitops.c451 const bits_plane_t *source /*read*/, int shift, int width, int height) in bits_extract_plane()
493 const byte *source = source_row; in bits_extract_plane() local
526 const byte *source = source_row; in bits_extract_plane() local
558 const bits_plane_t *source /*read*/, int shift, int width, int height) in bits_expand_plane()
603 const byte *source = source_row; in bits_expand_plane() local
H A Dgsparams.c346 unsigned source, /* number to put to buffer */ in wb_put_word()
366 const byte * source, /* bytes to put to buffer */ in wb_put_bytes()
H A Dgxwts.c305 const gx_rop_source_t *source) in gx_dc_wts_fill_rectangle_1()
431 const gx_rop_source_t *source) in gx_dc_wts_fill_rectangle_4()
483 const gx_rop_source_t *source) in gx_dc_wts_fill_rectangle()
H A Dgxdcolor.h59 #define set_rop_no_source(source, no_source, dev)\ argument
311 #define gx_device_color_fill_rectangle(pdevc, x, y, w, h, dev, lop, source)\ argument
H A Dzfrsd.c152 stream *source; in zreusablestream() local
H A Dsdct.h91 struct jpeg_source_mgr source; member
H A Dgxdcolor.c252 const gx_rop_source_t *source) in gx_dc_no_fill_rectangle()
329 const gx_rop_source_t * source) in gx_dc_null_fill_rectangle()
384 const gx_rop_source_t * source) in gx_dc_pure_fill_rectangle()
/plan9-contrib/sys/src/cmd/scuzz/
H A Dchanger.c22 SRmmove(ScsiReq *rp, int transport, int source, int destination, int invert) in SRmmove()
/plan9-contrib/sys/src/cmd/tcs/font/
H A Dmain.c18 } source[] = { variable
/plan9-contrib/sys/src/cmd/upas/smtp/
H A Dsmtp.h24 int source; member
/plan9-contrib/sys/src/cmd/upas/send/
H A Drewrite.c219 substitute(String *source, Resub *subexp, message *mp) in substitute()
/plan9-contrib/sys/src/ape/cmd/patch/
H A Dmaketime.c360 str2time (source, default_time, default_zone) in str2time() argument

123