Home
last modified time | relevance | path

Searched refs:extracted (Results 1 – 25 of 148) sorted by relevance

123456

/openbmc/linux/tools/testing/selftests/exec/
H A Dload_address.c40 struct Statistics extracted; in main() local
44 ret = dl_iterate_phdr(ExtractStatistics, &extracted); in main()
50 if (extracted.alignment == 0) { in main()
53 } else if (extracted.alignment & (extracted.alignment - 1)) { in main()
58 misalign = extracted.load_address & (extracted.alignment - 1); in main()
61 extracted.alignment, extracted.load_address); in main()
/openbmc/qemu/scripts/
H A Ddecodetree.py560 def output_code(self, i, extracted, outerbits, outermask): argument
587 assert not extracted, "dangling fmt refs but it was already extracted"
588 if not extracted:
690 def output_code(self, i, extracted, outerbits, outermask): argument
699 p.output_code(i + 4, extracted, p.fixedbits, p.fixedmask)
702 p.output_code(i, extracted, p.fixedbits, p.fixedmask)
736 def output_code(self, i, extracted, outerbits, outermask): argument
743 if not extracted and self.base and not self.base.dangling_references():
746 extracted = True
773 s.output_code(i + 4, extracted, innerbits, innermask)
[all …]
/openbmc/linux/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c327 int extracted; in check_slots() local
337 extracted = inserted = 0; in check_slots()
402 extracted++; in check_slots()
420 inserted, extracted, atomic_read(&extracting)); in check_slots()
421 if (inserted || extracted) in check_slots()
422 return extracted; in check_slots()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-compressed.rst64 without the start code, as extracted from the H264 bitstream.
118 - MPEG-2 parsed slice data, as extracted from the MPEG-2 bitstream.
162 - VP8 parsed frame, including the frame header, as extracted from the container.
184 - VP9 parsed frame, including the frame header, as extracted from the container.
209 - HEVC parsed slice data, as extracted from the HEVC bitstream.
265 - AV1 parsed frame, including the frame header, as extracted from the container.
H A Dmetafmt-uvc.rst15 This format describes standard UVC metadata, extracted from UVC packet headers
/openbmc/linux/drivers/usb/atm/
H A DKconfig26 two parts of the firmware, extracted by the user space tools; see
38 install the firmware, extracted by the user space tools; see
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/basu/
H A Dbasu_0.2.1.bb1 SUMMARY = "The sd-bus library, extracted from systemd."
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-sensor-inventory-native.bb17 # sensor data extracted from the mrw.
H A Dphosphor-ipmi-fru-properties-native.bb17 # FRU property values extracted from the MRW. This example recipe
/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/
H A Dopenpower-fru-properties-example-native.bb18 # FRU property values extracted from the MRW. This example recipe
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/
H A Dlibowfat_0.32.bb2 DESCRIPTION = "libowfat is a library of general purpose APIs extracted from Dan \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/
H A DMakevars15 # package. (Note that the msgstr strings, extracted from the package's
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-get-pts.rst52 decoded frame or the last PTS extracted by the PES parser.
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/
H A Dcdparanoia_10.2.bb24 # we need to add the path to the extracted sources explicitely:
/openbmc/linux/net/dccp/ccids/
H A DKconfig34 This text was extracted from RFC 4340 (sec. 10.2),
/openbmc/linux/scripts/gcc-plugins/
H A DKconfig42 Note that entropy extracted this way is not cryptographically
/openbmc/openbmc-tools/ipkdbg/
H A DREADME.md34 3. `-` is the FILE parameter. `-` specifies it must be extracted from the core
42 to map the absolute binary path extracted from the core to the package that
175 The packages can be extracted from the bitbake build tree by archiving
/openbmc/linux/Documentation/networking/
H A Ddns_resolver.rst34 This code is extracted from the CIFS filesystem.
139 lowest TTL of all the records it has extracted a result from. This means that
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/
H A Dvsftpd-2.1.0-filter.patch89 * buffer, starting at character position 'p_pos'. The extracted line will
/openbmc/docs/architecture/
H A Dipmi-architecture.md76 The bridge then takes the extracted command, data, and possibly user and
126 handler to be passed in so that the types of the handler can be extracted and
277 extracted first. While this is opposite of the order the IPMI specification is
278 written, it makes the code simple. Multi-byte fields are extracted as LSByte
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-thunderbolt127 Description: This attribute contains id of this device extracted from
134 Description: This attribute contains name of this device extracted from
176 Description: This attribute contains vendor id of this device extracted
183 Description: This attribute contains vendor name of this device extracted
/openbmc/openbmc/poky/meta/classes-global/
H A Dretain.bbclass48 # multiple tarballs can be extracted side-by-side easily.
75 # multiple tarballs can be extracted side-by-side
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_firmware_tftp_upload_image.robot110 # Let the image get extracted and it should not fail.
155 # Let the image get extracted and it should not fail.
/openbmc/qemu/docs/system/ppc/
H A Damigang.rst32 The ROM image is in the last 512kB which can be extracted with the
90 The ROM image can be extracted from it with the following command:
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/
H A DREADME28 extracted from DDR chip datasheet. Different speeds of DDR are supported with

123456