Home
last modified time | relevance | path

Searched defs:F (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/u-boot/lib/
H A Dsha1.c107 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process() macro
134 #define F(x,y,z) (x ^ y ^ z) in sha1_process() macro
161 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process() macro
188 #define F(x,y,z) (x ^ y ^ z) in sha1_process() macro
H A Dsha256.c62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
/openbmc/qemu/target/i386/
H A Dops_sse.h211 #define SSE_HELPER_1(name, elem, num, F) \ argument
220 #define SSE_HELPER_2(name, elem, num, F) \ argument
229 #define SSE_HELPER_B(name, F) \ argument
232 #define SSE_HELPER_W(name, F) \ argument
235 #define SSE_HELPER_L(name, F) \ argument
238 #define SSE_HELPER_Q(name, F) \ argument
386 #define SHUFFLE4(F, a, b, offset) do { \ argument
466 #define SSE_HELPER_P(name, F) \ argument
487 #define SSE_HELPER_S(name, F) \ argument
510 #define SSE_HELPER_S(name, F) SSE_HELPER_P(name, F) argument
[all …]
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dflags.hpp37 constexpr void prohibit(log_flag<Fs...>, log_flag<F>) in prohibit()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-mmx.c108 #define MMREG(F) \ argument
117 #define XMMREG(F) \ argument
128 #define REG(F) \ argument
H A Dtest-avx.c96 #define MMREG(F) \ argument
105 #define YMMREG(F) \ argument
124 #define REG(F) \ argument
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_types.h67 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
/openbmc/qemu/rust/qemu-api/src/
H A Dcallbacks.rs233 fn do_test_is_some<'a, F: FnCall<(&'a str,), String>>(_f: &F) { in do_test_is_some()
H A Dqdev.rs266 _cb: &F, in init_clock_in()
364 _cb: F, in init_gpio_in()
H A Dtimer.rs54 _cb: F, in init_full()
H A Derror.rs246 f: F, in err_or_else()
/openbmc/qemu/tests/tcg/s390x/
H A Dex-branch.c17 #define FOR_EACH_INSN(F) \ argument
H A Dex-relative-long.c36 #define FOR_EACH_INSN(F) \ argument
/openbmc/qemu/include/hw/misc/
H A Dmips_itu.h38 uint8_t F; /* Full Bit */ member
/openbmc/qemu/python/qemu/qmp/
H A Dprotocol.py116 F = TypeVar('F', bound=Callable[..., Any]) # pylint: disable=invalid-name variable
127 def _decorator(func: F) -> F:
/openbmc/qemu/rust/qemu-api-macros/src/
H A Dbits.rs99 f: F, in parse_binop()
/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/ipmitool/src/plugins/lan/
H A Dmd5.c202 #define F(x, y, z) (((x) & (y)) | (~(x) & (z))) in md5_process() macro
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sme.c398 #define FN_LS(F) { gen_helper_sme_ld1##F, gen_helper_sme_st1##F } in TRANS_FEAT() argument
399 #define FN_MTE(F) { FN_LS(F), FN_LS(F##_mte) } in TRANS_FEAT() argument
400 #define FN_HV(F) { FN_MTE(F##_h), FN_MTE(F##_v) } in TRANS_FEAT() argument
H A Dtranslate-mve.c248 #define F(N) gen_helper_mve_##N macro
411 #define F(N) gen_helper_mve_##N macro
H A Dmve_helper.c3113 #define DO_VFMAS_SCALARH(N, M, D, F, S) float16_muladd(N, D, M, F, S) argument
3114 #define DO_VFMAS_SCALARS(N, M, D, F, S) float32_muladd(N, D, M, F, S) argument
3337 #define DO_VRINT_RM_H(M, F, S) helper_rinth(M, S) argument
3338 #define DO_VRINT_RM_S(M, F, S) helper_rints(M, S) argument
/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/qemu/fpu/
H A Dsoftfloat.c557 #define FLOAT_PARAMS(E, F) \ argument
757 #define parts_canonicalize(A, S, F) \ argument
765 #define parts_uncanon_normal(A, S, F) \ argument
773 #define parts_uncanon(A, S, F) \ argument
835 #define parts_sqrt(A, S, F) \ argument
843 #define parts_round_to_int_normal(A, R, C, F) \ argument
853 #define parts_round_to_int(A, R, C, S, F) \ argument
910 #define parts_minmax(A, B, S, F) \ argument
930 #define parts_log2(A, S, F) \ argument
/openbmc/qemu/tests/unit/
H A Dtest-smp-parse.c21 #define F false macro
/openbmc/qemu/disas/
H A Dhppa.c1784 #define fputs_filtered(STR,F) (*info->fprintf_func) (info->stream, "%s", STR) argument

12