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

1 2 3 4 5 6 7 8 91011>>

  /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 in function:crypto_shorthash_siphashx24
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 in function:crypto_shorthash_siphash24
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 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/gpl2/dts/dist/arch/arm64/boot/dts/amazon/
Makefile 2 dtb-$(CONFIG_ARCH_ALPINE) += alpine-v2-evp.dtb
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3399-op1-opp.dtsi 8 compatible = "operating-points-v2";
43 compatible = "operating-points-v2";
86 compatible = "operating-points-v2";
116 operating-points-v2 = <&cluster0_opp>;
120 operating-points-v2 = <&cluster0_opp>;
124 operating-points-v2 = <&cluster0_opp>;
128 operating-points-v2 = <&cluster0_opp>;
132 operating-points-v2 = <&cluster1_opp>;
136 operating-points-v2 = <&cluster1_opp>;
140 operating-points-v2 = <&gpu_opp_table>
    [all...]
rk3399-opp.dtsi 8 compatible = "operating-points-v2";
39 compatible = "operating-points-v2";
78 compatible = "operating-points-v2";
108 operating-points-v2 = <&cluster0_opp>;
112 operating-points-v2 = <&cluster0_opp>;
116 operating-points-v2 = <&cluster0_opp>;
120 operating-points-v2 = <&cluster0_opp>;
124 operating-points-v2 = <&cluster1_opp>;
128 operating-points-v2 = <&cluster1_opp>;
132 operating-points-v2 = <&gpu_opp_table>
    [all...]
rk3399-rockpro64-v2.dts 12 model = "Pine64 RockPro64 v2.0";
13 compatible = "pine64,rockpro64-v2.0", "pine64,rockpro64", "rockchip,rk3399";
rk3399-rockpro64.dts 12 model = "Pine64 RockPro64 v2.1";
13 compatible = "pine64,rockpro64-v2.1", "pine64,rockpro64", "rockchip,rk3399";
  /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 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/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/external/gpl2/dts/dist/arch/arm64/boot/dts/exynos/
exynos5433-bus.dtsi 14 operating-points-v2 = <&bus_g2d_400_opp_table>;
22 operating-points-v2 = <&bus_g2d_266_opp_table>;
30 operating-points-v2 = <&bus_gscl_opp_table>;
38 operating-points-v2 = <&bus_hevc_opp_table>;
46 operating-points-v2 = <&bus_g2d_400_opp_table>;
54 operating-points-v2 = <&bus_g2d_400_opp_table>;
62 operating-points-v2 = <&bus_g2d_400_opp_table>;
70 operating-points-v2 = <&bus_hevc_opp_table>;
78 operating-points-v2 = <&bus_hevc_opp_table>;
86 operating-points-v2 = <&bus_noc2_opp_table>
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-a64-cpu-opp.dtsi 8 compatible = "operating-points-v2";
62 operating-points-v2 = <&cpu0_opp_table>;
66 operating-points-v2 = <&cpu0_opp_table>;
70 operating-points-v2 = <&cpu0_opp_table>;
74 operating-points-v2 = <&cpu0_opp_table>;
sun50i-h5-cpu-opp.dtsi 6 compatible = "operating-points-v2";
66 operating-points-v2 = <&cpu_opp_table>;
70 operating-points-v2 = <&cpu_opp_table>;
74 operating-points-v2 = <&cpu_opp_table>;
78 operating-points-v2 = <&cpu_opp_table>;
  /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/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 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/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/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
meson-g12b-khadas-vim3.dtsi 52 operating-points-v2 = <&cpu_opp_table_0>;
59 operating-points-v2 = <&cpu_opp_table_0>;
66 operating-points-v2 = <&cpub_opp_table_1>;
73 operating-points-v2 = <&cpub_opp_table_1>;
80 operating-points-v2 = <&cpub_opp_table_1>;
87 operating-points-v2 = <&cpub_opp_table_1>;
  /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 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));

Completed in 19 milliseconds

1 2 3 4 5 6 7 8 91011>>