Home
last modified time | relevance | path

Searched full:clear (Results 1 – 25 of 7732) sorted by relevance

12345678910>>...310

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dclear.hpp38 namespace detail { namespace clear namespace
46 traits::clear<Geometry>::apply(geometry); in apply()
55 traits::clear in apply()
62 traits::clear in apply()
81 }} // namespace detail::clear
93 struct clear: not_implemented<Tag> struct
96 // Point/box/segment do not have clear. So specialize to do nothing.
98 struct clear<Geometry, point_tag> struct
99 : detail::clear::no_action<Geometry>
103 struct clear<Geometry, box_tag> struct
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dio.h99 #define clrbits(type, addr, clear) \ argument
100 write_##type((addr), read_##type(addr) & ~(clear))
105 #define clrsetbits(type, addr, clear, set) \ argument
106 write_##type((addr), (read_##type(addr) & ~(clear)) | (set))
108 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument
110 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument
112 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument
114 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument
116 #define clrbits_be16(addr, clear) clrbits(be16, addr, clear) argument
118 #define clrsetbits_be16(addr, clear, set) clrsetbits(be16, addr, clear, set) argument
[all …]
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dio.h77 #define clrbits(type, addr, clear) \ argument
78 out_##type((addr), in_##type(addr) & ~(clear))
83 #define clrsetbits(type, addr, clear, set) \ argument
84 out_##type((addr), (in_##type(addr) & ~(clear)) | (set))
86 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument
88 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument
90 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument
92 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument
94 #define clrbits_be16(addr, clear) clrbits(be16, addr, clear) argument
96 #define clrsetbits_be16(addr, clear, set) clrsetbits(be16, addr, clear, set) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A D53c700.scr166 CLEAR TARGET
181 CLEAR ACK
195 CLEAR ACK
199 CLEAR ACK
208 CLEAR ACK
212 CLEAR ACK
216 CLEAR ACK
220 CLEAR ACK
224 CLEAR ACK
232 CLEAR ACK
[all …]
/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/
H A Dio.h116 * Clear and set bits in one shot. These macros can be used to clear and
119 * specifying the mask in the 'clear' parameter and the new bit pattern
141 #define clrbits(type, addr, clear) \ argument
142 out_##type((addr), in_##type(addr) & ~(clear))
147 #define clrsetbits(type, addr, clear, set) \ argument
148 out_##type((addr), (in_##type(addr) & ~(clear)) | (set))
150 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument
152 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument
154 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument
156 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument
[all …]
/OK3568_Linux_fs/u-boot/arch/arc/include/asm/
H A Dio.h269 * Clear and set bits in one shot. These macros can be used to clear and
272 * specifying the mask in the 'clear' parameter and the new bit pattern
276 #define clrbits(type, addr, clear) \ argument
277 out_##type((addr), in_##type(addr) & ~(clear))
282 #define clrsetbits(type, addr, clear, set) \ argument
283 out_##type((addr), (in_##type(addr) & ~(clear)) | (set))
285 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument
287 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument
289 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument
291 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument
[all …]
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dio.h212 /* Clear and set bits in one shot. These macros can be used to clear and
215 * specifying the mask in the 'clear' parameter and the new bit pattern
219 #define clrbits(type, addr, clear) \ argument
220 out_##type((addr), in_##type(addr) & ~(clear))
225 #define clrsetbits(type, addr, clear, set) \ argument
226 out_##type((addr), (in_##type(addr) & ~(clear)) | (set))
228 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument
230 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument
232 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument
234 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument
[all …]
H A Dimmap_5445x.h149 u8 ppdsdr_fec0l; /* FEC0 Low Port Clear Output Data Register */
171 u8 pclrr_fec0h; /* FEC0 High Port Clear Output Data Register */
173 u8 pclrr_ssi; /* SSI Port Clear Output Data Register */
174 u8 pclrr_fbctl; /* Flexbus Control Port Clear Output Data Register */
175 u8 pclrr_be; /* Flexbus Byte Enable Port Clear Output Data Register */
176 u8 pclrr_cs; /* Flexbus Chip-Select Port Clear Output Data Register */
177 u8 pclrr_dma; /* DMA Port Clear Output Data Register */
178 u8 pclrr_feci2c; /* FEC1 / I2C Port Clear Output Data Register */
180 u8 pclrr_uart; /* UART Port Clear Output Data Register */
181 u8 pclrr_dspi; /* DSPI Port Clear Output Data Register */
[all …]
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dio.h198 * Clear and set bits in one shot. These macros can be used to clear and
201 * specifying the mask in the 'clear' parameter and the new bit pattern
205 #define clrbits(type, addr, clear) \ argument
206 out_##type((addr), in_##type(addr) & ~(clear))
211 #define clrsetbits(type, addr, clear, set) \ argument
212 out_##type((addr), (in_##type(addr) & ~(clear)) | (set))
214 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument
216 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument
218 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument
220 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/mm/ptdump/
H A Dbook3s64.c17 .clear = " ",
22 .clear = " ",
27 .clear = " ",
32 .clear = " ",
37 .clear = " ",
42 .clear = " ",
47 .clear = "present",
52 .clear = " ",
57 .clear = " ",
62 .clear = " ",
[all …]
H A Dshared.c17 .clear = " ",
22 .clear = "rw",
27 .clear = " ",
32 .clear = " ",
37 .clear = " ",
42 .clear = " ",
47 .clear = " ",
52 .clear = " ",
57 .clear = " ",
62 .clear = " ",
H A D8xx.c22 .clear = " ",
27 .clear = " ",
44 .clear = " ",
49 .clear = " ",
54 .clear = " ",
59 .clear = " ",
64 .clear = " ",
69 .clear = " ",
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dio.h249 /* Clear and set bits in one shot. These macros can be used to clear and
252 * specifying the mask in the 'clear' parameter and the new bit pattern
256 #define clrbits(type, addr, clear) \ argument
257 out_##type((addr), in_##type(addr) & ~(clear))
262 #define clrsetbits(type, addr, clear, set) \ argument
263 out_##type((addr), (in_##type(addr) & ~(clear)) | (set))
265 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument
267 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument
269 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument
271 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_geocoding.qml126 boundsSpy.clear()
190 errorSpy.clear()
195 errorSpy.clear()
200 errorSpy.clear()
205 errorSpy.clear()
210 errorSpy.clear()
315 locationsSlackSpy.clear()
316 countSlackSpy.clear()
317 querySlackSpy.clear()
318 errorStringSlackSpy.clear()
[all …]
H A Dtst_position.qml68 latitudeValidSpy.clear();
69 longitudeValidSpy.clear();
70 altitudeValidSpy.clear();
71 timestampSpy.clear();
72 speedSpy.clear();
73 speedValidSpy.clear();
74 coordinateSpy.clear();
75 horizontalAccuracySpy.clear();
76 horizontalAccuracyValidSpy.clear();
77 verticalAccuracySpy.clear();
[all …]
/OK3568_Linux_fs/kernel/arch/nds32/lib/
H A Dclear_user.S9 * Purpose : clear some user memory
10 * Params : addr - user memory address to clear
11 * : sz - number of bytes to clear
19 xor $p1, $p1, $p1 ! Use $p1=0 to clear mem
20 srli $p0, $r1, #2 ! $p0 = number of word to clear
22 beqz $p0, byte_clear ! Only less than a word to clear
24 USER( smw.bim,$p1, [$r0], $p1) ! Clear the word
26 bnez $p0, word_clear ! Continue looping to clear all words
29 USER( sbi.bi, $p1, [$r0], #1) ! Clear the byte
31 bnez $r1, byte_clear ! Continue looping to clear all left bytes
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dcpu_setup_ppc970.S21 * pages are enabled with HID4:61 and clear HID5:DCBZ_size and
26 rldimi r3,r0,40,23 /* clear bit 23 (rm_ci) */
27 rldimi r3,r0,2,61 /* clear bit 61 (lg_pg_en) */
33 rldimi r3,r0,6,56 /* clear bits 56 & 57 (DCBZ*) */
48 /* Clear HIOR */
51 mtspr SPRN_HIOR,0 /* Clear interrupt prefix */
77 li r11,5 /* clear DOZE and SLEEP */
80 rldimi r0,r11,32,31 /* clear EN_ATTN */
91 li r11,0x15 /* clear DOZE and SLEEP */
94 rldimi r0,r11,32,31 /* clear EN_ATTN */
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-imx/
H A Dpm-imx5.c55 u32 clear; member
74 {.offset = 0x584, .clear = MX53_DSE_HIGHZ_MASK}, /* DQM0 */
75 {.offset = 0x594, .clear = MX53_DSE_HIGHZ_MASK}, /* DQM1 */
76 {.offset = 0x560, .clear = MX53_DSE_HIGHZ_MASK}, /* DQM2 */
77 {.offset = 0x554, .clear = MX53_DSE_HIGHZ_MASK}, /* DQM3 */
78 {.offset = 0x574, .clear = MX53_DSE_HIGHZ_MASK}, /* CAS */
79 {.offset = 0x588, .clear = MX53_DSE_HIGHZ_MASK}, /* RAS */
80 {.offset = 0x578, .clear = MX53_DSE_HIGHZ_MASK}, /* SDCLK_0 */
81 {.offset = 0x570, .clear = MX53_DSE_HIGHZ_MASK}, /* SDCLK_1 */
83 {.offset = 0x580, .clear = MX53_DSE_HIGHZ_MASK}, /* SDODT0 */
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-pin-error-inj.rst34 # Clear error injections:
35 # clear clear all rx and tx error injections
36 # rx-clear clear all rx error injections
37 # tx-clear clear all tx error injections
38 # <op> clear clear all rx and tx error injections for <op>
39 # <op> rx-clear clear all rx error injections for <op>
40 # <op> tx-clear clear all tx error injections for <op>
76 clear
92 addition, there are commands to clear existing error injection commands and
129 Clear Error Injections
[all …]
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dio.h185 * Clear and set bits in one shot. These macros can be used to clear and
188 * specifying the mask in the 'clear' parameter and the new bit pattern
192 #define clrbits(type, addr, clear) \ argument
193 out_##type((addr), in_##type(addr) & ~(clear))
198 #define clrsetbits(type, addr, clear, set) \ argument
199 out_##type((addr), (in_##type(addr) & ~(clear)) | (set))
201 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument
203 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument
205 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument
207 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/soc/tegra/
H A Dflowctrl.c80 /* clear wfe bitmap */ in flowctrl_cpu_suspend_enter()
82 /* clear wfi bitmap */ in flowctrl_cpu_suspend_enter()
90 /* clear wfe bitmap */ in flowctrl_cpu_suspend_enter()
92 /* clear wfi bitmap */ in flowctrl_cpu_suspend_enter()
113 reg |= FLOW_CTRL_CSR_INTR_FLAG; /* clear intr flag */ in flowctrl_cpu_suspend_enter()
114 reg |= FLOW_CTRL_CSR_EVENT_FLAG; /* clear event flag */ in flowctrl_cpu_suspend_enter()
136 /* clear wfe bitmap */ in flowctrl_cpu_suspend_exit()
138 /* clear wfi bitmap */ in flowctrl_cpu_suspend_exit()
144 /* clear wfe bitmap */ in flowctrl_cpu_suspend_exit()
146 /* clear wfi bitmap */ in flowctrl_cpu_suspend_exit()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ds3c2410_udc_regs.h83 #define S3C2410_UDC_INT_EP4 (1 << 4) /* R/W (clear only) */
84 #define S3C2410_UDC_INT_EP3 (1 << 3) /* R/W (clear only) */
85 #define S3C2410_UDC_INT_EP2 (1 << 2) /* R/W (clear only) */
86 #define S3C2410_UDC_INT_EP1 (1 << 1) /* R/W (clear only) */
87 #define S3C2410_UDC_INT_EP0 (1 << 0) /* R/W (clear only) */
89 #define S3C2410_UDC_USBINT_RESET (1 << 2) /* R/W (clear only) */
90 #define S3C2410_UDC_USBINT_RESUME (1 << 1) /* R/W (clear only) */
91 #define S3C2410_UDC_USBINT_SUSPEND (1 << 0) /* R/W (clear only) */
109 #define S3C2410_UDC_ICSR1_SENTSTL (1 << 5) /* R/W (clear only) */
112 #define S3C2410_UDC_ICSR1_UNDRUN (1 << 2) /* R/W (clear only) */
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfosource/
H A Dtestqgeosatelliteinfosource.cpp263 spyView.clear(); in startUpdates_testIntervals()
264 spyUse.clear(); in startUpdates_testIntervals()
296 spyView.clear(); in startUpdates_testIntervalChangesWhileRunning()
297 spyUse.clear(); in startUpdates_testIntervalChangesWhileRunning()
302 spyView.clear(); in startUpdates_testIntervalChangesWhileRunning()
303 spyUse.clear(); in startUpdates_testIntervalChangesWhileRunning()
308 spyView.clear(); in startUpdates_testIntervalChangesWhileRunning()
309 spyUse.clear(); in startUpdates_testIntervalChangesWhileRunning()
314 spyView.clear(); in startUpdates_testIntervalChangesWhileRunning()
315 spyUse.clear(); in startUpdates_testIntervalChangesWhileRunning()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dio.h139 * Clear and set bits in one shot. These macros can be used to clear and
142 * specifying the mask in the 'clear' parameter and the new bit pattern
166 #define clrbits(type, addr, clear) \ argument
167 out_##type((addr), in_##type(addr) & ~(clear))
172 #define clrsetbits(type, addr, clear, set) \ argument
173 out_##type((addr), (in_##type(addr) & ~(clear)) | (set))
175 #define clrbits_be32(addr, clear) clrbits(be32, addr, clear) argument
177 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, set) argument
179 #define clrbits_le32(addr, clear) clrbits(le32, addr, clear) argument
181 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/media/cec/core/
H A Dcec-pin-error-inj.c90 if (!strcmp(token, "clear")) { in cec_pin_error_inj_parse_line()
99 if (!strcmp(token, "rx-clear")) { in cec_pin_error_inj_parse_line()
105 if (!strcmp(token, "tx-clear")) { in cec_pin_error_inj_parse_line()
180 if (!strcmp(token, "clear")) { in cec_pin_error_inj_parse_line()
184 if (!strcmp(token, "rx-clear")) { in cec_pin_error_inj_parse_line()
188 if (!strcmp(token, "tx-clear")) { in cec_pin_error_inj_parse_line()
267 seq_puts(sf, "# Clear error injections:\n"); in cec_pin_error_inj_show()
268 seq_puts(sf, "# clear clear all rx and tx error injections\n"); in cec_pin_error_inj_show()
269 seq_puts(sf, "# rx-clear clear all rx error injections\n"); in cec_pin_error_inj_show()
270 seq_puts(sf, "# tx-clear clear all tx error injections\n"); in cec_pin_error_inj_show()
[all …]

12345678910>>...310