Lines Matching defs:p
75 #define BE64(p) ( \ argument
84 #define LE64(p) ( \ argument
93 #define LE32(p) ( \ argument
98 #define BE32(p) ( \ argument
103 #define ME32(p) ( \ argument
109 #define BE16(p) ((CAST(uint16_t, (p)->hs[0])<<8)|(CAST(uint16_t, (p)->hs[1]))) argument
110 #define LE16(p) ((CAST(uint16_t, (p)->hs[1])<<8)|(CAST(uint16_t, (p)->hs[0]))) argument
111 #define SEXT(s,v,p) ((s) ? \ argument
565 union VALUETYPE *p = &ms->ms_value; in mprint() local
887 union VALUETYPE *p = &ms->ms_value; in moffset() local
1092 cvt_8(union VALUETYPE *p, const struct magic *m) in cvt_8()
1099 cvt_16(union VALUETYPE *p, const struct magic *m) in cvt_16()
1106 cvt_32(union VALUETYPE *p, const struct magic *m) in cvt_32()
1113 cvt_64(union VALUETYPE *p, const struct magic *m) in cvt_64()
1139 cvt_float(union VALUETYPE *p, const struct magic *m) in cvt_float()
1146 cvt_double(union VALUETYPE *p, const struct magic *m) in cvt_double()
1160 union VALUETYPE *p = &ms->ms_value; in mconvert() local
1323 mcopy(struct magic_set *ms, union VALUETYPE *p, int type, int indir, in mcopy()
1557 union VALUETYPE *p = &ms->ms_value; in mget() local
2041 union VALUETYPE *p = &ms->ms_value; in magiccheck() local
2423 const char *p; in handle_annotation() local