V                  59 source3/smbd/mangle_hash.c #define mangle(V) ((char)(basechars[(V) % MANGLE_BASE]))
V                  68 source4/heimdal/lib/com_err/compile_et.h #define APPEND(L, V) 				\
V                  71 source4/heimdal/lib/com_err/compile_et.h 	(L) = (V);				\
V                  72 source4/heimdal/lib/com_err/compile_et.h 	(L)->tail = &(V)->next;			\
V                  75 source4/heimdal/lib/com_err/compile_et.h 	*(L)->tail = (V);			\
V                  76 source4/heimdal/lib/com_err/compile_et.h 	(L)->tail = &(V)->next;			\
V                 108 source4/heimdal/lib/hcrypto/imath/imath.c #define MP_VALUE_DIGITS(V) \
V                 109 source4/heimdal/lib/hcrypto/imath/imath.c ((sizeof(V)+(sizeof(mp_digit)-1))/sizeof(mp_digit))
V                 166 source4/heimdal/lib/hcrypto/imath/imath.c #define ADD_WILL_OVERFLOW(W, V) ((MP_WORD_MAX - (V)) < (W))
V                1392 source4/heimdal/lib/hcrypto/imath/imath.c     goto V;
V                1439 source4/heimdal/lib/hcrypto/imath/imath.c  V: mp_int_clear(&u);
V                 143 source4/heimdal/lib/hcrypto/imath/imath.h #define   mp_int_mod_value(A, V, R) mp_int_div_value((A), (V), 0, (R))
V                  43 source4/heimdal/lib/krb5/context.c #define INIT_FLAG(C, O, V, D, F)					\
V                  46 source4/heimdal/lib/krb5/context.c 	    (C)->O |= V;						\
V                  39 source4/heimdal/lib/krb5/store.c #define BYTEORDER_IS(SP, V) (((SP)->flags & KRB5_STORAGE_BYTEORDER_MASK) == (V))