Home
last modified time | relevance | path

Searched defs:z (Results 26 – 50 of 305) sorted by relevance

12345678910>>...13

/openbmc/linux/mm/
H A Dshuffle.h21 static inline void __meminit shuffle_zone(struct zone *z) in shuffle_zone()
44 static inline void shuffle_zone(struct zone *z) in shuffle_zone()
H A Dshuffle.c80 void __meminit __shuffle_zone(struct zone *z) in __shuffle_zone()
155 struct zone *z; in __shuffle_free_memory() local
/openbmc/phosphor-pid-control/test/
H A Dpid_stepwisecontroller_unittest.cpp24 ZoneMock z; in TEST() local
60 ZoneMock z; in TEST() local
/openbmc/linux/fs/smb/common/
H A Dcifs_md4.c35 static inline u32 F(u32 x, u32 y, u32 z) in F()
40 static inline u32 G(u32 x, u32 y, u32 z) in G()
45 static inline u32 H(u32 x, u32 y, u32 z) in H()
/openbmc/linux/drivers/ata/
H A Dpata_buddha.c149 static int pata_buddha_probe(struct zorro_dev *z, in pata_buddha_probe()
248 static void pata_buddha_remove(struct zorro_dev *z) in pata_buddha_remove()
277 struct zorro_dev *z = NULL; in pata_buddha_late_init() local
/openbmc/linux/arch/x86/math-emu/
H A Dfpu_system.h107 #define FPU_access_ok(y,z) if ( !access_ok(y,z) ) \ argument
119 #define FPU_code_access_ok(z) argument
124 #define FPU_code_access_ok(z) FPU_access_ok((void __user *)FPU_EIP,z) argument
/openbmc/linux/include/linux/
H A Dcpuset.h87 static inline bool __cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in __cpuset_zone_allowed()
92 static inline bool cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed()
223 static inline bool __cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in __cpuset_zone_allowed()
228 static inline bool cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) in cpuset_zone_allowed()
/openbmc/linux/crypto/
H A Dsm3.c54 #define FF1(x, y, z) (x ^ y ^ z) argument
55 #define FF2(x, y, z) ((x & y) | (x & z) | (y & z)) argument
57 #define GG1(x, y, z) FF1(x, y, z) argument
58 #define GG2(x, y, z) ((x & y) | (~x & z)) argument
H A Dmd4.c48 static inline u32 F(u32 x, u32 y, u32 z) in F()
53 static inline u32 G(u32 x, u32 y, u32 z) in G()
58 static inline u32 H(u32 x, u32 y, u32 z) in H()
/openbmc/qemu/tests/tcg/cris/libc/
H A Dcheck_addcm.c21 #define verify_addc_m(a, b, res, n, z, v, c) \ argument
30 #define verify_addc_pi_m(a, b, res, n, z, v, c) \ argument
H A Dcrisutils.h59 static always_inline void cris_tst_mov_cc(int n, int z) in cris_tst_mov_cc()
66 static always_inline void cris_tst_cc(const int n, const int z, in cris_tst_cc()
/openbmc/linux/drivers/scsi/
H A Dzorro7xx.c75 static int zorro7xx_init_one(struct zorro_dev *z, in zorro7xx_init_one()
154 static void zorro7xx_remove_one(struct zorro_dev *z) in zorro7xx_remove_one()
/openbmc/linux/lib/raid6/
H A Dmmx.c39 int d, z, z0; in raid6_mmx1_gen_syndrome() local
87 int d, z, z0; in raid6_mmx2_gen_syndrome() local
H A Dsse1.c44 int d, z, z0; in raid6_sse11_gen_syndrome() local
103 int d, z, z0; in raid6_sse12_gen_syndrome() local
/openbmc/u-boot/lib/
H A Dsha1.c107 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process() argument
134 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument
161 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process() argument
188 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument
/openbmc/phosphor-fan-presence/control/
H A Dmanager.cpp104 for (auto& z : zones) in Manager() local
125 for (auto& z : _zones) in doInit() local
/openbmc/linux/drivers/macintosh/ams/
H A Dams-input.c30 s8 x, y, z; in ams_idev_poll() local
53 s8 x, y, z; in ams_input_enable() local
H A Dams-core.c26 void ams_sensors(s8 *x, s8 *y, s8 *z) in ams_sensors()
47 s8 x, y, z; in ams_show_current() local
/openbmc/qemu/host/include/ppc/host/crypto/
H A Daes-round.h99 AESStateVec t, z = { }; in aesenc_MC_accel() local
134 AESStateVec t, z = { }; in aesdec_IMC_accel() local
170 AESStateVec t, k, z = { }; in aesdec_ISB_ISR_IMC_AK_accel() local
/openbmc/linux/drivers/net/ethernet/8390/
H A Dhydra.c81 static int hydra_init_one(struct zorro_dev *z, in hydra_init_one()
110 static int hydra_init(struct zorro_dev *z) in hydra_init()
250 static void hydra_remove_one(struct zorro_dev *z) in hydra_remove_one()
/openbmc/linux/drivers/zorro/
H A Dproc.c33 struct zorro_dev *z = pde_data(file_inode(file)); in proc_bus_zorro_read() local
82 struct zorro_dev *z = &zorro_autocon[slot]; in zorro_seq_show() local
/openbmc/u-boot/post/lib_powerpc/fpu/
H A Ddarwin-ldouble.c52 double z, q, zz, xh; in __gcc_qadd() local
91 longDblUnion z; in __gcc_qmul() local
/openbmc/linux/drivers/i2c/busses/
H A Di2c-icy.c121 static int icy_probe(struct zorro_dev *z, in icy_probe()
187 static void icy_remove(struct zorro_dev *z) in icy_remove()
/openbmc/linux/arch/arm64/crypto/
H A Dsm3-neon-core.S96 #define GG1_1(x, y, z, o, t) \ argument
98 #define GG1_2(x, y, z, o, t) \ argument
100 #define GG1_3(x, y, z, o, t) argument
102 #define FF1_1(x, y, z, o, t) GG1_1(x, y, z, o, t) argument
103 #define FF1_2(x, y, z, o, t) argument
106 #define GG2_1(x, y, z, o, t) \ argument
108 #define GG2_2(x, y, z, o, t) \ argument
110 #define GG2_3(x, y, z, o, t) \ argument
113 #define FF2_1(x, y, z, o, t) \ argument
115 #define FF2_2(x, y, z, o, t) \ argument
[all …]
/openbmc/qemu/target/s390x/tcg/
H A Dcrypto_helper.c27 static uint64_t Ch(uint64_t x, uint64_t y, uint64_t z) in Ch()
31 static uint64_t Maj(uint64_t x, uint64_t y, uint64_t z) in Maj()
85 uint64_t t, z[8], b[8]; in sha512_bda() local

12345678910>>...13