Home
last modified time | relevance | path

Searched refs:Descriptor (Results 1 – 25 of 84) sorted by relevance

1234

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dhash-table.h372 template <typename Descriptor, bool Lazy = false,
376 typedef typename Descriptor::value_type value_type;
377 typedef typename Descriptor::compare_type compare_type;
430 return find_with_hash (value, Descriptor::hash (value)); in find()
435 return find_slot_with_hash (value, Descriptor::hash (value), insert); in find_slot()
457 remove_elt_with_hash (value, Descriptor::hash (value)); in remove_elt()
536 return Descriptor::is_deleted (v); in is_deleted()
541 return Descriptor::is_empty (v); in is_empty()
546 Descriptor::mark_deleted (v); in mark_deleted()
551 Descriptor::mark_empty (v); in mark_empty()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dhash-table.h372 template <typename Descriptor, bool Lazy = false,
376 typedef typename Descriptor::value_type value_type;
377 typedef typename Descriptor::compare_type compare_type;
430 return find_with_hash (value, Descriptor::hash (value)); in find()
435 return find_slot_with_hash (value, Descriptor::hash (value), insert); in find_slot()
457 remove_elt_with_hash (value, Descriptor::hash (value)); in remove_elt()
536 return Descriptor::is_deleted (v); in is_deleted()
541 return Descriptor::is_empty (v); in is_empty()
546 Descriptor::mark_deleted (v); in mark_deleted()
551 Descriptor::mark_empty (v); in mark_empty()
[all …]
/OK3568_Linux_fs/buildroot/package/sconeserver/
H A D0001-sconex-Descriptor.cpp-fix-build-with-gcc-11.patch4 Subject: [PATCH] sconex/Descriptor.cpp: fix build with gcc 11
9 from ../sconex/Descriptor.h:63,
10 from Descriptor.cpp:22:
11 Descriptor.cpp: In member function 'void scx::Descriptor::add_stream(scx::Stream*)':
12 Descriptor.cpp:150:22: error: ordered comparison of pointer with integer zero ('scx::Stream*' and '…
16 Descriptor.cpp: In member function 'bool scx::Descriptor::remove_stream(scx::Stream*)':
17 Descriptor.cpp:204:22: error: ordered comparison of pointer with integer zero ('scx::Stream*' and '…
27 sconex/Descriptor.cpp | 4 ++--
30 diff --git a/sconex/Descriptor.cpp b/sconex/Descriptor.cpp
32 --- a/sconex/Descriptor.cpp
[all …]
/OK3568_Linux_fs/buildroot/package/lugaru/
H A D0002-Fix-mismatched-usage-length-build-fail-on-g.patch9 The length of const option::Descriptor usage[] is intended to be
18 (...)/Source/main.cpp:602:5: error: uninitialized const member ‘option::Descriptor::index’
21 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::index’ [-…
22 (...)/Source/main.cpp:602:5: error: uninitialized const member ‘option::Descriptor::type’
23 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::type’ [-W…
24 (...)/Source/main.cpp:602:5: error: uninitialized const member ‘option::Descriptor::shortopt’
25 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::shortopt’…
26 (...)/Source/main.cpp:602:5: error: uninitialized const member ‘option::Descriptor::longopt’
27 (...)/Source/main.cpp:602:5: warning: missing initializer for member ‘option::Descriptor::longopt’ …
28 (...)/Source/main.cpp:602:5: error: uninitialized const member ‘option::Descriptor::check_arg’
[all …]
/OK3568_Linux_fs/kernel/Documentation/hid/
H A Dhid-alps.rst18 HID Descriptor
24 0 wHIDDescLength 001E Length of HID Descriptor : 30 bytes
26 4 wReportDescLength 00B2 Report Descriptor is 178 Bytes (0x00B2)
27 6 wReportDescRegister 0002 Identifier to read Report Descriptor
H A Dhidraw.rst71 Get Report Descriptor Size
76 Get Report Descriptor
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/crypto/
H A Dfsl-sec2.txt17 should be encoded following the SEC's Descriptor Header Dword
34 are available. It's a single 32-bit cell. Descriptor type information
35 should be encoded following the SEC's Descriptor Header Dword DESC_TYPE
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/
H A Dapm-xgene-dma.txt12 2nd - Descriptor ring control and status register address space.
13 3rd - Descriptor ring command register address space.
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Djournal.rst144 - Descriptor. This block precedes a series of data blocks that were
340 Descriptor Block
345 journal. Descriptor blocks are open-coded instead of being completely
347 Descriptor blocks consume at least 36 bytes, but use a full block:
356 - Descriptor
381 - Descriptor
447 - Descriptor
497 - Descriptor
593 - Descriptor
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dapm-xgene-enet.txt15 - "ring_csr": Descriptor ring control and status register address space
16 - "ring_cmd": Descriptor ring command register address space
/OK3568_Linux_fs/kernel/Documentation/driver-api/pldmfw/
H A Dfile-format.rst119 | Descriptor Count |
131 | Descriptor TLVs |
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-driver-dma-ioatdma18 Description: Descriptor ring size, total number of descriptors available.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/fsl/
H A Dqman.txt82 for QMan Frame Queue Descriptor (FQD) and Packed Frame Descriptor Record (PFDR).
/OK3568_Linux_fs/kernel/sound/soc/au1x/
H A DKconfig10 Controllers in AC97 and I2S mode, and the Descriptor-Based DMA
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dladspa.h437 LADSPA_Handle (*instantiate)(const struct _LADSPA_Descriptor * Descriptor,
/OK3568_Linux_fs/buildroot/package/android-tools/
H A D0013-adbd-Support-usb3.0.patch36 /* Descriptor of an non-audio endpoint */
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-usb-lvstest9 Write to this node to issue "Get Device Descriptor"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/ti/
H A Dkeystone-navigator-qmss.txt13 descriptor RAM. Descriptor RAM is configurable as internal or external memory.
40 - Descriptor memory setup region.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Ddir55 * Bfd: (bfd). The Binary File Descriptor library.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Ddir55 * Bfd: (bfd). The Binary File Descriptor library.
/OK3568_Linux_fs/kernel/drivers/staging/greybus/Documentation/
H A Dsysfs-bus-greybus67 Unipro Device Descriptor Block Level 1 manufacturer ID for the
75 Unipro Device Descriptor Block Level 1 product ID for the
/OK3568_Linux_fs/kernel/Documentation/arm/keystone/
H A Dknav-qmss.rst19 descriptor RAM. Descriptor RAM is configurable as internal or external memory.
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dasync-tx-api.rst16 3.3 Descriptor management
91 3.3 Descriptor management
/OK3568_Linux_fs/kernel/Documentation/PCI/
H A Dacpi-info.rst137 QWord/DWord/Word Address Space Descriptor (.1, .2, .3)
140 Extended Address Space Descriptor (.4)
/OK3568_Linux_fs/kernel/drivers/iommu/
H A DKconfig63 bool "ARMv7/v8 Long Descriptor Format"
82 bool "ARMv7/v8 Short Descriptor Format"

1234