Home
last modified time | relevance | path

Searched refs:F_CS_MASK (Results 1 – 6 of 6) sorted by relevance

/dports/archivers/p5-IO-Compress-Lzop/IO-Compress-Lzop-2.101/lib/IO/Compress/Lzop/
H A DConstants.pm143 use constant F_CS_MASK => 0x00f00000; constant
145 use constant F_RESERVED => ((F_MASK | F_OS_MASK | F_CS_MASK) ^ 0xffffffff);
/dports/sysutils/busybox/busybox-1.26.2/archival/
H A Dlzop.c426 #define F_CS_MASK 0x00f00000L macro
429 #define F_RESERVED ((F_MASK | F_OS_MASK | F_CS_MASK) ^ 0xffffffffL)
1079 h->flags = (F_OS & F_OS_MASK) | (F_CS & F_CS_MASK); in do_lzo_compress()
/dports/archivers/lzop/lzop-1.04/src/
H A Dconf.h494 #define F_CS_MASK 0x00f00000L macro
497 #define F_RESERVED ((F_MASK | F_OS_MASK | F_CS_MASK) ^ 0xffffffffL)
H A Dlzop.c727 h->flags |= F_CS & F_CS_MASK; in init_compress_header()
/dports/net/libtrace/libtrace-3.0.19/libwandio/
H A Diow-lzo.c79 static const int F_CS_MASK = 0x00f00000L; variable
301 flags |= F_CS_NATIVE & F_CS_MASK; /* Character Set */ in lzo_wopen()
/dports/devel/wandio/wandio-1.0.5/lib/
H A Diow-lzo.c74 static const int F_CS_MASK = 0x00f00000L; variable
315 flags |= F_CS_NATIVE & F_CS_MASK; /* Character Set */ in lzo_wopen()