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

/haiku-buildtools/legacy/gcc/gcc/java/
H A Dzextract.c86 #define CREC_SIZE 42 /* directory headers, and the end-of- */ macro
123 typedef uch cdir_byte_hdr[ CREC_SIZE ];
292 if ((dir_ptr-zipf->central_directory)+filename_length+CREC_SIZE+4>zipf->dir_size)
308 zipd->filename_offset = CREC_SIZE+4 - dir_last_pad;
/haiku-buildtools/gcc/gcc/java/
H A Dzextract.c88 #define CREC_SIZE 42 /* directory headers, and the end-of- */ macro
125 typedef uch cdir_byte_hdr[ CREC_SIZE ];
344 if ((dir_ptr-zipf->central_directory)+filename_length+CREC_SIZE+4>zipf->dir_size)
358 zipd->filename_offset = CREC_SIZE+4 - dir_last_pad;

Completed in 44 milliseconds