Searched defs:INC (Results 1 – 8 of 8) sorted by relevance
17 #define INC (16*1024*1024) macro
33 INC = $(LSRC:.c=.h) macro
72 #define INC(o) ((o) = (unsigned long)(o) << 1) macro121 #define INC(o) ((o)++) macro
26 #define INC(sp,count) (MOD((sp) + (count))) macro
176 #define FIND(DST, FROM, NOEND, INC, STEP0, STEP1, LEN) \ in filter_frame() argument