Home
last modified time | relevance | path

Searched defs:m (Results 351 – 375 of 379) sorted by relevance

1...<<111213141516

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dclock_sun6i.h181 #define APB2_CLK_RATE_M(m) (((m)-1) << 0) argument
/openbmc/qemu/hw/net/
H A Deepro100.c115 #define BITS(n, m) (((0xffffffffU << (31 - n)) >> (31 - n + m)) << m) argument
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp207 [](sdbusplus::message_t& m) { in __anon2f2fc9af0302() argument
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c36 #define M_MAX_INT(m) (int64_t)((1LL << ((m) - 1)) - 1) argument
39 #define M_MIN_INT(m) (int64_t)(-(1LL << ((m) - 1))) argument
42 #define M_MAX_UINT(m) (uint64_t)(-1ULL >> (64 - (m))) argument
5422 static inline int64_t msa_sat_s_df(uint32_t df, int64_t arg, uint32_t m) in msa_sat_s_df()
5429 static inline int64_t msa_sat_u_df(uint32_t df, int64_t arg, uint32_t m) in msa_sat_u_df()
8217 uint64_t m = 0x00ff00ff00ff00ffull; in bswap16x4() local
/openbmc/u-boot/include/linux/usb/
H A Dch9.h424 #define USB_EP_MAXP_MULT(m) \ argument
/openbmc/u-boot/drivers/clk/
H A Dclk_stm32mp1.c458 #define STM32MP1_CLK_PARENT(idx, off, s, m, p) \ argument
/openbmc/u-boot/common/
H A Dcli_hush.c2953 unsigned int ch, m; local
/openbmc/qemu/target/ppc/
H A Dkvm.c2806 int m = n < HPTES_PER_GROUP ? n : HPTES_PER_GROUP; in kvmppc_read_hptes() local
H A Dcpu.h60 #define MASK_TO_LSH(m) (__builtin_ffsll(m) - 1) argument
61 #define GETFIELD(m, v) (((v) & (m)) >> MASK_TO_LSH(m)) argument
62 #define SETFIELD(m, v, val) \ argument
H A Dint_helper.c337 target_ulong m, left = 0, right = 0; in helper_CFUGED() local
/openbmc/u-boot/drivers/qe/
H A Duec.h464 u16 m; /* address */ member
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c234 static VhostUserMsg m __attribute__ ((unused)); variable
/openbmc/rest-dbus/resources/
H A Djstree.min.js2 !function(a){"use strict";"function"==typeof define&&define.amd?define(["jquery"],a):"undefined"!=t… class in AnonymousFunctionf811328e4d00.h.r
H A Djquery.min.js2 …t,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.3",m=function(a,b){return… function
5 return new Za.prototype.init(a,b,c,d,e)}m.Tween=Za,Za.prototype={constructor:Za,init:function(a,b,c… function
/openbmc/qemu/target/i386/
H A Dcpu.c7783 X86CPUModel *m; x86_register_cpudef_types() local
[all...]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dhighlight.pack.js2 …peof exports?e(exports):n&&(n.hljs=e({}),"function"==typeof define&&define.amd&&define([],function… function
/openbmc/qemu/include/migration/
H A Dvmstate.h254 #define type_check_2darray(t1,t2,n,m) ((t1(*)[n][m])0 - (t2*)0) argument
/openbmc/qemu/
H A Dmeson.build828 libm = cc.find_library('m', required: false) build
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h1198 #define CPU_TYPE_ENTRY_MASK(n, v, nc, m) \ argument
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_common.h488 u32 m; member
/openbmc/qemu/libdecnumber/
H A DdecNumber.c6486 Unit *c, Int m) {
/openbmc/qemu/tcg/
H A Dtcg-op.c2246 uint64_t m = 0x0000ffff0000ffffull; in tcg_gen_hswap_i64() local
/openbmc/qemu/target/xtensa/
H A Dtranslate.c547 TCGv_i32 m = tcg_temp_new_i32(); in gen_mac16_m() local
/openbmc/qemu/target/arm/
H A Dhelper.c7677 const ARMCPRegUserSpaceInfo *m = mods + mi; modify_arm_cp_regs_with_len() local
/openbmc/qemu/linux-user/
H A Dstrace.c1624 const struct flags *m; in print_file_mode() local

1...<<111213141516