| /u-boot/lib/ |
| 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
|
| A D | sha1.c | 109 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process_one() argument 136 #define F(x,y,z) (x ^ y ^ z) in sha1_process_one() argument 163 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process_one() argument 190 #define F(x,y,z) (x ^ y ^ z) in sha1_process_one() argument
|
| A D | sha256.c | 92 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha256_process_one() argument 93 #define F1(x,y,z) (z ^ (x & (y ^ z))) in sha256_process_one() argument
|
| A D | sha512.c | 53 static inline uint64_t Ch(uint64_t x, uint64_t y, uint64_t z) in Ch() 58 static inline uint64_t Maj(uint64_t x, uint64_t y, uint64_t z) in Maj()
|
| A D | bch.c | 845 const struct gf_poly *f, struct gf_poly *z, in compute_trace_bk_mod() 893 struct gf_poly *z = bch->poly_2t[3]; in factor_polynomial() local
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | octeontx_bch.h | 28 #define BCH_VQX_CTL(z) 0x0ull argument 29 #define BCH_VQX_CMD_BUF(z) 0x8ull argument 30 #define BCH_VQX_CMD_PTR(z) 0x20ull argument 31 #define BCH_VQX_DOORBELL(z) 0x800ull argument
|
| /u-boot/post/lib_powerpc/fpu/ |
| A D | darwin-ldouble.c | 52 double z, q, zz, xh; in __gcc_qadd() local 91 longDblUnion z; in __gcc_qmul() local
|
| /u-boot/fs/zfs/ |
| A D | zfs_sha256.c | 49 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument 50 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) argument
|
| /u-boot/lib/bzip2/ |
| A D | bzlib_huffman.c | 74 #define UPHEAP(z) \ argument 85 #define DOWNHEAP(z) \ argument
|
| A D | bzlib_decompress.c | 473 Int32 z = pp+nn; in BZ2_decompress() local
|
| /u-boot/arch/arm/mach-keystone/include/mach/ |
| A D | psc_defs.h | 36 static inline u32 boot_read_bitfield(u32 z, u32 x, u32 y) in boot_read_bitfield() 42 static inline u32 boot_set_bitfield(u32 z, u32 f, u32 x, u32 y) in boot_set_bitfield()
|
| /u-boot/lib/libavb/ |
| A D | avb_sha256.c | 16 #define CH(x, y, z) ((x & y) ^ (~x & z)) argument 17 #define MAJ(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) argument
|
| A D | avb_sha512.c | 16 #define CH(x, y, z) ((x & y) ^ (~x & z)) argument 17 #define MAJ(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) argument
|
| /u-boot/lib/rsa/ |
| A D | rsa-keyprop.c | 109 uint32_t z; in GT() local 462 static void br_i32_muladd_small(uint32_t *x, uint32_t z, const uint32_t *m) in br_i32_muladd_small()
|
| /u-boot/include/linux/ |
| A D | kernel.h | 193 #define min3(x, y, z) min((typeof(x))min(x, y), z) argument 194 #define max3(x, y, z) max((typeof(x))max(x, y), z) argument
|
| /u-boot/include/jffs2/ |
| A D | load_kernel.h | 62 #define led_blink(x, y, z, a) argument
|
| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-global-resources.h | 53 #define CVMX_GR_TAG_PCAM(x, y, z) \ argument
|
| /u-boot/board/siemens/common/ |
| A D | factoryset.c | 101 int z; in get_factory_record_val() local
|
| /u-boot/drivers/ram/stm32mp1/ |
| A D | stm32mp1_ram.c | 100 #define PARAM(x, y, z) \ in stm32mp1_ddr_setup() argument
|
| /u-boot/drivers/soc/ti/ |
| A D | keystone_serdes.c | 30 #define SERDES_LANE_EN_VAL(x, y, z) (x[y] | (z << 26) | (z << 10)) argument
|
| /u-boot/cmd/ |
| A D | jffs2.c | 144 #define cramfs_load(x,y,z) (-1) argument
|
| A D | printf.c | 374 const char *z = str; in print_esc_string() local
|
| /u-boot/drivers/ddr/fsl/ |
| A D | interactive.c | 1242 #define PRINT_NXS(x, y, z...) printf("%-3d : %02x " z "\n", x, (u8)y); in ddr3_spd_dump() argument 1435 #define PRINT_NXS(x, y, z...) printf("%-3d : %02x " z "\n", x, (u8)y); in ddr4_spd_dump() argument
|
| /u-boot/drivers/video/ |
| A D | stb_truetype.h | 1677 stbtt__active_edge *z = (stbtt__active_edge *) stbtt__hheap_alloc(hh, sizeof(*z), userdata); in stbtt__new_active() local 1698 stbtt__active_edge *z = (stbtt__active_edge *) stbtt__hheap_alloc(hh, sizeof(*z), userdata); in stbtt__new_active() local 1792 stbtt__active_edge * z = *step; in stbtt__rasterize_sorted_edges() local 1826 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y, userdata); in stbtt__rasterize_sorted_edges() local 2101 stbtt__active_edge * z = *step; in stbtt__rasterize_sorted_edges() local 2115 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y_top, userdata); in stbtt__rasterize_sorted_edges() local 2146 stbtt__active_edge *z = *step; in stbtt__rasterize_sorted_edges() local 2198 int z; in stbtt__sort_edges_quicksort() local
|