Home
last modified time | relevance | path

Searched defs:sbpv (Results 1 – 8 of 8) sorted by relevance

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsbitops.h49 #define sample_load_setup(sbit, bitno, sbpv)\ argument
57 #define sample_load8_(value, sptr, sbit, sbpv)\ argument
63 #define sample_load8(value, sptr, sbit, sbpv)\ argument
69 #define sample_load12_(value, sptr, sbit, sbpv)\ argument
75 #define sample_load12(value, sptr, sbit, sbpv)\ argument
81 #define sample_load16_(value, sptr, sbit, sbpv)\ argument
84 #define sample_load16(value, sptr, sbit, sbpv)\ argument
90 #define sample_load32_(value, sptr, sbit, sbpv)\ argument
96 #define sample_load32(value, sptr, sbit, sbpv)\ argument
102 #define sample_load64_(value, sptr, sbit, sbpv)\ argument
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsbitops.h49 #define sample_load_setup(sbit, bitno, sbpv)\ argument
57 #define sample_load8_(value, sptr, sbit, sbpv)\ argument
63 #define sample_load8(value, sptr, sbit, sbpv)\ argument
69 #define sample_load12_(value, sptr, sbit, sbpv)\ argument
75 #define sample_load12(value, sptr, sbit, sbpv)\ argument
81 #define sample_load16_(value, sptr, sbit, sbpv)\ argument
84 #define sample_load16(value, sptr, sbit, sbpv)\ argument
90 #define sample_load32_(value, sptr, sbit, sbpv)\ argument
96 #define sample_load32(value, sptr, sbit, sbpv)\ argument
102 #define sample_load64_(value, sptr, sbit, sbpv)\ argument
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsbitops.h51 #define sample_load_setup(sbit, bitno, sbpv)\ argument
59 #define sample_load8_(value, sptr, sbit, sbpv)\ argument
65 #define sample_load8(value, sptr, sbit, sbpv)\ argument
71 #define sample_load12_(value, sptr, sbit, sbpv)\ argument
77 #define sample_load12(value, sptr, sbit, sbpv)\ argument
83 #define sample_load16_(value, sptr, sbit, sbpv)\ argument
86 #define sample_load16(value, sptr, sbit, sbpv)\ argument
92 #define sample_load32_(value, sptr, sbit, sbpv)\ argument
98 #define sample_load32(value, sptr, sbit, sbpv)\ argument
104 #define sample_load64_(value, sptr, sbit, sbpv)\ argument
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsbitops.h51 #define sample_load_setup(sbit, bitno, sbpv)\ argument
59 #define sample_load8_(value, sptr, sbit, sbpv)\ argument
65 #define sample_load8(value, sptr, sbit, sbpv)\ argument
71 #define sample_load12_(value, sptr, sbit, sbpv)\ argument
77 #define sample_load12(value, sptr, sbit, sbpv)\ argument
83 #define sample_load16_(value, sptr, sbit, sbpv)\ argument
86 #define sample_load16(value, sptr, sbit, sbpv)\ argument
92 #define sample_load32_(value, sptr, sbit, sbpv)\ argument
98 #define sample_load32(value, sptr, sbit, sbpv)\ argument
104 #define sample_load64_(value, sptr, sbit, sbpv)\ argument
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsbitops.h54 #define sample_load_setup(sbit, bitno, sbpv)\ argument
58 #define sample_load8_(value, sptr, sbit, sbpv)\ argument
64 #define sample_load8(value, sptr, sbit, sbpv)\ argument
67 #define sample_load_next8(value, sptr, sbit, sbpv)\ argument
70 #define sample_load12_(value, sptr, sbit, sbpv)\ argument
76 #define sample_load12(value, sptr, sbit, sbpv)\ argument
79 #define sample_load_next12(value, sptr, sbit, sbpv)\ argument
82 #define sample_load16_(value, sptr, sbit, sbpv)\ argument
85 #define sample_load16(value, sptr, sbit, sbpv)\ argument
88 #define sample_load_next16(value, sptr, sbit, sbpv)\ argument
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsbitops.h54 #define sample_load_setup(sbit, bitno, sbpv)\ argument
58 #define sample_load8_(value, sptr, sbit, sbpv)\ argument
64 #define sample_load8(value, sptr, sbit, sbpv)\ argument
67 #define sample_load_next8(value, sptr, sbit, sbpv)\ argument
70 #define sample_load12_(value, sptr, sbit, sbpv)\ argument
76 #define sample_load12(value, sptr, sbit, sbpv)\ argument
79 #define sample_load_next12(value, sptr, sbit, sbpv)\ argument
82 #define sample_load16_(value, sptr, sbit, sbpv)\ argument
85 #define sample_load16(value, sptr, sbit, sbpv)\ argument
88 #define sample_load_next16(value, sptr, sbit, sbpv)\ argument
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsbitops.h47 static int inline sample_load_next8(uint *value, const byte **sptr, int *sbit, int sbpv) in sample_load_next8()
67 static int inline sample_load_next12(uint *value, const byte **sptr, int *sbit, int sbpv) in sample_load_next12()
91 static int inline sample_load16(uint *value, const byte *sptr, int sbit, int sbpv) in sample_load16()
115 static int inline sample_load_next16 (ushort *value, const byte **sptr, int *sbit, int sbpv) in sample_load_next16()
142 static int inline sample_load_next32(uint32_t *value, const byte **sptr, int *sbit, int sbpv) in sample_load_next32()
175 static int inline sample_load_next64(uint64_t *value, const byte **sptr, int *sbit, int sbpv) in sample_load_next64()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsbitops.h47 static int inline sample_load_next8(uint *value, const byte **sptr, int *sbit, int sbpv) in sample_load_next8()
67 static int inline sample_load_next12(uint *value, const byte **sptr, int *sbit, int sbpv) in sample_load_next12()
91 static int inline sample_load16(uint *value, const byte *sptr, int sbit, int sbpv) in sample_load16()
115 static int inline sample_load_next16 (ushort *value, const byte **sptr, int *sbit, int sbpv) in sample_load_next16()
142 static int inline sample_load_next32(uint32_t *value, const byte **sptr, int *sbit, int sbpv) in sample_load_next32()
175 static int inline sample_load_next64(uint64_t *value, const byte **sptr, int *sbit, int sbpv) in sample_load_next64()