| /rk3399_rockchip-uboot/lib/ |
| H A D | md5.c | 168 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument 169 #define F2(x, y, z) F1(z, x, y) argument 170 #define F3(x, y, z) (x ^ y ^ z) argument 171 #define F4(x, y, z) (y ^ (x | ~z)) argument 174 #define MD5STEP(f, w, x, y, z, data, s) \ argument
|
| H A D | sha1.c | 135 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process_one() argument 162 #define F(x,y,z) (x ^ y ^ z) in sha1_process_one() argument 189 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process_one() argument 216 #define F(x,y,z) (x ^ y ^ z) in sha1_process_one() argument
|
| H A D | sha512.c | 173 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha512_process() argument 174 #define F1(x,y,z) (z ^ (x & (y ^ z))) in sha512_process() argument
|
| H A D | sha256.c | 116 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha256_process_one() argument 117 #define F1(x,y,z) (z ^ (x & (y ^ z))) in sha256_process_one() argument
|
| H A D | bch.c | 836 const struct gf_poly *f, struct gf_poly *z, in compute_trace_bk_mod() 884 struct gf_poly *z = bch->poly_2t[3]; in factor_polynomial() local
|
| /rk3399_rockchip-uboot/post/lib_powerpc/fpu/ |
| H A D | darwin-ldouble.c | 53 double z, q, zz, xh; in __gcc_qadd() local 92 longDblUnion z; in __gcc_qmul() local
|
| /rk3399_rockchip-uboot/fs/zfs/ |
| H A D | zfs_sha256.c | 50 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument 51 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) argument
|
| /rk3399_rockchip-uboot/lib/bzip2/ |
| H A D | bzlib_huffman.c | 74 #define UPHEAP(z) \ argument 85 #define DOWNHEAP(z) \ argument
|
| H A D | bzlib_decompress.c | 473 Int32 z = pp+nn; in BZ2_decompress() local
|
| /rk3399_rockchip-uboot/arch/arm/mach-keystone/include/mach/ |
| H A D | psc_defs.h | 37 static inline u32 boot_read_bitfield(u32 z, u32 x, u32 y) in boot_read_bitfield() 43 static inline u32 boot_set_bitfield(u32 z, u32 f, u32 x, u32 y) in boot_set_bitfield()
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_sha512.c | 44 #define CH(x, y, z) ((x & y) ^ (~x & z)) argument 45 #define MAJ(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) argument
|
| H A D | avb_sha256.c | 61 #define CH(x, y, z) ((x & y) ^ (~x & z)) argument 62 #define MAJ(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) argument
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | resource_tool.c | 101 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process() argument 128 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument 155 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process() argument 182 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument 366 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha256_process() argument 367 #define F1(x,y,z) (z ^ (x & (y ^ z))) in sha256_process() argument
|
| H A D | sha2.c | 213 #define ch(x, y, z) (((x) & (y)) ^ (~(x) & (z))) argument 214 #define maj(x, y, z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | kernel.h | 169 #define min3(x, y, z) min((typeof(x))min(x, y), z) argument 170 #define max3(x, y, z) max((typeof(x))max(x, y), z) argument
|
| /rk3399_rockchip-uboot/board/siemens/common/ |
| H A D | factoryset.c | 96 int z; in get_factory_record_val() local
|
| /rk3399_rockchip-uboot/include/jffs2/ |
| H A D | load_kernel.h | 64 #define led_blink(x, y, z, a) argument
|
| /rk3399_rockchip-uboot/drivers/soc/keystone/ |
| H A D | keystone_serdes.c | 30 #define SERDES_LANE_EN_VAL(x, y, z) (x[y] | (z << 26) | (z << 10)) argument
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | jffs2.c | 139 #define cramfs_load(x,y,z) (-1) argument
|
| /rk3399_rockchip-uboot/drivers/ddr/fsl/ |
| H A D | interactive.c | 1224 #define PRINT_NXS(x, y, z...) printf("%-3d : %02x " z "\n", x, (u8)y); in ddr3_spd_dump() argument 1417 #define PRINT_NXS(x, y, z...) printf("%-3d : %02x " z "\n", x, (u8)y); in ddr4_spd_dump() argument
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | stb_truetype.h | 1678 stbtt__active_edge *z = (stbtt__active_edge *) stbtt__hheap_alloc(hh, sizeof(*z), userdata); in stbtt__new_active() local 1699 stbtt__active_edge *z = (stbtt__active_edge *) stbtt__hheap_alloc(hh, sizeof(*z), userdata); in stbtt__new_active() local 1790 stbtt__active_edge * z = *step; in stbtt__rasterize_sorted_edges() local 1824 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y, userdata); in stbtt__rasterize_sorted_edges() local 2094 stbtt__active_edge * z = *step; in stbtt__rasterize_sorted_edges() local 2108 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y_top, userdata); in stbtt__rasterize_sorted_edges() local 2137 stbtt__active_edge *z = *step; in stbtt__rasterize_sorted_edges() local 2189 int z; in stbtt__sort_edges_quicksort() local
|
| /rk3399_rockchip-uboot/common/ |
| H A D | lrz.c | 205 #define error(x,y,z,a) argument
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_display.c | 1383 size_t z = (row * bmp->width + col) * BYTES_PER_PIXEL; in bmp_copy() local
|