Home
last modified time | relevance | path

Searched refs:Count (Results 1 – 7 of 7) sorted by relevance

/plan9/sys/src/cmd/vl/
H A Dl.h20 typedef struct Count Count; typedef
105 struct Count struct
248 Count branch;
249 Count fcmp;
250 Count load;
251 Count mfrom;
252 Count page;
253 Count jump;
254 Count store;
322 void nopstat(char*, Count*);
H A Dasm.c427 nopstat(char *f, Count *c) in nopstat()
/plan9/sys/src/cmd/5l/
H A Dl.h24 typedef struct Count Count; typedef
117 struct Count struct
H A Dasm.c326 nopstat(char *f, Count *c) in nopstat()
/plan9/sys/src/9/pc/
H A Dsdata.c30 Count = 2, /* sector count<7-0>, sector count<15-8> */ enumerator
549 outb(cmdport+Count, rwm); in atarwmmode()
1030 outb(cmdport+Count, period); in atastandby()
1302 outb(cmdport+Count, 0); in atapktio()
1426 outb(cmdport+Count, drive->count>>8); in atageniostart()
1427 outb(cmdport+Count, drive->count); in atageniostart()
1441 outb(cmdport+Count, drive->count); in atageniostart()
/plan9/sys/src/ape/cmd/patch/
H A DChangeLog29 * inp.c (plan_a): Count the number of lines before allocating
277 Count bytes, not lines, when testing whether a file is empty,
/plan9/sys/src/ape/cmd/diff/
H A DChangeLog968 Count prefix lines only if needed, only count the first file's prefix.