Searched refs:val1 (Results 1 - 25 of 60) 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)
104 rec[tail].val1 = val1;
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
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_swapcontext.c45 int val1, val2; variable
56 ATF_REQUIRE_EQ(ntls, &val1);
76 _lwp_setprivate(&val1);
77 printf("before swapcontext TLS pointer = %p\n", &val1);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dwrapper.c151 gdb_value_equal (struct value *val1, struct value *val2, int *result) argument
155 args.args[0].pointer = val1;
173 struct value *val1; local
176 val1 = (struct value *) (args)->args[0].pointer;
179 (args)->result.integer = value_equal (val1, val2);
184 gdb_value_assign (struct value *val1, struct value *val2, struct value **result) argument
188 args.args[0].pointer = val1;
206 struct value *val1; local
209 val1 = (struct value *) (args)->args[0].pointer;
212 (args)->result.pointer = value_assign (val1, val
217 gdb_value_subscript(struct value *val1, struct value *val2, struct value **rval) argument
239 struct value *val1; local
[all...]
H A Ddwarf2expr.c591 struct value *val1, *val2;
599 val1 = value_from_longest (unsigned_address_type (), first);
633 val1 = value_from_longest (signed_address_type (), first);
660 result = value_as_long (value_binop (val1, val2, binop));
590 struct value *val1, *val2; local
/freebsd-11-stable/usr.sbin/pmcstudy/
H A Deval_expr.c70 int val1, op, val2; local
72 val1 = op = val2 = 0;
74 val1 = 1;
85 if (val1 && op && val2 && (open_cnt == 0)) {
96 if (val1 && op && val2) {
100 val1 = 1;
103 } else if ((op == 0) && (val1)) {
106 printf("Op but no val1 set\n");
122 if (val1 && (op == 0)) {
126 if (val1
582 double val1, val2, res; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_exp2.c128 BIGNUM *val1[TABLE_SIZE], *val2[TABLE_SIZE]; local
153 val1[0] = BN_CTX_get(ctx);
155 if (!d || !r || !val1[0] || !val2[0])
171 * Build table for a1: val1[i] := a1^(2*i + 1) mod m for i = 0 .. 2^(window1-1)
174 if (!BN_mod(val1[0], a1, m, ctx))
176 a_mod_m = val1[0];
185 if (!BN_to_montgomery(val1[0], a_mod_m, mont, ctx))
188 if (!BN_mod_mul_montgomery(d, val1[0], val1[0], mont, ctx))
193 if (((val1[
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_strcmp.c32 const char* val1; member in struct:tab
81 memcpy(&buf1[a1], tab[t].val1,
82 strlen(tab[t].val1) + 1);
/freebsd-11-stable/lib/libc/rpc/
H A Dnetnamer.c80 char *val1, *val2; local
107 val1 = strchr(netname, '.');
108 if (val1 == NULL)
110 if (strncmp(netname, OPSYS, (val1-netname)))
112 val1++;
113 val2 = strchr(val1, '@');
116 vallen = val2 - val1;
119 (void) strncpy(val, val1, 1024);
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_swapcontext.c50 int val1, val2; variable
101 oself = (void *)&val1;
/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);
141 val1 >>= RT5350_CPU_CLKSEL_OFF1;
143 val1 &= RT5350_CPU_CLKSEL_MSK;
145 val1 |= (val2 << 1);
147 switch (val1) {
/freebsd-11-stable/sys/dev/ata/
H A Data-sata.c157 uint32_t val, val1; local
182 val1 = ATA_SC_SPD_SPEED_GEN1;
184 val1 = ATA_SC_SPD_SPEED_GEN2;
186 val1 = ATA_SC_SPD_SPEED_GEN3;
188 val1 = 0;
192 val1 | ATA_SC_IPM_DIS_PARTIAL | ATA_SC_IPM_DIS_SLUMBER))
203 ATA_SC_DET_IDLE | val1 | ((ch->pm_level > 0) ? 0 :
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_expr.c32 _dwarf_add_expr(Dwarf_P_Expr expr, Dwarf_Small opcode, Dwarf_Unsigned val1, argument
41 if (_dwarf_loc_expr_add_atom(dbg, NULL, NULL, opcode, val1, val2, &len,
54 ee->ee_loc.lr_number = val1;
149 dwarf_add_expr_gen(Dwarf_P_Expr expr, Dwarf_Small opcode, Dwarf_Unsigned val1, argument
158 if (_dwarf_add_expr(expr, opcode, val1, val2, error) == NULL)
H A Ddwarf_pro_frame.c179 dwarf_add_fde_inst(Dwarf_P_Fde fde, Dwarf_Small op, Dwarf_Unsigned val1, argument
189 ret = _dwarf_frame_fde_add_inst(fde, op, val1, val2, error);
/freebsd-11-stable/sys/dev/scc/
H A Dscc_dev_quicc.c92 uint16_t val0, val1; local
98 val1 = quicc_read2(bas, QUICC_REG_SCC_TODR(unit));
100 return (((val0 | val1) == 0x8000) ? 1 : 0);
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_hmc.h132 u32 val1, val2, val3; \
133 val1 = (u32)(I40E_HI_DWORD(pa)); \
140 wr32((hw), I40E_PFHMC_SDDATAHIGH, val1); \
/freebsd-11-stable/usr.sbin/bhyve/
H A Dps2mouse.c180 uint8_t val0, val1, val2; local
191 val1 = 255;
193 val1 = sc->delta_x;
198 val1 = 255;
200 val1 = sc->delta_x;
222 fifo_put(sc, val1);
/freebsd-11-stable/sys/amd64/pci/
H A Dpci_cfgreg.c258 uint32_t val1, val2; local
285 val1 = pcireg_cfgread(0, slot, 0, 0, 4);
286 if (val1 == 0xffffffff)
290 if (val2 != val1)
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-ccp.c654 ccp_lattice_meet (prop_value_t *val1, prop_value_t *val2) argument
656 if (val1->lattice_val == UNDEFINED)
659 *val1 = *val2;
667 else if (val1->lattice_val == UNKNOWN_VAL
674 val1->lattice_val = UNKNOWN_VAL;
675 val1->value = NULL_TREE;
676 val1->mem_ref = NULL_TREE;
678 else if (val1->lattice_val == VARYING
682 val1->lattice_val = VARYING;
683 val1
[all...]
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))
494 if (is_overflow_infinity (val1))
694 compare_values_warnv (tree val1, tree val2, bool *strict_overflow_p) argument
696 if (val1 == val2)
701 gcc_assert (POINTER_TYPE_P (TREE_TYPE (val1))
873 compare_values(tree val1, tree val2) argument
1467 vrp_int_const_binop(enum tree_code code, tree val1, tree val2) argument
[all...]
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_control.c629 u_long val1, val2; local
658 nparsed = sscanf(str, "%lu%c%[ \tadnorADNOR]%lu%c", &val1, &mult1,
668 if (setexpirecond(age, size, val1, mult1) != 0) {
678 if (setexpirecond(age, size, val1, mult1) != 0 ||
/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/atf/atf-c/detail/
H A Dmap_test.c125 char val1[] = "V1"; local
130 RE(atf_map_insert(&map, "K1", val1, false));
163 char val1[] = "V1"; local
168 RE(atf_map_insert(&map, "K1", val1, false));
/freebsd-11-stable/sys/arm/mv/
H A Dtimer.c443 uint32_t val, val1; local
452 val1 = ((uint32_t)sc->et.et_frequency * first) >> 32;
454 val1 = val;
458 mv_set_timer(0, val1);
/freebsd-11-stable/sys/i386/pci/
H A Dpci_cfgreg.c521 uint32_t val1, val2; local
588 val1 = pcireg_cfgread(0, slot, 0, 0, 4);
589 if (val1 == 0xffffffff)
593 if (val2 != val1)

Completed in 305 milliseconds

123