Home
last modified time | relevance | path

Searched defs:F (Results 26 – 50 of 74) sorted by relevance

123

/openbmc/linux/arch/x86/crypto/
H A Dblowfish-x86_64-asm_64.S59 #define F() \ macro
/openbmc/linux/rust/kernel/
H A Dinit.rs818 fn pin_chain<F>(self, f: F) -> ChainPinInit<Self, F, T, E> in pin_chain() argument
920 fn chain<F>(self, f: F) -> ChainInit<Self, F, T, E> in chain() argument
/openbmc/linux/crypto/
H A Dmd4.c48 static inline u32 F(u32 x, u32 y, u32 z) in F() function
/openbmc/linux/arch/ia64/lib/
H A Dmemcpy_mck.S558 #define F r28 macro
/openbmc/u-boot/lib/
H A Dsha256.c62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
/openbmc/linux/fs/ext4/
H A Dhash.c34 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs1744 fn process_loop<F, T, A: Allocator, const DELETED: bool>( in retain_mut()
1746 f: &mut F, in retain_mut()
1805 pub fn dedup_by_key<F, K>(&mut self, mut key: F) in dedup_by_key()
3243 pub fn extract_if<F>(&mut self, filter: F) -> ExtractIf<'_, T, F, A> in extract_if() argument
/openbmc/rest-dbus/resources/
H A Djsrender.min.js3 …==typeof exports?module.exports=n?e(n):function(t){if(t&&!t.fn)throw"Provide jQuery or null";retur…
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c22 #define PROG(F) PROG_(F, _##F) argument
/openbmc/linux/scripts/mod/
H A Dsumversion.c52 static inline uint32_t F(uint32_t x, uint32_t y, uint32_t z) in F() function
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djsrender.min.js3 …throw"Provide jQuery or null";return e(t,n)}:"function"==typeof define&&define.amd?define(function… argument
/openbmc/linux/arch/ia64/kernel/
H A Dunaligned.c248 # define F(reg) case reg: ia64_invala_gr(reg); break in invala_gr() macro
275 # define F(reg) case reg: ia64_invala_fr(reg); break in invala_fr() macro
H A Dkprobes.c30 enum instruction_type {A, I, M, F, B, L, X, u}; enumerator
/openbmc/linux/drivers/clk/qcom/
H A Dclk-rcg.h10 #define F(f, s, h, m, n) { (f), (s), (2 * (h) - 1), (m), (n) } macro
/openbmc/ipmitool/src/plugins/lan/
H A Dmd5.c202 #define F(x, y, z) (((x) & (y)) | (~(x) & (z))) in md5_process() macro
/openbmc/qemu/tests/unit/
H A Dtest-smp-parse.c21 #define F false macro
/openbmc/linux/drivers/char/tpm/
H A Dtpm-sysfs.c391 #define _TPM_HELPER(_alg, _hash, F) \ argument
/openbmc/linux/drivers/ata/
H A Dpata_pdc2027x.c507 int F, R; in pdc_adjust_pll() local
/openbmc/linux/lib/crypto/mpi/
H A Dec.c858 #define F (ctx->t.scratch[4]) in dup_point_edwards() macro
1090 #define F (ctx->t.scratch[5]) in add_points_edwards() macro
/openbmc/qemu/target/sparc/
H A Dvis_helper.c278 #define VIS_CMPHELPER(name, F) \ argument
/openbmc/linux/drivers/video/fbdev/
H A Dstifb.c385 #define BA(F,C,S,A,J,B,I) \ argument
388 #define IBOvals(R,M,X,S,D,L,B,F) \ argument
/openbmc/linux/net/sched/
H A Dsch_qfq.c144 u64 S, F; /* flow timestamps (exact) */ member
168 u64 S, F; /* group timestamps (approx). */ member
/openbmc/linux/drivers/media/dvb-frontends/
H A Dcx24113.c291 s64 F; in cx24113_calc_pll_nf() local
/openbmc/linux/net/mac80211/
H A Ddebugfs.c444 #define FLAG(F) [IEEE80211_HW_##F] = #F argument
/openbmc/qemu/fpu/
H A Dsoftfloat.c541 #define FLOAT_PARAMS(E, F) \ argument
743 #define parts_canonicalize(A, S, F) \ argument
751 #define parts_uncanon_normal(A, S, F) \ argument
759 #define parts_uncanon(A, S, F) \ argument
821 #define parts_sqrt(A, S, F) \ argument
829 #define parts_round_to_int_normal(A, R, C, F) \ argument
839 #define parts_round_to_int(A, R, C, S, F) \ argument
896 #define parts_minmax(A, B, S, F) \ argument
916 #define parts_log2(A, S, F) \ argument

123