| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | prettywriter.h | 113 new (Base::level_stack_.template Push<typename Base::Level>()) typename Base::Level(false); in StartObject() 127 RAPIDJSON_ASSERT(Base::level_stack_.GetSize() >= sizeof(typename Base::Level)); 128 RAPIDJSON_ASSERT(!Base::level_stack_.template Top<typename Base::Level>()->inArray); 129 bool empty = Base::level_stack_.template Pop<typename Base::Level>(1)->valueCount == 0; 145 new (Base::level_stack_.template Push<typename Base::Level>()) typename Base::Level(true); in StartArray() 151 RAPIDJSON_ASSERT(Base::level_stack_.GetSize() >= sizeof(typename Base::Level)); 152 RAPIDJSON_ASSERT(Base::level_stack_.template Top<typename Base::Level>()->inArray); 153 bool empty = Base::level_stack_.template Pop<typename Base::Level>(1)->valueCount == 0; 193 typename Base::Level* level = Base::level_stack_.template Top<typename Base::Level>(); in PrettyPrefix() 235 … size_t count = (Base::level_stack_.GetSize() / sizeof(typename Base::Level)) * indentCharCount_; in WriteIndent()
|
| H A D | writer.h | 100 …os_(&os), level_stack_(stackAllocator, levelDepth * sizeof(Level)), maxDecimalPlaces_(kDefaultMaxD… 104 …os_(0), level_stack_(allocator, levelDepth * sizeof(Level)), maxDecimalPlaces_(kDefaultMaxDecimalP… 206 new (level_stack_.template Push<Level>()) Level(false); in StartObject() 214 RAPIDJSON_ASSERT(level_stack_.GetSize() >= sizeof(Level)); 215 RAPIDJSON_ASSERT(!level_stack_.template Top<Level>()->inArray); 216 level_stack_.template Pop<Level>(1); 222 new (level_stack_.template Push<Level>()) Level(true); in StartArray() 228 RAPIDJSON_ASSERT(level_stack_.GetSize() >= sizeof(Level)); 229 RAPIDJSON_ASSERT(level_stack_.template Top<Level>()->inArray); 230 level_stack_.template Pop<Level>(1); [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-backlight | 65 1 Level 1: daylight 66 2 Level 2: bright 67 3 Level 3: dark 74 1 Level 1: daylight 75 2 Level 2: bright 76 3 Level 3: office 77 4 Level 4: indoor 78 5 Level 5: dark
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/acpi/ |
| H A D | irqlinks.asl | 38 IRQ(Level, ActiveLow, Shared) { 5, 6, 7, 10, 11, 12, 14, 15 } 46 IRQ(Level, ActiveLow, Shared) {} 96 IRQ(Level, ActiveLow, Shared) { 5, 6, 7, 10, 11, 12, 14, 15 } 104 IRQ(Level, ActiveLow, Shared) {} 154 IRQ(Level, ActiveLow, Shared) { 5, 6, 7, 10, 11, 12, 14, 15 } 162 IRQ(Level, ActiveLow, Shared) {} 212 IRQ(Level, ActiveLow, Shared) { 5, 6, 7, 10, 11, 12, 14, 15 } 220 IRQ(Level, ActiveLow, Shared) {} 270 IRQ(Level, ActiveLow, Shared) { 5, 6, 7, 10, 11, 12, 14, 15 } 278 IRQ(Level, ActiveLow, Shared) {} [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_wpp.h | 54 ((WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \ 64 ((WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \ 150 (WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \ 181 ((WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \ 222 ((WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \ 249 ((WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \ 269 ((WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_wpp.h | 54 ((WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \ 64 ((WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \ 150 (WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \ 181 ((WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \ 222 ((WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \ 249 ((WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \ 269 ((WPP_CONTROL(WPP_BIT_ ## COMPID).Level >= LEVEL) && \
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/ |
| H A D | fsl-ls208xa.dtsi | 252 interrupts = <1 7 0x8>; /* PMU PPI, Level low type */ 329 interrupts = <0 32 0x4>; /* Level high type */ 336 interrupts = <0 32 0x4>; /* Level high type */ 343 interrupts = <0 33 0x4>; /* Level high type */ 350 interrupts = <0 33 0x4>; /* Level high type */ 624 interrupts = <0 26 0x4>; /* Level high type */ 634 interrupts = <0 28 0x4>; /* Level high type */ 645 interrupts = <0 36 0x4>; /* Level high type */ 656 interrupts = <0 36 0x4>; /* Level high type */ 667 interrupts = <0 37 0x4>; /* Level high type */ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | todo.rst | 39 Level: Intermediate 59 Level: Advanced 73 Level: Advanced 95 Level: Advanced 110 Level: Advanced 140 Level: Intermediate 165 Level: Advanced 182 Level: Starter 194 Level: Intermediate 205 Level: Intermediate [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/ |
| H A D | geocluetypes.h | 49 enum Level { enum 64 inline Level level() const { return m_level; } in level() 69 Level m_level;
|
| H A D | qgeocluemaster.h | 73 bool createMasterClient(Accuracy::Level accuracyLevel, ResourceFlags resourceFlags);
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-baytrail/acpi/ |
| H A D | gpio.asl | 20 Interrupt(ResourceConsumer, Level, ActiveLow, Shared, , ,) 49 Interrupt(ResourceConsumer, Level, ActiveLow, Shared, , ,) 78 Interrupt(ResourceConsumer, Level, ActiveLow, Shared, , ,)
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | ca_high_level.rst | 14 With the High Level CI approach any new card with almost any random 65 With this High Level CI interface, the interface can be defined with the 102 Descriptors(Program Level)=[ 09 06 06 04 05 50 ff f1] 139 | | | High Level CI driver 156 The High Level CI interface uses the EN50221 DVB standard, following a
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | intel,ce4100-ioapic.txt | 19 1 - Level Low 20 2 - Level High
|
| H A D | brcm,bcm3380-l2-intc.txt | 1 Broadcom BCM3380-style Level 1 / Level 2 interrupt controller
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-codec.rst | 818 - Level 1.0 820 - Level 1B 822 - Level 1.1 824 - Level 1.2 826 - Level 1.3 828 - Level 2.0 830 - Level 2.1 832 - Level 2.2 834 - Level 3.0 836 - Level 3.1 [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/firmware/ |
| H A D | other_interfaces.rst | 21 at Exception Level 1 (EL1), access to the features requires 22 Exception Level 3 (EL3).
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | entry-compact.S | 145 ; Level 2 ISR: Can interrupt a Level 1 ISR 223 ; Level 1 ISR 342 ; Returning from Interrupts (Level 1 or 2) 346 ; Level 2 interrupt return Path - from hardware standpoint
|
| H A D | ctx_sw_asm.S | 16 ;################### Low Level Context Switch ##########################
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | fsl-ls2080a.dtsi | 65 interrupts = <0 26 0x4>; /* Level high type */ 82 interrupts = <0 80 0x4>; /* Level high type */ 89 interrupts = <0 81 0x4>; /* Level high type */
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
| H A D | README.lsch3 | 209 Level 0 Level 1 Level 2 243 Level 0 Level 1 Level 2
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | cs35l32.txt | 8 of the AD0 pin. Level 0 is 0x40 while Level 1 is 0x41.
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/ |
| H A D | digsy_mtc.dts | 141 interrupts = <1 2 3>; // Level-low 148 interrupts = <1 2 3>; // Level-low
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtl818x/ |
| H A D | Kconfig | 22 Level-One WPC-0101 70 Level 1 WNC-0301USB
|
| /OK3568_Linux_fs/kernel/Documentation/power/regulator/ |
| H A D | overview.rst | 96 Regulator Level: This is defined by the regulator hardware 104 Power Domain Level: This is defined in software by kernel 112 Consumer Level: This is defined by consumer drivers
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/gpio/ |
| H A D | gpio-msm.txt | 6 This controller is called "Top Level Mode Multiplexing" in
|