Lines Matching +defs:d +defs:default
105 #define PUT(a,n,d) \ argument
113 #define PUT(a,n,d) \ argument
122 #define PUT(a,n,d) \ argument
143 #define PUT(a,n,d) \ argument
152 #define PUT(a,n,d) \ argument
169 #define PUT(a,n,d) \ argument
195 #define PUT2(a,n,d) a[n] = (d) >> 8, a[(n)+1] = (d) & 255 argument
200 #define PUT2(a,n,d) a[n] = d argument
214 #define TABLE_GET(c, table, default) ((table)[c]) argument
227 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) argument
547 #define PUTINC(a,n,d) PUT(a,n,d), a += LINK_SIZE argument
548 #define PUT2INC(a,n,d) PUT2(a,n,d), a += IMM2_SIZE argument