| /src/share/examples/rump/ukbd_read/ |
| kbd.c | 48 #define SHIFT (-0x20) 54 int shift = 0; local 75 shift = 0; 80 shift = SHIFT; 94 printf(" (%c)", wev->value - 0x04 + 'a' + shift);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_syncmap.c | 37 #define SHIFT ilog2(KSYNCMAP) 99 BUILD_BUG_ON_NOT_POWER_OF_2(SHIFT); 131 return id >> p->height >> SHIFT; 137 return id >> SHIFT; 297 above = round_up(above, SHIFT); 310 idx = p->prefix >> (above - SHIFT) & MASK;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
| gen-mul-tables.cc | 31 shift) and computing the multiplier computed by those instructions. 94 operand. So shift left by 5 is considered unary. */ 98 /* This describes an operation like 'add two registers' or 'left-shift 103 constant operand. Currently this is used for left-shift by 154 /* the RHS value to write into the C file if unary; used for shift 178 specific to the op (e.g. it might hold a constant shift 225 #define SHIFT(count) \ 227 shift##count(MUL_TYPE n) \ 232 SHIFT (1); 233 SHIFT (2) [all...] |
| /src/external/gpl3/binutils/dist/include/opcode/ |
| tic54x.h | 54 OP_SHIFT, /* -16 to 15 (SHIFT), bits 0-4 */ 103 #define SHIFT(OP) (((OP)&0x10)?(((OP)&0x1F)-32):((OP)&0x1F))
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| tic54x.h | 54 OP_SHIFT, /* -16 to 15 (SHIFT), bits 0-4 */ 103 #define SHIFT(OP) (((OP)&0x10)?(((OP)&0x1F)-32):((OP)&0x1F))
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| tic54x.h | 54 OP_SHIFT, /* -16 to 15 (SHIFT), bits 0-4 */ 103 #define SHIFT(OP) (((OP)&0x10)?(((OP)&0x1F)-32):((OP)&0x1F))
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| tic54x.h | 54 OP_SHIFT, /* -16 to 15 (SHIFT), bits 0-4 */ 103 #define SHIFT(OP) (((OP)&0x10)?(((OP)&0x1F)-32):((OP)&0x1F))
|
| /src/external/bsd/byacc/dist/ |
| defs.h | 168 #define SHIFT 1 260 Value_t shift[1]; member in struct:shifts
|
| /src/external/gpl3/binutils/dist/binutils/ |
| rcparse.h | 63 SHIFT = 264, /* SHIFT */ 168 #define SHIFT 264
|
| rcparse.c | 186 SHIFT = 264, /* SHIFT */ 291 #define SHIFT 264 462 YYSYMBOL_SHIFT = 9, /* SHIFT */ 1107 "ACCELERATORS", "VIRTKEY", "ASCII", "NOINVERT", "SHIFT", "CONTROL", 1316 positive, shift that token. If negative, reduce the rule whose 1843 /* Number of tokens to shift before error messages enabled. */ 2038 /* Shift the lookahead token. */ 2228 case 31: /* acc_option: SHIFT */ 4616 /* Now 'shift' the result of the reduction. Determine what stat [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| rcparse.h | 63 SHIFT = 264, /* SHIFT */ 168 #define SHIFT 264
|
| rcparse.c | 186 SHIFT = 264, /* SHIFT */ 291 #define SHIFT 264 462 YYSYMBOL_SHIFT = 9, /* SHIFT */ 1107 "ACCELERATORS", "VIRTKEY", "ASCII", "NOINVERT", "SHIFT", "CONTROL", 1316 positive, shift that token. If negative, reduce the rule whose 1843 /* Number of tokens to shift before error messages enabled. */ 2038 /* Shift the lookahead token. */ 2228 case 31: /* acc_option: SHIFT */ 4616 /* Now 'shift' the result of the reduction. Determine what stat [all...] |
| /src/sys/arch/vax/include/ |
| qduser.h | 443 #define SHIFT 174
|
| /src/sys/dev/ic/ |
| arn9003.c | 2318 #define SHIFT (1 << 8) 2358 sin[i] = ((mag[i][0] - mag[i][1]) * SHIFT) / DELPT; 2359 cos[i] = ((phs[i][0] - phs[i][1]) * SHIFT) / DELPT; 2427 #undef SHIFT
|
| /src/sys/dev/qbus/ |
| qduser.h | 436 #define SHIFT 174
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
| ResourceScriptStmt.h | 338 SHIFT = 0x0004,
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| bfin-parse.h | 138 SHIFT = 339, /* SHIFT */ 316 #define SHIFT 339
|
| bfin-parse.c | 622 SHIFT = 339, /* SHIFT */ 800 #define SHIFT 339 1010 YYSYMBOL_SHIFT = 84, /* SHIFT */ 1612 "_MINUS_BAR_MINUS", "_MINUS_MINUS", "_PLUS_PLUS", "SHIFT", "LSHIFT", 1893 positive, shift that token. If negative, reduce the rule whose 2576 /* Number of tokens to shift before error messages enabled. */ 2771 /* Shift the lookahead token. */ 3921 return yyerror ("Bad shift value"); 3937 return yyerror ("Bad shift value") [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| bfin-parse.h | 138 SHIFT = 339, /* SHIFT */ 316 #define SHIFT 339
|
| bfin-parse.c | 622 SHIFT = 339, /* SHIFT */ 800 #define SHIFT 339 1010 YYSYMBOL_SHIFT = 84, /* SHIFT */ 1612 "_MINUS_BAR_MINUS", "_MINUS_MINUS", "_PLUS_PLUS", "SHIFT", "LSHIFT", 1893 positive, shift that token. If negative, reduce the rule whose 2576 /* Number of tokens to shift before error messages enabled. */ 2771 /* Shift the lookahead token. */ 3921 return yyerror ("Bad shift value"); 3937 return yyerror ("Bad shift value") [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| valprint.c | 1481 This ensures that right shift will shift in zeros. */ 1782 #define SHIFT( x ) ((x) << 4) 1832 digits[j] = SHIFT (digits[j]);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| valprint.c | 1407 This ensures that right shift will shift in zeros. */ 1708 #define SHIFT( x ) ((x) << 4) 1758 digits[j] = SHIFT (digits[j]);
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm.cc | 1124 0, /* shift. */ 1231 COSTS_N_INSNS (1), /* shift. */ 1338 COSTS_N_INSNS (1), /* shift. */ 1447 COSTS_N_INSNS (1), /* shift. */ 1555 0, /* shift. */ 1662 0, /* shift. */ 1769 0, /* shift. */ 5261 to be negative. This is a good, way of doing it, since the shift 5440 rtx shift = GEN_INT (set_sign_bit_copies); 5448 shift)))); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm.cc | 1108 0, /* shift. */ 1215 COSTS_N_INSNS (1), /* shift. */ 1322 COSTS_N_INSNS (1), /* shift. */ 1431 COSTS_N_INSNS (1), /* shift. */ 1539 0, /* shift. */ 1646 0, /* shift. */ 1753 0, /* shift. */ 5153 to be negative. This is a good, way of doing it, since the shift 5332 rtx shift = GEN_INT (set_sign_bit_copies); 5340 shift)))); [all...] |