| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | follow_linear_linear.hpp | 72 bool entered) in is_staying_inside() argument 74 if ( !entered ) in is_staying_inside() 91 bool entered) in is_leaving() argument 93 if ( !entered ) in is_leaving() 124 bool entered) in is_isolated_point() argument 126 if ( entered ) in is_isolated_point() 194 bool& entered, in process_turn() argument 209 entered = true; in process_turn() 219 else if ( is_leaving(*it, *op_it, entered) ) in process_turn() 226 entered = false; in process_turn() [all …]
|
| H A D | follow.hpp | 78 bool entered, bool first, in is_leaving() argument 84 return entered in is_leaving() 102 bool entered, bool first, in is_staying_inside() argument 115 return entered || (first && last_covered_by(turn, op, linestring, polygon, strategy)); in is_staying_inside() 236 static inline bool is_entered(bool entered) in is_entered() 238 return entered; in is_entered() 316 static inline bool is_entered(bool entered) in is_entered() 318 return ! normal_action::is_entered(entered); in is_entered() 442 bool entered = false; in apply() local 450 debug_traverse(*it, *iit, "-> Was entered"); in apply() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/isci/ |
| H A D | remote_device.h | 198 * permitted. This state is entered from the INITIAL state. This state 199 * is entered from the STOPPING state. 203 * IO operations are permitted. This state is entered from the STOPPED 208 * This state is entered from the STARTING state. 215 * device. This state is entered when the device is processing a 220 * This state is entered when the device is processing an NCQ reuqest. 225 * remote device. This state is entered when an SDB error FIS is 230 * ATAPI remote device. This state is entered when ATAPI device sends 250 * state is entered from the READY state. This state is entered from 255 * state is entered from the INITIALIZING state. This state is entered [all …]
|
| H A D | host.h | 226 * This state is entered from the INITIAL state. 227 * This state is entered from the RESETTING state. 235 * This state is entered from the RESET state. 242 * This state is entered from the INITIALIZING state. 249 * This state is entered from the INITIALIZED state. 256 * This state is entered from the STARTING state. 265 * This state is entered from the READY state. 266 * This state is entered from the FAILED state. 267 * This state is entered from the STOPPED state. 275 * This state is entered from the READY state. [all …]
|
| H A D | port.h | 150 * entered from the STOPPING state. 154 * This state is entered from the READY state. 157 * entered from the STARTING state. 168 * operations on this port. This state is entered 171 * entered when a port reset request times out. This 172 * state is entered from the RESETTING state.
|
| H A D | request.h | 164 * constructed. This state is entered from the INITIAL state. 167 * This state is entered from the CONSTRUCTED state. 218 * This state is entered from the STARTED state. This state is entered from the 222 * of being terminated/aborted. This state is entered from the CONSTRUCTED 223 * state. This state is entered from the STARTED state.
|
| /OK3568_Linux_fs/kernel/sound/soc/samsung/ |
| H A D | spdif.c | 110 dev_dbg(spdif->dev, "Entered %s\n", __func__); in spdif_snd_txctrl() 125 dev_dbg(spdif->dev, "Entered %s\n", __func__); in spdif_set_sysclk() 148 dev_dbg(spdif->dev, "Entered %s\n", __func__); in spdif_trigger() 188 dev_dbg(spdif->dev, "Entered %s\n", __func__); in spdif_hw_params() 287 dev_dbg(spdif->dev, "Entered %s\n", __func__); in spdif_shutdown() 304 dev_dbg(spdif->dev, "Entered %s\n", __func__); in spdif_suspend() 320 dev_dbg(spdif->dev, "Entered %s\n", __func__); in spdif_resume() 370 dev_dbg(&pdev->dev, "Entered %s\n", __func__); in spdif_probe()
|
| H A D | s3c-i2s-v2.c | 223 pr_debug("Entered %s\n", __func__); in s3c2412_snd_lrsync() 250 pr_debug("Entered %s\n", __func__); in s3c2412_i2s_set_fmt() 302 pr_debug("Entered %s\n", __func__); in s3c_i2sv2_hw_params() 340 pr_debug("Entered %s\n", __func__); in s3c_i2sv2_set_sysclk() 388 pr_debug("Entered %s\n", __func__); in s3c2412_i2s_trigger()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_mbx.c | 124 ql_dbg(ql_dbg_mbx, vha, 0x1000, "Entered %s.\n", __func__); in qla2x00_mailbox_command() 602 "Entered %s.\n", __func__); in qla2x00_load_ram() 673 "Entered %s.\n", __func__); in qla2x00_execute_fw() 811 "Entered %s\n", __func__); in qla_get_exlogin_status() 868 "Entered %s.\n", __func__); in qla_set_exlogin_mem_cfg() 921 "Entered %s\n", __func__); in qla_get_exchoffld_status() 978 "Entered %s.\n", __func__); in qla_set_exchoffld_mem_cfg() 1030 "Entered %s.\n", __func__); in qla2x00_get_fw_version() 1191 "Entered %s.\n", __func__); in qla2x00_get_fw_options() 1239 "Entered %s.\n", __func__); in qla2x00_set_fw_options() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | shared_mutex | 263 // The high bit of _M_state is the write-entered flag which is set to 267 // To take a reader lock, block on gate1 while the write-entered flag is 270 // To release, decrement the count, then if the write-entered flag is set 275 // To take a writer lock, block on gate1 while the write-entered flag is 276 // set, then set the write-entered flag to start queueing, then block on 278 // To release, unset the write-entered flag and signal gate1 to wake all 288 // Used to block while write-entered is set or reader count at maximum. 292 // The write-entered flag and reader count. 299 // Test whether the write-entered flag is set. _M_mut must be locked. 322 // Wait until we can set the write-entered flag. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | shared_mutex | 263 // The high bit of _M_state is the write-entered flag which is set to 267 // To take a reader lock, block on gate1 while the write-entered flag is 270 // To release, decrement the count, then if the write-entered flag is set 275 // To take a writer lock, block on gate1 while the write-entered flag is 276 // set, then set the write-entered flag to start queueing, then block on 278 // To release, unset the write-entered flag and signal gate1 to wake all 288 // Used to block while write-entered is set or reader count at maximum. 292 // The write-entered flag and reader count. 299 // Test whether the write-entered flag is set. _M_mut must be locked. 322 // Wait until we can set the write-entered flag. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/xilinx/ |
| H A D | zynqmp-debug.c | 42 * @arg: Entered PM-API argument in string format 62 * @pm_api_req: Entered PM-API argument in string format 79 /* If no name was entered look for PM-API ID instead */ in get_pm_api_id() 135 * @ptr: User entered PM-API string
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxbackend.c | 75 int entered; member 375 int entered = priv->entered; in dmxBackendCollectEvents() local 384 if (entered++) in dmxBackendCollectEvents() 386 priv->entered = 1; in dmxBackendCollectEvents() 427 entered, priv->lastX, priv->lastY); in dmxBackendCollectEvents() 460 priv->entered = 0; in dmxBackendCollectEvents() 473 if (entered && priv->relative) { in dmxBackendCollectEvents()
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/man/ |
| H A D | cpupower-monitor.1 | 94 The kernel updates these values every time an idle state is entered or 118 sleep states and can only be entered if all cores are idle. Look up Intel 136 power state got entered at least once during measure time.
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | booting.rst | 205 entered in HYP mode in order to enable the kernel to make full use of 210 If the kernel is not entered in HYP mode for any reason, it must be 211 entered in SVC mode. 221 If the kernel is entered in HYP mode, the above requirements apply to
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | booting.rst | 206 the kernel image will be entered must be initialised by software at a 223 - If the kernel is entered at EL1: 237 - If the kernel is entered at EL1: 250 - If the kernel is entered at EL1: 266 - If the kernel is entered at EL1:
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | kwboot.1 | 27 can be used either standalone, or entered immediately following boot 64 If used in combination with \fB-b\fP, terminal mode is entered
|
| H A D | README.arm64 | 13 1. U-Boot can run at any exception level it is entered in, it is 16 or SMP bringup). U-Boot can be entered in EL2 when its main purpose is
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-mvebu/ |
| H A D | pmsu_ll.S | 32 ARM_BE8(setend be ) @ go BE8 if entered LE 48 ARM_BE8(setend be ) @ go BE8 if entered LE
|
| /OK3568_Linux_fs/kernel/drivers/usb/atm/ |
| H A D | speedtch.c | 241 usb_dbg(usbatm, "%s entered\n", __func__); in speedtch_upload_firmware() 466 atm_dbg(usbatm, "%s entered\n", __func__); in speedtch_start_synchro() 495 atm_dbg(usbatm, "%s entered\n", __func__); in speedtch_check_status() 581 atm_dbg(instance->usbatm, "%s entered\n", __func__); in speedtch_resubmit_int() 607 atm_dbg(usbatm, "%s entered\n", __func__); in speedtch_handle_int() 654 atm_dbg(usbatm, "%s entered\n", __func__); in speedtch_atm_start() 689 atm_dbg(usbatm, "%s entered\n", __func__); in speedtch_atm_stop() 773 usb_dbg(usbatm, "%s entered\n", __func__); in speedtch_bind() 913 usb_dbg(usbatm, "%s entered\n", __func__); in speedtch_unbind()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/doc/src/ |
| H A D | places.qdoc | 55 suggestions when three or more characters are entered. Selecting one of the suggestions will 105 partially entered search term. 107 A new suggestion search is triggered whenever the entered search term is changed.
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mhi.h | 28 * @MHI_CB_IDLE: MHI entered idle state 30 * @MHI_CB_LPM_ENTER: MHI host entered low power mode 32 * @MHI_CB_EE_RDDM: MHI device entered RDDM exec env 33 * @MHI_CB_EE_MISSION_MODE: MHI device entered Mission Mode exec env 34 * @MHI_CB_SYS_ERROR: MHI device entered error state (may recover) 35 * @MHI_CB_FATAL_ERROR: MHI device entered fatal error state
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | gen_atmel_mci.c | 189 /* Entered into function pointer in mci_send_cmd */ 208 /* Entered into function pointer in mci_send_cmd */ 228 * Entered into mmc structure during driver init 383 /* Entered into mmc structure during driver init */ 433 /* Entered into mmc structure during driver init */
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | iomux.c | 39 * entered and count how many devices were entered. in iomux_doenv()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qedf/ |
| H A D | qedf_debugfs.c | 109 QEDF_INFO(qedf_dbg, QEDF_LOG_DEBUGFS, "entered\n"); in qedf_dbg_fp_int_cmd_read() 193 QEDF_INFO(qedf_dbg, QEDF_LOG_DEBUGFS, "entered\n"); in qedf_dbg_stop_io_on_error_cmd_read() 213 QEDF_INFO(qedf_dbg, QEDF_LOG_DEBUGFS, "entered\n"); in qedf_dbg_stop_io_on_error_cmd_write() 248 QEDF_INFO(qedf_dbg, QEDF_LOG_DEBUGFS, "entered\n"); in qedf_io_trace_show()
|