Searched refs:checksize (Results 1 – 4 of 4) sorted by relevance
/external/lua/src/ |
D | lundump.c | 234 #define checksize(S,t) fchecksize(S,sizeof(t),#t) macro 243 checksize(S, int); in checkHeader() 244 checksize(S, size_t); in checkHeader() 245 checksize(S, Instruction); in checkHeader() 246 checksize(S, lua_Integer); in checkHeader() 247 checksize(S, lua_Number); in checkHeader()
|
/external/clang/test/CodeGen/ |
D | long-double-x86.c | 4 int checksize[sizeof(x) == 16 ? 1 : -1]; variable
|
D | malign-double-x86-nacl.c | 5 int checksize[sizeof(long double) == 8 ? 1 : -1]; variable
|
/external/fsck_msdos/ |
D | dir.c | 100 static int checksize(struct bootblock *, struct fatEntry *, u_char *, 392 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p, in checksize() function 844 mod |= k = checksize(boot, fat, p, &dirent); in readDosDirSection()
|