Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/mkhybrid/dist/libfile/
H A Dfile.h39 typedef unsigned int UInt32_t; typedef
76 UInt32_t l;
81 UInt32_t mask; /* mask before comparison with value */
103 extern UInt32_t signextend (struct magic *, UInt32_t);
H A Dapprentice.c142 UInt32_t
143 signextend(struct magic *m, UInt32_t v) in signextend()
332 m->mask = signextend(m, (UInt32_t)strtoul(l, &l, 0)); /* XXX JS uint32 cat may be wrong */ in parse()
411 m->value.l = signextend(m, (UInt32_t)strtoul(*p, p, 0)); /* XXX JS uint32 cat may be wrong */ in getvalue()
H A Dsoftmagic.c241 register UInt32_t l = m->value.l; in magcheck()
242 register UInt32_t v; in magcheck()