Searched refs:F0 (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rv1108-evb.dts | 119 39 00 06 F0 55 AA 52 08 00 127 39 00 06 F0 55 AA 52 08 01 137 39 00 06 F0 55 AA 52 08 02
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | sha512.c | 173 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha512_process() macro 179 temp2 = S2(a) + F0(a,b,c); \ in sha512_process()
|
| H A D | sha256.c | 116 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha256_process_one() macro 127 temp2 = S2(a) + F0(a,b,c); \ in sha256_process_one()
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | resource_tool.c | 366 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha256_process() macro 377 temp2 = S2(a) + F0(a,b,c); \ in sha256_process() 468 #undef F0
|