Lines Matching refs:uint
109 uint addr; /* disk address in bytes */
112 uint n; /* number of used runes in block */
120 uint addr; /* length of temp file */
125 Block* disknewblock(Disk*, uint);
127 void diskread(Disk*, Block*, Rune*, uint);
128 void diskwrite(Disk*, Block**, Rune*, uint);
132 uint nc;
134 uint cnc; /* bytes in cache */
135 uint cmax; /* size of allocated cache */
136 uint cq; /* position of cache */
138 uint cbi; /* index of cache Block */
140 uint nbl; /* number of blocks */
142 void bufinsert(Buffer*, uint, Rune*, uint);
143 void bufdelete(Buffer*, uint, uint);
144 uint bufload(Buffer*, uint, int, int*);
145 void bufread(Buffer*, uint, Rune*, uint);
156 uint mtime; /* of file when read */
186 void filedelete(File*, uint, uint);
188 void fileinsert(File*, uint, Rune*, uint);
189 uint fileload(File*, uint, int, int*);
193 void fileundelete(File*, Buffer*, uint, uint);
194 void fileuninsert(File*, Buffer*, uint, uint);
196 void fileundo(File*, int, int, uint*, uint*, int);
199 int filereadc(File*, uint);
201 void loginsert(File*, uint, Rune*, uint);
202 void logdelete(File*, uint, uint);
210 void raspdelete(File*, uint, uint, int);
211 void raspinsert(File*, uint, Rune*, uint, int);
220 uint min(uint, uint);