Home
last modified time | relevance | path

Searched refs:lendian_short (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/utils/
Disohybrid.c413 lendian_short(const uint16_t s) in lendian_short() function
486 ve[i] = lendian_short(ve[i]); in check_catalogue()
508 de_seg = lendian_short(de_seg); in read_catalogue()
515 de_count = lendian_short(de_count); in read_catalogue()
523 de_mbz2 = lendian_short(de_mbz2); in read_catalogue()
545 count = lendian_short(count); in read_efi_section()
560 *count = lendian_short(*count); in read_efi_catalogue()
1058 isosize = lendian_int(descriptor.size) * lendian_short(descriptor.block_size); in main()