Home
last modified time | relevance | path

Searched full:extracted (Results 1 – 25 of 283) sorted by relevance

12345678910>>...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 in main()
[all...]
/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h52 /*! The 8 bit value used to compare with extracted value for byte 3. */
54 /*! The 8 bit value used to compare with extracted value for byte 2. */
56 /*! The 8 bit value used to compare with extracted value for byte 1. */
58 /*! The 8 bit value used to compare with extracted value for byte 0. */
60 /*! The 8 bit TCI field used to compare with extracted value. */
65 * extracted value.
76 /*! The 48 bit MAC_SA field used to compare with extracted value. */
78 /*! The 48 bit MAC_DA field used to compare with extracted value. */
80 /*! The 32 bit Packet number used to compare with extracted value. */
82 /*! 0~63: byte location used extracted b
[all...]
/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.
/linux/drivers/pci/hotplug/
H A Dcpci_hotplug_core.c314 int extracted; in check_slots() local
324 extracted = inserted = 0; in check_slots()
376 dbg("%s - slot %s extracted", in check_slots()
389 extracted++; in check_slots()
406 dbg("inserted=%d, extracted=%d, extracting=%d", in check_slots()
407 inserted, extracted, atomic_read(&extracting)); in check_slots()
408 if (inserted || extracted) in check_slots()
409 return extracted; in check_slots()
/linux/arch/s390/include/asm/
H A Dasm.h27 * extracted condition code. If the condition code is extracted with ipm, the
/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/scripts/clang-tools/
H A Dgen_compile_commands.py158 command_prefix: The extracted command line, up to the last element.
159 file_path: The .c file from the end of the extracted command.
166 ValueError: Could not find the extracted file based on file_path and
/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
/linux/include/crypto/
H A Dhkdf.h5 * Extracted from fs/crypto/hkdf.c, which has
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dguc_capture_fwif.h30 * struct __guc_capture_parsed_output - extracted error capture node
32 * A single unit of extracted error-capture output data grouped together
/linux/include/net/
H A Dllc_pdu.h258 * @skb: input skb that source address must be extracted from it.
270 * @skb: input skb that destination address must be extracted from it
282 * @skb: input skb that source SAP must be extracted from it.
295 * @skb: input skb that destination SAP must be extracted from it.
/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/arch/sh/lib/
H A DMakefile9 # Extracted from libgcc
/linux/scripts/gcc-plugins/
H A DKconfig32 Note that entropy extracted this way is not cryptographically
/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/drivers/firmware/google/
H A Dvpd_decode.h35 * Given the encoded string, this function invokes callback with extracted
/linux/net/tipc/
H A Dmsg.c574 * @skb: buffer to be extracted from.
575 * @iskb: extracted inner buffer, to be returned
576 * @pos: position in outer message of msg to be extracted.
578 * Consumes outer buffer when last packet extracted
579 * Return: true when there is an extracted buffer, otherwise false
/linux/block/partitions/
H A Dultrix.c5 * Code extracted from drivers/block/genhd.c
H A Dosf.c5 * Code extracted from drivers/block/genhd.c
/linux/fs/netfs/
H A Diterator.c28 * allowed on the pages extracted.
31 * iterator will have been advanced by the amount extracted.
/linux/arch/powerpc/sysdev/
H A Dgrackle.c4 * Extracted from arch/powerpc/platforms/powermac/pci.c.
/linux/include/linux/
H A Dzconf.h31 * created by gzip. (Files created by minigzip can still be extracted by
/linux/arch/sh/include/asm/
H A Ddma-register.h5 * extracted from arch/sh/include/asm/dma-sh.h:
/linux/include/uapi/sound/
H A Dcompress_params.h232 * These options were extracted from the OpenMAX IL spec and Gstreamer vorbisenc
253 * These options were extracted from the OpenMAX IL spec
268 * These options were extracted from the FLAC online documentation
/linux/drivers/video/fbdev/omap/
H A Dlcd_dma.h5 * Extracted from arch/arm/plat-omap/include/plat/dma.h

12345678910>>...12