Lines Matching +defs:x +defs:name
25 #define REGISTER_CODEC_CREATE_2(name, cls, i) static void *name() { return (void *)(i *)(new cls); } argument
26 #define REGISTER_CODEC_CREATE(name, cls) REGISTER_CODEC_CREATE_2(name, cls, ICompressCoder) argument
28 #define REGISTER_CODEC_NAME(x) CRegisterCodec ## x argument
31 #define REGISTER_CODEC(x) struct REGISTER_CODEC_NAME(x) { \ argument
36 #define REGISTER_CODECS_NAME(x) CRegisterCodecs ## x argument
39 #define REGISTER_CODECS(x) struct REGISTER_CODECS_NAME(x) { \ argument
45 #define REGISTER_CODEC_2(x, crDec, crEnc, id, name) \ argument
52 #define REGISTER_CODEC_E(x, clsDec, clsEnc, id, name) \ argument
56 #define REGISTER_CODEC_E(x, clsDec, clsEnc, id, name) \ argument
64 #define REGISTER_FILTER_CREATE(name, cls) REGISTER_CODEC_CREATE_2(name, cls, ICompressFilter) argument
66 #define REGISTER_FILTER_ITEM(crDec, crEnc, id, name) \ argument
69 #define REGISTER_FILTER(x, crDec, crEnc, id, name) \ argument
75 #define REGISTER_FILTER_E(x, clsDec, clsEnc, id, name) \ argument
79 #define REGISTER_FILTER_E(x, clsDec, clsEnc, id, name) \ argument
97 #define REGISTER_HASHER_NAME(x) CRegHasher_ ## x argument
99 #define REGISTER_HASHER(cls, id, name, size) \ argument