Home
last modified time | relevance | path

Searched refs:PTABLESIZE (Results 1 – 8 of 8) sorted by relevance

/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Compress/
H A DArjDecoder1.h40 #define PTABLESIZE 256 macro
56 UInt32 pt_table[PTABLESIZE];
H A DArjDecoder1.cpp132 MakeTable(nn, pt_len, 8, pt_table, PTABLESIZE); in read_pt_len()
/dports/archivers/arj/arj-3.10.22/
H A Ddecode.c31 unsigned short pt_table[PTABLESIZE];
232 for(i=0; i<PTABLESIZE; i++) in read_pt_len()
264 make_table(nn, pt_len, 8, pt_table, PTABLESIZE); in read_pt_len()
396 if((pt_table=farcalloc((unsigned long)PTABLESIZE, (unsigned long)sizeof(short)))==NULL) in decode_start()
H A Darjsfxjr.c68 static unsigned short pt_table[PTABLESIZE];
861 for(i=0; i<PTABLESIZE; i++) in read_pt_len()
H A Ddefines.h155 #define PTABLESIZE 256 macro
/dports/archivers/unarj/unarj-2.65/
H A Ddecode.c59 #define PTABLESIZE 256 macro
93 static ushort pt_table[PTABLESIZE];
224 make_table(nn, pt_len, 8, pt_table, PTABLESIZE); /* replaced sizeof */
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dunarj.c72 #define PTABLESIZE 256 macro
160 uint16_t pt_table[PTABLESIZE];
390 …if (make_table(decode_data, nn, decode_data->pt_len, 8, decode_data->pt_table, PTABLESIZE) != CL_S… in read_pt_len()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dunarj.c72 #define PTABLESIZE 256 macro
160 uint16_t pt_table[PTABLESIZE];
390 …if (make_table(decode_data, nn, decode_data->pt_len, 8, decode_data->pt_table, PTABLESIZE) != CL_S… in read_pt_len()