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

1 2 3

  /src/sys/arch/vax/bi/
bi_nmi.c 64 volatile int *v, *v2; local in function:bi_nmi_attach
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/isc/libsodium/dist/src/libsodium/crypto_shorthash/siphash24/ref/
shorthash_siphash24_ref.c 12 uint64_t v2 = 0x6c7967656e657261ULL; local in function:crypto_shorthash_siphash24
23 v2 ^= k0;
56 v2 ^= 0xff;
61 b = v0 ^ v1 ^ v2 ^ v3;
shorthash_siphashx24_ref.c 11 uint64_t v2 = 0x6c7967656e657261ULL; local in function:crypto_shorthash_siphashx24
22 v2 ^= k0;
55 v2 ^= 0xee;
60 b = v0 ^ v1 ^ v2 ^ v3;
67 b = v0 ^ v1 ^ v2 ^ v3;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_verify/sodium/
verify.c 39 volatile __m128i v1, v2, z; local in function:crypto_verify_n
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/usr.sbin/gspa/gspa/
gsp_eval.c 120 int32_t v1, v2; local in function:eval_subtree
141 v2 = eval_subtree(e->e_right, &l2);
144 return eval_op(e->e_op, v1, v2);
  /src/tests/kernel/kqueue/
t_scan.c 84 void *v1, *v2; local in function:ATF_TC_BODY
102 ATF_REQUIRE(pthread_join(t2, &v2) == 0);
103 r2 = (intptr_t)v2;
  /src/usr.bin/nbperf/
nbperf-chm.c 88 uint32_t e_idx, v0, v1, v2, g; local in function:assign_nodes
96 v2 = e->vertices[2];
100 v2 = e->vertices[2];
104 v2 = e->vertices[1];
106 g = e_idx - state->g[v1] - state->g[v2];
115 state->visited[v2] = 1;
  /src/sys/dev/isapnp/
isapnpdebug.c 244 u_char v0, v1, v2, v3; local in function:isapnp_get_config
332 v2 = isapnp_read_reg(sc,
336 r->base = (v0 << 24) | (v1 << 16) | (v2 << 8) | v3;
344 v2 = isapnp_read_reg(sc,
348 r->length = (v0 << 24) | (v1 << 16) | (v2 << 8) | v3;
  /src/sys/rump/librump/rumpvfs/
devnodes.c 180 int v1, v2; local in function:rump_vfs_builddevs
209 for (v2 = 0;
210 v2 < dc->d_vectdim[1]; v2++) {
213 v1 * dc->d_vectdim[1] + v2,
214 dc->d_name, v1, v2);
  /src/tests/fs/vfs/
t_io.c 203 int v2; local in function:wrrd_after_unlink
218 RL(rump_sys_pread(fd, &v2, sizeof(v2), 654321));
221 ATF_REQUIRE_EQ(value, v2);
  /src/sys/lib/libsa/
bootcfg.c 108 char *next, *key, *value, *v2; local in function:perform_bootcfg
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/arch/arm/imx/
imxsnvs.c 73 uint32_t v1, v2; local in function:imxsnvs_attach_common
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/common/lib/libc/quad/
qdivrem.c 79 digit v1, v2; local in function:__qdivrem
187 v2 = v[2]; /* for D3 */
211 while (v2 * qhat > COMBINE(rhat, uj2)) {
  /src/sys/dev/ic/
spic.c 116 u_int8_t v2; local in function:spic_call1
121 v2 = INB(sc, SPIC_PORT1);
122 return v2;
142 u_int8_t v1, v2; local in function:spic_intr
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/crypto/blake2/
blake2s.c 94 uint32_t v0,v1,v2,v3,v4,v5,v6,v7,v8,v9,v10,v11,v12,v13,v14,v15; local in function:blake2s_compress
101 v2 = h[2];
131 BLAKE2S_G(v2, v6, v10, v14, m[sigma[ 4]], m[sigma[ 5]]);
135 BLAKE2S_G(v2, v7, v8, v13, m[sigma[12]], m[sigma[13]]);
142 h[2] ^= v2 ^ v10;
  /src/sys/dev/i2c/
sht4x.c 764 uint64_t v2; local in function:sht4x_refresh
775 v2 = 175;
782 v2 = 125;
810 q = ((v2 * (svalue / d1)) + v1) / div1;
  /src/sys/dev/pci/
viaenv.c 219 uint8_t v, v2; local in function:viaenv_refresh_sensor_data
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/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios_crtc.c 243 ENABLE_SPREAD_SPECTRUM_ON_PPLL_V2 v2; member in union:atom_enable_ss
467 PIXEL_CLOCK_PARAMETERS_V2 v2; member in union:set_pixel_clock
624 args.v2.usPixelClock = cpu_to_le16(clock / 10);
625 args.v2.usRefDiv = cpu_to_le16(ref_div);
626 args.v2.usFbDiv = cpu_to_le16(fb_div);
627 args.v2.ucFracFbDiv = frac_fb_div;
628 args.v2.ucPostDiv = post_div;
629 args.v2.ucPpll = pll_id;
630 args.v2.ucCRTC = crtc_id;
631 args.v2.ucRefDivSrc = 1
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_timing_generator_v.c 164 uint32_t v2 = 0; local in function:dce110_timing_generator_v_is_counter_moving
185 v2 = get_reg_field_value(
190 if (h1 == h2 && v1 == v2)
  /src/sys/arch/arm/arm32/
fault.c 957 uint16_t v2; member in union:badaddr_read::__anon749f6dd8010a
975 rv = badaddr_read_2(addr, &u.v2);
977 *(uint16_t *) rptr = u.v2;
  /src/sys/arch/x86/isa/
clock.c 231 int v1, v2, v3; local in function:gettick_broken_latch
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/bin/ksh/
c_test.c 372 long v1, v2; local in function:test_eval
375 || !evaluate(opnd2, &v2, KSH_RETURN_ERROR))
383 return v1 == v2;
385 return v1 != v2;
387 return v1 >= v2;
389 return v1 > v2;
391 return v1 <= v2;
393 return v1 < v2;
  /src/games/snake/snake/
snake.c 606 double v1, v2, vp, max; local in function:chase
613 v2 = absv[i];
615 vp = ((double) vp) / (v1 * v2);
  /src/lib/libm/src/
e_lgammaf_r.c 67 v2 = 2.1284897327e+00, /* 0x4008392d */ variable in typeref:typename:const float
202 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))));
  /src/usr.bin/calendar/
calendar.c 276 int v2; local in function:isnow
298 v2 = getfield(endp, &endp, &flags);
301 month = v2;
303 /* F_ISDAY set, v2 > 12, or no way to tell */
306 day = v2 ? v2 : 1;

Completed in 26 milliseconds

1 2 3