Home
last modified time | relevance | path

Searched refs:type_and_flag (Results 1 – 7 of 7) sorted by relevance

/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-lisp.c188 nd_uint8_t type_and_flag; member
231 uint8_t type_and_flag; in lisp_print() local
256 type_and_flag = GET_U_1(lisp_hdr->type_and_flag); in lisp_print()
257 type = extract_lisp_type(type_and_flag); in lisp_print()
262 xtr_present = is_xtr_data_present(type, type_and_flag); in lisp_print()
414 uint8_t type = extract_lisp_type(GET_U_1(lisp_hdr->type_and_flag)); in lisp_hdr_flag()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxclrast.c1632 byte type_and_flag = *cbp++; in clist_playback_band() local
1633 byte is_continuation = type_and_flag & 0x80; in clist_playback_band()
1635 pdct = gx_get_dc_type_from_index(type_and_flag & 0x7F); in clist_playback_band()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxclrast.c1632 byte type_and_flag = *cbp++; in clist_playback_band() local
1633 byte is_continuation = type_and_flag & 0x80; in clist_playback_band()
1635 pdct = gx_get_dc_type_from_index(type_and_flag & 0x7F); in clist_playback_band()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxclrast.c1745 byte type_and_flag = *cbp++; in clist_playback_band() local
1746 byte is_continuation = type_and_flag & 0x80; in clist_playback_band()
1749 pdct = gx_get_dc_type_from_index(type_and_flag & 0x7F); in clist_playback_band()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxclrast.c1745 byte type_and_flag = *cbp++; in clist_playback_band() local
1746 byte is_continuation = type_and_flag & 0x80; in clist_playback_band()
1749 pdct = gx_get_dc_type_from_index(type_and_flag & 0x7F); in clist_playback_band()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxclrast.c1822 byte type_and_flag = *cbp++; in clist_playback_band() local
1823 byte is_continuation = type_and_flag & 0x80; in clist_playback_band()
1826 pdct = gx_get_dc_type_from_index(type_and_flag & 0x7F); in clist_playback_band()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxclrast.c1822 byte type_and_flag = *cbp++; in clist_playback_band() local
1823 byte is_continuation = type_and_flag & 0x80; in clist_playback_band()
1826 pdct = gx_get_dc_type_from_index(type_and_flag & 0x7F); in clist_playback_band()