/plan9/sys/src/ape/lib/ap/mips/ |
H A D | tas.s | 5 #define LL(base, rt) WORD $((060<<26)|((base)<<21)|((rt)<<16)) argument 6 #define SC(base, rt) WORD $((070<<26)|((base)<<21)|((rt)<<16)) argument
|
H A D | atom.s | 5 #define LL(base, rt) WORD $((060<<26)|((base)<<21)|((rt)<<16)) argument 6 #define SC(base, rt) WORD $((070<<26)|((base)<<21)|((rt)<<16)) argument
|
/plan9/sys/src/libc/mips/ |
H A D | tas.s | 5 #define LL(base, rt) WORD $((060<<26)|((base)<<21)|((rt)<<16)) argument 6 #define SC(base, rt) WORD $((070<<26)|((base)<<21)|((rt)<<16)) argument
|
H A D | atom.s | 5 #define LL(base, rt) WORD $((060<<26)|((base)<<21)|((rt)<<16)) argument 6 #define SC(base, rt) WORD $((070<<26)|((base)<<21)|((rt)<<16)) argument
|
/plan9/sys/src/libthread/ |
H A D | xincmips.s | 5 #define LL(base, rt) WORD $((060<<26)|((base)<<21)|((rt)<<16)) argument 6 #define SC(base, rt) WORD $((070<<26)|((base)<<21)|((rt)<<16)) argument
|
/plan9/sys/src/cmd/gs/src/ |
H A D | gdevm2.c | 66 const byte * base, int sourcex, int sraster, in mem_mapped2_copy_mono() 153 const byte * base, int sourcex, int sraster, in mem_mapped2_copy_color() 195 byte *base; in mem2_word_fill_rectangle() local 211 const byte * base, int sourcex, int sraster, in mem2_word_copy_mono() 234 const byte * base, int sourcex, int sraster, in mem2_word_copy_color()
|
H A D | gdevm4.c | 70 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem_mapped4_copy_mono() 214 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem_mapped4_copy_color() 254 byte *base; in mem4_word_fill_rectangle() local 270 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem4_word_copy_mono() 292 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem4_word_copy_color()
|
H A D | gdevm8.c | 69 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem_mapped8_copy_mono() 149 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem_mapped8_copy_color() 183 byte *base; in mem8_word_fill_rectangle() local 198 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem8_word_copy_mono() 220 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem8_word_copy_color()
|
H A D | gdevm32.c | 131 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem_true32_copy_mono() 227 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem_true32_copy_color() 267 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem32_word_copy_mono() 278 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem32_word_copy_color()
|
H A D | gdevm64.c | 210 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem_true64_copy_mono() 327 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem_true64_copy_color() 361 byte *base; in mem64_word_fill_rectangle() local 376 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem64_word_copy_mono() 398 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem64_word_copy_color()
|
H A D | gdevm24.c | 349 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem_true24_copy_mono() 466 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem_true24_copy_color() 478 mem_true24_copy_alpha(gx_device * dev, const byte * base, int sourcex, in mem_true24_copy_alpha() 545 byte *base; in mem24_word_fill_rectangle() local 560 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem24_word_copy_mono() 582 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem24_word_copy_color()
|
H A D | gdevm40.c | 283 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem_true40_copy_mono() 400 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem_true40_copy_color() 434 byte *base; in mem40_word_fill_rectangle() local 449 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem40_word_copy_mono() 471 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem40_word_copy_color()
|
H A D | gdevpdfb.c | 49 pdf_copy_mask_data(gx_device_pdf * pdev, const byte * base, int sourcex, in pdf_copy_mask_data() 123 const byte *base, int sourcex, int raster, gx_bitmap_id id, in pdf_copy_mono() 335 const byte * base, int sourcex, int raster, gx_bitmap_id id, in gdev_pdf_copy_mono() 350 pdf_copy_color_data(gx_device_pdf * pdev, const byte * base, int sourcex, in pdf_copy_color_data() 427 gdev_pdf_copy_color(gx_device * dev, const byte * base, int sourcex, in gdev_pdf_copy_color()
|
H A D | gdevm48.c | 252 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem_true48_copy_mono() 369 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem_true48_copy_color() 403 byte *base; in mem48_word_fill_rectangle() local 418 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem48_word_copy_mono() 440 const byte * base, int sourcex, int sraster, gx_bitmap_id id, in mem48_word_copy_color()
|
/plan9/sys/src/cmd/postscript/tr2post/ |
H A D | Bgetfield.c | 34 asc2dig(char c, int base) { in asc2dig() 58 int base = 10; in Bgetfield() local
|
/plan9/sys/src/cmd/9nfs/ |
H A D | listalloc.c | 9 char *p, *base; in listalloc() local
|
/plan9/sys/src/cmd/upas/send/ |
H A D | gateway.c | 13 char *base; in gateway() local
|
/plan9/sys/src/libbio/ |
H A D | bseek.c | 6 Bseek(Biobufhdr *bp, vlong offset, int base) in Bseek()
|
/plan9/sys/src/cmd/tcs/ |
H A D | tcs.c | 289 unicode_out(Rune *base, int n, long *notused) 306 unicode_out_be(Rune *base, int n, long *notused) 325 unicode_out_le(Rune *base, int n, long *notused) 381 outtable(Rune *base, int n, long *map)
|
/plan9/sys/src/cmd/gs/icclib/ |
H A D | icc9809.h | 913 icTagBase base; /* Signature, "curv" */ member 919 icTagBase base; /* Signature, "data" */ member 925 icTagBase base; /* Signature, "dtim" */ member 931 icTagBase base; /* Signature, "mft2" */ member 937 icTagBase base; /* Signature, "mft1" */ member 943 icTagBase base; /* Signature, "meas" */ member 950 icTagBase base; /* Signature, "ncl2" */ member 956 icTagBase base; /* Signature, "pseq" */ member 962 icTagBase base; /* Signature, "desc" */ member 968 icTagBase base; /* Signature, "sf32" */ member [all …]
|
/plan9/sys/src/ape/cmd/patch/ |
H A D | basename.c | 25 char const *base = name += FILESYSTEM_PREFIX_LEN (name); local
|
/plan9/sys/src/9/pc/ |
H A D | devlpt.c | 166 long base, k; in lptwrite() local 192 outch(int base, int c) in outch() 211 lptready(void *base) in lptready()
|
/plan9/sys/src/ape/lib/ap/gen/ |
H A D | strtoul.c | 6 strtoul(const char *nptr, char **endptr, int base) in strtoul()
|
H A D | bsearch.c | 4 bsearch(const void* key, const void* base, size_t nmemb, size_t size, in bsearch()
|
H A D | strtol.c | 6 strtol(const char *nptr, char **endptr, int base) in strtol()
|