Home
last modified time | relevance | path

Searched refs:STRTL (Results 1 – 4 of 4) sorted by relevance

/dports/archivers/unarj/unarj-2.65/
H A Ddecode.c64 #define STRTL 0 macro
457 pwr = 1 << (STRTL); in decode_len()
458 for (width = (STRTL); width < (STOPL) ; width++) in decode_len()
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dunarj.c76 #define STRTL 0 macro
683 pwr = 1 << STRTL; in decode_len()
684 for (width = STRTL; width < STOPL; width++) { in decode_len()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dunarj.c76 #define STRTL 0 macro
683 pwr = 1 << STRTL; in decode_len()
684 for (width = STRTL; width < STOPL; width++) { in decode_len()
/dports/archivers/arj/arj-3.10.22/
H A Ddefines.h160 #define STRTL 0 macro