Searched defs:memb (Results 1 – 11 of 11) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | istruct.h | 63 #define ENUM_RETURN_REF_MEMBER(typ, memb)\ argument 67 #define RELOC_REF_PTR_MEMBER(typ, memb)\ argument
|
H A D | scfparam.c | 32 #define cfp(key, type, memb) { key, type, offset_of(stream_CF_state, memb) } argument
|
H A D | stdpre.h | 231 #define offset_of(type, memb)\ argument 234 #define offset_of(type, memb)\ argument
|
H A D | gdevpdfp.c | 46 #define pi(key, type, memb) { key, type, offset_of(gx_device_pdf, memb) } argument
|
H A D | sdeparam.c | 48 #define dctp(key, type, memb) { key, type, offset_of(dcte_scalars_t, memb) } argument
|
H A D | gdevpsdp.c | 120 #define pi(key, type, memb) { key, type, offset_of(psdf_image_params, memb) } argument 190 #define pi(key, type, memb) { key, type, offset_of(psdf_distiller_params, memb) } argument
|
H A D | jconfig0.h | 282 #define offset_of(type, memb)\ argument 285 #define offset_of(type, memb)\ argument
|
H A D | jconfig.h | 282 #define offset_of(type, memb)\ argument 285 #define offset_of(type, memb)\ argument
|
H A D | sdcparam.c | 32 #define dctp(key, type, stype, memb) { key, type, offset_of(stype, memb) } argument
|
H A D | gdevpdtd.c | 175 #define DESC_INT(str, memb)\ in write_FontDescriptor_common() argument
|
/plan9/sys/src/9/rb/ |
H A D | fpimips.c | 45 #define OFR(memb) (uintptr)&((Ureg*)0)->memb /* offset into Ureg of memb */ argument
|