Home
last modified time | relevance | path

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

/external/syslinux/libinstaller/
Dfs.c73 fatsectors = fatsectors ? fatsectors : get_32(&sectbuf->bs32.FATSz32); in check_fat_bootsect()
86 fatsectors = fatsectors ? fatsectors : get_32(&sectbuf->bs32.FATSz32); in check_fat_bootsect()
120 if (get_8(&sectbuf->bs32.BootSignature) != 0x29 || in check_fat_bootsect()
121 memcmp(&sectbuf->bs32.FileSysType, "FAT32 ", 8)) in check_fat_bootsect()
Dsyslxint.h264 } PACKED bs32; member
307 #define FAT_bsCode bs32.Code /* The common safe choice */
339 !memcmp(sb->bs32.FileSysType, "FAT32 ", 8)); in fat_check_sb_fields()
/external/llvm/test/CodeGen/PowerPC/
Drm-zext.ll46 define zeroext i32 @bs32(i32* nocapture readonly %x) #1 {
52 ; CHECK-LABEL: @bs32