| /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 D | hash-table.h | 372 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 D | hash-table.h | 372 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 D | 0001-sconex-Descriptor.cpp-fix-build-with-gcc-11.patch | 4 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 D | 0002-Fix-mismatched-usage-length-build-fail-on-g.patch | 9 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 D | hid-alps.rst | 18 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 D | hidraw.rst | 71 Get Report Descriptor Size 76 Get Report Descriptor
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/crypto/ |
| H A D | fsl-sec2.txt | 17 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 D | apm-xgene-dma.txt | 12 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 D | journal.rst | 144 - 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 D | apm-xgene-enet.txt | 15 - "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 D | file-format.rst | 119 | Descriptor Count | 131 | Descriptor TLVs |
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-driver-dma-ioatdma | 18 Description: Descriptor ring size, total number of descriptors available.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/fsl/ |
| H A D | qman.txt | 82 for QMan Frame Queue Descriptor (FQD) and Packed Frame Descriptor Record (PFDR).
|
| /OK3568_Linux_fs/kernel/sound/soc/au1x/ |
| H A D | Kconfig | 10 Controllers in AC97 and I2S mode, and the Descriptor-Based DMA
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | ladspa.h | 437 LADSPA_Handle (*instantiate)(const struct _LADSPA_Descriptor * Descriptor,
|
| /OK3568_Linux_fs/buildroot/package/android-tools/ |
| H A D | 0013-adbd-Support-usb3.0.patch | 36 /* Descriptor of an non-audio endpoint */
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-usb-lvstest | 9 Write to this node to issue "Get Device Descriptor"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/ti/ |
| H A D | keystone-navigator-qmss.txt | 13 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 D | dir | 55 * 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 D | dir | 55 * Bfd: (bfd). The Binary File Descriptor library.
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/Documentation/ |
| H A D | sysfs-bus-greybus | 67 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 D | knav-qmss.rst | 19 descriptor RAM. Descriptor RAM is configurable as internal or external memory.
|
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | async-tx-api.rst | 16 3.3 Descriptor management 91 3.3 Descriptor management
|
| /OK3568_Linux_fs/kernel/Documentation/PCI/ |
| H A D | acpi-info.rst | 137 QWord/DWord/Word Address Space Descriptor (.1, .2, .3) 140 Extended Address Space Descriptor (.4)
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | Kconfig | 63 bool "ARMv7/v8 Long Descriptor Format" 82 bool "ARMv7/v8 Short Descriptor Format"
|