Home
last modified time | relevance | path

Searched refs:not_bit (Results 1 – 9 of 9) sorted by relevance

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dscfe.c251 byte not_bit = end_bit ^ end_mask; in s_CFE_process() local
257 *end |= not_bit >> 1, end[1] = end_bit << 7; in s_CFE_process()
259 *end |= (not_bit >> 1) | (end_bit >> 2); in s_CFE_process()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dscfe.c247 byte not_bit = end_bit ^ end_mask; in s_CFE_process() local
253 *end |= not_bit >> 1, end[1] = end_bit << 7; in s_CFE_process()
255 *end |= (not_bit >> 1) | (end_bit >> 2); in s_CFE_process()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dscfe.c247 byte not_bit = end_bit ^ end_mask; in s_CFE_process() local
253 *end |= not_bit >> 1, end[1] = end_bit << 7; in s_CFE_process()
255 *end |= (not_bit >> 1) | (end_bit >> 2); in s_CFE_process()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dscfe.c249 byte not_bit = end_bit ^ end_mask; in s_CFE_process() local
255 *end |= not_bit >> 1, end[1] = end_bit << 7; in s_CFE_process()
257 *end |= (not_bit >> 1) | (end_bit >> 2); in s_CFE_process()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dscfe.c251 byte not_bit = end_bit ^ end_mask; in s_CFE_process() local
257 *end |= not_bit >> 1, end[1] = end_bit << 7; in s_CFE_process()
259 *end |= (not_bit >> 1) | (end_bit >> 2); in s_CFE_process()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dscfe.c249 byte not_bit = end_bit ^ end_mask; in s_CFE_process() local
255 *end |= not_bit >> 1, end[1] = end_bit << 7; in s_CFE_process()
257 *end |= (not_bit >> 1) | (end_bit >> 2); in s_CFE_process()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dscfe.c251 byte not_bit = end_bit ^ end_mask; in s_CFE_process() local
257 *end |= not_bit >> 1, end[1] = end_bit << 7; in s_CFE_process()
259 *end |= (not_bit >> 1) | (end_bit >> 2); in s_CFE_process()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dscfe.c251 byte not_bit = end_bit ^ end_mask; in s_CFE_process() local
257 *end |= not_bit >> 1, end[1] = end_bit << 7; in s_CFE_process()
259 *end |= (not_bit >> 1) | (end_bit >> 2); in s_CFE_process()
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dpts_fax.c823 unsigned char not_bit = end_bit ^ end_mask; in s_CFE_process() local
829 *end |= not_bit >> 1, end[1] = end_bit << 7; in s_CFE_process()
831 *end |= (not_bit >> 1) | (end_bit >> 2); in s_CFE_process()