Searched refs:tmpr (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/arch/arm/imx/
H A Dimx23_pinctrl.c563 uint32_t tmpr; local
566 tmpr = PINCTRL_RD(sc, PIN2MUXSEL_REG(pin));
567 tmpr &= ~PIN2MUXSEL_MASK(pin);
568 tmpr |= __SHIFTIN(MUXEL_GPIO_MODE, PIN2MUXSEL_MASK(pin));
569 PINCTRL_WR(sc, PIN2MUXSEL_REG(pin), tmpr);
572 tmpr = PINCTRL_RD(sc, PIN2DRIVE_REG(pin));
573 tmpr &= ~PIN2DRIVE_MASK(pin);
574 tmpr |= __SHIFTIN(DRIVE_STRENGTH_4MA, PIN2DRIVE_MASK(pin));
575 PINCTRL_WR(sc, PIN2DRIVE_REG(pin), tmpr);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dkey_25.c98 isc_region_t tmpr; local
163 dns_rdata_toregion(rdata, &tmpr);
165 dst_region_computeid(&tmpr));
189 dns_rdata_toregion(rdata, &tmpr);
190 snprintf(buf, sizeof(buf), "%u", dst_region_computeid(&tmpr));
H A Dkeydata_65533.c192 isc_region_t tmpr; local
205 dns_rdata_toregion(rdata, &tmpr);
207 isc_region_consume(&tmpr, 12);
208 snprintf(buf, sizeof(buf), "%u", dst_region_computeid(&tmpr));
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dkey_25.c98 isc_region_t tmpr; local
163 dns_rdata_toregion(rdata, &tmpr);
165 dst_region_computeid(&tmpr));
189 dns_rdata_toregion(rdata, &tmpr);
190 snprintf(buf, sizeof(buf), "%u", dst_region_computeid(&tmpr));
H A Dkeydata_65533.c192 isc_region_t tmpr; local
205 dns_rdata_toregion(rdata, &tmpr);
207 isc_region_consume(&tmpr, 12);
208 snprintf(buf, sizeof(buf), "%u", dst_region_computeid(&tmpr));
/netbsd-current/games/hack/
H A Dhack.c151 struct rm *tmpr, *ust; local
223 tmpr = &levl[u.ux + u.dx][u.uy + u.dy];
224 if (IS_ROCK(tmpr->typ) ||
225 (u.dx && u.dy && (tmpr->typ == DOOR || ust->typ == DOOR))) {
329 if (tmpr->typ == DOOR ||
334 if (tmpr->typ == POOL && !Levitation)
348 if (tmpr->lit) {
349 if (tmpr->typ == DOOR)
358 if (tmpr->lit)
362 if (tmpr
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/iccsense/
H A Dnouveau_nvkm_subdev_iccsense_base.c140 struct nvkm_iccsense_rail *rail, *tmpr; local
146 list_for_each_entry_safe(rail, tmpr, &iccsense->rails, head) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mmix/
H A Dmmix.c2501 rtx tmpr = gen_rtx_REG (DImode, 255); local
2502 RTX_FRAME_RELATED_P (emit_move_insn (tmpr, GEN_INT (offset))) = 1;
2504 stack_pointer_rtx, tmpr));
2518 rtx tmpr = gen_rtx_REG (DImode, 255); local
2519 emit_move_insn (tmpr, GEN_INT (offset));
2521 stack_pointer_rtx, tmpr));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mmix/
H A Dmmix.cc2554 rtx tmpr = gen_rtx_REG (DImode, 255); local
2555 RTX_FRAME_RELATED_P (emit_move_insn (tmpr, GEN_INT (offset))) = 1;
2557 stack_pointer_rtx, tmpr));
2571 rtx tmpr = gen_rtx_REG (DImode, 255); local
2572 emit_move_insn (tmpr, GEN_INT (offset));
2574 stack_pointer_rtx, tmpr));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-complex.c1166 tree tmpr, tmpi; local
1168 br, bi, &tmpr, &tmpi);
1171 = gimple_build_cond (UNORDERED_EXPR, tmpr, tmpi,
1207 add_phi_arg (real_phi, tmpr, orig_to_join, UNKNOWN_LOCATION);
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/record/
H A Dssl3_record.c942 int i, pad = 0, ret, tmpr; local
1126 tmpr = EVP_Cipher(ds, recs[0].data, recs[0].input,
1130 ? (tmpr < 0)
1131 : (tmpr == 0))
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/record/
H A Dssl3_record.c979 int i, pad = 0, tmpr; local
1235 tmpr = EVP_Cipher(ds, recs[0].data, recs[0].input,
1239 ? (tmpr < 0)
1240 : (tmpr == 0)) {
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-complex.cc1173 tree tmpr, tmpi; local
1176 br, bi, &tmpr, &tmpi);
1181 = gimple_build_cond (UNORDERED_EXPR, tmpr, tmpi,
1219 add_phi_arg (real_phi, tmpr, orig_to_join, UNKNOWN_LOCATION);

Completed in 248 milliseconds