/openbmc/u-boot/common/ |
H A D | dlmalloc.c | 841 #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 D | atomic.h | 264 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 D | atomic.h | 264 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 D | atomic.h | 252 #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 D | altitude | 21 def P(h): function
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | regexps.py | 21 def P(*regexps, name=None, capture=False, repeat='') -> str: function
|
/openbmc/libpldm/include/libpldm/oem/ibm/ |
H A D | state_set.h | 47 P = 0x1, enumerator
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | clock_sun4i.c | 81 #define PLL1_CFG(N, K, M, P) ( 1 << CCM_PLL1_CFG_ENABLE_SHIFT | \ argument
|
/openbmc/u-boot/lib/ |
H A D | sha256.c | 99 #define P(a,b,c,d,e,f,g,h,x,K) { \ in sha256_process() macro
|
H A D | sha1.c | 97 #define P(a,b,c,d,e,x) { \ in sha1_process() macro
|
/openbmc/bmcweb/redfish-core/src/utils/ |
H A D | time_utils.cpp | 42 P, in fromDurationString() enumerator
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 716 #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 D | qxl.c | 1933 #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 D | cpu.h | 46 #define PRIV_P_TO_MMU_IDX(PRIV, P) ((PRIV) * 2 + !!(P) + MMU_KERNEL_IDX) argument
|
/openbmc/u-boot/drivers/ddr/marvell/axp/ |
H A D | ddr3_hw_training.h | 113 #define P 2 macro
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 837 #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 D | vfp_helper.c | 337 #define DO_VFP_cmp(P, FLOATTYPE, ARGTYPE, FPST) \ argument
|
H A D | sme_helper.c | 1600 #define DEF_IMOPH(P, NAME, S) \ in DEF_IMOP_8x4_32() argument
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 5938 #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 D | jsrender.min.js | 3 …ject"==typeof exports?module.exports=n?e(t,n):function(n){if(n&&!n.fn)throw"Provide jQuery or null… function
|
H A D | jquery-3.7.1.min.js | 2 …typeof window?window:this,function(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slic… function
|
H A D | jquery-2.0.3.min.js | 4 …,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 D | jquery.dataTables-1.13.8.min.js | 4 …ndow,window.document)):window.DataTable=n(jQuery,window,document)}(function(P,j,v,H){"use strict";… argument
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 58 # 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 D | jquery.min.js | 2 … 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
|