Home
last modified time | relevance | path

Searched refs:extracted (Results 1 – 25 of 44) 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/Documentation/crypto/
H A Dsha3.rst17 data is extracted at the end. The Keccak sponge function is designed such that
95 Finally, the output data is extracted with any number of calls to::
99 and telling it how much data should be extracted. Note that performing multiple
105 Once all the desired output has been extracted, zeroize the context::
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-compressed.rst65 without the start code, as extracted from the H264 bitstream.
119 - MPEG-2 parsed slice data, as extracted from the MPEG-2 bitstream.
163 - VP8 parsed frame, including the frame header, as extracted from the container.
185 - VP9 parsed frame, including the frame header, as extracted from the container.
210 - HEVC parsed slice data, as extracted from the HEVC bitstream.
266 - AV1 parsed frame, including the frame header, as extracted from the container.
H A Dmetafmt-uvc.rst16 This format describes standard UVC metadata, extracted from UVC packet headers
H A Dext-ctrls-codec-stateless.rst27 Specifies the sequence parameter set (as extracted from the
172 Specifies the picture parameter set (as extracted from the
278 Specifies the scaling matrix (as extracted from the bitstream) for
312 Specifies the slice parameters (as extracted from the bitstream)
523 Specifies the decode parameters (as extracted from the bitstream)
801 Specifies the FWHT (Fast Walsh Hadamard Transform) parameters (as extracted
1264 Specifies the sequence parameters (as extracted from the bitstream) for the
1296 - The current profile and level indication as extracted from the
1326 Specifies the picture parameters (as extracted from the bitstream) for the
2056 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/net/rxrpc/
H A Dinput.c965 unsigned long extracted = ~0UL; in rxrpc_input_soft_acks() local
978 shiftr_adv_rotr(acks, extracted); in rxrpc_input_soft_acks()
988 _debug("bound %16lx %u", extracted, nr); in rxrpc_input_soft_acks()
990 rxrpc_input_soft_ack_tq(call, summary, tq, extracted, RXRPC_NR_TXQUEUE, in rxrpc_input_soft_acks()
992 extracted = ~0UL; in rxrpc_input_soft_acks()
1001 extracted >>= RXRPC_NR_TXQUEUE - nr_reported; in rxrpc_input_soft_acks()
1002 _debug("tail %16lx %u", extracted, nr_reported); in rxrpc_input_soft_acks()
1003 rxrpc_input_soft_ack_tq(call, summary, tq, extracted, nr_reported, in rxrpc_input_soft_acks()
/linux/scripts/gcc-plugins/
H A DKconfig32 Note that entropy extracted this way is not cryptographically
/linux/net/dccp/ccids/
H A DKconfig
/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/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/gpu/nova/core/
H A Dfwsec.rst31 it is extracted, see vbios.rst and the vbios.rs source code.
/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/networking/
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/core-api/
H A Dcircular-buffers.rst106 This returns the number of consecutive items[2] that can be extracted from
/linux/Documentation/admin-guide/pm/
H A Dintel_idle.rst102 descriptions extracted from it are stored in a preliminary list of idle states
166 platform firmware is extracted from them.
/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
/linux/Documentation/sound/designs/
H A Dcompress-offload.rst216 So we need to pass this to DSP. This metadata is extracted from ID3/MP4 headers
/linux/Documentation/admin-guide/
H A Ddynamic-debug-howto.rst290 ``foo`` is extracted from the param-name, and applied to each query in
/linux/drivers/usb/misc/
H A DKconfig261 The firmware for this driver must be extracted from the MacOS
/linux/drivers/block/
H A DKconfig249 are doing. If you boot from a filesystem that needs to be extracted

12