/third_party/musl/src/internal/ |
H A D | locale_impl.h | 18 const struct __locale_map *next; member
|
/third_party/musl/src/linux/linux/ |
H A D | clone.c | 57 self->next = self->prev = self; in __start_child()
|
/third_party/musl/libc-test/src/regression/ |
H A D | malloc-modify-pointer.c | 41 struct meta_in *prev, *next; member
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | stdio_impl.h | 31 FILE *prev, *next; member
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | tre.h | 179 struct tre_list *next; member
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | tre.h | 179 struct tre_list *next; member
|
/third_party/musl/src/regex/ |
H A D | tre.h | 178 struct tre_list *next; member
|
/third_party/musl/src/thread/ |
H A D | pthread_key_create.c | 68 while ((td=td->next)!=self); in __pthread_key_delete()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | chariter.h | 148 * Gets the current code unit for returning and advances to the next code unit 158 * Gets the current code point for returning and advances to the next code point 300 * for(char16_t c = iter.first(); c != CharacterIterator::DONE; c = iter.next()) { 326 * c = iter.next()) {} 334 * for (c = iter.setIndex(start); iter.getIndex() < end; c = iter.next() ) { 388 * This can be used to begin an iteration with next(). 499 * Advances to the next code unit in the iteration range 502 * @return the next code unit. 505 virtual char16_t next(void) = 0; 508 * Advances to the next cod [all...] |
H A D | uiter.h | 149 * Check if current() and next() can still 153 * @return boolean value for whether current() and next() can still return another code unit 191 * Function type declaration for UCharIterator.next(). 327 * The current() and next() functions only check the current index against the 404 * (public) Check if current() and next() can still 437 UCharIteratorNext *next; member 499 * Helper function for UCharIterator to get the next code point.
|
H A D | uchriter.h | 143 * This can be used to begin an iteration with next(). 236 * Advances to the next code unit in the iteration range (toward 239 * @return the next code unit in the iteration range. 242 virtual char16_t next(void) override; 245 * Gets the current code unit for returning and advances to the next code unit 255 * Advances to the next code point in the iteration range (toward 261 * @return the next code point in the iteration range. 267 * Gets the current code point for returning and advances to the next code point
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ruleiter.cpp | 38 UChar32 RuleCharacterIterator::next(int32_t options, UBool& isEscaped, UErrorCode& ec) { in next() function in RuleCharacterIterator
|
H A D | rbbi_cache.h | 74 * Break iterator API functions, next(), previous(), etc., will use cached results 91 void next() { if (fBufIdx == fEndBufIdx) { in next() function in RuleBasedBreakIterator::BreakCache
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | coleitr.h | 87 * int32_t order = c->next(success); 96 * The method next() returns the collation order of the next character based on 100 * between calls to reset(), setOffset(), or setText(). That is, next() 102 * next() or vice versa, reset(), setOffset() or setText() has to be called first 105 * Hence at the next call of next() or previous(), the first or last collation order, 109 * The result of a forward iterate (next()) and reversed result of the backward 177 * Gets the ordering priority of the next character in the string. 179 * @return the next characte [all...] |
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | coleitr.h | 87 * int32_t order = c->next(success); 96 * The method next() returns the collation order of the next character based on 100 * between calls to reset(), setOffset(), or setText(). That is, next() 102 * next() or vice versa, reset(), setOffset() or setText() has to be called first 105 * Hence at the next call of next() or previous(), the first or last collation order, 109 * The result of a forward iterate (next()) and reversed result of the backward 177 * Gets the ordering priority of the next character in the string. 179 * @return the next characte [all...] |
/third_party/lwip/src/apps/http/ |
H A D | fs.c | 73 for (f = FS_ROOT; f != NULL; f = f->next) { in fs_open()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | allocate.h | 7 struct allocation_blob *next; member
|
/third_party/lwip/src/include/lwip/ |
H A D | raw.h | 79 struct raw_pcb *next; member
|
/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-analysis.h | 51 const ResumeJumpTarget& next);
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | raw-heap.h | 64 iterator custom_begin() { return std::next(begin(), kNumberOfRegularSpaces); } in custom_begin()
|
/third_party/node/deps/v8/src/execution/ |
H A D | microtask-queue.h | 105 MicrotaskQueue* next() const { return next_; } in next() function in v8::internal::final
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-segment-iterator.cc | 70 // ecma402 #sec-%segmentiteratorprototype%.next 79 int32_t end_index = icu_break_iterator->next(); in Next()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | va_merge_flow.c | 11 * The above copyright notice and this permission notice (including the next 48 * a discard down, so we next move waits while we have more freedom. For each 164 return block->instructions.next == &I->link; in bi_is_first_instr() 188 /* Or try to merge with the next instruction with no flow control */ in merge_discard()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_state.h | 15 * next paragraph) shall be included in all copies or substantial portions 98 struct sp_fragment_shader_variant *next; member
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_local.h | 150 struct engine_st *next; member
|