Home
last modified time | relevance | path

Searched refs:next (Results 2226 - 2250 of 5979) sorted by relevance

1...<<81828384858687888990>>...240

/third_party/icu/icu4c/source/common/unicode/
H A Ducharstrie.h195 * Equivalent to reset().next(uchar).
221 UStringTrieResult next(int32_t uchar);
239 * result=next(c);
247 UStringTrieResult next(ConstChar16Ptr s, int32_t length);
251 * current()/first()/next() returned USTRINGTRIE_INTERMEDIATE_VALUE or USTRINGTRIE_FINAL_VALUE.
283 * That is, each char16_t c for which it would be next(c)!=USTRINGTRIE_NO_MATCH now.
284 * @param out Each next char16_t is appended to this object.
342 * Finds the next (string, value) pair if there is one.
355 UBool next(UErrorCode &errorCode);
358 * @return The string for the last successful next()
[all...]
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/netdev/
H A Dwifi-esp32.c144 goto next; in lws_esp32_scan_update()
155 goto next; in lws_esp32_scan_update()
179 next: in lws_esp32_scan_update()
/third_party/libunwind/libunwind/src/mi/
H A DGdyn-remote.c34 if (region->next) in free_regions()
35 free_regions (region->next); in free_regions()
87 if ((ret = intern_regions (as, a, &next_addr, &region->next, arg)) < 0) in intern_regions()
/third_party/mbedtls/programs/x509/
H A Dcert_req.c249 cur->next = NULL; in main()
303 prev->next = cur; in main()
506 cur = cur->next; in main()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_group_loads.c11 * The above copyright notice and this permission notice (including the next
28 * created where each next load group is the next level of indirection.
206 instr = exec_node_data_forward(nir_instr, instr->node.next, node); in group_loads()
225 first->node.next, node); in group_loads()
227 instr = exec_node_data_forward(nir_instr, instr->node.next, node)) { in group_loads()
377 * determined, we'll store the indirection level in the index. The next in process_block()
/third_party/littlefs/
H A Dlfs.h371 struct lfs_dir *next; member
382 struct lfs_file *next; member
422 struct lfs_mlist *next; member
/third_party/libwebsockets/minimal-examples/api-tests/api-test-async-dns/
H A Dmain.c173 goto next; in cb1()
185 goto next; in cb1()
191 next: in cb1()
/third_party/node/lib/
H A Ddiagnostics_channel.js58 // eslint-disable-next-line no-use-before-define
67 // eslint-disable-next-line no-use-before-define
78 function wrapStoreRun(store, data, next, transform = defaultTransform) {
87 return next();
90 return store.run(context, next);
/third_party/node/test/internet/
H A Dtest-dns-ipv4.js17 function next() {
28 process.nextTick(next);
34 next();
/third_party/ntfs-3g/include/ntfs-3g/
H A Dsecurity.h43 struct MAPPING *next; member
73 struct CACHED_PERMISSIONS_LEGACY *next; member
88 struct CACHED_SECURID *next; member
/third_party/ninja/src/
H A Dclean.cc159 Node* next = *n; in DoCleanTarget() local
161 if (cleaned_.count(next) == 0) { in DoCleanTarget()
162 DoCleanTarget(next); in DoCleanTarget()
/third_party/node/deps/brotli/c/enc/
H A Dhash_forgetful_chain_inc.h40 uint16_t next; in FN() local
144 banks[bank].slots[idx].next = head[key]; in Store()
254 slot = banks[bank].slots[last].next; in FindLongestMatch()
/third_party/node/deps/icu-small/source/common/unicode/
H A Ducharstrie.h195 * Equivalent to reset().next(uchar).
221 UStringTrieResult next(int32_t uchar);
239 * result=next(c);
247 UStringTrieResult next(ConstChar16Ptr s, int32_t length);
251 * current()/first()/next() returned USTRINGTRIE_INTERMEDIATE_VALUE or USTRINGTRIE_FINAL_VALUE.
283 * That is, each char16_t c for which it would be next(c)!=USTRINGTRIE_NO_MATCH now.
284 * @param out Each next char16_t is appended to this object.
342 * Finds the next (string, value) pair if there is one.
355 UBool next(UErrorCode &errorCode);
358 * @return The string for the last successful next()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Danytrans.cpp81 * The code of the current run, valid after next() returns. May
88 * The start of the run, inclusive, valid after next() returns.
93 * The end of the run, exclusive, valid after next() returns.
108 UBool next();
130 UBool ScriptRunIterator::next() { in next() function in ScriptRunIterator
243 while (it.next()) { in handleTransliterate()
/third_party/node/deps/npm/node_modules/cli-table3/src/
H A Dlayout-manager.js6 function next(alloc, col) {
8 return next(alloc, col + 1);
19 // Avoid erroneous call to next() on first row
20 cell.x = rowIndex ? next(alloc, col) : col;
/third_party/node/deps/npm/node_modules/semver/node_modules/lru-cache/
H A Dindex.js114 const next = walker.next
116 walker = next
292 // what the next least recently used key will be, so just
/third_party/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp241 TimeZone* next() { in next() function in ZoneIterator
378 TimeZone* tz = zit->next(); in main()
409 TimeZone* tz = zit->next(); in main()
/third_party/lwip/src/api/
H A Dnetdb.c237 struct addrinfo *next; in lwip_freeaddrinfo() local
240 next = ai->ai_next; in lwip_freeaddrinfo()
242 ai = next; in lwip_freeaddrinfo()
/third_party/libdrm/
H A Dxf86drmSL.c14 * The above copyright notice and this permission notice (including the next
122 SLEntryPtr next; in drmSLDestroy() local
126 for (entry = list->head; entry; entry = next) { in drmSLDestroy()
128 next = entry->forward[0]; in drmSLDestroy()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-object-header.h110 inline void SetNextUnfinalized(HeapObjectHeader* next);
314 void HeapObjectHeader::SetNextUnfinalized(HeapObjectHeader* next) { in SetNextUnfinalized() argument
315 next_unfinalized_ = CagedHeap::OffsetFromAddress<uint32_t>(next); in SetNextUnfinalized()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_buffer.cpp11 * The above copyright notice and this permission notice (including the next
187 // d3dRes->base.next ptr to next plane resource in d3d12_video_buffer_get_surfaces()
204 pCurPlaneResource = pCurPlaneResource->next; in d3d12_video_buffer_get_surfaces()
235 // d3dRes->base.next ptr to next plane resource in d3d12_video_buffer_get_sampler_view_planes()
255 pCurPlaneResource = pCurPlaneResource->next; in d3d12_video_buffer_get_sampler_view_planes()
281 // d3dRes->base.next ptr to next plane resource in d3d12_video_buffer_get_sampler_view_components()
313 pCurPlaneResource = pCurPlaneResource->next; in d3d12_video_buffer_get_sampler_view_components()
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dinit.c43 OPENSSL_INIT_STOP *next; member
372 currhandler = currhandler->next; in OPENSSL_cleanup()
715 newhand->next = stop_handlers; in OPENSSL_atexit()
/third_party/rust/crates/linux-raw-sys/gen/src/
H A Dmain.rs20 let _exe = args.next().unwrap(); in main()
21 let cmd = args.next(); in main()
25 assert!(args.next().is_none()); in main()
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-detect.c286 struct ca_device *next = dev->next; in pa__done() local
291 dev = next; in pa__done()
/third_party/openssl/crypto/
H A Dinit.c43 OPENSSL_INIT_STOP *next; member
372 currhandler = currhandler->next; in OPENSSL_cleanup()
715 newhand->next = stop_handlers; in OPENSSL_atexit()

Completed in 18 milliseconds

1...<<81828384858687888990>>...240