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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atheos/
H A Dosdep.h19 #define EB_L_AT_LEN 5 /* min size is an unsigned long and flag */ macro
48 case, there should be ( ef_size - EB_L_AT_LEN ) bytes of data, and full_size
49 should equal ( ef_size - EB_L_AT_LEN ).
51 If the data is compressed, there will be ( ef_size - EB_L_AT_LEN ) bytes of
H A Datheos.c659 #define EB_L_AT_SIZE (EB_HEADSIZE + EB_L_AT_LEN) /* + attr size */
728 if( ( z->ext + compsize + EB_L_AT_LEN ) > USHRT_MAX ) {
729 compsize = USHRT_MAX - EB_L_AT_LEN - z->ext;
760 *l_ef++ = (char)(compsize + EB_L_AT_LEN);
761 *l_ef++ = (char)((compsize + EB_L_AT_LEN) >> 8);

Completed in 54 milliseconds