Searched defs:CONST_OK_FOR_K (Results 1 – 15 of 15) sorted by relevance
314 #define CONST_OK_FOR_K(VALUE) ((VALUE) >= 1 && (VALUE) <= 4) macro
458 #define CONST_OK_FOR_K(VALUE) (((int)(VALUE)) >= 0 && ((int)(VALUE)) <= 31) macro
393 #define CONST_OK_FOR_K(VALUE) ((unsigned) (VALUE) + 0x8000 < 0x10000) macro
454 #define CONST_OK_FOR_K(VALUE) ((VALUE) == 2) macro
406 #define CONST_OK_FOR_K(VALUE) ((VALUE) == 2) macro
559 #define CONST_OK_FOR_K(VALUE) (((int)(VALUE)) >= 0 && ((int)(VALUE)) <= 31) macro
1050 #define CONST_OK_FOR_K(VALUE, STR) \ macro
517 #define CONST_OK_FOR_K(VALUE) ((unsigned) (VALUE) + 0x8000 < 0x10000) macro
920 #define CONST_OK_FOR_K(VALUE) ((unsigned HOST_WIDE_INT)(VALUE) + 0x80 < 0x100) macro
1040 #define CONST_OK_FOR_K(VALUE) ((unsigned HOST_WIDE_INT)(VALUE) + 0x80 < 0x100) macro
1280 #define CONST_OK_FOR_K(VALUE) 0 macro
1185 #define CONST_OK_FOR_K(VALUE) ((VALUE)==1||(VALUE)==2||(VALUE)==8||(VALUE)==16) macro
1380 #define CONST_OK_FOR_K(VALUE, STR) \ macro
1431 #define CONST_OK_FOR_K(VALUE) 0 macro
325 #define CONST_OK_FOR_K(x) \ macro