Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/mkhybrid/dist/libfile/
H A Dsoftmagic.c69 static void mdebug (Int32_t, char *, int);
165 p->l = (Int32_t) in mconvert()
173 p->l = (Int32_t) in mconvert()
183 mdebug(Int32_t offset, char *str, int len) in mdebug()
195 Int32_t offset = m->offset; in mget()
204 Int32_t have = nbytes - offset; in mget()
324 matched = (Int32_t) v > (Int32_t) l; in magcheck()
327 (Int32_t)v, (Int32_t)l, matched); in magcheck()
339 matched = (Int32_t) v < (Int32_t) l; in magcheck()
342 (Int32_t)v, (Int32_t)l, matched); in magcheck()
H A Dfile.h38 typedef int Int32_t; typedef
56 Int32_t offset; /* offset from indirection */
58 Int32_t offset; /* offset to magic number */
H A Dapprentice.c166 v = (Int32_t) v; in signextend()