| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
| H A D | hddtemp.db | 6 # a temperature sensor (you can set the unit to C or F). 46 "ExcelStor Technology J3.0" 194 C "ExcelStor Technology 3xy (xy GB)" 47 "ExcelStor Technology J6.0" 194 C "ExcelStor Technology 6xy (xy GB)" 48 "ExcelStor Technology J680" 194 C "ExcelStor Technology J680 (80 GB)" 49 "ExcelStor Technology J860" 194 C "ExcelStor Technology J860 (60 GB)" 50 "ExcelStor Technology J880" 194 C "ExcelStor Technology J880 (80 GB)" 57 "FUJITSU MHM2100AT" 0 C "Fujitsu MHM2100AT" 59 "FUJITSU MHN2150AT" 194 C "Fujitsu MHN2150AT" 60 "FUJITSU MHN2200AT" 194 C "Fujitsu MHN2200AT" 61 "FUJITSU MHN2300AT" 194 C "Fujitsu MHN2300AT" [all …]
|
| /openbmc/qemu/target/loongarch/ |
| H A D | translate.h | 21 #define avail_ALL(C) true argument 22 #define avail_64(C) (FIELD_EX32((C)->cpucfg1, CPUCFG1, ARCH) == \ argument 24 #define avail_FP(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, FP)) argument 25 #define avail_FP_SP(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, FP_SP)) argument 26 #define avail_FP_DP(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, FP_DP)) argument 27 #define avail_LSPW(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, LSPW)) argument 28 #define avail_LAM(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, LAM)) argument 29 #define avail_LSX(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, LSX)) argument 30 #define avail_LASX(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, LASX)) argument 31 #define avail_IOCSR(C) (FIELD_EX32((C)->cpucfg1, CPUCFG1, IOCSR)) argument [all …]
|
| /openbmc/u-boot/lib/ |
| H A D | sha1.c | 70 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local 103 C = ctx->state[2]; in sha1_process() 110 P (A, B, C, D, E, W[0]); in sha1_process() 111 P (E, A, B, C, D, W[1]); in sha1_process() 112 P (D, E, A, B, C, W[2]); in sha1_process() 113 P (C, D, E, A, B, W[3]); in sha1_process() 114 P (B, C, D, E, A, W[4]); in sha1_process() 115 P (A, B, C, D, E, W[5]); in sha1_process() 116 P (E, A, B, C, D, W[6]); in sha1_process() 117 P (D, E, A, B, C, W[7]); in sha1_process() [all …]
|
| H A D | sha256.c | 62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local 107 C = ctx->state[2]; in sha256_process() 114 P(A, B, C, D, E, F, G, H, W[0], 0x428A2F98); in sha256_process() 115 P(H, A, B, C, D, E, F, G, W[1], 0x71374491); in sha256_process() 116 P(G, H, A, B, C, D, E, F, W[2], 0xB5C0FBCF); in sha256_process() 117 P(F, G, H, A, B, C, D, E, W[3], 0xE9B5DBA5); in sha256_process() 118 P(E, F, G, H, A, B, C, D, W[4], 0x3956C25B); in sha256_process() 119 P(D, E, F, G, H, A, B, C, W[5], 0x59F111F1); in sha256_process() 120 P(C, D, E, F, G, H, A, B, W[6], 0x923F82A4); in sha256_process() 121 P(B, C, D, E, F, G, H, A, W[7], 0xAB1C5ED5); in sha256_process() [all …]
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | insn-data.h.inc | 4 * C(OPC, NAME, FMT, FAC, I1, I2, P, W, OP, CC) 26 C(0x1a00, AR, RR_a, Z, r1, r2, new, r1_32, add, adds32) 27 C(0xb9f8, ARK, RRF_a, DO, r2, r3, new, r1_32, add, adds32) 28 C(0x5a00, A, RX_a, Z, r1, m2_32s, new, r1_32, add, adds32) 29 C(0xe35a, AY, RXY_a, LD, r1, m2_32s, new, r1_32, add, adds32) 30 C(0xb908, AGR, RRE, Z, r1, r2, r1, 0, add, adds64) 31 C(0xb918, AGFR, RRE, Z, r1, r2_32s, r1, 0, add, adds64) 32 C(0xb9e8, AGRK, RRF_a, DO, r2, r3, r1, 0, add, adds64) 33 C(0xe308, AG, RXY_a, Z, r1, m2_64, r1, 0, add, adds64) 34 C(0xe318, AGF, RXY_a, Z, r1, m2_32s, r1, 0, add, adds64) [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hdf5/files/ |
| H A D | 0001-cmake-remove-build-flags.patch | 38 C: YES 39 - C Compiler: @CMAKE_C_COMPILER@ @CMAKE_C_COMPILER_VERSION@ 40 + C Compiler: 49 Shared C Library: @H5_ENABLE_SHARED_LIB@ 50 Static C Library: @H5_ENABLE_STATIC_LIB@ 58 C++: @HDF5_BUILD_CPP_LIB@ 59 C++ Compiler: @CMAKE_CXX_COMPILER@ @CMAKE_CXX_COMPILER_VERSION@ 60 - C++ Flags: @CMAKE_CXX_FLAGS@ 61 + C++ Flags: 62 H5 C++ Flags: @HDF5_CMAKE_CXX_FLAGS@ [all …]
|
| /openbmc/docs/ |
| H A D | IPMITOOL-cheatsheet.md | 11 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power status 17 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power on 23 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power off 29 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power reset 35 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power cycle 41 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power soft 47 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power diag 55 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user list 61 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user summary 67 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user set name <userid> <user… [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pillow_11.1.0.bb | 18 -C platform-guessing=disable \ 19 -C zlib=enable \ 20 -C jpeg=enable \ 21 -C tiff=enable \ 22 -C freetype=enable \ 23 -C lcms=enable \ 24 -C jpeg2000=enable \ 25 -C webp=disable \ 26 -C webpmux=disable \ 27 -C imagequant=disable \
|
| /openbmc/u-boot/lib/lzma/ |
| H A D | history.txt | 30 - Some changes in ANSI-C 7z Decoder interfaces. 51 - The bug in ANSI-C LZMA Decoder was fixed: 54 - Some changes in ANSI-C 7z Decoder interfaces. 72 - ANSI-C LZMA Decoder was rewritten for speed optimizations. 73 - ANSI-C LZMA Encoder was included to LZMA SDK. 74 - C++ LZMA code now is just wrapper over ANSI-C code. 80 - Small changes for more compatibility with some C/C++ compilers. 85 - .7z ANSI-C Decoder: 89 - C++ code for .7z archives compressing/decompressing from 7-zip 95 - Small changes for more compatibility with some C/C++ compilers. [all …]
|
| /openbmc/qemu/scripts/coccinelle/ |
| H A D | cpu_restore_state.cocci | 8 expression C; 11 cpu_restore_state(C, A); 15 expression C; 17 - cpu_restore_state(C, A); 18 - cpu_loop_exit(C); 19 + cpu_loop_exit_restore(C, A);
|
| /openbmc/openbmc/meta-security/recipes-core/initrdscripts/initramfs-framework-dm/ |
| H A D | dmverity | 15 C=0 22 if [ $(( $C * $delay )) -gt $timeout ]; then 28 C=$(( $C + 1 )) 48 if [ $(( $C * $delay )) -gt $timeout ]; then 77 C=$(( $C + 1 ))
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bdwgc/ |
| H A D | bdwgc_8.2.8.bb | 1 SUMMARY = "A garbage collector for C and C++" 4 used as a garbage collecting replacement for C malloc or C++ new. It allows\ 10 implementations that either use C as intermediate code, want to facilitate\ 11 easier interoperation with C libraries, or just prefer the simple collector\ 13 Alternatively, the garbage collector may be used as a leak detector for C\ 14 or C++ programs, though that is not its primary goal.\ 15 Empirically, this collector works with most unmodified C programs, simply\
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | README.md | 7 ninja -C builddir 14 ninja -C builddir 25 ninja -C builddir 32 ninja -C builddir 39 ninja -C builddir test 40 ninja -C builddir coverage
|
| /openbmc/openbmc/poky/meta/recipes-extended/gperf/gperf/ |
| H A D | 1862c6e57a308a05889c80c048dbc58bdc378dcb.patch | 71 + Copyright (C) 2001-2022 Free Software Foundation, Inc. 72 + This file is part of the GNU C Library. 74 + The GNU C Library is free software; you can redistribute it and/or 79 + The GNU C Library is distributed in the hope that it will be useful, 85 + License along with the GNU C Library; if not, see 96 +extern "C" { 101 + ISSLASH(C) tests whether C is a directory separator 130 +# define ISSLASH(C) ((C) == '/' || (C) == '\\') 132 +# define _IS_DRIVE_LETTER(C) \ 133 + (((C) >= 'A' && (C) <= 'Z') || ((C) >= 'a' && (C) <= 'z')) [all …]
|
| /openbmc/openpower-hw-diags/test/ |
| H A D | pdbg-test.dts | 56 … ATTR_PHYS_BIN_PATH = [ 24 01 00 02 00 05 00 2C 01 00 00 00 00 00 00 00 00 00 00 00 00 ]; 58 ATTR_TYPE = [ 2C ]; 64 ATTR_CHIP_UNIT_POS = [ 0C ]; 66 … ATTR_PHYS_BIN_PATH = [ 24 01 00 02 00 05 00 2C 0C 00 00 00 00 00 00 00 00 00 00 00 00 ]; 68 ATTR_TYPE = [ 2C ]; 122 … ATTR_PHYS_BIN_PATH = [ 24 01 00 02 00 4B 00 4C 00 00 00 00 00 00 00 00 00 00 00 00 00 ]; 124 ATTR_TYPE = [ 4C ]; 164 … ATTR_PHYS_BIN_PATH = [ 24 01 00 02 00 4B 01 4C 00 00 00 00 00 00 00 00 00 00 00 00 00 ]; 166 ATTR_TYPE = [ 4C ]; 216 … ATTR_PHYS_BIN_PATH = [ 24 01 00 02 00 4B 02 4C 00 00 00 00 00 00 00 00 00 00 00 00 00 ]; [all …]
|
| /openbmc/u-boot/arch/arm/mach-snapdragon/ |
| H A D | Kconfig | 16 bool "96Boards Dragonboard 410C" 19 Support for 96Boards Dragonboard 410C. This board complies with 21 - Qualcomm Snapdragon 410C SoC - APQ8016 (4xCortex A53, Adreno 306) 30 bool "96Boards Dragonboard 820C" 32 Support for 96Boards Dragonboard 820C. This board complies with 34 - Qualcomm Snapdragon 820C SoC - APQ8096 (4xKyro CPU)
|
| /openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
| H A D | setup-live | 17 C=0 37 echo -n " " $(( $shelltimeout - $C )) 38 if [ $C -ge $shelltimeout ]; then 46 C=$(( C + 1 ))
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | 0001-Tell-scons-to-use-build-settings-from-environment-va.patch | 31 - help='Select the C compiler to use') 32 + help='Select the C compiler to use', 36 help='Sets flags for the C and C++ compiler', 41 - help='Select the C++ compiler to use') 42 + help='Select the C++ compiler to use', 46 help='Sets flags for the C++ compiler',
|
| /openbmc/openbmc/meta-security/recipes-mac/AppArmor/ |
| H A D | apparmor_4.0.3.bb | 62 oe_runmake -C ${B}/libraries/libapparmor 63 oe_runmake -C ${B}/binutils 64 oe_runmake -C ${B}/utils 65 oe_runmake -C ${B}/parser 66 oe_runmake -C ${B}/profiles 69 oe_runmake -C ${B}/changehat/mod_apparmor 73 oe_runmake -C ${B}/changehat/pam_apparmor 80 oe_runmake -C ${B}/libraries/libapparmor DESTDIR="${D}" install 81 oe_runmake -C ${B}/binutils DESTDIR="${D}" install 82 oe_runmake -C ${B}/utils DESTDIR="${D}" install [all …]
|
| /openbmc/u-boot/arch/x86/include/asm/fsp/ |
| H A D | fsp_types.h | 46 #define SIGNATURE_32(A, B, C, D) \ argument 47 (SIGNATURE_16(A, B) | (SIGNATURE_16(C, D) << 16)) 67 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument 68 (SIGNATURE_32(A, B, C, D) | ((u64)(SIGNATURE_32(E, F, G, H)) << 32))
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/ |
| H A D | indent_2.2.12.bb | 1 SUMMARY = "A GNU program for formatting C code" 4 DESCRIPTION = "Indent is a GNU program for beautifying C code, so that \ 5 it is easier to read. Indent can also convert from one C writing style \ 6 to a different one. Indent understands correct C syntax and tries to handle \ 7 incorrect C syntax. \ 8 Install the indent package if you are developing applications in C and \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/ccache/ |
| H A D | ccache_4.11.3.bb | 1 SUMMARY = "a fast C/C++ compiler cache" 4 same compilation is being done again. Supported languages are C, C\+\+, \ 5 Objective-C and Objective-C++."
|
| /openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/ |
| H A D | irqroute.h | 17 PCI_DEV_PIRQ_ROUTE(SIO1_DEV, A, B, C, D), \ 20 PCI_DEV_PIRQ_ROUTE(PCIE_DEV, A, B, C, D), \ 22 PCI_DEV_PIRQ_ROUTE(SIO2_DEV, A, B, C, D), \ 23 PCI_DEV_PIRQ_ROUTE(PCU_DEV, A, B, C, D) 26 PCIE_BRIDGE_DEV(RP, PCIE_DEV, A, B, C, D)
|
| /openbmc/qemu/contrib/gitdm/ |
| H A D | filetypes.txt | 2 # Copyright (C) 2006 Libresoft 43 filetype code \.c$ # C 44 filetype code \.c.inc$ # C 45 filetype code \.C$ # C++ 46 filetype code \.cpp$ # C++ 47 filetype code \.c\+\+$ # C++ 48 filetype code \.cxx$ # C++ 49 filetype code \.cc$ # C++ 50 filetype code \.h$ # C or C++ header 51 filetype code \.hh$ # C++ header [all …]
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | stm32f4-pinctrl.dtsi | 2 * Copyright (C) 2017, STMicroelectronics - All Rights Reserved 219 <STM32_PINMUX('C', 0, AF10)>, /* OTG_HS_ULPI_STP */ 239 <STM32_PINMUX('C', 2, AF11)>, /* ETH_MII_TXD2 */ 241 <STM32_PINMUX('C', 3, AF11)>, /* ETH_MII_TX_CLK */ 244 <STM32_PINMUX('C', 1, AF11)>, /* ETH_MDC */ 247 <STM32_PINMUX('C', 4, AF11)>, /* ETH_MII_RXD0_ETH_RMII_RXD0 */ 248 <STM32_PINMUX('C', 5, AF11)>, /* ETH_MII_RXD1_ETH_RMII_RXD1 */ 325 <STM32_PINMUX('C', 6, AF13)>, /* DCMI_D0 */ 326 <STM32_PINMUX('C', 7, AF13)>, /* DCMI_D1 */ 327 <STM32_PINMUX('C', 8, AF13)>, /* DCMI_D2 */ [all …]
|