/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | mod.rs | 94 // TODO: Remove this method entirely on the next breaking semver release. 118 // TODO: Remove this method entirely on the next breaking semver release. 133 // TODO: Remove this on the next breaking semver release. in fmt() 963 fn next(&mut self) -> Option<&'a ClassUnicodeRange> { in next() functions 964 self.0.next() in next() 1033 if next_simple_cp.map_or(false, |next| cp < next) { in case_fold_simple() 1038 Err(next) => { in case_fold_simple() 1039 next_simple_cp = next; in case_fold_simple() 1180 fn next( functions [all...] |
/third_party/rust/crates/serde/serde/src/ser/ |
H A D | impls.rs | 840 Some(next) => i = next, in test_format_u8()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ssl.rs | 55 next: *mut c_void, 98 next: *mut c_void,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface_unix.c | 894 struct wpa_ctrl_dst *dst, *next; in wpa_supplicant_ctrl_iface_send() local 928 dl_list_for_each_safe(dst, next, ctrl_dst, struct wpa_ctrl_dst, list) { in wpa_supplicant_ctrl_iface_send()
|
H A D | hs20_supplicant.c | 203 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { in hs20_get_pps_mo_id() 826 wpa_printf(MSG_DEBUG, "HS 2.0: Ready to fetch next icon"); in hs20_next_osu_icon() 1343 if (wpa_s->icon_head.next) in hs20_deinit()
|
H A D | wpas_glue.c | 538 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpas_get_network_ctx() 969 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpa_sm_sim_state_error_handler()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ctrl_iface_ap.c | 456 if (!sta->next) in hostapd_ctrl_iface_sta_next() 459 return hostapd_ctrl_iface_sta_mib(hapd, sta->next, buf, buflen); in hostapd_ctrl_iface_sta_next()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface_unix.c | 949 struct wpa_ctrl_dst *dst, *next; in wpa_supplicant_ctrl_iface_send() local 983 dl_list_for_each_safe(dst, next, ctrl_dst, struct wpa_ctrl_dst, list) { in wpa_supplicant_ctrl_iface_send()
|
H A D | hs20_supplicant.c | 203 for (cred = wpa_s->conf->cred; cred; cred = cred->next) { in hs20_get_pps_mo_id() 841 wpa_printf(MSG_DEBUG, "HS 2.0: Ready to fetch next icon"); in hs20_next_osu_icon() 1369 if (wpa_s->icon_head.next) in hs20_deinit()
|
H A D | notify.c | 855 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) in wpas_notify_suspend() 875 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) { in wpas_notify_resume()
|
H A D | wpa_supplicant_i.h | 378 const char *type, int next, 713 struct wpa_supplicant *next; member 799 /* Preferred network for the next connection attempt */
|
H A D | wpas_glue.c | 586 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpas_get_network_ctx() 1040 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpa_sm_sim_state_error_handler()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ctrl_iface_ap.c | 420 if (!sta->next) in hostapd_ctrl_iface_sta_next() 423 return hostapd_ctrl_iface_sta_mib(hapd, sta->next, buf, buflen); in hostapd_ctrl_iface_sta_next()
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2_drv.c | 841 reg = list_entry(rga2_service.waiting.next, struct rga2_reg, status_link);
in rga2_try_set_reg() 928 reg = list_entry(rga2_service.running.next, struct rga2_reg, status_link);
in rga2_del_running_list() 955 reg = list_entry(rga2_service.running.next, struct rga2_reg, status_link);
in rga2_del_running_list_timeout()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_js.c | 241 struct kbase_jd_atom *entry = list_entry(queue->x_dep_head.next, struct kbase_jd_atom, queue);
in jsctx_queue_foreach_prio() 243 list_del(queue->x_dep_head.next);
in jsctx_queue_foreach_prio() 269 * jsctx_rb_peek_prio(): - Check buffer and get next atom
275 * the next atom, unless the ring buffer is empty.
277 * Return: Pointer to next atom in buffer, or NULL if there is no atom.
295 * jsctx_rb_peek(): - Check all priority buffers and get next atom
301 * pointer to the next atom, unless all the priority's ring buffers are empty.
305 * Return: Pointer to next atom in buffer, or NULL if there is no atom.
816 kctx = list_entry(kbdev->js_data.ctx_list_pullable[js].next, struct kbase_context,
in kbase_js_ctx_list_pop_head_nolock() 879 return false; /* next ato in kbase_js_ctx_pullable() [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_js.c | 249 struct kbase_jd_atom *entry = list_entry(queue->x_dep_head.next, in jsctx_queue_foreach_prio() 252 list_del(queue->x_dep_head.next); in jsctx_queue_foreach_prio() 279 * jsctx_rb_peek_prio(): - Check buffer and get next atom 285 * the next atom, unless the ring buffer is empty. 287 * Return: Pointer to next atom in buffer, or NULL if there is no atom. 305 * jsctx_rb_peek(): - Check all priority buffers and get next atom 311 * pointer to the next atom, unless all the priority's ring buffers are empty. 315 * Return: Pointer to next atom in buffer, or NULL if there is no atom. 857 kctx = list_entry(kbdev->js_data.ctx_list_pullable[js].next, in kbase_js_ctx_list_pop_head_nolock() 920 return false; /* next ato in kbase_js_ctx_pullable() [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_timeline.c | 295 /* Find next available point. */ in mali_timeline_insert_tracker() 1017 struct mali_timeline_waiter *waiter, *next; local 1037 next = waiter->tracker_next; 1039 waiter = next; 1218 MALI_PRINT_ERROR(("Mali Timeline: point %d is not valid (oldest=%d, next=%d)\n", point, 1933 MALI_DEBUG_PRINT(2, ("TL: Timeline %s: oldest (%u) next(%u)\n",
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_timeline.c | 291 /* Find next available point. */ in mali_timeline_insert_tracker() 1001 struct mali_timeline_waiter *waiter, *next; local 1022 next = waiter->tracker_next; 1024 waiter = next; 1200 MALI_PRINT_ERROR(("Mali Timeline: point %d is not valid (oldest=%d, next=%d)\n", 1905 MALI_DEBUG_PRINT(2, ("TL: Timeline %s: oldest (%u) next(%u)\n",
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | matrix_util.h | 820 constexpr const unsigned next[3] = { 1U, 2U, 0U }; in Decompose() local 828 j = next[i]; in Decompose() 829 k = next[j]; in Decompose()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/ |
H A D | hdr_helper.cpp | 287 for (jpeg_marker_struct* marker = jpegCodec->decoderMgr()->dinfo()->marker_list; marker; marker = marker->next) {
in CheckJpegGainMapHdrType() 641 for (jpeg_marker_struct* marker = markerList; marker; marker = marker->next) {
in GetVividJpegMetadata() 760 for (jpeg_marker_struct* marker = markerList; marker; marker = marker->next) {
in GetISOGainmapMetadata()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_get_data_test.cpp | 250 auto nextOne = std::next(iter, 1); in ExpectMissQueryCnt() 623 auto nextOne = std::next(iter, 1); in HWTEST_F() 643 auto nextOne = std::next(iter, 1); in HWTEST_F()
|
/third_party/alsa-lib/src/control/ |
H A D | control.c | 240 snd_async_handler_t *h = list_entry(&ctl->async_handlers.next, snd_async_handler_t, hlist); in snd_ctl_close() 1178 * \brief Get next hardware dependent device number 1180 * \param device current device on entry and next device on return 1202 * \brief Get next PCM device number 1204 * \param device current device on entry and next device on return 1238 * \brief Get next RawMidi device number 1240 * \param device current device on entry and next device on return 1274 * \brief Get next UMP device number 1276 * \param device current device on entry and next device on return 1447 snd_config_iterator_t i, next; in snd_ctl_open_conf() local [all...] |
/third_party/curl/lib/ |
H A D | cf-socket.c | 635 port++; /* try next port */ in bindlocal() 638 infof(data, "Bind to local port %d failed, trying next", port - 1); in bindlocal() 968 /* malformed address or bug in inet_ntop, try next address */ in set_remote_ip() 1569 return cf->next? in cf_socket_query() 1570 cf->next->cft->query(cf->next, data, query, pres1, pres2) : in cf_socket_query()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UCharacter.java | 4136 * Do not adjust the titlecasing indexes from BreakIterator::next() indexes; 4141 * adjust it by looking for the next cased character, and titlecase that one. 5790 * while (iterator.next(element)) { 5814 public boolean next(Element element) { in next() method in UCharacter.UCharacterTypeIterator 5815 if(trieIterator.hasNext() && !(range=trieIterator.next()).leadSurrogate) { in next() 5853 * while (iterator.next(element)) { 5883 public boolean next(Element element) { return false; } in next() method in UCharacter.DummyValueIterator 5899 * while (iterator.next(element)) {
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_mass_storage.c | 583 fmass->databuf_fill = db->next; in done_scsi_read() 1101 db->next = db + 1; in fmass_dev_open() 1103 fmass->databuf[i - 1].next = &fmass->databuf[0]; in fmass_dev_open()
|