Home
last modified time | relevance | path

Searched refs:hcd_peek_bits (Results 1 – 17 of 17) sorted by relevance

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dshc.h241 #define hcd_peek_bits(n) ((bits >> (bits_left - (n))) & ((1 << (n)) - 1)) macro
H A Dscfd.c107 #define peek_bits(n) hcd_peek_bits(n)
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dshc.h246 #define hcd_peek_bits(n) ((bits >> (bits_left - (n))) & ((1 << (n)) - 1)) macro
H A Dscfd.c112 #define peek_bits(n) hcd_peek_bits(n)
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dshc.h241 #define hcd_peek_bits(n) ((bits >> (bits_left - (n))) & ((1 << (n)) - 1)) macro
H A Dscfd.c107 #define peek_bits(n) hcd_peek_bits(n)
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dshc.h243 #define hcd_peek_bits(n) ((bits >> (bits_left - (n))) & ((1 << (n)) - 1)) macro
H A Dscfd.c122 #define peek_bits(n) hcd_peek_bits(n)
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dshc.h243 #define hcd_peek_bits(n) ((bits >> (bits_left - (n))) & ((1 << (n)) - 1)) macro
H A Dscfd.c109 #define peek_bits(n) hcd_peek_bits(n)
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dshc.h243 #define hcd_peek_bits(n) ((bits >> (bits_left - (n))) & ((1 << (n)) - 1)) macro
H A Dscfd.c122 #define peek_bits(n) hcd_peek_bits(n)
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dshc.h246 #define hcd_peek_bits(n) ((bits >> (bits_left - (n))) & ((1 << (n)) - 1)) macro
H A Dscfd.c112 #define peek_bits(n) hcd_peek_bits(n)
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dshc.h243 #define hcd_peek_bits(n) ((bits >> (bits_left - (n))) & ((1 << (n)) - 1)) macro
H A Dscfd.c109 #define peek_bits(n) hcd_peek_bits(n)
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dpts_fax.c376 #define hcd_peek_bits(n) ((bits >> (bits_left - (n))) & ((1 << (n)) - 1)) macro
2289 #define peek_bits(n) hcd_peek_bits(n)