Searched defs:_p (Results 1 – 8 of 8) sorted by relevance
| /openbmc/u-boot/arch/riscv/include/asm/ |
| H A D | string.h | 29 #define memset(_p, _v, _n) \ argument 43 #define memzero(_p, _n) \ argument
|
| /openbmc/phosphor-hwmon/ |
| H A D | hwmonio.hpp | 133 std::string _p; member in hwmonio::HwmonIO
|
| /openbmc/u-boot/lib/ |
| H A D | bch.c | 92 #define GF_M(_p) (CONFIG_BCH_CONST_M) argument 93 #define GF_T(_p) (CONFIG_BCH_CONST_T) argument 94 #define GF_N(_p) ((1 << (CONFIG_BCH_CONST_M))-1) argument 96 #define GF_M(_p) ((_p)->m) argument 97 #define GF_T(_p) ((_p)->t) argument 98 #define GF_N(_p) ((_p)->n) argument 101 #define BCH_ECC_WORDS(_p) DIV_ROUND_UP(GF_M(_p)*GF_T(_p), 32) argument 102 #define BCH_ECC_BYTES(_p) DIV_ROUND_UP(GF_M(_p)*GF_T(_p), 8) argument 987 #define find_poly_roots(_p, _k, _elp, _loc) chien_search(_p, len, _elp, _loc) argument
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/ |
| H A D | diagnose.py | 107 def _p(self, s): member in AnnouncingParser
|
| /openbmc/u-boot/drivers/clk/mvebu/ |
| H A D | armada-37xx-periph.c | 138 #define CLK_GATE_DIV(_n, _d, _r, _s, _m, _t, _p) \ argument 151 #define CLK_GATE(_n, _d, _p) \ argument
|
| /openbmc/u-boot/include/ |
| H A D | atf_common.h | 23 #define SET_PARAM_HEAD(_p, _type, _ver, _attr) do { \ argument
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | iotests.py | 426 _p: 'Optional[subprocess.Popen[bytes]]' = None variable in QemuStorageDaemon
|
| /openbmc/u-boot/arch/arm/include/asm/arch-imx8m/ |
| H A D | clock.h | 636 #define DRAM_BYPASS_ROOT_CONFIG(_rate, _m, _p, _s, _k) \ argument
|