Home | History | Annotate | Download | only in config

Lines Matching refs:NUM

48 /* Assign a number NUM, shifted by SHIFT bytes, into a location
50 #define CRX_PRINT(BYTE, NUM, SHIFT) output_opcode[BYTE] |= (NUM << SHIFT)
1319 /* Verify that the number NUM can be represented in BITS bits (that is,
1321 If UPDATE is nonzero, update the value of NUM if necessary.
1325 check_range (long *num, int bits, int unsigned flags, int update)
1331 uint32_t value = *num;
1347 *num = value;
1362 *num = value;
1368 *num = value;
1393 *num = bin;
1410 *num = bin;