Lines Matching refs:uint32_t

50 private int match(struct magic_set *, struct magic *, uint32_t,
59 private void mdebug(uint32_t, const char *, size_t);
61 const unsigned char *, uint32_t, size_t, struct magic *);
120 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, in match()
125 uint32_t magindex = 0; in match()
422 (void)snprintf(buf, sizeof(buf), "%u", (uint32_t)v); in mprint()
427 if (file_printf(ms, m->desc, (uint32_t) v) == -1) in mprint()
489 t = ms->offset + sizeof(uint32_t); in mprint()
498 t = ms->offset + sizeof(uint32_t); in mprint()
648 uint32_t t; in moffset()
652 t = CAST(uint32_t, (ms->offset + strlen(p->s))); in moffset()
654 t += (uint32_t)file_pstring_length_size(m); in moffset()
662 return CAST(int32_t, (ms->offset + sizeof(uint32_t))); in moffset()
668 return CAST(int32_t, (ms->offset + sizeof(uint32_t))); in moffset()
810 DO_CVT(l, (uint32_t)); in cvt_32()
959 p->l = ((uint32_t)p->hl[0]<<24)|((uint32_t)p->hl[1]<<16)| in mconvert()
960 ((uint32_t)p->hl[2]<<8) |((uint32_t)p->hl[3]); in mconvert()
964 p->l = ((uint32_t)p->hl[3]<<24)|((uint32_t)p->hl[2]<<16)| in mconvert()
965 ((uint32_t)p->hl[1]<<8) |((uint32_t)p->hl[0]); in mconvert()
999 mdebug(uint32_t offset, const char *str, size_t len) in mdebug()
1009 const unsigned char *s, uint32_t offset, size_t nbytes, struct magic *m) in mcopy()
1135 uint32_t soffset, offset = ms->offset; in mget()
1146 if (mcopy(ms, p, m->type, m->flag & INDIR, s, (uint32_t)(offset + o), in mget()
1147 (uint32_t)nbytes, m) == -1) in mget()
1778 file_strncmp(const char *s1, const char *s2, size_t len, uint32_t flags) in file_strncmp()
1841 file_strncmp16(const char *a, const char *b, size_t len, uint32_t flags) in file_strncmp16()