Home
last modified time | relevance | path

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

/external/lua/src/
Dlundump.c234 #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/
Dlong-double-x86.c4 int checksize[sizeof(x) == 16 ? 1 : -1]; variable
Dmalign-double-x86-nacl.c5 int checksize[sizeof(long double) == 8 ? 1 : -1]; variable
/external/fsck_msdos/
Ddir.c100 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()