Searched refs:checksize (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
H A Dlong-double-x86.c4 int checksize[sizeof(x) == 16 ? 1 : -1]; variable
H A Dmalign-double-x86-nacl.c5 int checksize[sizeof(long double) == 8 ? 1 : -1]; variable
/external/syslinux/diag/mbr/
H A DMakefile31 %.bin: %.elf $(mbrdir)/checksize.pl
33 $(PERL) checksize.pl $@
36 handoff.bin: handoff.elf $(mbrdir)/checksize.pl
38 $(PERL) $(mbrdir)/checksize.pl $@ 420
/external/syslinux/mbr/
H A DMakefile40 %.bin: %.elf $(SRC)/checksize.pl
42 $(PERL) $(SRC)/checksize.pl $@
/external/fsck_msdos/
H A Ddir.c106 static int checksize(struct bootblock *, struct fatEntry *, u_char *,
390 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p, function
953 mod |= k = checksize(boot, fat, p, &dirent);

Completed in 982 milliseconds