Searched refs:val2 (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-11-stable/sys/dev/tws/
H A Dtws_services.h41 struct tws_softc *sc, char *desc, u_int64_t val1, u_int64_t val2);
65 #define TWS_TRACE_DEBUG(sc, desc, val1, val2) \
67 (u_int64_t)val1, (u_int64_t)val2)
69 #define TWS_TRACE_DEBUG(sc, desc, val1, val2)
73 #define TWS_TRACE(sc, desc, val1, val2) \
75 (u_int64_t)val1, (u_int64_t)val2)
77 #define TWS_TRACE(sc, desc, val1, val2)
H A Dtws_services.c87 struct tws_softc *sc, char *desc, u_int64_t val1, u_int64_t val2)
105 rec[tail].val2 = val2;
126 linenum, file, fun, desc, val1, val2);
128 printf(fmt, linenum, file, fun, desc, val1, val2);
86 tws_trace(const char *file, const char *fun, int linenum, struct tws_softc *sc, char *desc, u_int64_t val1, u_int64_t val2) argument
H A Dtws.h172 u_int64_t val2; member in struct:tws_trace_rec
/freebsd-11-stable/contrib/gdb/gdb/
H A Dwrapper.c151 gdb_value_equal (struct value *val1, struct value *val2, int *result) argument
156 args.args[1].pointer = val2;
174 struct value *val2; local
177 val2 = (struct value *) (args)->args[1].pointer;
179 (args)->result.integer = value_equal (val1, val2);
184 gdb_value_assign (struct value *val1, struct value *val2, struct value **result) argument
189 args.args[1].pointer = val2;
207 struct value *val2; local
210 val2 = (struct value *) (args)->args[1].pointer;
212 (args)->result.pointer = value_assign (val1, val2);
217 gdb_value_subscript(struct value *val1, struct value *val2, struct value **rval) argument
240 struct value *val2; local
[all...]
H A Ddwarf2expr.c591 struct value *val1, *val2;
600 val2 = value_from_longest (unsigned_address_type (), second);
660 result = value_as_long (value_binop (val1, val2, binop));
590 struct value *val1, *val2; local
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_swapcontext.c45 int val1, val2; variable
59 ATF_REQUIRE_EQ(ntls, &val2);
94 _lwp_setprivate(&val2);
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_exp2.c128 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; local
154 val2[0] = BN_CTX_get(ctx);
155 if (!d || !r || !val1[0] || !val2[0])
200 * Build table for a2: val2[i] := a2^(2*i + 1) mod m for i = 0 .. 2^(window2-1)
203 if (!BN_mod(val2[0], a2, m, ctx))
205 a_mod_m = val2[0];
213 if (!BN_to_montgomery(val2[0], a_mod_m, mont, ctx))
216 if (!BN_mod_mul_montgomery(d, val2[0], val2[0], mont, ctx))
221 if (((val2[
[all...]
/freebsd-11-stable/usr.sbin/pmcstudy/
H A Deval_expr.c70 int val1, op, val2; local
72 val1 = op = val2 = 0;
80 val2 = 1;
85 if (val1 && op && val2 && (open_cnt == 0)) {
96 if (val1 && op && val2) {
102 val2 = 0;
126 if (val1 && op && val2) {
134 val2 = 1;
145 if (val1 && op && val2) {
157 val2
582 double val1, val2, res; local
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dnetnamer.c80 char *val1, *val2; local
113 val2 = strchr(val1, '@');
114 if (val2 == NULL)
116 vallen = val2 - val1;
126 if (strcmp(val2 + 1, domain))
192 char *val2; local
209 val2 = strchr(val, '@');
210 if (val2 == NULL)
212 vallen = val2 - val;
222 if (strcmp(val2
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_hmc.h132 u32 val1, val2, val3; \
134 val2 = (u32)(pa) | (I40E_HMC_MAX_BP_COUNT << \
141 wr32((hw), I40E_PFHMC_SDDATALOW, val2); \
153 u32 val2, val3; \
154 val2 = (I40E_HMC_MAX_BP_COUNT << \
160 wr32((hw), I40E_PFHMC_SDDATALOW, val2); \
/freebsd-11-stable/sys/dev/drm2/i915/
H A Ddvo_tfp410.c270 uint8_t val, val2; local
289 tfp410_readb(dvo, TFP410_DE_CNT_HI, &val2);
290 DRM_LOG_KMS("TFP410_DE_CNT: 0x%02X%02X\n", val2, val);
292 tfp410_readb(dvo, TFP410_DE_LIN_HI, &val2);
293 DRM_LOG_KMS("TFP410_DE_LIN: 0x%02X%02X\n", val2, val);
295 tfp410_readb(dvo, TFP410_H_RES_HI, &val2);
296 DRM_LOG_KMS("TFP410_H_RES: 0x%02X%02X\n", val2, val);
298 tfp410_readb(dvo, TFP410_V_RES_HI, &val2);
299 DRM_LOG_KMS("TFP410_V_RES: 0x%02X%02X\n", val2, val);
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Di387-fp.c78 unsigned long val, val2; local
87 collect_register_by_name ("fop", &val2);
88 fp->fop = (val2 & 0x7FF) | (fp->fop & 0xF800);
152 unsigned long val, val2; local
164 collect_register_by_name ("fop", &val2);
165 fp->fop = (val2 & 0x7FF) | (fp->fop & 0xF800);
183 val2 |= (1 << i);
185 *(unsigned short *) &fp->ftag = val2;
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_swapcontext.c50 int val1, val2; variable
102 nself = (void *)&val2;
/freebsd-11-stable/usr.bin/showmount/
H A Dshowmount.c267 int val, val2; local
296 val2 = strcmp(mp->ml_dirp, tp->ml_dirp);
300 if (val2 == 0) {
304 val = val2;
308 if (val2 == 0) {
312 val = val2;
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_soc.c137 uint32_t val1, val2; local
139 val1 = val2 = bus_space_read_4(bst, bsh, SYSCTL_SYSCFG);
142 val2 >>= RT5350_CPU_CLKSEL_OFF2;
144 val2 &= RT5350_CPU_CLKSEL_MSK;
145 val1 |= (val2 << 1);
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_expr.c33 Dwarf_Unsigned val2, Dwarf_Error *error)
41 if (_dwarf_loc_expr_add_atom(dbg, NULL, NULL, opcode, val1, val2, &len,
55 ee->ee_loc.lr_number2 = val2;
150 Dwarf_Unsigned val2, Dwarf_Error *error)
158 if (_dwarf_add_expr(expr, opcode, val1, val2, error) == NULL)
32 _dwarf_add_expr(Dwarf_P_Expr expr, Dwarf_Small opcode, Dwarf_Unsigned val1, Dwarf_Unsigned val2, Dwarf_Error *error) argument
149 dwarf_add_expr_gen(Dwarf_P_Expr expr, Dwarf_Small opcode, Dwarf_Unsigned val1, Dwarf_Unsigned val2, Dwarf_Error *error) argument
H A Ddwarf_pro_frame.c180 Dwarf_Unsigned val2, Dwarf_Error *error)
189 ret = _dwarf_frame_fde_add_inst(fde, op, val1, val2, error);
179 dwarf_add_fde_inst(Dwarf_P_Fde fde, Dwarf_Small op, Dwarf_Unsigned val1, Dwarf_Unsigned val2, Dwarf_Error *error) argument
/freebsd-11-stable/usr.sbin/bhyve/
H A Dps2mouse.c180 uint8_t val0, val1, val2; local
207 val2 = 255;
209 val2 = sc->delta_y;
214 val2 = 255;
216 val2 = sc->delta_y;
223 fifo_put(sc, val2);
/freebsd-11-stable/sys/amd64/pci/
H A Dpci_cfgreg.c258 uint32_t val1, val2; local
289 val2 = pciereg_cfgread(0, slot, 0, 0, 4);
290 if (val2 != val1)
/freebsd-11-stable/contrib/gcc/
H A Dtree-vrp.c47 static int compare_values (tree val1, tree val2);
48 static int compare_values_warnv (tree val1, tree val2, bool *);
488 vrp_operand_equal_p (tree val1, tree val2) argument
490 if (val1 == val2)
492 if (!val1 || !val2 || !operand_equal_p (val1, val2, 0))
495 return is_overflow_infinity (val2);
694 compare_values_warnv (tree val1, tree val2, bool *strict_overflow_p) argument
696 if (val1 == val2)
702 == POINTER_TYPE_P (TREE_TYPE (val2)));
873 compare_values(tree val1, tree val2) argument
1467 vrp_int_const_binop(enum tree_code code, tree val1, tree val2) argument
[all...]
H A Dtree-cfgcleanup.c364 tree val2 = PHI_ARG_DEF (phi, n2); local
367 gcc_assert (val2 != NULL_TREE);
369 if (!operand_equal_for_phi_arg_p (val1, val2))
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h139 #define max_t(type, val1, val2) \
140 ((type)(val1) > (type)(val2) ? (type)(val1) : (val2))
141 #define min_t(type, val1, val2) \
142 ((type)(val1) < (type)(val2) ? (type)(val1) : (val2))
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_control.c629 u_long val1, val2; local
659 andor, &val2, &mult2);
679 setexpirecond(age, size, val2, mult2) != 0) {
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dmap_test.c126 char val2[] = "V2"; local
131 RE(atf_map_insert(&map, "K2", val2, false));
164 char val2[] = "V2"; local
169 RE(atf_map_insert(&map, "K2", val2, false));
/freebsd-11-stable/sys/i386/pci/
H A Dpci_cfgreg.c521 uint32_t val1, val2; local
592 val2 = pciereg_cfgread(0, slot, 0, 0, 4);
593 if (val2 != val1)

Completed in 420 milliseconds

123