Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 259) sorted by relevance

1234567891011

/plan9/sys/src/cmd/gs/src/
H A Dgsdsrc.c53 data_source_access_string(const gs_data_source_t * psrc, ulong start, in data_source_access_string()
67 data_source_access_bytes(const gs_data_source_t * psrc, ulong start, in data_source_access_bytes()
82 data_source_access_stream(const gs_data_source_t * psrc, ulong start, in data_source_access_stream()
H A Dgsdsrc.h73 #define data_source_access_only(psrc, start, length, buf, ptr)\ argument
75 #define data_source_access(psrc, start, length, buf, ptr)\ argument
80 #define data_source_copy_only(psrc, start, length, buf)\ argument
82 #define data_source_copy(psrc, start, length, buf)\ argument
/plan9/sys/src/libc/port/
H A Du32.c8 uchar *start; in dec32() local
53 char *tab, *start; in enc32() local
H A Du16.c9 uchar *start = out; in dec16() local
41 char *start = out; in enc16() local
H A Du64.c32 uchar *start = out; in dec64() local
88 char *start = out; in enc64() local
H A Dcharstod.c16 char str[400], *s, *e, *start; in charstod() local
/plan9/sys/src/cmd/unix/drawterm/libc/
H A Du32.c8 uchar *start; in dec32() local
53 char *tab, *start; in enc32() local
H A Du16.c9 uchar *start = out; in dec16() local
41 char *start = out; in enc16() local
H A Du64.c32 uchar *start = out; in dec64() local
88 char *start = out; in enc64() local
/plan9/sys/src/cmd/upas/bayes/
H A Ddfa.h18 Dreinst *start[4]; member
25 uint start; member
/plan9/sys/src/cmd/ip/imap4d/
H A Dmutf7.c55 char *start = out; in encmutf7() local
120 char *start = out; in decmutf7() local
/plan9/sys/src/ape/lib/ap/gen/
H A Dstrftime.c132 strval(char *start, char *end, char **array, int index, int alen) in strval()
148 dval(char *start, char *end, int val, int width) in dval()
/plan9/sys/src/cmd/postscript/postreverse/
H A Dpostreverse.h9 long start; /* page starts at this byte offset */ member
H A Dpostreverse.c95 long start; /* starting offset for next page */ variable
480 copypage(start, stop) in copypage() argument
/plan9/sys/src/lib9p/
H A Ddirread.c11 int start; in dirread9p() local
/plan9/sys/src/9/boot/
H A Dparts.c38 uvlong start; member
59 sdaddpart(SDunit* unit, char* name, uvlong start, uvlong end) in sdaddpart()
179 uvlong start, end; in oldp9part() local
263 uvlong start, end; in p9part() local
314 uvlong taboffset, start, end; in mbrpart() local
/plan9/sparc/include/ape/
H A Dstdarg.h6 #define va_start(list, start) list =\ argument
/plan9/386/include/ape/
H A Dstdarg.h6 #define va_start(list, start) list = (sizeof(start)<4 ? (char *)((int *)&(start)+1) : \ argument
/plan9/arm/include/ape/
H A Dstdarg.h6 #define va_start(list, start) list = (sizeof(start)<4 ? (char *)((int *)&(start)+1) : \ argument
/plan9/mips/include/ape/
H A Dstdarg.h6 #define va_start(list, start) list =\ argument
/plan9/power/include/ape/
H A Dstdarg.h6 #define va_start(list, start) list =\ argument
/plan9/sys/src/libsec/port/
H A Drsatest.c10 vlong start; in main() local
/plan9/sys/src/cmd/unix/drawterm/libsec/
H A Drsatest.c16 vlong start; in main() local
/plan9/sys/src/libmp/port/
H A Dcrttest.c40 long start; in main() local
/plan9/sys/src/cmd/cfs/
H A Dfile.c17 fmerge(Dptr *p, char *to, char *from, int start, int len) in fmerge()
258 int len, start; in fread() local

1234567891011