Home
last modified time | relevance | path

Searched defs:z (Results 51 – 75 of 305) sorted by relevance

12345678910>>...13

/openbmc/qemu/target/riscv/
H A Dvcrypto_helper.c506 #define ch(x, y, z) ((x & y) ^ ((~x) & z)) argument
508 #define maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) argument
699 static inline uint32_t ff1(uint32_t x, uint32_t y, uint32_t z) in ff1()
704 static inline uint32_t ff2(uint32_t x, uint32_t y, uint32_t z) in ff2()
709 static inline uint32_t ff_j(uint32_t x, uint32_t y, uint32_t z, uint32_t j) in ff_j()
714 static inline uint32_t gg1(uint32_t x, uint32_t y, uint32_t z) in gg1()
719 static inline uint32_t gg2(uint32_t x, uint32_t y, uint32_t z) in gg2()
724 static inline uint32_t gg_j(uint32_t x, uint32_t y, uint32_t z, uint32_t j) in gg_j()
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Drgmii.h69 # define rgmii_attach(x,y,z) (-ENXIO) argument
73 # define rgmii_set_speed(x,y,z) do { } while(0) argument
H A Dzmii.h65 # define zmii_attach(x,y,z) (-ENXIO) argument
69 # define zmii_set_speed(x,y,z) do { } while(0) argument
/openbmc/u-boot/fs/zfs/
H A Dzfs_sha256.c49 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
50 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) argument
/openbmc/linux/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_buffer.h49 __be16 z; member
61 int16_t x, y, z; in inv_icm42600_fifo_is_data_valid() local
/openbmc/linux/arch/arm/nwfpe/
H A Dsoftfloat.c75 int32 z; in roundAndPackInt32() local
530 floatx80 z; in packFloatx80() local
871 int32 z; in float32_to_int32_round_to_zero() local
974 float32 z; in float32_round_to_int() local
1685 int32 z; in float64_to_int32_round_to_zero() local
1758 int32 z; in float64_to_uint32_round_to_zero() local
1869 float64 z; in float64_round_to_int() local
2574 int32 z; in floatx80_to_int32_round_to_zero() local
2676 floatx80 z; in floatx80_round_to_int() local
2819 floatx80 z; in subFloatx80Sigs() local
[all …]
/openbmc/linux/fs/ext4/
H A Dhash.c34 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
35 #define G(x, y, z) (((x) & (y)) + (((x) ^ (y)) & (z))) argument
36 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
/openbmc/ipmitool/src/plugins/lan/
H A Dmd5.c202 #define F(x, y, z) (((x) & (y)) | (~(x) & (z))) in md5_process() argument
228 #define G(x, y, z) (((x) & (z)) | ((y) & ~(z))) in md5_process() argument
254 #define H(x, y, z) ((x) ^ (y) ^ (z)) in md5_process() argument
280 #define I(x, y, z) ((y) ^ ((x) | ~(z))) in md5_process() argument
/openbmc/u-boot/lib/bzip2/
H A Dbzlib_huffman.c74 #define UPHEAP(z) \ argument
85 #define DOWNHEAP(z) \ argument
/openbmc/qemu/tests/tcg/cris/bare/
H A Dcheck_ret.s18 z: label
/openbmc/qemu/tests/tcg/aarch64/
H A Dtest-2375.c9 int r, z; in main() local
/openbmc/linux/drivers/scsi/
H A Da2091.c200 static int a2091_probe(struct zorro_dev *z, const struct zorro_device_id *ent) in a2091_probe()
265 static void a2091_remove(struct zorro_dev *z) in a2091_remove()
H A Dgvp11.c317 static int gvp11_probe(struct zorro_dev *z, const struct zorro_device_id *ent) in gvp11_probe()
426 static void gvp11_remove(struct zorro_dev *z) in gvp11_remove()
/openbmc/openbmc/meta-arm/ci/
H A Ddownload-lockfile.py29 z = zipfile.ZipFile(io.BytesIO(artefact)) variable
/openbmc/linux/scripts/mod/
H A Dsumversion.c52 static inline uint32_t F(uint32_t x, uint32_t y, uint32_t z) in F()
57 static inline uint32_t G(uint32_t x, uint32_t y, uint32_t z) in G()
62 static inline uint32_t H(uint32_t x, uint32_t y, uint32_t z) in H()
/openbmc/linux/lib/crypto/
H A Dcurve25519-hacl64.c132 u64 z = output[ctr - 1]; in fmul_shift_reduce() local
137 u64 z = output[ctr - 1]; in fmul_shift_reduce() local
142 u64 z = output[ctr - 1]; in fmul_shift_reduce() local
147 u64 z = output[ctr - 1]; in fmul_shift_reduce() local
296 static __always_inline void crecip_crecip(u64 *out, u64 *z) in crecip_crecip()
486 u64 *z = p + 5; in addanddouble_fmonty() local
748 u64 *z = point + 5; in format_scalar_of_point() local
763 u64 *z = buf0 + 5; in curve25519_generic() local
H A Dsha256.c39 static inline u32 Ch(u32 x, u32 y, u32 z) in Ch()
44 static inline u32 Maj(u32 x, u32 y, u32 z) in Maj()
/openbmc/linux/crypto/
H A Dsha512_generic.c43 static inline u64 Ch(u64 x, u64 y, u64 z) in Ch()
48 static inline u64 Maj(u64 x, u64 y, u64 z) in Maj()
H A Dcast5_generic.c400 static void key_schedule(u32 *x, u32 *z, u32 *k) in key_schedule()
480 u32 z[4]; in cast5_setkey() local
/openbmc/linux/arch/mips/math-emu/
H A Ddp_sqrt.c23 union ieee754dp y, z, t; in ieee754dp_sqrt() local
/openbmc/linux/drivers/nvme/target/
H A Dzns.c27 static int validate_conv_zones_cb(struct blk_zone *z, in validate_conv_zones_cb()
214 static int nvmet_bdev_report_zone_cb(struct blk_zone *z, unsigned i, void *d) in nvmet_bdev_report_zone_cb()
359 static int zmgmt_send_scan_cb(struct blk_zone *z, unsigned i, void *d) in zmgmt_send_scan_cb()
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dmma.c20 uint32_t z[4*4]; in mma() local
/openbmc/phosphor-fan-presence/control/json/
H A Devent.cpp196 [&eventProfile](const auto& z) { in setActions()
215 [&eventProfile](const auto& z) { in setActions()
/openbmc/linux/lib/
H A Dtest_bits.c45 int z, w; in genmask_input_check_test() local
/openbmc/qemu/tests/tcg/cris/libc/
H A Dcheck_addc.c13 #define verify_addc(a, b, res, n, z, v, c) \ argument

12345678910>>...13