Home
last modified time | relevance | path

Searched defs:z (Results 1 – 23 of 23) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dmd5.c168 #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 Dsha1.c135 #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 Dsha512.c173 #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 Dsha256.c116 #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 Dbch.c836 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 Ddarwin-ldouble.c53 double z, q, zz, xh; in __gcc_qadd() local
92 longDblUnion z; in __gcc_qmul() local
/rk3399_rockchip-uboot/fs/zfs/
H A Dzfs_sha256.c50 #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 Dbzlib_huffman.c74 #define UPHEAP(z) \ argument
85 #define DOWNHEAP(z) \ argument
H A Dbzlib_decompress.c473 Int32 z = pp+nn; in BZ2_decompress() local
/rk3399_rockchip-uboot/arch/arm/mach-keystone/include/mach/
H A Dpsc_defs.h37 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 Davb_sha512.c44 #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 Davb_sha256.c61 #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 Dresource_tool.c101 #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 Dsha2.c213 #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 Dkernel.h169 #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 Dfactoryset.c96 int z; in get_factory_record_val() local
/rk3399_rockchip-uboot/include/jffs2/
H A Dload_kernel.h64 #define led_blink(x, y, z, a) argument
/rk3399_rockchip-uboot/drivers/soc/keystone/
H A Dkeystone_serdes.c30 #define SERDES_LANE_EN_VAL(x, y, z) (x[y] | (z << 26) | (z << 10)) argument
/rk3399_rockchip-uboot/cmd/
H A Djffs2.c139 #define cramfs_load(x,y,z) (-1) argument
/rk3399_rockchip-uboot/drivers/ddr/fsl/
H A Dinteractive.c1224 #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 Dstb_truetype.h1678 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 Dlrz.c205 #define error(x,y,z,a) argument
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_display.c1383 size_t z = (row * bmp->width + col) * BYTES_PER_PIXEL; in bmp_copy() local