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

12

/freebsd-10-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-10-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.c561 struct value *val1, *val2;
570 val2 = value_from_longest (unsigned_address_type (), second);
630 result = value_as_long (value_binop (val1, val2, binop));
560 struct value *val1, *val2; local
/freebsd-10-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-10-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-10-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-10-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-10-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-10-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-10-stable/contrib/llvm/include/llvm/Support/
H A DFormat.h101 format_object2(const char *fmt, const T1 &val1, const T2 &val2) argument
102 : format_object_base(fmt), Val1(val1), Val2(val2) {
120 format_object3(const char *fmt, const T1 &val1, const T2 &val2,const T3 &val3) argument
121 : format_object_base(fmt), Val1(val1), Val2(val2), Val3(val3) {
140 format_object4(const char *fmt, const T1 &val1, const T2 &val2, argument
142 : format_object_base(fmt), Val1(val1), Val2(val2), Val3(val3), Val4(val4) {
162 format_object5(const char *fmt, const T1 &val1, const T2 &val2, argument
164 : format_object_base(fmt), Val1(val1), Val2(val2), Val3(val3), Val4(val4),
/freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_swapcontext.c50 int val1, val2; variable
111 nself = (void *)&val2;
/freebsd-10-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-10-stable/sys/amd64/pci/
H A Dpci_cfgreg.c259 uint32_t val1, val2; local
290 val2 = pciereg_cfgread(0, slot, 0, 0, 4);
291 if (val2 != val1)
/freebsd-10-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-10-stable/sys/contrib/ia64/libuwx/src/
H A Duwx_trace.h138 #define TRACE_I_DECODE_PROLOGUE_1LL(name, b0, val1, val2) \
141 (b0), (int)(val1), (int)(val2), (name));
186 #define TRACE_I_DECODE_BODY_1LL(name, b0, val1, val2) \
189 (b0), (int)(val1), (int)(val2), (name));
342 #define TRACE_I_DECODE_PROLOGUE_1LL(name, b0, val1, val2)
/freebsd-10-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-10-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-10-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-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_qos.c368 unsigned val1, val2; local
371 p += parse_one_unsigned(p, ',', &val2);
372 *raw = (val1 << 4) | (val2 & 0xf);
/freebsd-10-stable/sys/i386/pci/
H A Dpci_cfgreg.c532 uint32_t val1, val2; local
603 val2 = pciereg_cfgread(0, slot, 0, 0, 4);
604 if (val2 != val1)
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Ddarwin-fallback.c106 int32_t val2 = gprs[ins >> 16 & 0x1F]; local
110 if (val1 == val2)
/freebsd-10-stable/usr.bin/sort/
H A Dcoll.c1276 int val1, val2; local
1279 val1 = val2 = 0;
1305 val2 = kv2->hint->v.Mh.m;
1312 val2 = bws_month_score(kv2->k);
1314 if (val1 == val2) {
1317 if (val1 < val2)

Completed in 395 milliseconds

12