/third_party/backends/backend/ |
H A D | pint.c | 105 for (dev = first_dev; dev; dev = dev->next) in attach() 362 dev->next = first_dev; in attach() 604 PINT_Device *dev, *next; in sane_exit() local 606 for (dev = first_dev; dev; dev = next) in sane_exit() 608 next = dev->next; in sane_exit() 629 for (dev = first_dev; i < num_devices; dev = dev->next) in sane_get_devices() 646 for (dev = first_dev; dev; dev = dev->next) in sane_open() 674 s->next = first_handle; in sane_open() 688 for (s = first_handle; s; s = s->next) in sane_close() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | number_patternstring.cpp | 146 UChar32 ParsedPatternInfo::ParserState::next() { in next() function in ParsedPatternInfo::ParserState 165 state.next(); // consume the ';' in consumePattern() 211 state.next(); // consume the '*' in consumePadding() 279 state.next(); // consume the starting quote in consumeLiteral() 286 state.next(); // consume a quoted character in consumeLiteral() 289 state.next(); // consume the ending quote in consumeLiteral() 292 state.next(); in consumeLiteral() 300 state.next(); // consume the decimal point in consumeFormat() 331 state.next(); // consume the symbol in consumeFormat() 408 state.next(); // consum in consumeIntegerFormat() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_patternstring.cpp | 146 UChar32 ParsedPatternInfo::ParserState::next() { in next() function in ParsedPatternInfo::ParserState 165 state.next(); // consume the ';' in consumePattern() 211 state.next(); // consume the '*' in consumePadding() 279 state.next(); // consume the starting quote in consumeLiteral() 286 state.next(); // consume a quoted character in consumeLiteral() 289 state.next(); // consume the ending quote in consumeLiteral() 292 state.next(); in consumeLiteral() 300 state.next(); // consume the decimal point in consumeFormat() 331 state.next(); // consume the symbol in consumeFormat() 408 state.next(); // consum in consumeIntegerFormat() [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-async-generator-gen.cc | 289 TNode<HeapObject> next = LoadObjectField<HeapObject>( in AddAsyncGeneratorRequestToQueue() local 292 Branch(IsUndefined(next), &next_empty, &loop_next); in AddAsyncGeneratorRequestToQueue() 301 var_current = next; in AddAsyncGeneratorRequestToQueue() 316 TNode<Object> next = in TakeFirstAsyncGeneratorRequestFromQueue() local 319 StoreObjectField(generator, JSAsyncGeneratorObject::kQueueOffset, next); in TakeFirstAsyncGeneratorRequestFromQueue() 325 // Section #sec-asyncgenerator-prototype-next 339 "[AsyncGenerator].prototype.next"); in TF_BUILTIN() 430 const TNode<AsyncGeneratorRequest> next = CAST(var_next.value()); in TF_BUILTIN() local 431 const TNode<Smi> resume_type = LoadResumeTypeFromAsyncGeneratorRequest(next); in TF_BUILTIN() 445 TNode<Object> next_value = LoadValueFromAsyncGeneratorRequest(next); in TF_BUILTIN() 507 const TNode<AsyncGeneratorRequest> next = TF_BUILTIN() local 568 TNode<AsyncGeneratorRequest> next = TF_BUILTIN() local [all...] |
/third_party/toybox/toys/posix/ |
H A D | sed.c | 11 * What's the right thing to do for -i when write fails? Skip to next? 64 reading the next line. Sed can remember one additional line in a separate 65 buffer (using the h, H, g, G, and x commands), and can read the next line 80 d Delete this line and move on to the next one 98 n Print default output and read next line, replacing current line 99 (If no next line available, quit processing script) 101 N Append next line of input to this line, separated by a newline 103 next line available quit processing script without default output) 117 the next line (for which leading whitespace is not skipped), and also 120 a [text] Append text to output before attempting to read next lin 196 struct sedcmd *next, *prev; global() member 258 struct append *next, *prev; sed_line() member [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | emitter.forAwait(target=es2015).js | 57 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
60 step((generator = generator.apply(thisArg, _arguments || [])).next());
66 return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
75 for (var _d = true, y_1 = __asyncValues(y), y_1_1; y_1_1 = yield y_1.next(), _a = y_1_1.done, !_a;) {
99 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
102 step((generator = generator.apply(thisArg, _arguments || [])).next());
108 return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
117 for (var _d = true, y_1 = __asyncValues(y), y_1_1; y_1_1 = yield y_1.next(), _a = y_1_1.done, !_a;) {
141 return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
149 return i = {}, verb("next"), ver [all...] |
/drivers/peripheral/user_auth/hdi_service/database/src/ |
H A D | idm_database.c | 164 temp = temp->next; in GetEnrolledInfoAuthType() 236 temp = temp->next; in QueryUserInfo() 273 temp = temp->next; in GetAllEnrolledInfoFromUser() 299 temp = temp->next; in IsSecureUidDuplicate() 361 temp = temp->next; in IsEnrolledIdDuplicate() 400 temp = temp->next; in UpdateEnrolledId() 611 temp = temp->next; in RemoveCachePin() 669 temp = temp->next; in DeletePinCredentialInfo() 757 temp = temp->next; in QueryCredentialById() 775 temp = temp->next; in QueryCredentialByAuthType() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | regcoll.cpp | 62 while (i1->next(status) != CollationElementIterator::NULLORDER) in Test4048446() 66 errln("error calling next()"); in Test4048446() 726 if (i->next(status) != CollationElementIterator::NULLORDER) in Test4101940() 728 errln("next did not return NULLORDER"); in Test4101940() 999 int32_t elt4 = CollationElementIterator::primaryOrder(iter->next(errorCode)); in Test4179216() 1002 int32_t elt0 = CollationElementIterator::primaryOrder(iter->next(errorCode)); in Test4179216() 1005 int32_t elt5 = CollationElementIterator::primaryOrder(iter->next(errorCode)); in Test4179216() 1016 int32_t elt14 = CollationElementIterator::primaryOrder(iter->next(errorCode)); in Test4179216() 1019 int32_t elt15 = CollationElementIterator::primaryOrder(iter->next(errorCode)); in Test4179216() 1022 int32_t elt16 = CollationElementIterator::primaryOrder(iter->next(errorCod in Test4179216() [all...] |
H A D | testutil.cpp | 151 UBool ei1HasNext = ei1.next(errorCode); in checkEqualEdits() 152 UBool ei2HasNext = ei2.next(errorCode); in checkEqualEdits() 153 ok &= test.assertEquals(name + u" next()[" + i + u"]" + __LINE__, in checkEqualEdits() 182 test.assertTrue(msg + u":" + __LINE__, ei1.next(errorCode)); in checkEditsIter() 202 ei2.next(errorCode); in checkEditsIter() 203 ei2.next(errorCode); in checkEditsIter() 218 ei2.next(errorCode); in checkEditsIter() 219 ei2.next(errorCode); in checkEditsIter() 230 test.assertFalse(msg + u":" + __LINE__, ei1.next(errorCode)); in checkEditsIter() 279 // Zig-zag across the indexes to stress next() < in checkEditsIter() [all...] |
/third_party/lwip/src/apps/mqtt/ |
H A D | mqtt.c | 294 if (r_objs[n].next == &r_objs[n]) { in mqtt_create_request() 296 r->next = NULL; in mqtt_create_request() 322 for (iter = *tail; iter != NULL; iter = iter->next) { in mqtt_append_request() 332 head->next = r; in mqtt_append_request() 345 r->next = r; in mqtt_delete_request() 361 for (iter = *tail; iter != NULL; iter = iter->next) { in mqtt_take_request() 372 *tail = iter->next; in mqtt_take_request() 374 prev->next = iter->next; in mqtt_take_request() 376 /* If exists, add remaining timeout time for the request to next */ in mqtt_take_request() 422 struct mqtt_request_t *iter, *next; mqtt_clear_requests() local [all...] |
/third_party/vulkan-loader/loader/ |
H A D | cJSON.c | 83 cJSON *next; in loader_cJSON_Delete() local 85 next = c->next; in loader_cJSON_Delete() 90 c = next; in loader_cJSON_Delete() 620 child->next = new_item; in parse_array() 642 while (child) numentries++, child = child->next; in print_array() 664 if (child->next) { in print_array() 673 child = child->next; in print_array() 694 child = child->next; in print_array() 767 child->next in parse_object() [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_netbuf.h | 45 struct oal_netbuf_stru_tag *next;
member 137 #define oal_netbuf_next(nb) (nb->dlist.next == NULL ? NULL : CONTAINER_OF(nb->dlist.next, NetBuf, dlist))
141 (nb)->dlist.next = (new == NULL ? NULL : &new->dlist);
in set_oal_netbuf_next() 149 #define oal_netbuf_head_next(q) ((q)->dlist.next)
202 #define oal_netbuf_next(nb) ((nb)->next)
204 #define set_oal_netbuf_next(nb, new) ((nb)->next = new)
207 #define oal_netbuf_head_next(q) ((q)->next)
|
/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_hdf_config.cpp | 77 for (auto node = rootNode->children; node; node = node->next) { in ParseThermalHdiXMLConfig() 116 cur = cur->next; in ParseBaseNode() 160 for (auto subNode = cur->children; subNode; subNode = subNode->next) { in ParsePollingNode() 177 cur = cur->next; in ParsePollingNode() 215 cur = cur->next; in ParseTracingNode() 227 for (auto subNode = node->children; subNode != nullptr; subNode = subNode->next) { in ParseTracingSubNode() 290 for (auto subNode = cur->children; subNode; subNode = subNode->next) { in ParseIsolateNode() 299 cur = cur->next; in ParseIsolateNode()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_swipe_view.cpp | 319 UIView* next = childrenHead_->GetNextSibling(); in SortChild() local 328 while (next != nullptr) { in SortChild() 330 next->SetX(pre->GetRelativeRect().GetRight() + pre->GetStyle(STYLE_MARGIN_RIGHT) + 1); in SortChild() 332 next->SetY(pre->GetRelativeRect().GetBottom() + pre->GetStyle(STYLE_MARGIN_BOTTOM) + 1); in SortChild() 334 pre = next; in SortChild() 335 next->SetViewIndex(index); in SortChild() 336 next = next->GetNextSibling(); in SortChild()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link_conflict.c | 235 LinkConflictInfo *next = NULL; in UpdateExistsLinkConflictInfo() local 236 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_linkConflictList.list, LinkConflictInfo, node) { in UpdateExistsLinkConflictInfo() 301 LinkConflictInfo *next = NULL; in DelLinkConflictInfo() local 302 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_linkConflictList.list, LinkConflictInfo, node) { in DelLinkConflictInfo() 397 LinkConflictInfo *next = NULL; in FindLinkConflictInfoByDevId() local 398 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_linkConflictList.list, LinkConflictInfo, node) { in FindLinkConflictInfoByDevId() 496 LinkConflictInfo *next = NULL; in DeinitLaneLinkConflict() local 497 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_linkConflictList.list, LinkConflictInfo, node) { in DeinitLaneLinkConflict()
|
/foundation/communication/dsoftbus/core/common/dfx/statistics/ |
H A D | trans_network_statistics.c | 184 ChannelDfxInfo *next = NULL; in RemoveChannelDfxInfo() local 185 LIST_FOR_EACH_ENTRY_SAFE(temp, next, &(g_channelDfxInfoList->list), ChannelDfxInfo, node) { in RemoveChannelDfxInfo() 343 NetworkStatisticsInfo *next = NULL; in DeleteNetworkResourceByLaneId() local 344 LIST_FOR_EACH_ENTRY_SAFE(item, next, &(g_networkResourceList->list), NetworkStatisticsInfo, node) { in DeleteNetworkResourceByLaneId() 399 NetworkStatisticsInfo *next = NULL; in TransNetworkResourceDeinit() local 400 LIST_FOR_EACH_ENTRY_SAFE(item, next, &(g_networkResourceList->list), NetworkStatisticsInfo, node) { in TransNetworkResourceDeinit() 431 ChannelDfxInfo *next = NULL; in TransChannelStatisticsDeinit() local 432 LIST_FOR_EACH_ENTRY_SAFE(item, next, &(g_channelDfxInfoList->list), ChannelDfxInfo, node) { in TransChannelStatisticsDeinit()
|
/third_party/ffmpeg/libswresample/x86/ |
H A D | rematrix.asm | 49 .next: 70 jl .next 89 .next: 102 jl .next 128 .next: 150 jl .next 186 .next: 216 jl .next
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | LocaleDistance.java | 210 // is as good as a perfect match for the next following desired locale. in LocaleDistance() 406 BytesTrie.Result result = iter.resetToState64(startState).next('*'); // <*, *> in getDesSuppScriptDistance() 427 BytesTrie.Result result = iter.next(desiredPartitions.charAt(0) | END_OF_SUBTAG); in getRegionPartitionsDistance() 429 result = iter.next(supportedPartitions.charAt(0) | END_OF_SUBTAG); in getRegionPartitionsDistance() 443 BytesTrie.Result result = iter.next(desiredPartitions.charAt(di++) | END_OF_SUBTAG); in getRegionPartitionsDistance() 447 result = iter.next(supportedPartitions.charAt(si++) | END_OF_SUBTAG); in getRegionPartitionsDistance() 487 BytesTrie.Result result = iter.resetToState64(startState).next('*'); // <*, *> in getFallbackRegionDistance() 501 if (!iter.next(c).hasNext()) { in trieNext() 506 BytesTrie.Result result = iter.next(c | END_OF_SUBTAG); in trieNext()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | LocaleDistance.java | 215 // is as good as a perfect match for the next following desired locale. in LocaleDistance() 411 BytesTrie.Result result = iter.resetToState64(startState).next('*'); // <*, *> in getDesSuppScriptDistance() 432 BytesTrie.Result result = iter.next(desiredPartitions.charAt(0) | END_OF_SUBTAG); in getRegionPartitionsDistance() 434 result = iter.next(supportedPartitions.charAt(0) | END_OF_SUBTAG); in getRegionPartitionsDistance() 448 BytesTrie.Result result = iter.next(desiredPartitions.charAt(di++) | END_OF_SUBTAG); in getRegionPartitionsDistance() 452 result = iter.next(supportedPartitions.charAt(si++) | END_OF_SUBTAG); in getRegionPartitionsDistance() 492 BytesTrie.Result result = iter.resetToState64(startState).next('*'); // <*, *> in getFallbackRegionDistance() 506 if (!iter.next(c).hasNext()) { in trieNext() 511 BytesTrie.Result result = iter.next(c | END_OF_SUBTAG); in trieNext()
|
/third_party/libwebsockets/lib/core-net/client/ |
H A D | sort-dns.c | 190 goto next; in lws_sort_dns_classify() 194 goto next; in lws_sort_dns_classify() 200 next: in lws_sort_dns_classify() 627 goto next; in lws_sort_dns() 660 goto next; in lws_sort_dns() 736 goto next; in lws_sort_dns() 742 goto next; in lws_sort_dns() 766 next: in lws_sort_dns()
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
H A D | vid_enc_common.c | 15 * next paragraph) shall be included in all copies or substantial portions 35 struct encode_task *i, *next; in enc_ReleaseTasks() local 40 LIST_FOR_EACH_ENTRY_SAFE(i, next, head, list) { in enc_ReleaseTasks() 49 to->prev->next = from->next; in enc_MoveTasks() 50 from->next->prev = to->prev; in enc_MoveTasks() 51 from->prev->next = to; in enc_MoveTasks() 140 task = list_entry(inp->tasks.next, struct encode_task, list); in vid_enc_BufferEncoded_common() 186 task = list_entry(priv->free_tasks.next, struct encode_task, list); in enc_NeedTask_common()
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_context.c | 107 for (i = context_list; i; i = i->next) { in is_context_valid() 198 ac->next = context_list; in apple_glx_create_context() 235 ac->previous->next = ac->next; in apple_glx_destroy_context() 238 context_list = ac->next; in apple_glx_destroy_context() 241 if (ac->next) { in apple_glx_destroy_context() 242 ac->next->previous = ac->previous; in apple_glx_destroy_context() 536 for (ac = context_list; ac; ac = ac->next) { in apple_glx_context_surface_changed()
|
/third_party/nghttp2/src/ |
H A D | memchunk_test.cc | 80 CU_ASSERT(m2 == m1->next); in test_pool_recycle() 81 CU_ASSERT(nullptr == m2->next); in test_pool_recycle() 167 m = m->next; in test_memchunks_riovec() 194 m = m->next; in test_memchunks_recycle() 197 CU_ASSERT(nullptr == m->next); in test_memchunks_recycle() 219 CU_ASSERT(nullptr != m->next); in test_memchunks_reset() 220 CU_ASSERT(nullptr == m->next->next); in test_memchunks_reset()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | redundancy-elimination.cc | 84 this_head = this_head->next; in Equals() 85 that_head = that_head->next; in Equals() 100 that_head = that_head->next; in Merge() 104 head_ = head_->next; in Merge() 114 head_ = head_->next; in Merge() 115 that_head = that_head->next; in Merge() 227 for (Check const* check = head_; check != nullptr; check = check->next) { in LookupCheck() 238 for (Check const* check = head_; check != nullptr; check = check->next) { in LookupBoundsCheckFor()
|
/third_party/node/deps/v8/src/ast/ |
H A D | modules.cc | 186 auto next = it; in SerializeRegularExports() local 189 DCHECK_EQ(it->second->local_name, next->second->local_name); in SerializeRegularExports() 190 DCHECK_EQ(it->second->cell_index, next->second->cell_index); in SerializeRegularExports() 191 ++next; in SerializeRegularExports() 193 } while (next != regular_exports_.end() && next->first == it->first); in SerializeRegularExports() 207 for (; it != next; ++it) { in SerializeRegularExports() 212 // Continue with the next distinct key. in SerializeRegularExports() 213 DCHECK(it == next); in SerializeRegularExports()
|