/openbmc/qemu/tests/qemu-iotests/ |
H A D | 059.out | 18 file format: IMGFMT 28 file format: IMGFMT 30 Format specific information: 38 format: FLAT 42 format: FLAT 46 format: FLAT 50 format: FLAT 54 format: FLAT 58 format: FLAT 62 format: FLAT [all …]
|
/openbmc/qemu/gdb-xml/ |
H A D | hexagon-core.xml | 19 …<reg name="r00" altname="r0" bitsize="32" offset="0" encoding="uint" format="hex" group="Thread … 20 …<reg name="r01" altname="r1" bitsize="32" offset="4" encoding="uint" format="hex" group="Thread … 21 …<reg name="r02" altname="r2" bitsize="32" offset="8" encoding="uint" format="hex" group="Thread … 22 …<reg name="r03" altname="r3" bitsize="32" offset="12" encoding="uint" format="hex" group="Thread … 23 …<reg name="r04" altname="r4" bitsize="32" offset="16" encoding="uint" format="hex" group="Thread … 24 …<reg name="r05" altname="r5" bitsize="32" offset="20" encoding="uint" format="hex" group="Thread … 25 …<reg name="r06" altname="r6" bitsize="32" offset="24" encoding="uint" format="hex" group="Thread … 26 …<reg name="r07" altname="r7" bitsize="32" offset="28" encoding="uint" format="hex" group="Thread … 27 …<reg name="r08" altname="r8" bitsize="32" offset="32" encoding="uint" format="hex" group="Thread … 28 …<reg name="r09" altname="r9" bitsize="32" offset="36" encoding="uint" format="hex" group="Thread … [all …]
|
H A D | hexagon-hvx.xml | 59 …<reg name="v0" bitsize="1024" offset="256" encoding="vector" format="hex" group="HVX Vector Regi… 60 …<reg name="v1" bitsize="1024" offset="384" encoding="vector" format="hex" group="HVX Vector Regi… 61 …<reg name="v2" bitsize="1024" offset="512" encoding="vector" format="hex" group="HVX Vector Regi… 62 …<reg name="v3" bitsize="1024" offset="640" encoding="vector" format="hex" group="HVX Vector Regi… 63 …<reg name="v4" bitsize="1024" offset="768" encoding="vector" format="hex" group="HVX Vector Regi… 64 …<reg name="v5" bitsize="1024" offset="896" encoding="vector" format="hex" group="HVX Vector Regi… 65 …<reg name="v6" bitsize="1024" offset="1024" encoding="vector" format="hex" group="HVX Vector Regi… 66 …<reg name="v7" bitsize="1024" offset="1152" encoding="vector" format="hex" group="HVX Vector Regi… 67 …<reg name="v8" bitsize="1024" offset="1280" encoding="vector" format="hex" group="HVX Vector Regi… 68 …<reg name="v9" bitsize="1024" offset="1408" encoding="vector" format="hex" group="HVX Vector Regi… [all …]
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | pmbus_utils_tests.cpp | 27 pmbus_utils::VoutDataFormat format; in TEST() local 30 // Linear format: Exponent is negative: 0b1'1111 in TEST() 32 pmbus_utils::parseVoutMode(voutModeValue, format, parameter); in TEST() 33 EXPECT_EQ(format, pmbus_utils::VoutDataFormat::linear); in TEST() 36 // Linear format: Exponent is negative: 0b1'0000 in TEST() 38 pmbus_utils::parseVoutMode(voutModeValue, format, parameter); in TEST() 39 EXPECT_EQ(format, pmbus_utils::VoutDataFormat::linear); in TEST() 42 // Linear format: Exponent is positive: 0b0'1111 in TEST() 44 pmbus_utils::parseVoutMode(voutModeValue, format, parameter); in TEST() 45 EXPECT_EQ(format, pmbus_utils::VoutDataFormat::linear); in TEST() [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc/ |
H A D | avoid_polluting_cross_directories.patch | 47 buildtype_include_dir = specs_prefix_format.format(get_option('includedir') / '%*') 48 isystem_buildtype = picolibc_buildtype_format.format(buildtype_include_dir) 51 +isystem_sysroot = sysroot_format.format(sysroot_include_dir) 53 gen_include_dir = specs_prefix_format.format(get_option('includedir')) 54 isystem_gen = gen_format.format(gen_include_dir) 56 -specs_isystem = '-isystem ' + specs_option_format.format(isystem_prefix, isystem_buildtype, isyste… 57 +specs_isystem = '-isystem ' + specs_option_format.format(isystem_prefix, isystem_buildtype, isyste… 62 buildtype_lib_dir = specs_prefix_format.format(get_option('libdir') / '%*') 63 lib_buildtype = picolibc_buildtype_format.format(buildtype_lib_dir) 66 +lib_sysroot = sysroot_format.format(sysroot_lib_dir) [all …]
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | format.hpp | 16 /** @brief Map format strings to undecorated C++ types. */ 23 static constexpr auto format = "=%d"; member 28 static constexpr auto format = "=%hhd"; member 33 static constexpr auto format = "=%hd"; member 38 static constexpr auto format = "=%d"; member 43 static constexpr auto format = "=%ld"; member 48 static constexpr auto format = "=%lld"; member 53 static constexpr auto format = "=%lf"; member 58 static constexpr auto format = "=%hhd"; member 63 static constexpr auto format = "=%hd"; member [all …]
|
/openbmc/openpower-hw-diags/util/ |
H A D | trace.hpp | 21 /** @brief Information trace (va_list format). */ 22 inline void inf(const char* format, va_list args) in inf() argument 26 vfprintf(stdout, format, args); in inf() 32 vsnprintf(msg, MSG_MAX_LEN, format, args); in inf() 38 /** @brief Error trace (va_list format). */ 39 inline void err(const char* format, va_list args) in err() argument 43 vfprintf(stderr, format, args); in err() 49 vsnprintf(msg, MSG_MAX_LEN, format, args); in err() 55 /** @brief Information trace (printf format). */ 56 inline void inf(const char* format, ...) in inf() argument [all …]
|
/openbmc/libbej/test/ |
H A D | bej_tree_test.cpp | 17 EXPECT_THAT(node.nodeAttr.format.principalDataType, bejSet); in TEST() 18 EXPECT_THAT(node.nodeAttr.format.deferredBinding, 0); in TEST() 19 EXPECT_THAT(node.nodeAttr.format.readOnlyProperty, 0); in TEST() 20 EXPECT_THAT(node.nodeAttr.format.nullableProperty, 0); in TEST() 34 EXPECT_THAT(node.nodeAttr.format.principalDataType, bejArray); in TEST() 35 EXPECT_THAT(node.nodeAttr.format.deferredBinding, 0); in TEST() 36 EXPECT_THAT(node.nodeAttr.format.readOnlyProperty, 0); in TEST() 37 EXPECT_THAT(node.nodeAttr.format.nullableProperty, 0); in TEST() 51 EXPECT_THAT(node.nodeAttr.format.principalDataType, bejPropertyAnnotation); in TEST() 52 EXPECT_THAT(node.nodeAttr.format.deferredBinding, 0); in TEST() [all …]
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | pmbus_utils.hpp | 42 * Sensor data format. 47 * Linear data format used for values not related to voltage output, such 55 * Linear data format used for values related to voltage output. Two 77 * Format that supports transmitting VID codes. 82 * Direct format that uses an equation and device supplied coefficients. 87 * Half-precision floating point format that follows the IEEE-754 standard 96 * VOUT_MODE contains a 'mode' field that indicates the data format used for 100 * data format: 101 * - Linear format: value is an exponent 102 * - VID format: value is a VID code [all …]
|
/openbmc/qemu/scripts/tracetool/format/ |
H A D | __init__.py | 4 Format management. 10 A new format named 'foo-bar' corresponds to Python module 11 'tracetool/format/foo_bar.py'. 13 A format module should provide a docstring, whose first non-empty line will be 19 Format functions 25 generate Called to generate a format-specific file. 47 for filename in os.listdir(tracetool.format.__path__[0]): 51 module = tracetool.try_import("tracetool.format." + modname) 69 """Return whether the given format exists.""" 73 return tracetool.try_import("tracetool.format." + name)[1] [all …]
|
/openbmc/libmctp/ |
H A D | .clang-format | 10 #AlignEscapedNewlines: Left # Unknown to clang-format-4.0 36 #AfterExternBlock: false # Unknown to clang-format-5.0 40 #SplitEmptyFunction: true # Unknown to clang-format-4.0 41 #SplitEmptyRecord: true # Unknown to clang-format-4.0 42 #SplitEmptyNamespace: true # Unknown to clang-format-4.0 46 #BreakBeforeInheritanceComma: false # Unknown to clang-format-4.0 49 #BreakConstructorInitializers: BeforeComma # Unknown to clang-format-4.0 54 #CompactNamespaces: false # Unknown to clang-format-4.0 63 #FixNamespaceComments: false # Unknown to clang-format-4.0 64 #IncludeBlocks: Preserve # Unknown to clang-format-5.0 [all …]
|
/openbmc/docs/style/c/ |
H A D | .clang-format | 10 #AlignEscapedNewlines: Left # Unknown to clang-format-4.0 36 #AfterExternBlock: false # Unknown to clang-format-5.0 40 #SplitEmptyFunction: true # Unknown to clang-format-4.0 41 #SplitEmptyRecord: true # Unknown to clang-format-4.0 42 #SplitEmptyNamespace: true # Unknown to clang-format-4.0 46 #BreakBeforeInheritanceComma: false # Unknown to clang-format-4.0 49 #BreakConstructorInitializers: BeforeComma # Unknown to clang-format-4.0 54 #CompactNamespaces: false # Unknown to clang-format-4.0 63 #FixNamespaceComments: false # Unknown to clang-format-4.0 64 #IncludeBlocks: Preserve # Unknown to clang-format-5.0 [all …]
|
/openbmc/libpldm/ |
H A D | .clang-format | 10 #AlignEscapedNewlines: Left # Unknown to clang-format-4.0 36 #AfterExternBlock: false # Unknown to clang-format-5.0 40 #SplitEmptyFunction: true # Unknown to clang-format-4.0 41 #SplitEmptyRecord: true # Unknown to clang-format-4.0 42 #SplitEmptyNamespace: true # Unknown to clang-format-4.0 46 #BreakBeforeInheritanceComma: false # Unknown to clang-format-4.0 49 #BreakConstructorInitializers: BeforeComma # Unknown to clang-format-4.0 54 #CompactNamespaces: false # Unknown to clang-format-4.0 63 #FixNamespaceComments: false # Unknown to clang-format-4.0 64 #IncludeBlocks: Preserve # Unknown to clang-format-5.0 [all …]
|
/openbmc/pam-ipmi/ |
H A D | .clang-format | 10 #AlignEscapedNewlines: Left # Unknown to clang-format-4.0 36 #AfterExternBlock: false # Unknown to clang-format-5.0 40 #SplitEmptyFunction: true # Unknown to clang-format-4.0 41 #SplitEmptyRecord: true # Unknown to clang-format-4.0 42 #SplitEmptyNamespace: true # Unknown to clang-format-4.0 46 #BreakBeforeInheritanceComma: false # Unknown to clang-format-4.0 49 #BreakConstructorInitializers: BeforeComma # Unknown to clang-format-4.0 54 #CompactNamespaces: false # Unknown to clang-format-4.0 63 #FixNamespaceComments: false # Unknown to clang-format-4.0 64 #IncludeBlocks: Preserve # Unknown to clang-format-5.0 [all …]
|
/openbmc/libcper/ |
H A D | .clang-format | 10 #AlignEscapedNewlines: Left # Unknown to clang-format-4.0 36 #AfterExternBlock: false # Unknown to clang-format-5.0 40 #SplitEmptyFunction: true # Unknown to clang-format-4.0 41 #SplitEmptyRecord: true # Unknown to clang-format-4.0 42 #SplitEmptyNamespace: true # Unknown to clang-format-4.0 46 #BreakBeforeInheritanceComma: false # Unknown to clang-format-4.0 49 #BreakConstructorInitializers: BeforeComma # Unknown to clang-format-4.0 54 #CompactNamespaces: false # Unknown to clang-format-4.0 63 #FixNamespaceComments: false # Unknown to clang-format-4.0 64 #IncludeBlocks: Preserve # Unknown to clang-format-5.0 [all …]
|
/openbmc/obmc-console/ |
H A D | .clang-format | 10 #AlignEscapedNewlines: Left # Unknown to clang-format-4.0 36 #AfterExternBlock: false # Unknown to clang-format-5.0 40 #SplitEmptyFunction: true # Unknown to clang-format-4.0 41 #SplitEmptyRecord: true # Unknown to clang-format-4.0 42 #SplitEmptyNamespace: true # Unknown to clang-format-4.0 46 #BreakBeforeInheritanceComma: false # Unknown to clang-format-4.0 49 #BreakConstructorInitializers: BeforeComma # Unknown to clang-format-4.0 54 #CompactNamespaces: false # Unknown to clang-format-4.0 63 #FixNamespaceComments: false # Unknown to clang-format-4.0 64 #IncludeBlocks: Preserve # Unknown to clang-format-5.0 [all …]
|
/openbmc/hiomapd/ |
H A D | format-code.sh | 12 [ -f .clang-format ] && rm .clang-format 14 # Use the provided clang-format, only define a version 16 export CLANG_FORMAT="${CLANG_FORMAT:-clang-format-14}" 27 # Further, clang-format supports describing styles for multiple languages in 28 # the one .clang-format file, but *doesn't* make a distinction between C and 31 # literal 'file' and it goes looking for a .clang-format or _clang-format file. 35 # ln -sf .clang-format-c .clang-format 38 ln -sf .clang-format-c++ .clang-format 41 rm .clang-format
|
/openbmc/phosphor-mboxd/ |
H A D | format-code.sh | 7 [ -f .clang-format ] && rm .clang-format 9 CLANG_FORMAT="$(which clang-format-5.0)" 20 # Further, clang-format supports describing styles for multiple languages in 21 # the one .clang-format file, but *doesn't* make a distinction between C and 24 # literal 'file' and it goes looking for a .clang-format or _clang-format file. 28 # ln -sf .clang-format-c .clang-format 31 ln -sf .clang-format-c++ .clang-format 34 rm .clang-format
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | uncompress.py | 64 @params format: optional compression format (gzip, lzma) 68 If @format is None, heuristics will be applied to guess the format 69 from the filename or Asset URL. @format must be non-None if @uncompressed 74 def uncompress(compressed, uncompressed, format=None): argument 75 if format is None: 76 format = guess_uncompress_format(compressed) 78 if format == "xz": 80 elif format == "gz": 82 elif format == "zstd": 85 raise Exception(f"Unknown compression format {format}") [all …]
|
H A D | archive.py | 71 If @format is None, heuristics will be applied to guess the format 72 from the filename or Asset URL. @format must be non-None if @archive 75 def archive_extract(archive, dest_dir, format=None, member=None): argument 76 if format is None: 77 format = guess_archive_format(archive) 81 if format == "tar": 83 elif format == "zip": 85 elif format == "cpio": 89 elif format == "deb": 94 raise Exception(f"Unknown archive format {format}") [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
H A D | CVE-2019-7578.patch | 9 If IMA ADPCM format chunk was too short, InitIMA_ADPCM() parsing it 28 -static int InitIMA_ADPCM(WaveFMT *format) 29 +static int InitIMA_ADPCM(WaveFMT *format, int length) 35 + if (length < sizeof(*format)) goto too_short; 36 IMA_ADPCM_state.wavefmt.encoding = SDL_SwapLE16(format->encoding); 37 IMA_ADPCM_state.wavefmt.channels = SDL_SwapLE16(format->channels); 38 IMA_ADPCM_state.wavefmt.frequency = SDL_SwapLE32(format->frequency); 41 SDL_SwapLE16(format->bitspersample); 42 rogue_feel = (Uint8 *)format+sizeof(*format); 43 + rogue_feel_end = (Uint8 *)format + length; [all …]
|
/openbmc/qemu/ui/ |
H A D | sdl2-2d.c | 64 int format = 0; in sdl2_2d_switch() local 94 format = SDL_PIXELFORMAT_ARGB1555; in sdl2_2d_switch() 97 format = SDL_PIXELFORMAT_RGB565; in sdl2_2d_switch() 101 format = SDL_PIXELFORMAT_ARGB8888; in sdl2_2d_switch() 105 format = SDL_PIXELFORMAT_ABGR8888; in sdl2_2d_switch() 109 format = SDL_PIXELFORMAT_RGBA8888; in sdl2_2d_switch() 112 format = SDL_PIXELFORMAT_BGRX8888; in sdl2_2d_switch() 115 format = SDL_PIXELFORMAT_BGRA8888; in sdl2_2d_switch() 120 scon->texture = SDL_CreateTexture(scon->real_renderer, format, in sdl2_2d_switch() 149 pixman_format_code_t format) in sdl2_2d_check_format() argument [all …]
|
/openbmc/qemu/trace/ |
H A D | meson.build | 16 trace_h = custom_target(fmt.format('trace', 'h'), 17 output: fmt.format('trace', 'h'), 19 command: [ tracetool, group, '--format=h', '@INPUT@', '@OUTPUT@' ], 22 trace_c = custom_target(fmt.format('trace', 'c'), 23 output: fmt.format('trace', 'c'), 25 command: [ tracetool, group, '--format=c', '@INPUT@', '@OUTPUT@' ], 28 trace_ust_h = custom_target(fmt.format('trace-ust', 'h'), 29 output: fmt.format('trace-ust', 'h'), 31 … command: [ tracetool, group, '--format=ust-events-h', '@INPUT@', '@OUTPUT@' ], 38 trace_dtrace = custom_target(fmt.format('trace-dtrace', 'dtrace'), [all …]
|
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm7xx-igps/ |
H A D | 0001-Adjust-paths-for-use-with-Bitbake.patch | 25 - <size format='FileSize'>output_binaries/BootBlockAndHeader.bin</size> <!-- size in… 26 + <size format='FileSize'>Poleg_bootblock.bin.full</size> <!-- size in the header --> 28 - <content format='FileContent'>output_binaries/BootBlockAndHeader.bin</content> <!-- content the… 29 + <content format='FileContent'>Poleg_bootblock.bin.full</content> <!-- content the user should f… 35 - <offset format='FileSize' align='0x1000'>output_binaries/BootBlockAndHeader.bin</offset> … 36 - <size format='FileSize'>output_binaries/UbootAndHeader.bin</size> <!-- size in the… 37 + <offset format='FileSize' align='0x1000'>Poleg_bootblock.bin.full</offset> <!-- offs… 38 + <size format='FileSize'>u-boot.bin.full</size> <!-- size in the header --> 40 - <content format='FileContent'>output_binaries/UbootAndHeader.bin</content> <!-- content the use… 41 + <content format='FileContent'>u-boot.bin.full</content> <!-- content the user should fill --> [all …]
|
/openbmc/openpower-hw-diags/attn/ |
H A D | ti_handler.cpp | 12 #include <format> 211 std::format("{:08X}", be32toh(i_tiDataArea->srcWord12HbWord0)); in handleHbTiWithSrc() 285 std::format("{:02x}", i_tiDataArea->tiAreaValid); in parsePhypOpalTiInfo() 286 i_map["0x01 Command"] = std::format("{:02x}", i_tiDataArea->command); in parsePhypOpalTiInfo() 288 std::format("{:04x}", be16toh(i_tiDataArea->numDataBytes)); in parsePhypOpalTiInfo() 289 i_map["0x04 Reserved"] = std::format("{:02x}", i_tiDataArea->reserved1); in parsePhypOpalTiInfo() 291 std::format("{:04x}", be16toh(i_tiDataArea->hardwareDumpType)); in parsePhypOpalTiInfo() 292 i_map["0x08 SRC Format"] = std::format("{:02x}", i_tiDataArea->srcFormat); in parsePhypOpalTiInfo() 293 i_map["0x09 SRC Flags"] = std::format("{:02x}", i_tiDataArea->srcFlags); in parsePhypOpalTiInfo() 295 std::format("{:02x}", i_tiDataArea->numAsciiWords); in parsePhypOpalTiInfo() [all …]
|