Searched refs:short_len (Results 1 – 2 of 2) sorted by relevance
502 const int short_len = sizeof(struct short_ad); in udf_append_file_mapping() local551 pos += l_ad - short_len; in udf_append_file_mapping()596 memset(&new_short, 0, short_len); in udf_append_file_mapping()599 memcpy(pos, &new_short, short_len); in udf_append_file_mapping()600 l_ad += short_len; in udf_append_file_mapping()601 crclen += short_len; in udf_append_file_mapping()
1389 uint32_t short_len; member