Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Ddlmalloc.c841 #define check_free_chunk(P) do_check_free_chunk(P) argument
842 #define check_inuse_chunk(P) do_check_inuse_chunk(P) argument
843 #define check_chunk(P) do_check_chunk(P) argument
844 #define check_malloced_chunk(P,N) do_check_malloced_chunk(P,N) argument
846 #define check_free_chunk(P) argument
847 #define check_inuse_chunk(P) argument
848 #define check_chunk(P) argument
849 #define check_malloced_chunk(P,N) argument
870 #define frontlink(P, S, IDX, BK, FD) \ argument
902 #define unlink(P, BK, FD) \ argument
[all …]
/openbmc/qemu/subprojects/libvhost-user/include/
H A Datomic.h264 qatomic_read_i64(P) global() argument
266 qatomic_read_u64(P) global() argument
268 qatomic_set_i64(P,V) global() argument
270 qatomic_set_u64(P,V) global() argument
[all...]
/openbmc/qemu/subprojects/libvduse/include/
H A Datomic.h264 qatomic_read_i64(P) global() argument
266 qatomic_read_u64(P) global() argument
268 qatomic_set_i64(P,V) global() argument
270 qatomic_set_u64(P,V) global() argument
[all...]
/openbmc/qemu/include/qemu/
H A Datomic.h252 #define qatomic_read_i64(P) \ argument
254 #define qatomic_read_u64(P) \ argument
256 #define qatomic_set_i64(P, V) \ argument
258 #define qatomic_set_u64(P, V) \ argument
/openbmc/openbmc-tools/altitude/
H A Daltitude21 def P(h): function
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dregexps.py21 def P(*regexps, name=None, capture=False, repeat='') -> str: function
/openbmc/libpldm/include/libpldm/oem/ibm/
H A Dstate_set.h47 P = 0x1, enumerator
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Dclock_sun4i.c81 #define PLL1_CFG(N, K, M, P) ( 1 << CCM_PLL1_CFG_ENABLE_SHIFT | \ argument
/openbmc/u-boot/lib/
H A Dsha256.c99 #define P(a,b,c,d,e,f,g,h,x,K) { \ in sha256_process() macro
H A Dsha1.c97 #define P(a,b,c,d,e,x) { \ in sha1_process() macro
/openbmc/bmcweb/redfish-core/src/utils/
H A Dtime_utils.cpp42 P, in fromDurationString() enumerator
/openbmc/qemu/fpu/
H A Dsoftfloat.c716 #define PARTS_GENERIC_64_128(NAME, P) \ argument
720 #define PARTS_GENERIC_64_128_256(NAME, P) \ argument
725 #define parts_default_nan(P, S) PARTS_GENERIC_64_128(default_nan, P)(P, S) argument
726 #define parts_silence_nan(P, S) PARTS_GENERIC_64_128(silence_nan, P)(P, S) argument
731 #define parts_return_nan(P, S) PARTS_GENERIC_64_128(return_nan, P)(P, S) argument
863 #define parts_float_to_sint(P, R, Z, MN, MX, S) \ argument
873 #define parts_float_to_uint(P, R, Z, M, S) \ argument
883 #define parts_float_to_sint_modulo(P, R, M, S) \ argument
891 #define parts_float_to_sint(P, R, Z, MN, MX, S) \ argument
894 #define parts_sint_to_float(P, I, Z, S) \ argument
[all …]
/openbmc/qemu/hw/display/
H A Dqxl.c1933 #define ALIGNED_UINT32_PTR(P) ((uint32_t *)__builtin_assume_aligned(P, 4)) argument
1935 #define ALIGNED_UINT32_PTR(P) ((uint32_t *)P) argument
/openbmc/qemu/target/hppa/
H A Dcpu.h46 #define PRIV_P_TO_MMU_IDX(PRIV, P) ((PRIV) * 2 + !!(P) + MMU_KERNEL_IDX) argument
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_hw_training.h113 #define P 2 macro
/openbmc/qemu/tcg/
H A Dtcg.c837 #define C_PFX1(P, A) P##A argument
838 #define C_PFX2(P, A, B) P##A##_##B argument
839 #define C_PFX3(P, A, B, C) P##A##_##B##_##C argument
840 #define C_PFX4(P, A, B, C, D) P##A##_##B##_##C##_##D argument
841 #define C_PFX5(P, A, B, C, D, E) P##A##_##B##_##C##_##D##_##E argument
842 #define C_PFX6(P, A, B, C, D, E, F) P##A##_##B##_##C##_##D##_##E##_##F argument
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c337 #define DO_VFP_cmp(P, FLOATTYPE, ARGTYPE, FPST) \ argument
H A Dsme_helper.c1600 #define DEF_IMOPH(P, NAME, S) \ in DEF_IMOP_8x4_32() argument
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c5938 #define C(OPC, NM, FT, FC, I1, I2, P, W, OP, CC) \ argument
5941 #define D(OPC, NM, FT, FC, I1, I2, P, W, OP, CC, D) \ argument
5944 #define F(OPC, NM, FT, FC, I1, I2, P, W, OP, CC, FL) \ argument
5947 #define E(OPC, NM, FT, FC, I1, I2, P, W, OP, CC, D, FL) insn_ ## NM, argument
5954 #define E(OPC, NM, FT, FC, I1, I2, P, W, OP, CC, D, FL) { \ argument
6034 #define E(OPC, NM, FT, FC, I1, I2, P, W, OP, CC, D, FL) \ argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djsrender.min.js3 …ject"==typeof exports?module.exports=n?e(t,n):function(n){if(n&&!n.fn)throw"Provide jQuery or null… function
H A Djquery-3.7.1.min.js2 …typeof window?window:this,function(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slic… function
H A Djquery-2.0.3.min.js4 …,p="2.0.3",f=c.concat,h=c.push,d=c.slice,g=c.indexOf,m=l.toString,y=l.hasOwnProperty,v=p.trim,x=fu… function
H A Djquery.dataTables-1.13.8.min.js4 …ndow,window.document)):window.DataTable=n(jQuery,window,document)}(function(P,j,v,H){"use strict";… argument
/openbmc/qemu/target/sparc/
H A Dtranslate.c58 # define gen_helper_tick_set_count(P, S) qemu_build_not_reached() argument
59 # define gen_helper_tick_set_limit(P, S) qemu_build_not_reached() argument
/openbmc/rest-dbus/resources/
H A Djquery.min.js2 … c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.… function