/third_party/musl/porting/linux/user/src/aio/ |
H A D | aio.c | 53 struct aio_thread *next, *prev; member [all...] |
/third_party/musl/porting/liteos_a/user/src/aio/ |
H A D | aio.c | 54 struct aio_thread *next, *prev; member [all...] |
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | stdio_impl.h | 31 FILE *prev, *next; member
|
/third_party/musl/src/regex/ |
H A D | glob.c | 16 struct match *next; member 182 struct match *match, *next; in freelist() local [all...] |
/third_party/musl/src/locale/ |
H A D | dcngettext.c | 21 struct binding *next; member 127 struct msgcat *next; member
|
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/ |
H A D | malloc.c | 273 struct chunk *next, *split; in trim() local 354 struct chunk *self, *next; realloc() local 436 struct chunk *next = NEXT_CHUNK(self); __bin_chunk() local [all...] |
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/ |
H A D | malloc.c | 280 struct chunk *next, *split; in trim() local 382 struct chunk *self, *next; realloc() local 485 struct chunk *next = NEXT_CHUNK(self); __bin_chunk() local [all...] |
H A D | malloc_impl.h | 29 struct chunk *next, *prev; member 40 struct heap_block *next; member 46 struct list *next; member
|
/third_party/musl/src/aio/ |
H A D | aio.c | 54 struct aio_thread *next, *prev; member [all...] |
/third_party/musl/src/network/ |
H A D | res_msend.c | 113 int next; in res_msend_rc_ext() local [all...] |
/third_party/nghttp2/src/ |
H A D | allocator.h | 44 MemBlock *next; member 90 auto next = mb->next; in reset() local
|
H A D | shrpx_connection_handler.h | 83 size_t next; member
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares__slist.c | 52 ares__slist_node_t **next; member [all...] |
H A D | ares__llist.c | 41 ares__llist_node_t *next; member [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ustr_titlecase_brkiter.cpp | 109 int32_t WholeStringBreakIterator::next() { return length; } in next() function in WholeStringBreakIterator 114 int32_t WholeStringBreakIterator::next(int32_t /*n*/) { return length; } in next() function in WholeStringBreakIterator
|
H A D | caniter.cpp | 132 UnicodeString CanonicalIterator::next() { in next() function in CanonicalIterator
|
H A D | locdistance.cpp | 375 uint8_t next = *++s; in trieNext() local [all...] |
H A D | ustrenum.cpp | 44 StringEnumeration::next(int32_t *resultLength, UErrorCode &status) { in next() function in StringEnumeration 164 const char *UStringEnumeration::next(int32_t *resultLength, UErrorCode &status) { in next() function in UStringEnumeration
|
H A D | uchriter.cpp | 153 UCharCharacterIterator::next() { in next() function in UCharCharacterIterator
|
H A D | edits.cpp | 449 UBool Edits::Iterator::next(UBool onlyChanges, UErrorCode &errorCode) { in next() function in Edits::Iterator [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationbuilder.h | 253 static inline int64_t nodeFromNextIndex(int32_t next) { in nodeFromNextIndex() argument 292 static inline int64_t changeNodeNextIndex(int64_t node, int32_t next) { in changeNodeNextIndex() argument
|
H A D | coleitr.cpp | 104 int32_t CollationElementIterator::next(UErrorCode& status) in next() function in CollationElementIterator
|
/third_party/ninja/src/ |
H A D | clean.cc | 159 Node* next = *n; in DoCleanTarget() local
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | edits.h | 232 UBool next(UErrorCode &errorCode) { return next(onlyChanges_, errorCode); } in next() function
|
H A D | stringtriebuilder.h | 306 Node *next; member in StringTrieBuilder::IntermediateValueNode 324 Node *next; member in StringTrieBuilder::LinearMatchNode 400 Node *next; // A branch sub-node. member in StringTrieBuilder::BranchHeadNode
|