Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/exec/
H A Dload_address.c52 struct Statistics extracted = { }; in main() local
72 ret = dl_iterate_phdr(ExtractStatistics, &extracted); in main()
78 extracted.load_address, extracted.alignment); in main()
84 ksft_test_result(interp_needed == extracted.interp, in main()
87 extracted.interp ? "seen" : "missing"); in main()
90 ksft_test_result(extracted.alignment != 0, in main()
91 "Alignment%s found\n", extracted.alignment ? "" : " NOT"); in main()
94 pow2 = extracted.alignment & (extracted.alignment - 1); in main()
97 pow2 == 0 ? "" : " NOT", extracted.alignment); in main()
100 misalign = extracted.load_address & (extracted.alignment - 1); in main()
/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()
/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
H A Dext-ctrls-codec-stateless.rst26 Specifies the sequence parameter set (as extracted from the
171 Specifies the picture parameter set (as extracted from the
277 Specifies the scaling matrix (as extracted from the bitstream) for
311 Specifies the slice parameters (as extracted from the bitstream)
522 Specifies the decode parameters (as extracted from the bitstream)
800 Specifies the FWHT (Fast Walsh Hadamard Transform) parameters (as extracted
1263 Specifies the sequence parameters (as extracted from the bitstream) for the
1295 - The current profile and level indication as extracted from the
1325 Specifies the picture parameters (as extracted from the bitstream) for the
2055 Specifies the Sequence Parameter Set fields (as extracted from the
[all …]
/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
/linux/lib/
H A Diov_iter.c1006 size_t extracted = 0, count = iter->count, iov_offset = iter->iov_offset; in iter_folioq_get_pages() local
1027 part = umin(part, umin(maxsize - extracted, fsize - offset)); in iter_folioq_get_pages()
1030 extracted += part; in iter_folioq_get_pages()
1038 if (maxpages == 0 || extracted >= maxsize) in iter_folioq_get_pages()
1055 return extracted; in iter_folioq_get_pages()
1589 size_t extracted = 0, offset, slot = i->folioq_slot; in iov_iter_extract_folioq_pages() local
1612 part = umin(part, umin(maxsize - extracted, fsize - offset)); in iov_iter_extract_folioq_pages()
1615 extracted += part; in iov_iter_extract_folioq_pages()
1620 if (nr >= maxpages || extracted >= maxsize) in iov_iter_extract_folioq_pages()
1635 return extracted; in iov_iter_extract_folioq_pages()
/linux/scripts/gcc-plugins/
H A DKconfig42 Note that entropy extracted this way is not cryptographically
/linux/net/dccp/ccids/
H A DKconfig34 This text was extracted from RFC 4340 (sec. 10.2),
/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
H A Dopenvswitch.rst76 information about a packet that cannot be extracted from the packet
78 attributes, however, are extracted from headers within the packet,
/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
/linux/Documentation/admin-guide/media/
H A Dlmedm04.rst56 Other LG firmware can be extracted manually from US280D.sys
/linux/fs/unicode/
H A DREADME.utf8data12 https://www.unicode.org/Public/12.1.0/ucd/extracted/DerivedCombiningClass.txt
/linux/Documentation/firmware-guide/acpi/
H A Dintel-pmc-mux.rst78 is 1's based, and value 0 is illegal. The driver uses the numbers extracted from
/linux/Documentation/filesystems/
H A Dramfs-rootfs-initramfs.rst95 extracted into rootfs when the kernel boots up. After extracting, the kernel
100 archive is extracted into it, the kernel will fall through to the older code
319 extracted in init/initramfs.c. All three together come to less than 26k
/linux/arch/alpha/lib/
H A Dstxcpy.S148 or t6, t2, t2 # e1 : already extracted before
H A Dev6-stxcpy.S171 or t6, t2, t2 # E : already extracted before (stall)
/linux/Documentation/gpu/
H A Ddrm-internals.rst133 been mapped and any necessary information has been extracted, it should
/linux/Documentation/admin-guide/pm/
H A Dintel_idle.rst81 descriptions extracted from it are stored in a preliminary list of idle states
145 platform firmware is extracted from them.
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-hummingboard2.dtsi282 * The GPIO numbers can be extracted using
/linux/Documentation/core-api/
H A Dcircular-buffers.rst106 This returns the number of consecutive items[2] that can be extracted from
/linux/Documentation/driver-api/i3c/
H A Dprotocol.rst138 The payload length is not explicitly passed on the bus, and should be extracted
/linux/Documentation/driver-api/media/drivers/
H A Ddvb-usb.rst195 properly with firmware extracted from 2.422
/linux/arch/m68k/fpsp040/
H A Ddo_func.S13 | CMDREG1B and STAG are extracted from the fsave frame

12