Searched refs:EB_L_BE_LEN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/beos/
H A Dosdep.h17 #define EB_L_BE_LEN 5 /* min size is an unsigned long and flag */ macro
46 case, there should be ( ef_size - EB_L_BE_LEN ) bytes of data, and full_size
47 should equal ( ef_size - EB_L_BE_LEN ).
49 If the data is compressed, there will be ( ef_size - EB_L_BE_LEN ) bytes of
H A Dbeos.c672 #define EB_L_BE_SIZE (EB_HEADSIZE + EB_L_BE_LEN) /* + attr size */
746 if( ( z->ext + compsize + EB_L_BE_LEN ) > USHRT_MAX ) {
747 compsize = USHRT_MAX - EB_L_BE_LEN - z->ext;
778 *l_ef++ = (char)(compsize + EB_L_BE_LEN);
779 *l_ef++ = (char)((compsize + EB_L_BE_LEN) >> 8);

Completed in 50 milliseconds