| /netbsd-src/external/bsd/unbound/dist/compat/ |
| H A D | chacha_private.h | 42 #define PLUS(v,w) (U32V((v) + (w))) macro 43 #define PLUSONE(v) (PLUS((v),1)) 46 a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \ 47 c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \ 48 a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \ 49 c = PLUS(c,d); b = ROTATE(XOR(b,c), 7); 149 x0 = PLUS(x0,j0); in chacha_encrypt_bytes() 150 x1 = PLUS(x1,j1); in chacha_encrypt_bytes() 151 x2 = PLUS(x2,j2); in chacha_encrypt_bytes() 152 x3 = PLUS(x3,j3); in chacha_encrypt_bytes() [all …]
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | chacha.c | 44 #define PLUS(v,w) (U32V((v) + (w))) macro 45 #define PLUSONE(v) (PLUS((v),1)) 48 a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \ 49 c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \ 50 a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \ 51 c = PLUS(c,d); b = ROTATE(XOR(b,c), 7); 151 x0 = PLUS(x0,j0); in chacha_encrypt_bytes() 152 x1 = PLUS(x1,j1); in chacha_encrypt_bytes() 153 x2 = PLUS(x2,j2); in chacha_encrypt_bytes() 154 x3 = PLUS(x3,j3); in chacha_encrypt_bytes() [all …]
|
| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/ |
| H A D | chacha20_ref.c | 32 #define PLUS(v, w) (U32V((v) + (w))) macro 33 #define PLUSONE(v) (PLUS((v), 1)) 36 a = PLUS(a, b); \ 38 c = PLUS(c, d); \ 40 a = PLUS(a, b); \ 42 c = PLUS(c, d); \ 151 x0 = PLUS(x0, j0); in chacha20_encrypt_bytes() 152 x1 = PLUS(x1, j1); in chacha20_encrypt_bytes() 153 x2 = PLUS(x2, j2); in chacha20_encrypt_bytes() 154 x3 = PLUS(x3, j3); in chacha20_encrypt_bytes() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | location-example.txt | 8 int a = PLUS (1,2); 9 int b = PLUS (3,4); 18 #define PLUS(A, B) A + B 120 test.h: 3|loc:262560|#define PLUS(A, B) A + B 160 test.c: 6|loc:283104| int a = PLUS (1,2); 165 test.c: 7|loc:287200| int b = PLUS (3,4); 189 MACRO 3: PLUS (7 tokens) 192 7 | int b = PLUS (3,4); 198 7 | int b = PLUS (3,4); 204 3 | #define PLUS(A, B) A + B [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | location-example.txt | 8 int a = PLUS (1,2); 9 int b = PLUS (3,4); 18 #define PLUS(A, B) A + B 120 test.h: 3|loc:262560|#define PLUS(A, B) A + B 160 test.c: 6|loc:283104| int a = PLUS (1,2); 165 test.c: 7|loc:287200| int b = PLUS (3,4); 189 MACRO 3: PLUS (7 tokens) 192 7 | int b = PLUS (3,4); 198 7 | int b = PLUS (3,4); 204 3 | #define PLUS(A, B) A + B [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vax/ |
| H A D | vax.c | 367 case PLUS: in print_operand_address() 426 else if (GET_CODE (addr) == PLUS) in print_operand_address() 785 case PLUS: in vax_address_cost_1() 868 || ((outer_code == PLUS || outer_code == MINUS) in vax_rtx_costs() 888 || (outer_code == PLUS in vax_rtx_costs() 982 case PLUS: in vax_rtx_costs() 1444 split_quadword_operands (insn, PLUS, operands, low, 3); in vax_output_int_add() 1776 if (GET_CODE (base) == PLUS) in mkrtx() 1795 else if (REG_P (a) && GET_CODE (b) == PLUS) in mkrtx() 1838 { PLUS, PLUS, PLUS }, in vax_output_movmemsi() [all …]
|
| /netbsd-src/external/bsd/bc/dist/ |
| H A D | number.c | 75 temp->n_sign = PLUS; in bc_new_num() 162 if (n1->n_sign == PLUS) in _bc_do_compare() 174 if (!use_sign || n1->n_sign == PLUS) in _bc_do_compare() 182 if (!use_sign || n1->n_sign == PLUS) in _bc_do_compare() 208 if (!use_sign || n1->n_sign == PLUS) in _bc_do_compare() 216 if (!use_sign || n1->n_sign == PLUS) in _bc_do_compare() 232 if (!use_sign || n1->n_sign == PLUS) in _bc_do_compare() 244 if (!use_sign || n1->n_sign == PLUS) in _bc_do_compare() 539 diff->n_sign = (n2->n_sign == PLUS ? MINUS : PLUS); in bc_sub() 630 temp->n_sign = PLUS; in new_sub_num() [all …]
|
| /netbsd-src/external/bsd/flex/dist/examples/manual/ |
| H A D | expr.y | 17 %token PLUS MINUS MULT DIV EXPON 21 %left MINUS PLUS 36 | exp PLUS exp { $$ = $1 + $3; }
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| H A D | nds32-cost.c | 79 if (outer_code == SET || outer_code == PLUS) in nds32_rtx_costs_speed_prefer() 163 case PLUS: in nds32_rtx_costs_speed_prefer() 251 else if (outer_code == PLUS || outer_code == MINUS) in nds32_rtx_costs_speed_prefer() 270 else if (outer_code == PLUS || outer_code == MINUS in nds32_rtx_costs_speed_prefer() 440 else if (outer_code == PLUS || outer_code == MINUS) in nds32_rtx_costs_size_prefer() 558 case PLUS: in nds32_address_cost_speed_prefer() 614 case PLUS: in nds32_address_cost_speed_fwprop() 677 case PLUS: in nds32_address_cost_size_prefer()
|
| H A D | nds32-utils.c | 186 if (GET_CODE (addr_rtx) == PLUS in immed_offset_p() 216 && GET_CODE (SET_SRC (curr_insn)) == PLUS) in find_post_update_rtx() 351 gcc_assert (GET_CODE (plus_rtx) == PLUS in extract_base_reg() 407 case PLUS: in extract_offset_rtx() 435 gcc_assert (GET_CODE (plus_rtx) == PLUS); in extract_offset_rtx()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| H A D | nds32-cost.cc | 79 if (outer_code == SET || outer_code == PLUS) in nds32_rtx_costs_speed_prefer() 163 case PLUS: in nds32_rtx_costs_speed_prefer() 251 else if (outer_code == PLUS || outer_code == MINUS) in nds32_rtx_costs_speed_prefer() 270 else if (outer_code == PLUS || outer_code == MINUS in nds32_rtx_costs_speed_prefer() 440 else if (outer_code == PLUS || outer_code == MINUS) in nds32_rtx_costs_size_prefer() 558 case PLUS: in nds32_address_cost_speed_prefer() 614 case PLUS: in nds32_address_cost_speed_fwprop() 677 case PLUS: in nds32_address_cost_size_prefer()
|
| H A D | nds32-utils.cc | 186 if (GET_CODE (addr_rtx) == PLUS in immed_offset_p() 216 && GET_CODE (SET_SRC (curr_insn)) == PLUS) in find_post_update_rtx() 351 gcc_assert (GET_CODE (plus_rtx) == PLUS in extract_base_reg() 407 case PLUS: in extract_offset_rtx() 435 gcc_assert (GET_CODE (plus_rtx) == PLUS); in extract_offset_rtx()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/ |
| H A D | order.c | 67 if( p->n_op == PLUS || p->n_op == MINUS ){ in offstar() 76 r->n_right->n_lval == 2 && p->n_op == PLUS) { in offstar() 105 if ((p->n_op == PLUS || p->n_op == MINUS) && p->n_right->n_op == ICON) { in myormake() 116 } else if (p->n_op == PLUS && (r = p->n_right)->n_op == LS && in myormake() 238 case PLUS: in nspecial()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/ |
| H A D | order.c | 98 if ((p->n_op == PLUS || p->n_op == MINUS) && in offstar() 107 if (l->n_op == PLUS && isreg(l->n_right)) { in offstar() 117 if (p->n_op == PLUS) { in offstar() 155 if ((p->n_op == PLUS || p->n_op == MINUS) && p->n_left->n_op == ICON) { in myormake() 161 if (p->n_op == PLUS && risreg(p->n_left)) { in myormake()
|
| /netbsd-src/usr.bin/at/ |
| H A D | parsetime.c | 65 NUMBER, PLUS, DOT, SLASH, ID, JUNK, enumerator 276 return sc_tokid = PLUS; in token() 408 if ((sc_tokid == TOKEOF || sc_tokid == PLUS) && (tm->tm_hour > hour || in tod() 467 case PLUS: in month() 600 expect(PLUS); in parsetime() 602 case PLUS: in parsetime()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rx/ |
| H A D | predicates.md | 159 ;; [(set (SP) (PLUS (SP) (INT))) 161 ;; (set (REG) (MEM (PLUS (SP) (INT)))) {optionally repeated} 181 || GET_CODE (SET_SRC (element)) != PLUS 210 || GET_CODE (XEXP (SET_SRC (element), 0)) != PLUS 223 ;; [(set (SP) (PLUS (SP) (INT))) 225 ;; (set (REG) (MEM (PLUS (SP) (INT)))) {optional and possibly repeated} 246 || GET_CODE (SET_SRC (element)) != PLUS 276 || GET_CODE (XEXP (SET_SRC (element), 0)) != PLUS
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rx/ |
| H A D | predicates.md | 159 ;; [(set (SP) (PLUS (SP) (INT))) 161 ;; (set (REG) (MEM (PLUS (SP) (INT)))) {optionally repeated} 181 || GET_CODE (SET_SRC (element)) != PLUS 210 || GET_CODE (XEXP (SET_SRC (element), 0)) != PLUS 223 ;; [(set (SP) (PLUS (SP) (INT))) 225 ;; (set (REG) (MEM (PLUS (SP) (INT)))) {optional and possibly repeated} 246 || GET_CODE (SET_SRC (element)) != PLUS 276 || GET_CODE (XEXP (SET_SRC (element), 0)) != PLUS
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | reload.c | 850 if (CONSTANT_P (inner) || GET_CODE (inner) == PLUS) in reload_inner_reg_of_subreg() 1071 || GET_CODE (SUBREG_REG (in)) == PLUS in push_reload() 1146 || GET_CODE (SUBREG_REG (in)) == PLUS) in push_reload() 1244 && (REG_P (in) || MEM_P (in) || GET_CODE (in) == PLUS) in push_reload() 2420 if (GET_CODE (XEXP (addr, 1)) == PLUS in decompose() 2437 if (GET_CODE (addr) == PLUS) in decompose() 2458 if (GET_CODE (offset) == PLUS) in decompose() 2482 if (all_const && GET_CODE (base) == PLUS) in decompose() 2862 || GET_CODE (recog_data.operand[i]) == PLUS)) in find_reloads() 2923 else if (code == PLUS || GET_RTX_CLASS (code) == RTX_UNARY) in find_reloads() [all …]
|
| H A D | ira-costs.c | 1112 case PLUS: in record_address_regs() 1141 || INDEX_REG_CLASS == base_reg_class (VOIDmode, as, PLUS, SCRATCH)) in record_address_regs() 1143 record_address_regs (mode, as, arg0, context, PLUS, code1, scale); in record_address_regs() 1145 record_address_regs (mode, as, arg1, context, PLUS, code0, scale); in record_address_regs() 1151 record_address_regs (mode, as, arg0, context, PLUS, code1, scale); in record_address_regs() 1155 record_address_regs (mode, as, arg0, 1, PLUS, code1, scale); in record_address_regs() 1161 && (ok_for_base_p_nonstrict (arg0, mode, as, PLUS, REG) in record_address_regs() 1165 PLUS, REG) ? 1 : 0, in record_address_regs() 1166 PLUS, REG, scale); in record_address_regs() 1169 && (ok_for_base_p_nonstrict (arg1, mode, as, PLUS, REG) in record_address_regs() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/fr30/ |
| H A D | fr30.h | 557 if (GET_CODE (X) == PLUS \ 564 if (GET_CODE (X) == PLUS \ 579 if (GET_CODE (X) == PLUS \ 586 if (GET_CODE (X) == PLUS \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/fr30/ |
| H A D | fr30.h | 557 if (GET_CODE (X) == PLUS \ 564 if (GET_CODE (X) == PLUS \ 579 if (GET_CODE (X) == PLUS \ 586 if (GET_CODE (X) == PLUS \
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | sanity.sh | 1002 PLUS='+' 1003 if $EXPR 'a +b' : "a ${PLUS}b" >/dev/null; then 1006 PLUS='\+' 4440 ${PLUS} file6 4458 ${PLUS} file6 4476 ${PLUS} file6 4495 ${PLUS} file6 4669 "O [0-9-]* [0-9:]* ${PLUS}0000 ${username} first-dir =first-dir= ${TESTDIR}/\* 4670 A [0-9-]* [0-9:]* ${PLUS}0000 ${username} 1\.1 file6 first-dir == ${TESTDIR} 4671 A [0-9-]* [0-9:]* ${PLUS}0000 ${username} 1\.1 file7 first-dir == ${TESTDIR} [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| H A D | code.c | 149 p = block(PLUS, p, bcon(sym->soffset/SZCHAR), PTR+INT, 0, 0); in param_64bit() 206 p = block(PLUS, p, bcon(-8), INT, 0, 0); in param_double() 216 p = block(PLUS, p, bcon(-8), INT, 0, 0); in param_double() 256 p = block(PLUS, p, bcon(-4), INT, 0, 0); in param_float() 266 p = block(PLUS, p, bcon(-4), INT, 0, 0); in param_float() 326 p = block(PLUS, p, bcon(4*off++), INT, 0, 0); in param_struct() 425 p = block(PLUS, p, bcon(4*off), INT, 0, 0); in bfcode() 743 r = buildtree(PLUS, t, r); 753 r = buildtree(PLUS, t, r); 886 r = buildtree(PLUS, t, r); [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/ |
| H A D | order.c | 54 if( p->n_op == PLUS || p->n_op == MINUS ){ in offstar() 95 p->n_op = PLUS; in setbin() 133 p->n_right->n_op == PLUS && in special()
|
| /netbsd-src/sys/dev/acpi/ |
| H A D | acpidevs | 244 PNP8123 SMC StarCard PLUS (WD/8003S) 245 PNP8124 SMC StarCard PLUS With On Board Hub (WD/8003SH) 246 PNP8125 SMC EtherCard PLUS (WD/8003E) 247 PNP8126 SMC EtherCard PLUS With Boot ROM Socket (WD/8003EBT) 248 PNP8127 SMC EtherCard PLUS With Boot ROM Socket (WD/8003EB) 249 PNP8128 SMC EtherCard PLUS TP (WD/8003WT) 250 PNP812a SMC EtherCard PLUS 16 With Boot ROM Socket (WD/8013EBT) 270 PNP81c3 SMC EtherCard PLUS Elite (WD/8003EP) 271 PNP81c4 SMC EtherCard PLUS 10T (WD/8003W) 272 PNP81c5 SMC EtherCard PLUS Elite 16 (WD/8013EP) [all …]
|