Searched refs:makeword (Results 1 – 7 of 7) sorted by relevance
1018 makeword(&byterec[NUMBER_THIS_DISK]);1020 makeword(&byterec[NUM_DISK_WITH_START_CENTRAL_DIR]);1022 makeword(&byterec[NUM_ENTRIES_CENTRL_DIR_THS_DISK]);1024 makeword(&byterec[TOTAL_ENTRIES_CENTRAL_DIR]);1030 makeword(&byterec[ZIPFILE_COMMENT_LENGTH]);1195 makeword(&byterec[C_GENERAL_PURPOSE_BIT_FLAG]); in uz_end_central()1197 makeword(&byterec[C_COMPRESSION_METHOD]); in uz_end_central()1207 makeword(&byterec[C_FILENAME_LENGTH]); in uz_end_central()1209 makeword(&byterec[C_EXTRA_FIELD_LENGTH]); in uz_end_central()1211 makeword(&byterec[C_FILE_COMMENT_LENGTH]); in uz_end_central()[all …]
242 ebID = makeword(ef); in mapattr()243 ebLen = (unsigned)makeword(ef+EB_LEN); in mapattr()251 (unsigned)makeword(ef+(EB_HEADSIZE+EB_ASI_MODE)); in mapattr()1066 unsigned eb_id = makeword(EB_ID + ef_ptr); in scanBeOSexfield()1067 unsigned eb_len = makeword(EB_LEN + ef_ptr); in scanBeOSexfield()1188 id = makeword( ptr ); ptr += 2; /* we don't use this... */ in setBeOSexfield()1189 size = makeword( ptr ); ptr += 2; in setBeOSexfield()1274 id = makeword( ptr ); ptr += 2; in printBeOSexfield()1275 size = makeword( ptr ); ptr += 2; in printBeOSexfield()
248 ef_size = makeword(&ef_ptr[EB_LEN]); in list_files()249 switch (makeword(&ef_ptr[EB_ID])) { in list_files()
858 G.VMS_line_length = makeword(p);1053 eb_id = makeword(EB_ID + ef_buf);1054 eb_len = makeword(EB_LEN + ef_buf);1092 unsigned fldsize = makeword(&eb_data[VMSPK_ITEMLEN]);1095 switch (makeword(&eb_data[VMSPK_ITEMID])) {2242 ush makeword(b) in makeword() function
1706 ebID = makeword(ef);1707 ebLen = (unsigned)makeword(ef+EB_LEN);1731 (makeword(ef+(EB_HEADSIZE+EB_FLGS_OFFS))1950 method = makeword(src);2076 cmptype = (makeword(ebdata+EB_IZVMS_FLGS) & EB_IZVMS_BCMASK);2079 csiz : makeword(ebdata+EB_IZVMS_UCSIZ));
1325 eb_id = makeword(&ef_ptr[EB_ID]);1326 eb_datalen = makeword(&ef_ptr[EB_LEN]);1456 unsigned compr = makeword(ef_ptr+EB_IZVMS_FLGS)1490 makeword(ef_ptr+EB_IZVMS_UCSIZ), p, q));1530 unsigned mac3_flgs = makeword(ef_ptr+EB_FLGS_OFFS);1645 code = makeword(ef_ptr);
1789 ush makeword OF((ZCONST uch *b));