Home
last modified time | relevance | path

Searched refs:F_OS_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.pm133 use constant F_OS_MASK => 0xff000000; 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.c421 #define F_OS_MASK 0xff000000L 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.h484 #define F_OS_MASK 0xff000000L macro
497 #define F_RESERVED ((F_MASK | F_OS_MASK | F_CS_MASK) ^ 0xffffffffL)
H A Dlzop.c726 h->flags |= F_OS & F_OS_MASK; in init_compress_header()
1274 flags = (flags & F_OS_MASK) >> F_OS_SHIFT; in print_os()
/dports/net/libtrace/libtrace-3.0.19/libwandio/
H A Diow-lzo.c76 static const int F_OS_MASK = 0xff000000L; variable
300 flags |= F_OS_UNIX & F_OS_MASK; /* Operating System */ in lzo_wopen()
/dports/devel/wandio/wandio-1.0.5/lib/
H A Diow-lzo.c71 static const int F_OS_MASK = 0xff000000L; variable
314 flags |= F_OS_UNIX & F_OS_MASK; /* Operating System */ in lzo_wopen()