Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 801) sorted by relevance

12345678910>>...33

/rk3399_rockchip-uboot/lib/
H A Dsha1.c98 unsigned long temp, W[16], A, B, C, D, E; in sha1_process_one() local
131 C = ctx->state[2]; in sha1_process_one()
138 P (A, B, C, D, E, W[0]); in sha1_process_one()
139 P (E, A, B, C, D, W[1]); in sha1_process_one()
140 P (D, E, A, B, C, W[2]); in sha1_process_one()
141 P (C, D, E, A, B, W[3]); in sha1_process_one()
142 P (B, C, D, E, A, W[4]); in sha1_process_one()
143 P (A, B, C, D, E, W[5]); in sha1_process_one()
144 P (E, A, B, C, D, W[6]); in sha1_process_one()
145 P (D, E, A, B, C, W[7]); in sha1_process_one()
[all …]
H A Dsha256.c88 uint32_t A, B, C, D, E, F, G, H; in sha256_process_one() local
133 C = ctx->state[2]; in sha256_process_one()
140 P(A, B, C, D, E, F, G, H, W[0], 0x428A2F98); in sha256_process_one()
141 P(H, A, B, C, D, E, F, G, W[1], 0x71374491); in sha256_process_one()
142 P(G, H, A, B, C, D, E, F, W[2], 0xB5C0FBCF); in sha256_process_one()
143 P(F, G, H, A, B, C, D, E, W[3], 0xE9B5DBA5); in sha256_process_one()
144 P(E, F, G, H, A, B, C, D, W[4], 0x3956C25B); in sha256_process_one()
145 P(D, E, F, G, H, A, B, C, W[5], 0x59F111F1); in sha256_process_one()
146 P(C, D, E, F, G, H, A, B, W[6], 0x923F82A4); in sha256_process_one()
147 P(B, C, D, E, F, G, H, A, W[7], 0xAB1C5ED5); in sha256_process_one()
[all …]
H A Dsha512.c162 uint64_t A, B, C, D, E, F, G, H; in sha512_process() local
194 C = ctx->state[2]; in sha512_process()
203 P(A, B, C, D, E, F, G, H, W[i], K[i]); in sha512_process()
205 P(H, A, B, C, D, E, F, G, W[i], K[i]); in sha512_process()
207 P(G, H, A, B, C, D, E, F, W[i], K[i]); in sha512_process()
209 P(F, G, H, A, B, C, D, E, W[i], K[i]); in sha512_process()
211 P(E, F, G, H, A, B, C, D, W[i], K[i]); in sha512_process()
213 P(D, E, F, G, H, A, B, C, W[i], K[i]); in sha512_process()
215 P(C, D, E, F, G, H, A, B, W[i], K[i]); in sha512_process()
217 P(B, C, D, E, F, G, H, A, W[i], K[i]); in sha512_process()
[all …]
/rk3399_rockchip-uboot/tools/rockchip/
H A Dsha.c61 register uint32_t A, B, C, D, E; in SHA1_Transform() local
66 C = ctx->state[2]; in SHA1_Transform()
70 #define SHA_F1(A, B, C, D, E, t) \ in SHA1_Transform() argument
71 E += ror27(A) + (W[t] = bswap_32(ctx->buf.w[t])) + (D ^ (B & (C ^ D))) + \ in SHA1_Transform()
76 SHA_F1(A, B, C, D, E, t + 0); in SHA1_Transform()
77 SHA_F1(E, A, B, C, D, t + 1); in SHA1_Transform()
78 SHA_F1(D, E, A, B, C, t + 2); in SHA1_Transform()
79 SHA_F1(C, D, E, A, B, t + 3); in SHA1_Transform()
80 SHA_F1(B, C, D, E, A, t + 4); in SHA1_Transform()
82 SHA_F1(A, B, C, D, E, t + 0); /* 16th one, t == 15 */ in SHA1_Transform()
[all …]
H A Dresource_tool.c64 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local
97 C = ctx->state[2]; in sha1_process()
104 P (A, B, C, D, E, W[0]); in sha1_process()
105 P (E, A, B, C, D, W[1]); in sha1_process()
106 P (D, E, A, B, C, W[2]); in sha1_process()
107 P (C, D, E, A, B, W[3]); in sha1_process()
108 P (B, C, D, E, A, W[4]); in sha1_process()
109 P (A, B, C, D, E, W[5]); in sha1_process()
110 P (E, A, B, C, D, W[6]); in sha1_process()
111 P (D, E, A, B, C, W[7]); in sha1_process()
[all …]
/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A DKconfig10 tristate "USB Type-C Port Controller Manager"
13 The Type-C Port Controller Manager provides a USB PD and USB Type-C
14 state machine for use with Type-C Port Controllers.
17 tristate "Type-C Port Controller Interface driver"
20 Type-C Port Controller driver for TCPCI-compliant controller.
25 tristate "Hynetek HUSB311 Type-C chip driver"
28 Hynetek HUSB311 Type-C chip driver that works with
29 Type-C Port Controller Manager to provide USB PD and USB
30 Type-C functionalities.
35 tristate "Fairchild FUSB302 Type-C chip driver"
[all …]
/rk3399_rockchip-uboot/lib/lzma/
H A Dhistory.txt30 - Some changes in ANSI-C 7z Decoder interfaces.
51 - The bug in ANSI-C LZMA Decoder was fixed:
54 - Some changes in ANSI-C 7z Decoder interfaces.
72 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
73 - ANSI-C LZMA Encoder was included to LZMA SDK.
74 - C++ LZMA code now is just wrapper over ANSI-C code.
80 - Small changes for more compatibility with some C/C++ compilers.
85 - .7z ANSI-C Decoder:
89 - C++ code for .7z archives compressing/decompressing from 7-zip
95 - Small changes for more compatibility with some C/C++ compilers.
[all …]
H A Dlzma.txt33 - ANSI-C/C++/C#/Java source code for LZMA compressing and decompressing
39 To compile C++ version of file->file LZMA encoding, go to directory
53 7zC.txt - 7z ANSI-C Decoder description
63 C/ - C files
81 7z - 7z ANSI-C Decoder
85 Common - common files for C++ projects
97 7z - 7z C++ Encoder/Decoder
114 CS/ - C# files
131 C/C++ source code of LZMA SDK is part of 7-Zip project.
275 You can find C source code of such filters in C/Bra*.* files
[all …]
/rk3399_rockchip-uboot/arch/x86/include/asm/fsp/
H A Dfsp_types.h47 #define SIGNATURE_32(A, B, C, D) \ argument
48 (SIGNATURE_16(A, B) | (SIGNATURE_16(C, D) << 16))
68 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
69 (SIGNATURE_32(A, B, C, D) | ((u64)(SIGNATURE_32(E, F, G, H)) << 32))
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/acpi/
H A Dirqroute.h18 PCI_DEV_PIRQ_ROUTE(SIO1_DEV, A, B, C, D), \
21 PCI_DEV_PIRQ_ROUTE(PCIE_DEV, A, B, C, D), \
23 PCI_DEV_PIRQ_ROUTE(SIO2_DEV, A, B, C, D), \
24 PCI_DEV_PIRQ_ROUTE(PCU_DEV, A, B, C, D)
27 PCIE_BRIDGE_DEV(RP, PCIE_DEV, A, B, C, D)
/rk3399_rockchip-uboot/arch/arm/mach-snapdragon/
H A DKconfig10 bool "96Boards Dragonboard 410C"
12 Support for 96Boards Dragonboard 410C. This board complies with
14 - Qualcomm Snapdragon 410C SoC - APQ8016 (4xCortex A53, Adreno 306)
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dstm32mp157-pinctrl.dtsi3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved
173 <STM32_PINMUX('C', 2, AF11)>, /* ETH_RGMII_TXD2 */
177 <STM32_PINMUX('C', 1, AF11)>; /* ETH_MDC */
183 pinmux = <STM32_PINMUX('C', 4, AF11)>, /* ETH_RGMII_RXD0 */
184 <STM32_PINMUX('C', 5, AF11)>, /* ETH_RGMII_RXD1 */
199 <STM32_PINMUX('C', 2, ANALOG)>, /* ETH_RGMII_TXD2 */
203 <STM32_PINMUX('C', 1, ANALOG)>, /* ETH_MDC */
204 <STM32_PINMUX('C', 4, ANALOG)>, /* ETH_RGMII_RXD0 */
205 <STM32_PINMUX('C', 5, ANALOG)>, /* ETH_RGMII_RXD1 */
321 pinmux = <STM32_PINMUX('C', 0, AF10)>; /* QSPI_BK2_NCS */
[all …]
H A Dtegra124-nyan-big-u-boot.dtsi2 * Copyright (C) 2016 Google, Inc
21 ec-interrupt = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>;
/rk3399_rockchip-uboot/arch/sh/cpu/
H A Du-boot.lds2 * Copyright (C) 2016 Vladimir Zapolskiy <vz@mleia.com>
3 * Copyright (C) 2008-2009 Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4 * Copyright (C) 2008 Mark Jonas <mark.jonas@de.bosch.com>
5 * Copyright (C) 2007 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/spear/
H A Du-boot-spl.lds2 * Copyright (C) 2015 Stefan Roese <sr@denx.de>
4 * Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
10 * (C) Copyright 2002
/rk3399_rockchip-uboot/arch/arm/mach-at91/armv7/
H A Du-boot-spl.lds2 * (C) Copyright 2002
5 * (C) Copyright 2010
9 * (C) 2013 Atmel Corporation
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/
H A Du-boot-spl.lds2 * (C) Copyright 2012
8 * (C) Copyright 2002
11 * (C) Copyright 2010
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/acpi/
H A Dirqroute.h12 PCI_DEV_PIRQ_ROUTE(QUARK_DEV_23, A, B, C, D)
15 PCIE_BRIDGE_DEV(RP, QUARK_DEV_23, A, B, C, D)
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/orion5x/
H A Du-boot-spl.lds2 * (C) Copyright 2014 Albert ARIBAUD <albert.u.boot@aribaud.net>
11 * (C) Copyright 2002
14 * (C) Copyright 2010
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/
H A Dirqroute.asl2 * Copyright (C) 2007-2009 coresystems GmbH
3 * Copyright (C) 2013 Google Inc.
4 * Copyright (C) 2016 Bin Meng <bmeng.cn@gmail.com>
/rk3399_rockchip-uboot/arch/x86/dts/
H A Ddfi-bt700-q7x-151.dts2 * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
3 * Copyright (C) 2016 Stefan Roese <sr@denx.de>
H A Dtheadorable-x86-dfi-bt700.dts2 * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
3 * Copyright (C) 2016 Stefan Roese <sr@denx.de>
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Du-boot-spl.lds2 * (C) Copyright 2013
5 * (C) Copyright 2002
8 * (C) Copyright 2010
/rk3399_rockchip-uboot/arch/arm/lib/
H A Duldivmod.S80 @ C = 1 << (clz B - clz A)
90 @ C: current bit; D: result
92 @ C: current bit; D: result
106 @ C <<= 4
120 @ C <<= 1
134 @ D |= C
141 @ C >>= 1
144 @ if C == 0: break
191 @ Mov back C to R
231 @ Move C to R
/rk3399_rockchip-uboot/scripts/
H A Dcheck-config.sh27 export LC_ALL=C
28 export LC_COLLATE=C

12345678910>>...33