| /src/external/gpl3/gcc/dist/contrib/reghunt/bin/ |
| reg-newmid | 3 # The build failed for and identifier in the range bwetween LOW and HIGH. 30 HIGH=$2 34 let MID01=LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+HIGH 36 let MID02=LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+HIGH+HIGH 38 let MID03=LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+HIGH+HIGH+HIGH 40 let MID04=LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+HIGH+HIGH+HIGH+HIG [all...] |
| reg-hunt | 35 # arguments of the failed id and the current low and high 39 # SKIP_HIGH If 1, skip verifying the high patch identifier of the 41 # already tested the high patch. 72 # Issue a message if its verbosity level is high enough. 172 HIGH=$2 174 let DIFF=HIGH-LOW 190 HIGH=$2 192 let DIFF=HIGH-LOW 202 HIGH=$2 211 let DIFF=HIGH-LO [all...] |
| /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/ |
| reg-newmid | 3 # The build failed for and identifier in the range bwetween LOW and HIGH. 30 HIGH=$2 34 let MID01=LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+HIGH 36 let MID02=LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+HIGH+HIGH 38 let MID03=LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+HIGH+HIGH+HIGH 40 let MID04=LOW+LOW+LOW+LOW+LOW+LOW+LOW+LOW+HIGH+HIGH+HIGH+HIG [all...] |
| reg-hunt | 35 # arguments of the failed id and the current low and high 39 # SKIP_HIGH If 1, skip verifying the high patch identifier of the 41 # already tested the high patch. 72 # Issue a message if its verbosity level is high enough. 172 HIGH=$2 174 let DIFF=HIGH-LOW 190 HIGH=$2 192 let DIFF=HIGH-LOW 202 HIGH=$2 211 let DIFF=HIGH-LO [all...] |
| /src/external/gpl3/gcc/dist/contrib/reghunt/date_based/ |
| reg_search | 34 # SKIP_HIGH If 1, skip verifying the high date of the range; 36 # tested the high date. 70 # Issue a message if its verbosity level is high enough. 136 let HIGH=$2 137 let DIFF=HIGH-LOW 147 let MID=LOW/2+HIGH/2 167 let HIGH=MID 170 let DIFF=HIGH-LOW 171 let MID=LOW/2+HIGH/2 284 error "unexpected result for high date ${EARLIER_THAN} [all...] |
| /src/external/gpl3/gcc.old/dist/contrib/reghunt/date_based/ |
| reg_search | 34 # SKIP_HIGH If 1, skip verifying the high date of the range; 36 # tested the high date. 70 # Issue a message if its verbosity level is high enough. 136 let HIGH=$2 137 let DIFF=HIGH-LOW 147 let MID=LOW/2+HIGH/2 167 let HIGH=MID 170 let DIFF=HIGH-LOW 171 let MID=LOW/2+HIGH/2 284 error "unexpected result for high date ${EARLIER_THAN} [all...] |
| /src/external/gpl3/gdb.old/dist/sim/arm/ |
| arminit.c | 129 state->prog32Sig = HIGH; 130 state->data32Sig = HIGH; 161 state->prog32Sig = HIGH; 162 state->data32Sig = HIGH; 167 state->is_v4 = (properties & (ARM_v4_Prop | ARM_v5_Prop)) ? HIGH : LOW; 168 state->is_v5 = (properties & ARM_v5_Prop) ? HIGH : LOW; 169 state->is_v5e = (properties & ARM_v5e_Prop) ? HIGH : LOW; 170 state->is_XScale = (properties & ARM_XScale_Prop) ? HIGH : LOW; 171 state->is_iWMMXt = (properties & ARM_iWMMXt_Prop) ? HIGH : LOW; 172 state->is_ep9312 = (properties & ARM_ep9312_Prop) ? HIGH : LOW [all...] |
| wrapper.c | 131 state->bigendSig = (CURRENT_TARGET_BYTE_ORDER == BFD_ENDIAN_BIG ? HIGH : LOW); 403 if (state->bigendSig == HIGH) 416 if (state->bigendSig == HIGH)
|
| armdefs.h | 28 #define HIGH 1 298 #define ARMul_DATAABORT(address) state->abortSig = HIGH ; \
|
| /src/sys/sys/ |
| spl.h | 61 _SPL_DECL(high, HIGH)
|
| /src/external/bsd/ntp/dist/util/ |
| tg.c | 73 #define HIGH 2 /* high amplitude */ 474 peep(M5, 1000, HIGH); 478 peep(M2, 1000, HIGH); 487 peep(arg, 1000, HIGH); 492 peep(arg, 1000, HIGH); 543 peep(arg, tone, HIGH); 592 peep(5, tone, HIGH); /* send seconds tick */ 619 case HIGH:
|
| tg2.c | 247 #define HIGH (2) /* high amplitude */ 262 /* Attempt at unmodulated - "high" */ 1620 poop(M5, 1000, HIGH, UnmodulatedInverted); 1627 peep(M5, 1000, HIGH); 1638 poop(M2, 1000, HIGH, UnmodulatedInverted); 1645 peep(M2, 1000, HIGH); 1661 poop(M5, 1000, HIGH, UnmodulatedInverted); 1668 peep(M5, 1000, HIGH); 1679 poop(M2, 1000, HIGH, UnmodulatedInverted) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/cr16/ |
| cr16.h | 330 #define IN_RANGE_P(VALUE, LOW, HIGH) \ 332 && (((HOST_WIDE_INT)(VALUE)) <= ((HOST_WIDE_INT)(HIGH)))) 334 #define IN_RAN(VALUE, LOW, HIGH) \ 336 && (((HOST_WIDE_INT)(VALUE)) <= ((HOST_WIDE_INT)(HIGH)))) ? 1 : 0)
|
| /src/external/gpl3/gcc/dist/gcc/config/m32r/ |
| m32r.h | 483 #define IN_RANGE_P(VALUE, LOW, HIGH) \ 485 <= ((unsigned HOST_WIDE_INT)((HIGH) - (LOW)))) 649 fprintf (FILE, "\tseth r14,#high(mcount)\n"); \
|
| /src/external/gpl3/gcc.old/dist/gcc/config/m32r/ |
| m32r.h | 483 #define IN_RANGE_P(VALUE, LOW, HIGH) \ 485 <= ((unsigned HOST_WIDE_INT)((HIGH) - (LOW)))) 649 fprintf (FILE, "\tseth r14,#high(mcount)\n"); \
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| addrmap.c | 411 /* Check that &ARRAY[LOW]..&ARRAY[HIGH] has VAL in MAP. */ 413 #define CHECK_ADDRMAP_FIND(MAP, ARRAY, LOW, HIGH, VAL) \ 416 for (unsigned i = LOW; i <= HIGH; ++i) \
|
| m2-exp.y | 119 %token SIZE CAP ORD HIGH ABS MIN_FUNC MAX_FUNC FLOAT_FUNC VAL CHR ODD TRUNC 199 exp : HIGH '(' exp ')' 721 {"HIGH", HIGH },
|
| /src/external/gpl3/gdb/dist/gdb/ |
| m2-exp.y | 119 %token SIZE CAP ORD HIGH ABS MIN_FUNC MAX_FUNC FLOAT_FUNC VAL CHR ODD TRUNC 199 exp : HIGH '(' exp ')' 721 {"HIGH", HIGH },
|
| /src/external/gpl3/gcc/dist/gcc/config/csky/ |
| csky.h | 47 #define CSKY_VALUE_BETWEEN(VALUE, LOW, HIGH) \ 48 ((VALUE) >= (LOW) && (VALUE) <= (HIGH)) 314 is at the high-address end of the local variables;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
| csky.h | 47 #define CSKY_VALUE_BETWEEN(VALUE, LOW, HIGH) \ 48 ((VALUE) >= (LOW) && (VALUE) <= (HIGH)) 310 is at the high-address end of the local variables;
|
| /src/external/gpl3/gcc/dist/gcc/config/lm32/ |
| lm32.cc | 515 else if (code == HIGH) 1068 case HIGH: 1094 case HIGH: 1147 case HIGH:
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| darwin.h | 408 : ((SYMBOL_REF_P (X) || GET_CODE (X) == HIGH) \
|
| /src/external/gpl3/gcc.old/dist/gcc/config/h8300/ |
| h8300.h | 338 is at the high-address end of the local variables; 477 || (GET_CODE (X) == HIGH || GET_CODE (X) == CONST))
|
| /src/external/gpl3/gcc.old/dist/gcc/config/lm32/ |
| lm32.cc | 515 else if (code == HIGH) 1068 case HIGH: 1094 case HIGH: 1147 case HIGH:
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| darwin.h | 405 : ((SYMBOL_REF_P (X) || GET_CODE (X) == HIGH) \
|