| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | spdx30.py | 229 def compact(self, value): member in IRIProp 230 for iri, compact in self.context: 232 return compact 236 for iri, compact in self.context: 237 if value == compact: 289 encoder.write_iri(value, self.compact(value)) 485 encoder.write_enum(value, self, self.compact(value)) 597 compact=None, argument 611 cls._OBJ_PROPERTIES[iri] = (prop, min_count, max_count, pyname, compact) 722 for iri, _, _, _, pyname, compact in self.__iter_props(): [all …]
|
| /openbmc/qemu/target/m68k/ |
| H A D | softfloat.c | 232 int32_t compact, j, k; in floatx80_lognp1() local 274 compact = floatx80_make_compact(aExp, aSig); in floatx80_lognp1() 285 compact = floatx80_make_compact(aExp, aSig); in floatx80_lognp1() 287 if (compact < 0x3FFE8000 || compact > 0x3FFFC000) { in floatx80_lognp1() 347 } else if (compact < 0x3FFEF07D || compact > 0x3FFF8841) { in floatx80_lognp1() 354 if (compact >= 0x3FFF8000) { /* 1+Z >= 1 */ in floatx80_lognp1() 431 int32_t compact, j, k, adjk; in floatx80_logn() local 472 compact = floatx80_make_compact(aExp, aSig); in floatx80_logn() 474 if (compact < 0x3FFEF07D || compact > 0x3FFF8841) { in floatx80_logn() 720 int32_t compact, n, j, k, m, m1; in floatx80_etox() local [all …]
|
| /openbmc/openbmc/poky/meta/recipes-core/ell/ |
| H A D | ell_0.76.bb | 7 and compact enough for use on embedded Linux platforms, it is not \
|
| /openbmc/u-boot/doc/device-tree-bindings/timer/ |
| H A D | atcpit100_timer.txt | 6 This timer is a set of compact multi-function timers, which can be
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/duktape/ |
| H A D | duktape_2.7.0.bb | 2 DESCRIPTION = "Duktape is an embeddable Javascript engine, with a focus on portability and compact …
|
| /openbmc/openbmc-test-automation/systest/ |
| H A D | htx_hardbootme_test.robot | 98 # And save it in printable (compact) format. 100 ... ${loop_body_seconds} result_format=compact 130 ... ${est_seconds_left} result_format=compact 169 ... ${est_seconds_left} result_format=compact
|
| /openbmc/u-boot/arch/arm/mach-tegra/tegra124/ |
| H A D | Kconfig | 26 The Colorado Engineering Tegra TK1-SOM is a very compact
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/espeak/ |
| H A D | espeak_1.48.04.bb | 1 DESCRIPTION = "eSpeak is a compact open source software speech synthesizer"
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_sdr.c | 1435 sr.compact = (struct sdr_record_compact_sensor *)sensor; in ipmi_sdr_read_sensor_value() 1436 idlen = sr.compact->id_code & 0x1f; in ipmi_sdr_read_sensor_value() 1439 memcpy(sr.s_id, sr.compact->id_string, idlen); in ipmi_sdr_read_sensor_value() 1467 (sr.compact && rsp->ccode == 0xcd)) ) { in ipmi_sdr_read_sensor_value() 1794 sr->full ? sr->full->oem : sr->compact->oem); in ipmi_sdr_print_sensor_fc() 1843 sr->compact->threshold.hysteresis.positive, "Positive Hysteresis"); in ipmi_sdr_print_sensor_fc() 1847 sr->compact->threshold.hysteresis.negative, "Negative Hysteresis"); in ipmi_sdr_print_sensor_fc() 2510 struct sdr_record_compact_sensor *compact; in ipmi_sdr_print_name_from_rawentry() member 2530 record.compact = (struct sdr_record_compact_sensor *) raw ; in ipmi_sdr_print_name_from_rawentry() 2531 snprintf(desc, (record.compact->id_code & 0x1f) +1, "%s", in ipmi_sdr_print_name_from_rawentry() [all …]
|
| H A D | ipmi_sensor.c | 366 sr->compact->threshold.hysteresis.positive, in ipmi_sensor_print_fc_threshold() 371 sr->compact->threshold.hysteresis.negative, in ipmi_sensor_print_fc_threshold()
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | jquery.dataTables-1.13.8.min.css | 1 …compact thead th,table.dataTable.compact thead td,table.dataTable.compact tfoot th,table.dataTable…
|
| /openbmc/docs/ |
| H A D | IPMITOOL-cheatsheet.md | 113 ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" sdr list [all|full|compact|e… 118 compact : Simple sensor recording
|
| /openbmc/ipmitool/include/ipmitool/ |
| H A D | ipmi_sdr.h | 763 struct sdr_record_compact_sensor *compact; member 824 struct sdr_record_compact_sensor *compact; member
|
| /openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
| H A D | image_types_verity.bbclass | 11 # compact.
|
| /openbmc/u-boot/dts/ |
| H A D | Kconfig | 257 device tree contents itself. The latter is fairly compact, but the 278 device tree contents itself. The latter is fairly compact, but the
|
| /openbmc/qemu/docs/system/arm/ |
| H A D | virt.rst | 132 compact-highmem 133 Set ``on``/``off`` to enable/disable the compact layout for high memory regions.
|
| /openbmc/qemu/docs/ |
| H A D | xbzrle.txt | 44 On the sender side XBZRLE is used as a compact delta encoding of page updates,
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/ |
| H A D | breakpad_2023.06.01.bb | 6 … with compiler-provided debugging information removed, record crashes in compact \"minidump\" file…
|
| /openbmc/ipmitool/src/ |
| H A D | ipmievd.c | 329 sdr->record.compact->id_string, desc ? desc : "", in log_event()
|
| /openbmc/u-boot/doc/ |
| H A D | README.fdt-control | 22 compiler checks the text file and converts it to a compact binary
|
| /openbmc/u-boot/doc/driver-model/ |
| H A D | livetree.txt | 25 - it is fairly compact (e.g. there is no need for pointers)
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
| H A D | cargo-c-crates.inc | 69 crate://crates.io/ed25519-compact/2.1.1 \ 409 SRC_URI[ed25519-compact-2.1.1.sha256sum] = "e9b3460f44bea8cd47f45a0c70892f1eff856d97cd55358b2f73f66…
|
| /openbmc/intel-ipmi-oem/docs/ |
| H A D | Intel_IPMI_Platform_Events.md | 27 IPMI is designed to be a compact and efficient binary format of data exchanged
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | nanomips_translate.c.inc | 2370 /* Uncoditional compact branch */ 2373 /* Conditional compact branch */ 2422 /* compact branch */ 2466 /* Uncoditional compact branch */ 2477 /* Conditional compact branch */ 2542 /* Generating branch here as compact branches don't have delay slot */
|
| /openbmc/qemu/docs/system/ |
| H A D | qemu-block-drivers.rst.inc | 178 Old QEMU image format with support for backing files and compact image files 212 Old QEMU image format with support for backing files, compact image files,
|