Home
last modified time | relevance | path

Searched refs:compact (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30.py229 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 Dsoftfloat.c232 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 Dell_0.76.bb7 and compact enough for use on embedded Linux platforms, it is not \
/openbmc/u-boot/doc/device-tree-bindings/timer/
H A Datcpit100_timer.txt6 This timer is a set of compact multi-function timers, which can be
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/duktape/
H A Dduktape_2.7.0.bb2 DESCRIPTION = "Duktape is an embeddable Javascript engine, with a focus on portability and compact
/openbmc/openbmc-test-automation/systest/
H A Dhtx_hardbootme_test.robot98 # 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 DKconfig26 The Colorado Engineering Tegra TK1-SOM is a very compact
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/espeak/
H A Despeak_1.48.04.bb1 DESCRIPTION = "eSpeak is a compact open source software speech synthesizer"
/openbmc/ipmitool/lib/
H A Dipmi_sdr.c1435 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 Dipmi_sensor.c366 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 Djquery.dataTables-1.13.8.min.css1compact thead th,table.dataTable.compact thead td,table.dataTable.compact tfoot th,table.dataTable…
/openbmc/docs/
H A DIPMITOOL-cheatsheet.md113 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 Dipmi_sdr.h763 struct sdr_record_compact_sensor *compact; member
824 struct sdr_record_compact_sensor *compact; member
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dimage_types_verity.bbclass11 # compact.
/openbmc/u-boot/dts/
H A DKconfig257 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 Dvirt.rst132 compact-highmem
133 Set ``on``/``off`` to enable/disable the compact layout for high memory regions.
/openbmc/qemu/docs/
H A Dxbzrle.txt44 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 Dbreakpad_2023.06.01.bb6 … with compiler-provided debugging information removed, record crashes in compact \"minidump\" file…
/openbmc/ipmitool/src/
H A Dipmievd.c329 sdr->record.compact->id_string, desc ? desc : "", in log_event()
/openbmc/u-boot/doc/
H A DREADME.fdt-control22 compiler checks the text file and converts it to a compact binary
/openbmc/u-boot/doc/driver-model/
H A Dlivetree.txt25 - it is fairly compact (e.g. there is no need for pointers)
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Dcargo-c-crates.inc69 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 DIntel_IPMI_Platform_Events.md27 IPMI is designed to be a compact and efficient binary format of data exchanged
/openbmc/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc2370 /* 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 Dqemu-block-drivers.rst.inc178 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,

12