/kernel/linux/linux-6.6/kernel/trace/ |
H A D | pid_list.h | 13 * 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 D | bwdif.h | 31 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 D | slist_wc.c | 59 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 D | control_empty.c | 77 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 D | pint.h | 76 struct PINT_Device *next; member 88 struct PINT_Scanner *next; member
|
H A D | net.h | 52 struct Net_Device *next; member 69 struct Net_Scanner *next; member
|
/third_party/node/test/parallel/ |
H A D | test-timers-clearImmediate-als.js | 10 function next() { function 27 next();
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | loader.py | 9 """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 D | posix_spawn_file_actions_addchdir.c | 14 if ((op->next = fa->__actions)) op->next->prev = op; in posix_spawn_file_actions_addchdir_np()
|
H A D | posix_spawn_file_actions_addclose.c | 15 if ((op->next = fa->__actions)) op->next->prev = op; in posix_spawn_file_actions_addclose()
|
H A D | posix_spawn_file_actions_addopen.c | 19 if ((op->next = fa->__actions)) op->next->prev = op; in posix_spawn_file_actions_addopen()
|
H A D | posix_spawn_file_actions_adddup2.c | 16 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 D | posix_spawn_file_actions_addopen.c | 19 if ((op->next = fa->__actions)) op->next->prev = op; in posix_spawn_file_actions_addopen()
|
H A D | posix_spawn_file_actions_adddup2.c | 16 if ((op->next = fa->__actions)) op->next->prev = op; in posix_spawn_file_actions_adddup2()
|
H A D | posix_spawn_file_actions_addclose.c | 15 if ((op->next = fa->__actions)) op->next->prev = op; in posix_spawn_file_actions_addclose()
|
/third_party/node/benchmark/zlib/ |
H A D | inflate.js | 22 (function next(err, result) { 25 inflate(chunk, next);
|
H A D | createInflate.js | 16 (function next() { 23 next();
|
/third_party/node/benchmark/crypto/ |
H A D | randomInt.js | 21 (function next(i) { 25 next(i + 1);
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_deint_filter.h | 15 * 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 D | build.rs | 27 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 D | RopeByteStringSubstringTest.java | 50 ByteString sourceString = iter.next(); in setUp() 52 sourceString = sourceString.concat(iter.next()); in setUp()
|
/third_party/python/Lib/test/ |
H A D | test_generator_stop.py | 14 next(g()) 23 next(g())
|
/third_party/typescript/tests/baselines/reference/ |
H A D | restParameterInDownlevelGenerator.js | 18 for (strings_1 = __values(strings), strings_1_1 = strings_1.next(); !strings_1_1.done; strings_1_1 = strings_1.next()) {
|
H A D | asyncMultiFile_es6.js | 12 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
15 step((generator = generator.apply(thisArg, _arguments || [])).next());
|
H A D | declarationMaps.js | 4 (res, req, next): void; 30 (res: any, req: any, next: any): void;
|