Lines Matching defs:p
73 #define BE64(p) ( \ argument
82 #define LE64(p) ( \ argument
91 #define LE32(p) ( \ argument
96 #define BE32(p) ( \ argument
101 #define ME32(p) ( \ argument
107 #define BE16(p) ((CAST(uint16_t, (p)->hs[0])<<8)|(CAST(uint16_t, (p)->hs[1]))) argument
108 #define LE16(p) ((CAST(uint16_t, (p)->hs[1])<<8)|(CAST(uint16_t, (p)->hs[0]))) argument
109 #define SEXT(s,v,p) ((s) ? \ argument
599 union VALUETYPE *p = &ms->ms_value; in mprint() local
887 union VALUETYPE *p = &ms->ms_value; in moffset() local
1093 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8()
1100 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16()
1107 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32()
1114 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64()
1140 cvt_float(union VALUETYPE *p, const struct magic *m) in cvt_float()
1147 cvt_double(union VALUETYPE *p, const struct magic *m) in cvt_double()
1161 union VALUETYPE *p = &ms->ms_value; in mconvert() local
1331 mcopy(struct magic_set *ms, union VALUETYPE *p, int type, int indir, in mcopy()
1605 union VALUETYPE *p = &ms->ms_value; in mget() local
2092 union VALUETYPE *p = &ms->ms_value; in magiccheck() local
2491 const char *p; in handle_annotation() local