| /netbsd-src/sys/arch/arm/imx/ |
| H A D | imx23_pinctrl.c | 563 uint32_t tmpr; in imx23_pinctrl_gp_pin_ctl() local 566 tmpr = PINCTRL_RD(sc, PIN2MUXSEL_REG(pin)); in imx23_pinctrl_gp_pin_ctl() 567 tmpr &= ~PIN2MUXSEL_MASK(pin); in imx23_pinctrl_gp_pin_ctl() 568 tmpr |= __SHIFTIN(MUXEL_GPIO_MODE, PIN2MUXSEL_MASK(pin)); in imx23_pinctrl_gp_pin_ctl() 569 PINCTRL_WR(sc, PIN2MUXSEL_REG(pin), tmpr); in imx23_pinctrl_gp_pin_ctl() 572 tmpr = PINCTRL_RD(sc, PIN2DRIVE_REG(pin)); in imx23_pinctrl_gp_pin_ctl() 573 tmpr &= ~PIN2DRIVE_MASK(pin); in imx23_pinctrl_gp_pin_ctl() 574 tmpr |= __SHIFTIN(DRIVE_STRENGTH_4MA, PIN2DRIVE_MASK(pin)); in imx23_pinctrl_gp_pin_ctl() 575 PINCTRL_WR(sc, PIN2DRIVE_REG(pin), tmpr); in imx23_pinctrl_gp_pin_ctl()
|
| /netbsd-src/games/hack/ |
| H A D | hack.c | 151 struct rm *tmpr, *ust; in domove() local 223 tmpr = &levl[u.ux + u.dx][u.uy + u.dy]; in domove() 224 if (IS_ROCK(tmpr->typ) || in domove() 225 (u.dx && u.dy && (tmpr->typ == DOOR || ust->typ == DOOR))) { in domove() 329 if (tmpr->typ == DOOR || in domove() 334 if (tmpr->typ == POOL && !Levitation) in domove() 348 if (tmpr->lit) { in domove() 349 if (tmpr->typ == DOOR) in domove() 358 if (tmpr->lit) in domove() 362 if (tmpr->typ == DOOR) { in domove()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| H A D | key_25.c | 98 isc_region_t tmpr; in generic_totext_key() local 163 dns_rdata_toregion(rdata, &tmpr); in generic_totext_key() 165 dst_region_computeid(&tmpr)); in generic_totext_key() 189 dns_rdata_toregion(rdata, &tmpr); in generic_totext_key() 190 snprintf(buf, sizeof(buf), "%u", dst_region_computeid(&tmpr)); in generic_totext_key()
|
| H A D | keydata_65533.c | 192 isc_region_t tmpr; in totext_keydata() local 205 dns_rdata_toregion(rdata, &tmpr); in totext_keydata() 207 isc_region_consume(&tmpr, 12); in totext_keydata() 208 snprintf(buf, sizeof(buf), "%u", dst_region_computeid(&tmpr)); in totext_keydata()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| H A D | key_25.c | 120 isc_region_t tmpr; in generic_totext_key() 198 dns_rdata_toregion(rdata, &tmpr); in generic_fromwire_key() 200 dst_region_computeid(&tmpr)); in generic_fromwire_key() 224 dns_rdata_toregion(rdata, &tmpr); in generic_fromwire_key() 225 snprintf(buf, sizeof(buf), "%u", dst_region_computeid(&tmpr)); in generic_fromwire_key() 98 isc_region_t tmpr; generic_totext_key() local
|
| H A D | keydata_65533.c | 192 isc_region_t tmpr; in totext_keydata() local 205 dns_rdata_toregion(rdata, &tmpr); in totext_keydata() 207 isc_region_consume(&tmpr, 12); in totext_keydata() 208 snprintf(buf, sizeof(buf), "%u", dst_region_computeid(&tmpr)); in totext_keydata()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/iccsense/ |
| H A D | nouveau_nvkm_subdev_iccsense_base.c | 140 struct nvkm_iccsense_rail *rail, *tmpr; in nvkm_iccsense_dtor() local 146 list_for_each_entry_safe(rail, tmpr, &iccsense->rails, head) { in nvkm_iccsense_dtor()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mmix/ |
| H A D | mmix.c | 2501 rtx tmpr = gen_rtx_REG (DImode, 255); in mmix_emit_sp_add() local 2502 RTX_FRAME_RELATED_P (emit_move_insn (tmpr, GEN_INT (offset))) = 1; in mmix_emit_sp_add() 2504 stack_pointer_rtx, tmpr)); in mmix_emit_sp_add() 2518 rtx tmpr = gen_rtx_REG (DImode, 255); in mmix_emit_sp_add() local 2519 emit_move_insn (tmpr, GEN_INT (offset)); in mmix_emit_sp_add() 2521 stack_pointer_rtx, tmpr)); in mmix_emit_sp_add()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mmix/ |
| H A D | mmix.cc | 2554 rtx tmpr = gen_rtx_REG (DImode, 255); in mmix_emit_sp_add() local 2555 RTX_FRAME_RELATED_P (emit_move_insn (tmpr, GEN_INT (offset))) = 1; in mmix_emit_sp_add() 2557 stack_pointer_rtx, tmpr)); in mmix_emit_sp_add() 2571 rtx tmpr = gen_rtx_REG (DImode, 255); in mmix_emit_sp_add() local 2572 emit_move_insn (tmpr, GEN_INT (offset)); in mmix_emit_sp_add() 2574 stack_pointer_rtx, tmpr)); in mmix_emit_sp_add()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/record/ |
| H A D | ssl3_record.c | 979 int i, pad = 0, tmpr; in tls1_enc() local 1235 tmpr = EVP_Cipher(ds, recs[0].data, recs[0].input, in tls1_enc() 1239 ? (tmpr < 0) in tls1_enc() 1240 : (tmpr == 0)) { in tls1_enc()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/record/ |
| H A D | ssl3_record.c | 942 int i, pad = 0, ret, tmpr; in tls1_enc() local 1126 tmpr = EVP_Cipher(ds, recs[0].data, recs[0].input, in tls1_enc() 1130 ? (tmpr < 0) in tls1_enc() 1131 : (tmpr == 0)) in tls1_enc()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-complex.c | 1166 tree tmpr, tmpi; in expand_complex_multiplication() local 1168 br, bi, &tmpr, &tmpi); in expand_complex_multiplication() 1171 = gimple_build_cond (UNORDERED_EXPR, tmpr, tmpi, in expand_complex_multiplication() 1207 add_phi_arg (real_phi, tmpr, orig_to_join, UNKNOWN_LOCATION); in expand_complex_multiplication()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-complex.cc | 1173 tree tmpr, tmpi; in expand_complex_multiplication() local 1176 br, bi, &tmpr, &tmpi); in expand_complex_multiplication() 1181 = gimple_build_cond (UNORDERED_EXPR, tmpr, tmpi, in expand_complex_multiplication() 1219 add_phi_arg (real_phi, tmpr, orig_to_join, UNKNOWN_LOCATION); in expand_complex_multiplication()
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | cris.cpu | 3389 ((DI src1) (DI src2) (DI tmpr)) 3392 (set tmpr (mul src1 src2)) 3393 (set Rd (trunc SI tmpr)) 3394 (set mof (trunc SI (srl tmpr 32))) 3395 (setf-arit DI muls src1 src2 tmpr cbit))) 3409 ((DI src1) (DI src2) (DI tmpr)) 3412 (set tmpr (mul src1 src2)) 3413 (set Rd (trunc SI tmpr)) 3414 (set mof (trunc SI (srl tmpr 32))) 3415 (setf-arit DI mulu src1 src2 tmpr cbit))) [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | cris.cpu | 3387 ((DI src1) (DI src2) (DI tmpr)) 3390 (set tmpr (mul src1 src2)) 3391 (set Rd (trunc SI tmpr)) 3392 (set mof (trunc SI (srl tmpr 32))) 3393 (setf-arit DI muls src1 src2 tmpr cbit))) 3407 ((DI src1) (DI src2) (DI tmpr)) 3410 (set tmpr (mul src1 src2)) 3411 (set Rd (trunc SI tmpr)) 3412 (set mof (trunc SI (srl tmpr 32))) 3413 (setf-arit DI mulu src1 src2 tmpr cbit))) [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | cris.cpu | 3387 ((DI src1) (DI src2) (DI tmpr)) 3390 (set tmpr (mul src1 src2)) 3391 (set Rd (trunc SI tmpr)) 3392 (set mof (trunc SI (srl tmpr 32))) 3393 (setf-arit DI muls src1 src2 tmpr cbit))) 3407 ((DI src1) (DI src2) (DI tmpr)) 3410 (set tmpr (mul src1 src2)) 3411 (set Rd (trunc SI tmpr)) 3412 (set mof (trunc SI (srl tmpr 32))) 3413 (setf-arit DI mulu src1 src2 tmpr cbit))) [all …]
|