Lines Matching refs:NUM
42 /* Assign a number NUM, shifted by SHIFT bytes, into a location
44 #define CR16_PRINT(BYTE, NUM, SHIFT) output_opcode[BYTE] |= (NUM << SHIFT)
1987 /* Verify that the number NUM can be represented in BITS bits (that is,
1989 If UPDATE is nonzero, update the value of NUM if necessary.
1993 check_range (long *num, int bits, int unsigned flags, int update)
1997 long value = *num;
2019 *num = value;
2026 *num = value;
2032 *num = value;
2048 *num = 9;