HomeSort by: relevance | last modified time | path
    Searched refs:v2 (Results 1 - 25 of 135) sorted by relevancy

1 2 3 4 5 6

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_shorthash/siphash24/ref/
shorthash_siphash_ref.h 12 v2 += v3; \
14 v3 ^= v2; \
18 v2 += v1; \
20 v1 ^= v2; \
21 v2 = ROTL64(v2, 32); \
shorthash_siphashx24_ref.c 11 uint64_t v2 = 0x6c7967656e657261ULL; local
22 v2 ^= k0;
55 v2 ^= 0xee;
60 b = v0 ^ v1 ^ v2 ^ v3;
67 b = v0 ^ v1 ^ v2 ^ v3;
shorthash_siphash24_ref.c 12 uint64_t v2 = 0x6c7967656e657261ULL; local
23 v2 ^= k0;
56 v2 ^= 0xff;
61 b = v0 ^ v1 ^ v2 ^ v3;
  /src/tests/libexec/ld.elf_so/data/
Makefile 9 FILES+= symver-output-ref-stderr.v0-v2
12 FILES+= symver-output-ref-stderr.v1-v2
13 FILES+= symver-output-ref-stderr.v2-v0
14 FILES+= symver-output-ref-stderr.v2-v1
15 FILES+= symver-output-ref-stderr.v2-v2
18 FILES+= symver-output-ref-stdout.v0-v2
21 FILES+= symver-output-ref-stdout.v1-v2
22 FILES+= symver-output-ref-stdout.v2-v0
23 FILES+= symver-output-ref-stdout.v2-v
    [all...]
  /src/sys/arch/vax/bi/
bi_nmi.c 64 volatile int *v, *v2; local
84 v2 = (int *)vax_map_physmem(sc->sc_addr, 1);
85 v2[10] = v2[10] | 0x48;
86 v2[8] = 0;
87 v2[9] = (avail_end + 0x3ffff) & (~0x3ffff);
88 v2[2] = v2[2];
89 v2[1] = v2[1] | BICSR_BROKE
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amazon/
Makefile 2 dtb-$(CONFIG_ARCH_ALPINE) += alpine-v2-evp.dtb
  /src/tests/lib/libc/misc/
t_vis.c 47 vis_d64 v1, v2, v3; local
52 v2 = vis_to_double(16, 8);
54 v3 = vis_fpadd32(v1, v2);
63 v2 = vis_to_double(4, 4);
64 v3 = vis_fpsub32(v3, v2);
89 double v1, v2, v3; local
92 memcpy(&v2, testbytes2, sizeof(v2));
94 v3 = vis_fand(v1, v2);
102 v3 = vis_for(v1, v2);
123 vis_d64 v1, v2, v3; local
146 vis_d64 v1, v2, v3; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/src/
dmub_reg.h 67 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \
70 FN(reg, f2), v2)
72 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \
75 FN(reg, f2), v2, \
78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \
81 FN(reg, f2), v2, \
94 #define REG_UPDATE_2(reg, f1, v1, f2, v2) \
97 FN(reg, f2), v2)
99 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \
102 FN(reg, f2), v2, \
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_verify/sodium/
verify.c 39 volatile __m128i v1, v2, z; local
48 v2 = _mm_loadu_si128((const __m128i *) &y[0]);
49 z = _mm_xor_si128(v1, v2);
52 v2 = _mm_loadu_si128((const __m128i *) &y[i]);
53 z = _mm_or_si128(z, _mm_xor_si128(v1, v2));
56 v1 = zero; v2 = zero; z = zero;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calc_math.h 39 float dcn_bw_max3(float v1, float v2, float v3);
40 float dcn_bw_max5(float v1, float v2, float v3, float v4, float v5);
reg_helper.h 69 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \
72 FN(reg, f2), v2)
74 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \
77 FN(reg, f2), v2,\
80 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \
83 FN(reg, f2), v2,\
87 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \
91 FN(reg, f2), v2,\
96 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \
100 FN(reg, f2), v2,\
    [all...]
  /src/sys/lib/libsa/
bootcfg.c 108 char *next, *key, *value, *v2; local
204 for (v2 = value; *v2 && *v2 != ':'; v2++)
206 if (*v2) {
207 *v2++ = 0;
208 bootcfg_info.command[cmenu] = v2;
210 bootcfg_info.desc[cmenu] = v2;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_math.c 101 float dcn_bw_max3(float v1, float v2, float v3)
103 return v3 > dcn_bw_max2(v1, v2) ? v3 : dcn_bw_max2(v1, v2);
106 float dcn_bw_max5(float v1, float v2, float v3, float v4, float v5)
108 return dcn_bw_max3(v1, v2, v3) > dcn_bw_max2(v4, v5) ? dcn_bw_max3(v1, v2, v3) : dcn_bw_max2(v4, v5);
  /src/sys/arch/x86/isa/
clock.c 231 int v1, v2, v3; local
240 v2 = inb(IO_TIMER1+TIMER_CNTR0);
241 v2 |= inb(IO_TIMER1+TIMER_CNTR0) << 8;
253 ticks[4] = v2;
258 if (v1 >= v2 && v2 >= v3 && v1 - v3 < 0x200)
259 return (v2);
268 * sort v1 v2 v3
270 if (v1 < v2)
271 _swap_val(v1, v2);
    [all...]
  /src/sys/external/bsd/drm2/include/linux/
uuid.h 39 #define GUID_INIT(x, y, z, v0, v1, v2, v3, v4, v5, v6, v7) ((guid_t) \
52 [10] = (v2), \
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_termination.cc 71 u64 v1, u64 v2) {
79 CheckFailedCallback(file, line, cond, v1, v2);
82 v1, v2);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
blamka-round-ref.h 27 #define BLAKE2_ROUND_NOMSG(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, \
32 G(v2, v6, v10, v14); \
36 G(v2, v7, v8, v13); \
  /src/sys/arch/arm/imx/
imxsnvs.c 73 uint32_t v1, v2; local
88 v2 = SNVS_READ(sc, SNVS_HPVIDR2);
94 __SHIFTOUT(v2, SNVS_HPVIDR2_IP_ERA),
95 __SHIFTOUT(v2, SNVS_HPVIDR2_INTG_OPT),
96 __SHIFTOUT(v2, SNVS_HPVIDR2_ECO_REV),
97 __SHIFTOUT(v2, SNVS_HPVIDR2_CONFIG_OPT));
  /src/tests/kernel/kqueue/
t_scan.c 84 void *v1, *v2; local
102 ATF_REQUIRE(pthread_join(t2, &v2) == 0);
103 r2 = (intptr_t)v2;
  /src/sys/crypto/aes/arch/arm/
aes_armv8_64.S 175 ld1 {v2.8b}, [x1] /* d2 := master key[128:192) */
190 * v2.4s = (rklo[0], rklo[1], xxx, xxx)
197 mov v3.16b, v2.16b
235 * At this point, rk is split across v2.4s = (rk[0],rk[1],...)
238 * nrk[3], which requires rklo[0] and rklo[1] in v2.4s =
250 ext v6.16b, v0.16b, v2.16b, #8
251 ext v7.16b, v0.16b, v2.16b, #4
258 * Recall v2.4s = (rk[0], rk[1], xxx, xxx)
260 * v2.4s := (rk[0], rk[1], rk[2], rk[3])
262 mov v2.d[1], v5.d[0
    [all...]
  /src/tests/usr.bin/netpgpverify/
Makefile 60 FILES+= data/message.v2.asc
61 FILES+= data/message.v2.asc.expected
62 FILES+= data/message.v2.sig
63 FILES+= data/message.v2.sig.expected
  /src/sys/dev/ic/
spic.c 116 u_int8_t v2; local
121 v2 = INB(sc, SPIC_PORT1);
122 return v2;
142 u_int8_t v1, v2; local
146 v2 = INB(sc, SPIC_PORT2);
149 if (v2 == 0x30) {
169 if (v2 == 0x20) {
210 printf("spic0: v1=0x%02x v2=0x%02x\n", v1, v2);
222 printf("spic: but=0x%x dz=%d v1=0x%02x v2=0x%02x\n"
    [all...]
  /src/sys/net/
net_stats.c 53 netstat_convert_to_user_cb(void *v1, void *v2, struct cpu_info *ci)
56 netstat_sysctl_context *ctx = v2;
  /src/sys/dev/pci/
viaenv.c 219 uint8_t v, v2; local
237 v2 = bus_space_read_1(sc->sc_iot, sc->sc_ioh, VIAENV_TSENS1);
238 DPRINTF(("TSENS1 = %d\n", (v2 << 2) | (v >> 6)));
239 edata->value_cur = val_to_uK((v2 << 2) | (v >> 6));
243 v2 = bus_space_read_1(sc->sc_iot, sc->sc_ioh, VIAENV_TSENS2);
244 DPRINTF(("TSENS2 = %d\n", (v2 << 2) | ((v >> 4) & 0x3)));
245 edata->value_cur = val_to_uK((v2 << 2) | ((v >> 4) & 0x3));
249 v2 = bus_space_read_1(sc->sc_iot, sc->sc_ioh, VIAENV_TSENS3);
250 DPRINTF(("TSENS3 = %d\n", (v2 << 2) | (v >> 6)));
251 edata->value_cur = val_to_uK((v2 << 2) | (v >> 6))
    [all...]
  /src/usr.sbin/gspa/gspa/
gsp_eval.c 117 int32_t v1, v2; local
138 v2 = eval_subtree(e->e_right, &l2);
141 return eval_op(e->e_op, v1, v2);

Completed in 614 milliseconds

1 2 3 4 5 6