Searched defs:Range (Results 1 – 7 of 7) sorted by relevance
/plan9-contrib/sys/src/9/teg2/ |
H A D | mmu.c | 43 typedef struct Range Range; typedef 44 struct Range { struct 45 uintptr startva; 46 uvlong endva; 47 uintptr startpa; 48 uvlong endpa; 72 prl1range(Range *rp) in prl1range() argument
|
/plan9-contrib/sys/src/cmd/ |
H A D | hget.c | 24 typedef struct Range Range; typedef 25 struct Range struct 27 long start; /* only 2 gig supported, tdb */ 28 long end; 674 hhetag(char *p, URL *u, Range*) in hhetag() argument 686 hhmtime(char *p, URL *u, Range*) in hhmtime() argument 778 hhuri(char *p, URL *u, Range*) in hhuri() argument 789 hhlocation(char *p, URL *u, Range*) in hhlocation() argument 795 hhauth(char *p, URL *u, Range*) in hhauth() argument
|
/plan9-contrib/sys/src/cmd/gs/src/ |
H A D | gsicc.h | 114 gs_range4 Range; member
|
H A D | ttobjs.h | 288 Int Range; /* in which code range is it located ? */ member
|
/plan9-contrib/sys/src/cmd/sam/ |
H A D | sam.h | 33 typedef struct Range Range; typedef 44 struct Range struct 51 Range p[NSUBEXP]; argument
|
/plan9-contrib/sys/src/cmd/acme/ |
H A D | dat.h | 47 typedef struct Range Range; typedef 63 struct Range struct 65 int q0; 66 int q1;
|
/plan9-contrib/sys/src/9/pc/ |
H A D | uartaxp.c | 157 Range = 0x00, enumerator
|