| /openbmc/u-boot/lib/ |
| H A D | sha256.c | 61 uint32_t W[64]; in sha256_process() local 64 GET_UINT32_BE(W[0], data, 0); in sha256_process() 65 GET_UINT32_BE(W[1], data, 4); in sha256_process() 66 GET_UINT32_BE(W[2], data, 8); in sha256_process() 67 GET_UINT32_BE(W[3], data, 12); in sha256_process() 68 GET_UINT32_BE(W[4], data, 16); in sha256_process() 69 GET_UINT32_BE(W[5], data, 20); in sha256_process() 70 GET_UINT32_BE(W[6], data, 24); in sha256_process() 71 GET_UINT32_BE(W[7], data, 28); in sha256_process() 72 GET_UINT32_BE(W[8], data, 32); in sha256_process() [all …]
|
| H A D | sha1.c | 70 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local 72 GET_UINT32_BE (W[0], data, 0); in sha1_process() 73 GET_UINT32_BE (W[1], data, 4); in sha1_process() 74 GET_UINT32_BE (W[2], data, 8); in sha1_process() 75 GET_UINT32_BE (W[3], data, 12); in sha1_process() 76 GET_UINT32_BE (W[4], data, 16); in sha1_process() 77 GET_UINT32_BE (W[5], data, 20); in sha1_process() 78 GET_UINT32_BE (W[6], data, 24); in sha1_process() 79 GET_UINT32_BE (W[7], data, 28); in sha1_process() 80 GET_UINT32_BE (W[8], data, 32); in sha1_process() [all …]
|
| H A D | sha512.c | 130 static inline void LOAD_OP(int I, uint64_t *W, const uint8_t *input) in LOAD_OP() argument 132 GET_UINT64_BE(W[I], input, I*8); in LOAD_OP() 135 static inline void BLEND_OP(int I, uint64_t *W) in BLEND_OP() argument 137 W[I & 15] += s1(W[(I-2) & 15]) + W[(I-7) & 15] + s0(W[(I-15) & 15]); in BLEND_OP() 146 uint64_t W[16]; in sha512_transform() local 160 LOAD_OP(i + j, W, input); in sha512_transform() 163 BLEND_OP(i + j, W); in sha512_transform() 168 t1 = h + e1(e) + Ch(e,f,g) + sha512_K[i ] + W[(i & 15)]; in sha512_transform() 170 t1 = g + e1(d) + Ch(d,e,f) + sha512_K[i+1] + W[(i & 15) + 1]; in sha512_transform() 172 t1 = f + e1(c) + Ch(c,d,e) + sha512_K[i+2] + W[(i & 15) + 2]; in sha512_transform() [all …]
|
| /openbmc/u-boot/fs/zfs/ |
| H A D | zfs_sha256.c | 79 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local 82 W[t] = (cp[0] << 24) | (cp[1] << 16) | (cp[2] << 8) | cp[3]; in SHA256Transform() 85 W[t] = sigma1(W[t - 2]) + W[t - 7] + in SHA256Transform() 86 sigma0(W[t - 15]) + W[t - 16]; in SHA256Transform() 92 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform()
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | decode-new.c.inc | 50 * vector operand like the operand type W). 65 * The main difference is that the V, U and W types are extended to 73 * the V/U/H/W types to P/N/P/Q if there is no prefix, as well as changing 96 * class 4 but do not ignore the VEX.W bit (which does not even exist 101 * they list the VEX.W requirements in the exception classes as well (except 107 * Intel AMD VEX.W note 127 * (§) 4H and 4H-1 do not mention VEX.W requirements, which are 448 X86_OP_ENTRY3(MOVDQ, V,x, None,None, W,x, vex1), /* movdqa */ 449 X86_OP_ENTRY3(MOVDQ, V,x, None,None, W,x, vex4_unal), /* movdqu */ 459 X86_OP_ENTRY3(PSHUFD, V,x, W,x, I,b, vex4 avx2_256), [all …]
|
| /openbmc/qemu/target/loongarch/tcg/ |
| H A D | vec_helper.c | 33 DO_ODD_EVEN(vhaddw_w_h, 32, W, H, DO_ADD) 34 DO_ODD_EVEN(vhaddw_d_w, 64, D, W, DO_ADD) 51 DO_ODD_EVEN(vhsubw_w_h, 32, W, H, DO_SUB) 52 DO_ODD_EVEN(vhsubw_d_w, 64, D, W, DO_SUB) 149 DO_EVEN(vaddwev_w_h, 32, W, H, DO_ADD) 150 DO_EVEN(vaddwev_d_w, 64, D, W, DO_ADD) 167 DO_ODD(vaddwod_w_h, 32, W, H, DO_ADD) 168 DO_ODD(vaddwod_d_w, 64, D, W, DO_ADD) 185 DO_EVEN(vsubwev_w_h, 32, W, H, DO_SUB) 186 DO_EVEN(vsubwev_d_w, 64, D, W, DO_SUB) [all …]
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | sun4i-a10-inet-3w.dts | 5 * Minimal dts file for the iNet 3W for u-boot only 12 model = "iNet 3W";
|
| /openbmc/u-boot/board/toradex/colibri-imx6ull/ |
| H A D | MAINTAINERS | 4 W: http://developer.toradex.com/software/linux/linux-software 5 W: https://www.toradex.com/community
|
| /openbmc/entity-manager/docs/ |
| H A D | address_size_detection_modes.md | 38 `| Start | SlaveAddr + W | 0x00 | 0x00 | STOP PROHIBITED HERE | Start | SlaveAddr + R | data byte |… 40 `| Start | SlaveAddr + W | 0x00 | 0x01 | STOP PROHIBITED HERE | Start | SlaveAddr + R | data byte |… 41 `| Start | SlaveAddr + W | 0x00 | 0x02 | STOP PROHIBITED HERE | Start | SlaveAddr + R | data byte |… 42 `| Start | SlaveAddr + W | 0x00 | 0x03 | STOP PROHIBITED HERE | Start | SlaveAddr + R | data byte |… 43 `| Start | SlaveAddr + W | 0x00 | 0x04 | STOP PROHIBITED HERE | Start | SlaveAddr + R | data byte |… 44 `| Start | SlaveAddr + W | 0x00 | 0x05 | STOP PROHIBITED HERE | Start | SlaveAddr + R | data byte |… 45 `| Start | SlaveAddr + W | 0x00 | 0x06 | STOP PROHIBITED HERE | Start | SlaveAddr + R | data byte |… 46 `| Start | SlaveAddr + W | 0x00 | 0x07 | STOP PROHIBITED HERE | Start | SlaveAddr + R | data byte |…
|
| /openbmc/qemu/target/i386/ |
| H A D | ops_sse.h | 29 #define W(n) MMX_W(n) macro 37 #define W(n) ZMM_W(n) macro 67 d->W(i) = FPSRL(s->W(i), shift); in glue() 82 d->W(i) = FPSLL(s->W(i), shift); in glue() 96 d->W(i) = FPSRAW(s->W(i), shift); in glue() 233 SSE_HELPER_2(name, W, 4 << SHIFT, F) 315 d->W(0) = FMULHRW(d->W(0), s->W(0)); in SSE_HELPER_W() 316 d->W(1) = FMULHRW(d->W(1), s->W(1)); in SSE_HELPER_W() 317 d->W(2) = FMULHRW(d->W(2), s->W(2)); in SSE_HELPER_W() 318 d->W(3) = FMULHRW(d->W(3), s->W(3)); in SSE_HELPER_W() [all …]
|
| /openbmc/qemu/target/loongarch/ |
| H A D | vec.h | 14 #define W(x) W[(x) ^ 3] macro 24 #define W(x) W[x] macro
|
| /openbmc/u-boot/board/toradex/colibri_imx7/ |
| H A D | MAINTAINERS | 4 W: http://developer.toradex.com/software/linux/linux-software 5 W: https://www.toradex.com/community
|
| /openbmc/openbmc/poky/scripts/contrib/bb-perf/ |
| H A D | bb-matrix-plot.sh | 34 -s W,H PNG and window size in pixels (default: $SIZE) 63 W="-w" 78 PLOT_BASENAME=${DATFILE%.*}-f$FIELD$W
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/ |
| H A D | libpcsc-perl_1.4.15.bb | 10 SRC_URI = "https://cpan.metacpan.org/authors/id/W/WH/WHOM/pcsc-perl-${PV}.tar.bz2" 13 UPSTREAM_CHECK_URI = "https://cpan.metacpan.org/authors/id/W/WH/WHOM/"
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | unified.h | 35 #define W(instr) instr.w 48 #define W(instr) instr
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/unionfs-fuse/files/ |
| H A D | 0001-support-cross-compiling.patch | 24 -SET(CMAKE_C_FLAGS "-pipe -W -Wall -D_FORTIFY_SOURCE=2") 25 +SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pipe -W -Wall -D_FORTIFY_SOURCE=2")
|
| /openbmc/webui-vue/src/views/Overview/ |
| H A D | OverviewPower.vue | 13 <dd v-else>{{ powerConsumptionValue }} W</dd> 18 <dd v-else>{{ powerCapValue }} W</dd>
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/ |
| H A D | 0001-make-Make-CC-weak-assignment.patch | 22 -CFLAGS = -g -O2 -Wall -W -Werror=format-security 24 +CFLAGS += -g -O2 -Wall -W -Werror=format-security
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | setuptools3.bbclass | 20 match = re.match(r"build-backend\s*=\s*\W([\w.]+)\W", line)
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | os_utilities.robot | 279 # | N/A 25C P0 35W / 300W | 931MiB / 16280MiB | 0% Default | 282 # | N/A 26C P0 40W / 300W | 1477MiB / 16280MiB | 0% Default | 285 # | N/A 25C P0 35W / 300W | 931MiB / 16280MiB | 0% Default | 288 # | N/A 44C P0 290W / 300W | 965MiB / 16280MiB | 0% Default | 314 # power.limit [W] 315 # 300.00 W 316 # 300.00 W 317 # 300.00 W 318 # 300.00 W 333 # power.draw [W] [all …]
|
| /openbmc/u-boot/doc/ |
| H A D | README.rmobile | 18 | R8A7791 M2-W | Renesas Electronics Koelsch | koelsch_defconfig 31 | R8A7796 M3-W | Renesas Electronics Salvator-X | r8a7796_salvator-x_defconfig 32 | R8A7796 M3-W | Renesas Electronics ULCB | r8a7796_ulcb
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | zlib-acknowledgement | 2 Copyright (c) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov 11 …Portions Copyright (c) 2002-2007 Charlie Poole or Copyright (c) 2002-2004 James W. Newkirk, Michae…
|
| /openbmc/u-boot/arch/arm/cpu/armv7m/ |
| H A D | start.S | 12 W(b) _main
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/ |
| H A D | Intelsat-11-43.0W | 1 # Intelsat 11 @ 43.0W
|
| H A D | SBS6-74w | 1 # SBS 6 @ 74W
|