Home
last modified time | relevance | path

Searched refs:next (Results 2426 - 2450 of 12803) sorted by relevance

1...<<919293949596979899100>>...513

/kernel/linux/linux-6.6/kernel/trace/
H A Dpid_list.h13 * of the bits. The 8 MSB is the "upper1" section. The next 8 MSB is the
28 * pid_list to find the next upper union. If the element is NULL,
32 * The next 8 MSB is used to index into the "upper2" section. If this
69 union lower_chunk *next; member
74 union upper_chunk *next; member
/third_party/ffmpeg/libavfilter/
H A Dbwdif.h31 void (*filter_line)(void *dst, void *prev, void *cur, void *next,
35 void (*filter_edge)(void *dst, void *prev, void *cur, void *next,
/third_party/curl/src/
H A Dslist_wc.c59 list->last->next = new_item; in slist_wc_append()
60 list->last = list->last->next; in slist_wc_append()
/third_party/alsa-lib/src/control/
H A Dcontrol_empty.c77 snd_config_iterator_t i, next; in _snd_ctl_empty_open() local
79 snd_config_for_each(i, next, conf) { in _snd_ctl_empty_open()
/third_party/backends/backend/
H A Dpint.h76 struct PINT_Device *next; member
88 struct PINT_Scanner *next; member
H A Dnet.h52 struct Net_Device *next; member
69 struct Net_Scanner *next; member
/third_party/node/test/parallel/
H A Dtest-timers-clearImmediate-als.js10 function next() { function
27 next();
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dloader.py9 """First processor in the chain that passes all tests to the next processor.
26 t = next(self.tests)
38 while not self._send_test(next(self.tests)):
/third_party/musl/src/process/
H A Dposix_spawn_file_actions_addchdir.c14 if ((op->next = fa->__actions)) op->next->prev = op; in posix_spawn_file_actions_addchdir_np()
H A Dposix_spawn_file_actions_addclose.c15 if ((op->next = fa->__actions)) op->next->prev = op; in posix_spawn_file_actions_addclose()
H A Dposix_spawn_file_actions_addopen.c19 if ((op->next = fa->__actions)) op->next->prev = op; in posix_spawn_file_actions_addopen()
H A Dposix_spawn_file_actions_adddup2.c16 if ((op->next = fa->__actions)) op->next->prev = op; in posix_spawn_file_actions_adddup2()
/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawn_file_actions_addopen.c19 if ((op->next = fa->__actions)) op->next->prev = op; in posix_spawn_file_actions_addopen()
H A Dposix_spawn_file_actions_adddup2.c16 if ((op->next = fa->__actions)) op->next->prev = op; in posix_spawn_file_actions_adddup2()
H A Dposix_spawn_file_actions_addclose.c15 if ((op->next = fa->__actions)) op->next->prev = op; in posix_spawn_file_actions_addclose()
/third_party/node/benchmark/zlib/
H A Dinflate.js22 (function next(err, result) {
25 inflate(chunk, next);
H A DcreateInflate.js16 (function next() {
23 next();
/third_party/node/benchmark/crypto/
H A DrandomInt.js21 (function next(i) {
25 next(i + 1);
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_deint_filter.h15 * next paragraph) shall be included in all copies or substantial portions
67 struct pipe_video_buffer *next);
74 struct pipe_video_buffer *next,
/third_party/rust/crates/cxx/
H A Dbuild.rs27 if pieces.next() != Some("rustc 1") { in rustc_version()
30 let minor = pieces.next()?.parse().ok()?; in rustc_version()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DRopeByteStringSubstringTest.java50 ByteString sourceString = iter.next(); in setUp()
52 sourceString = sourceString.concat(iter.next()); in setUp()
/third_party/python/Lib/test/
H A Dtest_generator_stop.py14 next(g())
23 next(g())
/third_party/typescript/tests/baselines/reference/
H A DrestParameterInDownlevelGenerator.js18 for (strings_1 = __values(strings), strings_1_1 = strings_1.next(); !strings_1_1.done; strings_1_1 = strings_1.next()) {
H A DasyncMultiFile_es6.js12 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
15 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DdeclarationMaps.js4 (res, req, next): void;
30 (res: any, req: any, next: any): void;

Completed in 8 milliseconds

1...<<919293949596979899100>>...513