Searched refs:Count (Results 1 – 7 of 7) sorted by relevance
| /plan9/sys/src/cmd/vl/ |
| H A D | l.h | 20 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 D | asm.c | 427 nopstat(char *f, Count *c) in nopstat()
|
| /plan9/sys/src/cmd/5l/ |
| H A D | l.h | 24 typedef struct Count Count; typedef 117 struct Count struct
|
| H A D | asm.c | 326 nopstat(char *f, Count *c) in nopstat()
|
| /plan9/sys/src/9/pc/ |
| H A D | sdata.c | 30 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 D | ChangeLog | 29 * 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 D | ChangeLog | 968 Count prefix lines only if needed, only count the first file's prefix.
|