Home
last modified time | relevance | path

Searched refs:val2 (Results 1 – 25 of 74) sorted by relevance

123

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dwrapper.c156 args.args[1].pointer = val2; in gdb_value_equal()
174 struct value *val2; in wrap_value_equal() local
177 val2 = (struct value *) (args)->args[1].pointer; in wrap_value_equal()
179 (args)->result.integer = value_equal (val1, val2); in wrap_value_equal()
189 args.args[1].pointer = val2; in gdb_value_assign()
207 struct value *val2; in wrap_value_assign() local
210 val2 = (struct value *) (args)->args[1].pointer; in wrap_value_assign()
212 (args)->result.pointer = value_assign (val1, val2); in wrap_value_assign()
222 args.args[1].pointer = val2; in gdb_value_subscript()
240 struct value *val2; in wrap_value_subscript() local
[all …]
/openbsd/sys/dev/pci/drm/i915/display/
H A Ddvo_tfp410.c268 u8 val, val2; in tfp410_dump_regs() local
287 tfp410_readb(dvo, TFP410_DE_CNT_HI, &val2); in tfp410_dump_regs()
288 DRM_DEBUG_KMS("TFP410_DE_CNT: 0x%02X%02X\n", val2, val); in tfp410_dump_regs()
290 tfp410_readb(dvo, TFP410_DE_LIN_HI, &val2); in tfp410_dump_regs()
291 DRM_DEBUG_KMS("TFP410_DE_LIN: 0x%02X%02X\n", val2, val); in tfp410_dump_regs()
293 tfp410_readb(dvo, TFP410_H_RES_HI, &val2); in tfp410_dump_regs()
294 DRM_DEBUG_KMS("TFP410_H_RES: 0x%02X%02X\n", val2, val); in tfp410_dump_regs()
296 tfp410_readb(dvo, TFP410_V_RES_HI, &val2); in tfp410_dump_regs()
297 DRM_DEBUG_KMS("TFP410_V_RES: 0x%02X%02X\n", val2, val); in tfp410_dump_regs()
H A Dintel_bw.c79 u32 val = 0, val2 = 0; in icl_pcode_read_qgv_point_info() local
85 &val, &val2); in icl_pcode_read_qgv_point_info()
94 sp->t_rdpre = val2 & 0xff; in icl_pcode_read_qgv_point_info()
95 sp->t_ras = (val2 & 0xff00) >> 8; in icl_pcode_read_qgv_point_info()
177 u32 val, val2; in mtl_read_qgv_point_info() local
182 val2 = intel_uncore_read(&dev_priv->uncore, in mtl_read_qgv_point_info()
189 sp->t_rdpre = REG_FIELD_GET(MTL_TRDPRE_MASK, val2); in mtl_read_qgv_point_info()
190 sp->t_ras = REG_FIELD_GET(MTL_TRAS_MASK, val2); in mtl_read_qgv_point_info()
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Di387-fp.c78 unsigned long val, val2; in i387_cache_to_fsave() local
87 collect_register_by_name ("fop", &val2); in i387_cache_to_fsave()
88 fp->fop = (val2 & 0x7FF) | (fp->fop & 0xF800); in i387_cache_to_fsave()
152 unsigned long val, val2; in i387_cache_to_fxsave() local
164 collect_register_by_name ("fop", &val2); in i387_cache_to_fxsave()
165 fp->fop = (val2 & 0x7FF) | (fp->fop & 0xF800); in i387_cache_to_fxsave()
183 val2 |= (1 << i); in i387_cache_to_fxsave()
185 *(unsigned short *) &fp->ftag = val2; in i387_cache_to_fxsave()
/openbsd/usr.bin/cdio/
H A Drip.c143 _parse_pair(char *start, char *nxt, int *val1, int *val2) in _parse_pair() argument
165 *val2 = -1; in _parse_pair()
167 error = _parse_val(delim + 1, nxt, val2); in _parse_pair()
171 *val2 = *val1; in _parse_pair()
175 if (*val1 > 99 || *val2 > 99) in _parse_pair()
190 v2 = (u_char)val2; in _add_pair()
260 int error, val1, val2; in parse_tracks() local
275 error = _parse_pair(p, nxt, &val1, &val2); in parse_tracks()
281 if (val2 == -1) in parse_tracks()
282 val2 = last; in parse_tracks()
[all …]
/openbsd/sys/dev/acpi/
H A Dacpitimer.c118 uint32_t val1, val2; in acpitimer_delay() local
120 val2 = acpitimer_read(sc); in acpitimer_delay()
124 val1 = val2; in acpitimer_delay()
125 val2 = acpitimer_read(sc); in acpitimer_delay()
126 count += (val2 - val1) & mask; in acpitimer_delay()
H A Dacpihpet.c289 uint32_t val1, val2; in acpihpet_delay() local
291 val2 = bus_space_read_4(sc->sc_iot, sc->sc_ioh, HPET_MAIN_COUNTER); in acpihpet_delay()
295 val1 = val2; in acpihpet_delay()
296 val2 = bus_space_read_4(sc->sc_iot, sc->sc_ioh, in acpihpet_delay()
298 count += val2 - val1; in acpihpet_delay()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/lib/
H A Dprofopt.exp234 set val2 [profopt-perf-value $testcase $perf_ext $optstr]
235 if { $val2 <= 0 } {
278 if { $val2 > $val1 } {
280 if { [expr $val2 - $val1] > [expr [expr $val1 * $perf_delta] / 100] } {
285 fail "$testcase perf check: orig: $val1 new: $val2, $optstr"
288 verbose "$testcase orig: $val1 new: $val2, $optstr" 2
/openbsd/sys/arch/m88k/m88k/
H A Ddb_trace.c855 u_int val1, val2, sxip; in db_stack_trace_print() local
886 if (sxip == 0 || !db_trace_get_val(sxip, &val2)) in db_stack_trace_print()
889 if (db_trace_get_val(val1, &val2) == 0) { in db_stack_trace_print()
899 if (val2 == 0x12345678 && in db_stack_trace_print()
900 db_trace_get_val(val1 - 4, &val2) && in db_stack_trace_print()
901 val2 == val1 && in db_stack_trace_print()
902 db_trace_get_val(val1 - 8, &val2) && in db_stack_trace_print()
903 val2 == val1) { in db_stack_trace_print()
910 if (val2 > val1 && (val2 & 3) == 0) { in db_stack_trace_print()
912 (*pr)("*%x = %x looks like a stack frame pointer, accepting %x\n", val1, val2, ptr); in db_stack_trace_print()
/openbsd/regress/usr.bin/mandoc/roff/de/
H A Descname.out_ascii9 define second = val2
21 second val2
28 Remove all but second: val2
/openbsd/usr.bin/showmount/
H A Dshowmount.c234 int bool, val, val2; in xdr_mntdump()
262 val2 = strcmp(mp->ml_dirp, tp->ml_dirp); in xdr_mntdump()
266 if (val2 == 0) { in xdr_mntdump()
270 val = val2; in xdr_mntdump()
274 if (val2 == 0) { in xdr_mntdump()
278 val = val2; in xdr_mntdump()
/openbsd/sys/arch/amd64/amd64/
H A Didentcpu.c339 char reg2, uint32_t val2, const char *bits2, in pcpu0id3() argument
342 if (val1 || val2 || val3) { in pcpu0id3()
346 if (val2) in pcpu0id3()
347 printf(" e%cx=%b", reg2, val2, bits2); in pcpu0id3()
393 pcpu0id3(id, reg1, val1, bits1, reg2, val2, bits2, 0, 0, in pcpuid2()
395 else if (val1 != prev_val1 || val2 != prev_val2) { in pcpuid2()
401 if (val2 != prev_val2) { in pcpuid2()
403 pbitdiff(val2, prev_val2, bits2); in pcpuid2()
415 pcpu0id3(id, reg1, val1, bits1, reg2, val2, bits2, reg3, val3, in pcpuid3()
423 if (val2 != prev_val2) { in pcpuid3()
[all …]
/openbsd/usr.sbin/hostapd/
H A Dhandle.c460 hostapd_cmp(enum hostapd_op op, int val1, int val2) in hostapd_cmp() argument
462 if ((op == HOSTAPD_OP_EQ && val1 == val2) || in hostapd_cmp()
463 (op == HOSTAPD_OP_NE && val1 != val2) || in hostapd_cmp()
464 (op == HOSTAPD_OP_LE && val1 <= val2) || in hostapd_cmp()
465 (op == HOSTAPD_OP_LT && val1 < val2) || in hostapd_cmp()
466 (op == HOSTAPD_OP_GE && val1 >= val2) || in hostapd_cmp()
467 (op == HOSTAPD_OP_GT && val1 > val2)) in hostapd_cmp()
/openbsd/usr.sbin/bgpd/
H A Dflowspec.c427 uint64_t val, val2 = 0; in flowspec_fmt_num_op() local
454 val2 = extract_val(comp + *off + len + 1, in flowspec_fmt_num_op()
463 (unsigned long long)val, (unsigned long long)val2); in flowspec_fmt_num_op()
542 uint64_t val, val2 = 0; in flowspec_fmt_bin_op() local
569 val2 = extract_val(comp + *off + len + 1, in flowspec_fmt_bin_op()
576 val2 |= val; in flowspec_fmt_bin_op()
579 fmt_flags(val2, bits, mask, sizeof(mask))); in flowspec_fmt_bin_op()
/openbsd/gnu/gcc/gcc/
H A Dtree-vrp.c490 if (val1 == val2) in vrp_operand_equal_p()
492 if (!val1 || !val2 || !operand_equal_p (val1, val2, 0)) in vrp_operand_equal_p()
696 if (val1 == val2) in compare_values_warnv()
708 || TREE_CODE (val2) == PLUS_EXPR in compare_values_warnv()
742 n2 = val2; in compare_values_warnv()
747 code2 = TREE_CODE (val2); in compare_values_warnv()
748 n2 = TREE_OPERAND (val2, 0); in compare_values_warnv()
749 c2 = TREE_OPERAND (val2, 1); in compare_values_warnv()
847 if (val1 == val2 || operand_equal_p (val1, val2, 0)) in compare_values_warnv()
1514 && !TREE_OVERFLOW (val2)) in vrp_int_const_binop()
[all …]
H A Dtree-ssa-ccp.c654 ccp_lattice_meet (prop_value_t *val1, prop_value_t *val2) in ccp_lattice_meet() argument
659 *val1 = *val2; in ccp_lattice_meet()
661 else if (val2->lattice_val == UNDEFINED) in ccp_lattice_meet()
668 || val2->lattice_val == UNKNOWN_VAL) in ccp_lattice_meet()
679 || val2->lattice_val == VARYING) in ccp_lattice_meet()
687 && val2->lattice_val == CONSTANT in ccp_lattice_meet()
688 && simple_cst_equal (val1->value, val2->value) == 1 in ccp_lattice_meet()
690 || (val1->mem_ref && val2->mem_ref in ccp_lattice_meet()
691 && operand_equal_p (val1->mem_ref, val2->mem_ref, 0)))) in ccp_lattice_meet()
/openbsd/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A D004_dwiw_encode.t47 $data = { var1 => 'val1', var2 => 'val2' };
50 ok($json_str eq '{"var1":"val1","var2":"val2"}'
51 or $json_str eq '{"var2":"val2","var1":"val1"}');
/openbsd/sys/dev/pci/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.c51 #define CRTC_REG_UPDATE_2(reg, field1, val1, field2, val2) \ argument
52 CRTC_REG_UPDATE_N(reg, 2, FD(reg##__##field1), val1, FD(reg##__##field2), val2)
54 #define CRTC_REG_UPDATE_3(reg, field1, val1, field2, val2, field3, val3) \ argument
55 …CRTC_REG_UPDATE_N(reg, 3, FD(reg##__##field1), val1, FD(reg##__##field2), val2, FD(reg##__##field3…
57 #define CRTC_REG_UPDATE_4(reg, field1, val1, field2, val2, field3, val3, field4, val4) \ argument
58 …CRTC_REG_UPDATE_N(reg, 3, FD(reg##__##field1), val1, FD(reg##__##field2), val2, FD(reg##__##field3…
60 #define CRTC_REG_UPDATE_5(reg, field1, val1, field2, val2, field3, val3, field4, val4, field5, val5… argument
66 #define CRTC_REG_SET_2(reg, field1, val1, field2, val2) \ argument
67 CRTC_REG_SET_N(reg, 2, FD(reg##__##field1), val1, FD(reg##__##field2), val2)
69 #define CRTC_REG_SET_3(reg, field1, val1, field2, val2, field3, val3) \ argument
[all …]
/openbsd/lib/libcrypto/bn/
H A Dbn_exp.c1190 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; in BN_mod_exp2_mont() local
1214 if ((val2[0] = BN_CTX_get(ctx)) == NULL) in BN_mod_exp2_mont()
1260 if (!BN_nnmod(val2[0], a2, m, ctx)) in BN_mod_exp2_mont()
1262 a_mod_m = val2[0]; in BN_mod_exp2_mont()
1268 if (!BN_to_montgomery(val2[0], a_mod_m, mont, ctx)) in BN_mod_exp2_mont()
1271 if (!BN_mod_mul_montgomery(d, val2[0], val2[0], mont, ctx)) in BN_mod_exp2_mont()
1276 if (((val2[i] = BN_CTX_get(ctx)) == NULL) || in BN_mod_exp2_mont()
1277 !BN_mod_mul_montgomery(val2[i], val2[i - 1], in BN_mod_exp2_mont()
1340 if (!BN_mod_mul_montgomery(r, r, val2[wvalue2 >> 1], in BN_mod_exp2_mont()
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dostream_inserter_arith.cc279 double val2 = 3.5e230; in test02() local
284 os2 << val2; in test02()
286 snprintf(largebuf, 512, "%.*f", 3, val2); in test02()
296 os2 << fixed << setprecision(3) << val2 << endl; in test02()
298 os2 << fixed << setprecision(1) << val2 << endl; in test02()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Denum2.C15 val2 enumerator
/openbsd/lib/libz/
H A Dcrc32.c578 z_word_t val0, val1, val2; in crc32_z() local
613 val2 = word[i + 2 * Z_BATCH]; in crc32_z()
616 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc2) : "r"(val2)); in crc32_z()
634 val2 = word[i + last2]; in crc32_z()
637 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc2) : "r"(val2)); in crc32_z()
/openbsd/sys/lib/libz/
H A Dcrc32.c578 z_word_t val0, val1, val2; in crc32_z() local
613 val2 = word[i + 2 * Z_BATCH]; in crc32_z()
616 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc2) : "r"(val2)); in crc32_z()
634 val2 = word[i + last2]; in crc32_z()
637 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc2) : "r"(val2)); in crc32_z()
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dcrc32.c630 z_word_t val0, val1, val2; in crc32_z() local
665 val2 = word[i + 2 * Z_BATCH]; in crc32_z()
668 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc2) : "r"(val2)); in crc32_z()
686 val2 = word[i + last2]; in crc32_z()
689 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc2) : "r"(val2)); in crc32_z()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mop.cpp187 MemLoc vptr(&vptr_storage), val1, val2; in TEST_F() local
190 t1.VptrUpdate(vptr, val2); in TEST_F()

123