Home
last modified time | relevance | path

Searched refs:TAGWIDTH (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Draf.c126 chpr += printf("%-*.*s",TAGWIDTH,TAGWIDTH,"unknown1"); in process_raf()
152 chpr += printf("%-*.*s",TAGWIDTH,TAGWIDTH,"JpegImageOffset"); in process_raf()
163 chpr += printf("%-*.*s",TAGWIDTH,TAGWIDTH,"JpegImageLength"); in process_raf()
177 chpr += printf("%-*.*s",TAGWIDTH,TAGWIDTH,"Table1Offset"); in process_raf()
191 chpr += printf("%-*.*s",TAGWIDTH,TAGWIDTH,"Table1Length"); in process_raf()
216 chpr += printf("%-*.*s",TAGWIDTH,TAGWIDTH,"CFAOffset"); in process_raf()
226 chpr += printf("%-*.*s",TAGWIDTH,TAGWIDTH,"CFALength"); in process_raf()
257 chpr += printf("%-*.*s",TAGWIDTH,TAGWIDTH,"CFA_Offset"); in process_raf()
268 chpr += printf("%-*.*s",TAGWIDTH,TAGWIDTH,"CFA_length"); in process_raf()
280 chpr += printf("%-*.*s",TAGWIDTH,TAGWIDTH,"unknown2"); in process_raf()
[all …]
H A Dprint.c466 chpr += printf("%-*.*s",TAGWIDTH,TAGWIDTH,nameoftag); in print_tagid()
490 int tagwidth = TAGWIDTH; in print_taginfo()
2241 chpr += printf("%-*.*s",TAGWIDTH,TAGWIDTH,nameoftag); in print_cfapattern()
2994 int tagwidth = TAGWIDTH; in print_private_taginfo()
3038 chpr += printf("%-*.*s",TAGWIDTH,TAGWIDTH,nameoftag); in print_private_tagid()
H A Ddefs.h182 #define TAGWIDTH 27 macro
H A Dprocess.c1239 chpr += printf("%-*.*s",TAGWIDTH,TAGWIDTH,"RGBImageData"); in process_tiff_ifd()
1268 chpr += printf("%-*.*s",TAGWIDTH,TAGWIDTH,"JpegImageData"); in process_tiff_ifd()
1455 chpr += printf("%-*.*s",TAGWIDTH,TAGWIDTH,"ImageData"); in process_tiff_ifd()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/sdr_lib/
H A Dpipectrl.v21 parameter TAGWIDTH = 1) constant
30 input [TAGWIDTH-1:0] tag_i,
31 output [TAGWIDTH-1:0] tag_o);
35 wire [TAGWIDTH-1:0] tags [STAGES-1:0];
39 pipestage #(.TAGWIDTH(TAGWIDTH)) head
48 pipestage #(.TAGWIDTH(TAGWIDTH)) pipestage
55 pipestage #(.TAGWIDTH(TAGWIDTH)) tail
H A Dpipestage.v19 #(parameter TAGWIDTH = 1) constant
25 input [TAGWIDTH-1:0] tag_in,
26 output reg [TAGWIDTH-1:0] tag_out);
H A Ddspengine_16to8.v194 pipectrl #(.STAGES(2), .TAGWIDTH(2)) pipectrl
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/control_lib/
H A Dicache.v34 localparam TAGWIDTH = AWIDTH-CWIDTH-2; constant
38 reg [TAGWIDTH-1:0] itags [0:(1<<CWIDTH)-1];
42 wire [TAGWIDTH-1:0] wr_tags;
65 wire [TAGWIDTH-1:0] tag_out = itags[rd_line];
H A Ddcache.v40 localparam TAGWIDTH = AWIDTH-CWIDTH-2; constant
44 reg [TAGWIDTH-1:0] dtags [0:(1<<CWIDTH)-1];
48 wire [TAGWIDTH-1:0] wr_tags;
74 wire [TAGWIDTH-1:0] tag_out = dtags[rd_line];
/dports/editors/uemacs/uemacs-4.0/src/
H A Dtags.c41 #define TAGWIDTH 30 macro
48 char t_wd[TAGWIDTH + 1]; /* Word last tagged (this file) */
425 restword(curtp->t_wd, TAGWIDTH); /* Grab word to tag */
427 else if (mlreply("Word to tag: ", curtp->t_wd, TAGWIDTH) != TRUE)