Home
last modified time | relevance | path

Searched refs:is_end (Results 1 - 25 of 33) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
H A Dpersistent-map.h269 if (is_end()) return other.is_end(); in operator ==()
270 if (other.is_end()) return false; in operator ==()
280 if (is_end()) return false; in operator <()
281 if (other.is_end()) return true; in operator <()
289 bool is_end() const { return current_ == nullptr; } in is_end() function
301 while (!i.is_end() && !((*i).second != def_value)) ++i; in begin()
368 bool is_end() const { return first_.is_end() && second_.is_end(); }
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dstream.h95 bool is_end; member
111 bool is_end; member
123 bool is_end; member
164 bool is_end; member
H A Dprocfs.c52 dev->stream_vdev.tnr.dbg.interval / 1000 / 1000, dev->stream_vdev.tnr.is_end ? "idle" : "working", in ispp_show()
58 dev->stream_vdev.nr.is_end ? "idle" : "working", RKISPP_NR_BLOCK_CNT, in ispp_show()
68 dev->stream_vdev.fec.is_end ? "idle" : "working", RKISPP_FEC_DMA_STATUS, in ispp_show()
H A Dstream_v20.c67 vdev->fec.is_end = true; in config_fec()
209 vdev->fec.is_end = true; in fec_work_event()
226 if (buf_rd && vdev->fec.is_end && list_empty(list)) { in fec_work_event()
229 } else if (vdev->fec.is_end && !list_empty(list)) { in fec_work_event()
238 } else if (!vdev->fec.is_end && buf_rd) { in fec_work_event()
245 if (vdev->fec.cur_rd && vdev->fec.is_end) { in fec_work_event()
309 vdev->fec.is_end = false; in fec_work_event()
H A Dstream.c275 vir->is_end = false; in vir_cpy_image()
319 vir->is_end = true; in vir_cpy_image()
936 if (dev->stream_vdev.fec.is_end && (dev->dev_id != dev->hw_dev->cur_dev_id || dev->hw_dev->is_idle)) { in rkispp_stream_stop()
1001 wait_event_timeout(stream->done, stream->is_end, msecs_to_jiffies(0x1F4)); in rkispp_stop_streaming()
1041 stream->is_end = true; in rkispp_start_streaming()
1608 vdev->nr.is_end = true; in restart_module()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dstream.h104 bool is_end; member
120 bool is_end; member
132 bool is_end; member
173 bool is_end; member
H A Dprocfs.c76 dev->stream_vdev.tnr.is_end ? "idle" : "working", in ispp_show()
86 dev->stream_vdev.nr.is_end ? "idle" : "working", in ispp_show()
102 dev->stream_vdev.fec.is_end ? "idle" : "working", in ispp_show()
H A Dstream_v20.c70 vdev->fec.is_end = true; in config_fec()
217 vdev->fec.is_end = true; in fec_work_event()
234 if (buf_rd && vdev->fec.is_end && list_empty(list)) { in fec_work_event()
237 } else if (vdev->fec.is_end && !list_empty(list)) { in fec_work_event()
245 } else if (!vdev->fec.is_end && buf_rd) { in fec_work_event()
252 if (vdev->fec.cur_rd && vdev->fec.is_end) { in fec_work_event()
314 vdev->fec.is_end = false; in fec_work_event()
H A Dstream.c262 vir->is_end = false; in vir_cpy_image()
306 vir->is_end = true; in vir_cpy_image()
965 if (dev->stream_vdev.fec.is_end && in rkispp_stream_stop()
1033 stream->is_end, in rkispp_stop_streaming()
1076 stream->is_end = true; in rkispp_start_streaming()
1680 vdev->nr.is_end = true; in restart_module()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-write.h239 * \param is_end: nonzero if this is the last fragment of the message
245 lws_write_ws_flags(int initial, int is_start, int is_end) in lws_write_ws_flags() argument
254 if (!is_end) in lws_write_ws_flags()
/third_party/rust/crates/regex/src/
H A Dinput.rs27 pub fn is_end(&self) -> bool { in is_end() functions
297 if c2.is_none() && !at.is_end() { in is_empty_match()
311 if c2.is_none() && !at.is_end() { in is_empty_match()
/third_party/json/include/nlohmann/detail/iterators/
H A Dprimitive_iterator.hpp65 constexpr bool is_end() const noexcept
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddebugfs.c108 bool is_end; in ath11k_debugfs_fw_stats_process() local
134 is_end = ((++num_vdev) == total_vdevs_started); in ath11k_debugfs_fw_stats_process()
139 if (is_end) { in ath11k_debugfs_fw_stats_process()
154 is_end = ((++num_bcn) == ar->num_started_vdevs); in ath11k_debugfs_fw_stats_process()
159 if (is_end) { in ath11k_debugfs_fw_stats_process()
861 unsigned int param, mod_id_index, is_end; in ath11k_write_fw_dbglog() local
870 num = sscanf(buf, "%u %llx %u %u", &param, &value, &mod_id_index, &is_end); in ath11k_write_fw_dbglog()
883 if (!is_end) { in ath11k_write_fw_dbglog()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddebugfs.c97 bool is_end; in ath11k_debugfs_fw_stats_process() local
143 is_end = ((++num_vdev) == total_vdevs_started); in ath11k_debugfs_fw_stats_process()
148 if (is_end) { in ath11k_debugfs_fw_stats_process()
163 is_end = ((++num_bcn) == ar->num_started_vdevs); in ath11k_debugfs_fw_stats_process()
168 if (is_end) { in ath11k_debugfs_fw_stats_process()
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dpreprocess.c498 static char *__expand_string(const char **str, bool (*is_end)(char c), in __expand_string()
525 if (is_end(*p)) in __expand_string()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dpreprocess.c498 static char *__expand_string(const char **str, bool (*is_end)(char c), in __expand_string()
525 if (is_end(*p)) in __expand_string()
/kernel/linux/linux-5.10/fs/ntfs/
H A Drunlist.c1530 bool is_end; in ntfs_rl_truncate_nolock() local
1544 is_end = false; in ntfs_rl_truncate_nolock()
1548 is_end = true; in ntfs_rl_truncate_nolock()
1554 if (!is_end) { in ntfs_rl_truncate_nolock()
/kernel/linux/linux-6.6/fs/ntfs/
H A Drunlist.c1530 bool is_end; in ntfs_rl_truncate_nolock() local
1544 is_end = false; in ntfs_rl_truncate_nolock()
1548 is_end = true; in ntfs_rl_truncate_nolock()
1554 if (!is_end) { in ntfs_rl_truncate_nolock()
/third_party/rust/crates/clap/clap_lex/src/
H A Dlib.rs246 pub fn is_end(&self, cursor: &ArgCursor) -> bool { in is_end() functions
/third_party/mesa3d/src/amd/common/
H A Dac_sqtt.h248 uint32_t is_end : 1; member
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h851 bool is_end) in IteratorImpl()
855 current_(is_end ? end_ : begin_) { in IteratorImpl()
849 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, const std::tuple<ParamGenerator<T>...>& generators, bool is_end) IteratorImpl() argument
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h775 const std::tuple<ParamGenerator<T>...>& generators, bool is_end) in IteratorImpl()
779 current_(is_end ? end_ : begin_) { in IteratorImpl()
774 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, const std::tuple<ParamGenerator<T>...>& generators, bool is_end) IteratorImpl() argument
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-param-util.h848 bool is_end) in IteratorImpl()
852 current_(is_end ? end_ : begin_) { in IteratorImpl()
846 IteratorImpl(const ParamGeneratorInterface<ParamType>* base, const std::tuple<ParamGenerator<T>...>& generators, bool is_end) IteratorImpl() argument
/third_party/pulseaudio/src/pulsecore/
H A Djson.c89 static bool is_end(const char c, const char *end) { in is_end() function
417 while (!is_end(*str, end)) { in parse_value()
/third_party/ffmpeg/libavformat/
H A Ddemux.c1742 int is_end; in estimate_timings_from_pts() local
1775 is_end = found_duration; in estimate_timings_from_pts()
1825 if (!is_end) { in estimate_timings_from_pts()
1826 is_end = 1; in estimate_timings_from_pts()
1833 is_end = 0; in estimate_timings_from_pts()
1837 } while (!is_end && in estimate_timings_from_pts()

Completed in 32 milliseconds

12