/third_party/libunwind/libunwind/tests/ |
H A D | ia64-test-dyn1.c | 116 r_epi->next = NULL; in main() 127 r_pro->next = r_epi; in main() 143 r->next = NULL; in main() 154 r->next = rtmp; in main() 167 r->next = rtmp; in main()
|
/third_party/libbpf/src/ |
H A D | hashmap.c | 27 entry->next = *pprev; in hashmap_add_entry() 34 *pprev = entry->next; in hashmap_del_entry() 35 entry->next = NULL; in hashmap_del_entry() 142 prev_ptr = &cur->next, cur = cur->next) { in hashmap_find_entry()
|
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_device.c | 101 while (*node != dev && (*node)->next) in amdgpu_device_free_internal() 102 node = &(*node)->next; in amdgpu_device_free_internal() 103 *node = (*node)->next; in amdgpu_device_free_internal() 167 for (dev = dev_list; dev; dev = dev->next) in amdgpu_device_initialize() 268 dev->next = dev_list; in amdgpu_device_initialize()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | opt_dead_code_local.cpp | 11 * The above copyright notice and this permission notice (including the next 247 unsigned next = 0; in process_assignment() local 252 components[channels++] = next; in process_assignment() 253 next++; in process_assignment() 316 for (ir = first, ir_next = (ir_instruction *)first->next;; in dead_code_local_basic_block() 317 ir = ir_next, ir_next = (ir_instruction *)ir->next) { in dead_code_local_basic_block()
|
/third_party/ltp/lib/ |
H A D | tst_cmd.c | 243 char *cmd_token, *op_token, *version_token, *next, *str; in tst_check_cmd() local 251 cmd_token = strtok_r(parser_cmd, " ", &next); in tst_check_cmd() 252 op_token = strtok_r(NULL, " ", &next); in tst_check_cmd() 253 version_token = strtok_r(NULL, " ", &next); in tst_check_cmd() 254 str = strtok_r(NULL, " ", &next); in tst_check_cmd()
|
/third_party/musl/src/internal/ |
H A D | stdio_impl.h | 26 #define FILE_LIST_NEXT(fl) (fl->next) 33 if (FILE_LIST_NEXT(fl) != NULL && FILE_LIST_NEXT(fl)->prev != &fl->next) { \ 62 FILE_SAVELINK(oldnext, (fl)->next); \ 96 FILE **prev, *next; member 98 FILE *prev, *next; member
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_disasm_info.c | 11 * The above copyright notice and this permission notice (including the next 50 struct inst_group *next = in dump_assembly() local 54 int end_offset = next->offset; in dump_assembly() 154 * starts a basic block, we need to set the .block_start of the next in disasm_annotate() 180 struct inst_group *next = in disasm_insert_error() local 183 if (next->offset <= offset) in disasm_insert_error() 186 if (offset + inst_size != next->offset) { in disasm_insert_error()
|
/third_party/skia/src/effects/ |
H A D | Sk1DPathEffect.cpp | 31 SkScalar delta = this->next(dst, distance, meas); 47 Return the distance to travel for the next call. If return <= 0, then that 50 virtual SkScalar next(SkPath* dst, SkScalar dist, SkPathMeasure&) const = 0; 105 SkScalar next(SkPath*, SkScalar, SkPathMeasure&) const override; 172 while ((verb = iter.next(srcP)) != SkPath::kDone_Verb) { in morphpath() 209 SkScalar SkPath1DPathEffectImpl::next(SkPath* dst, SkScalar distance, in next() function in SkPath1DPathEffectImpl
|
/third_party/skia/tests/ |
H A D | FontNamesTest.cpp | 122 while (nameIndex < test.nameCount && iter.next(record)) { in test_synthetic() 140 REPORTER_ASSERT(reporter, !iter.next(record), "More names than expected."); in test_synthetic() 168 while (familyNamesIter->next(&familyNameLocalized)) { in test_systemfonts() 188 while (familyNameIter.next(record)) { in test_systemfonts() 200 while (styleNameIter.next(record)) { in test_systemfonts()
|
/third_party/selinux/libsepol/src/ |
H A D | ibendports.c | 117 for (c = head; c; c = c->next) in sepol_ibendport_count() 138 for (c = head; c; c = c->next) { in sepol_ibendport_exists() 166 for (c = head; c; c = c->next) { in sepol_ibendport_query() 204 ibendport->next = policydb->ocontexts[OCON_IBENDPORT]; in sepol_ibendport_modify() 229 for (c = head; c; c = c->next) { in sepol_ibendport_iterate()
|
/third_party/rust/crates/nix/src/ |
H A D | dir.rs | 104 fn next(dir: &mut Dir) -> Option<Result<Entry>> { in next() functions 135 fn next(&mut self) -> Option<Self::Item> { in next() functions 136 next(self.0) in next() 153 fn next(&mut self) -> Option<Self::Item> { in next() functions 154 next(&mut self.0) in next()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | mbo_ap.c | 27 info = info->next; in mbo_ap_sta_free() 58 while (tmp->next) in mbo_ap_parse_non_pref_chan() 59 tmp = tmp->next; in mbo_ap_parse_non_pref_chan() 60 tmp->next = info; in mbo_ap_parse_non_pref_chan() 131 for (info = sta->non_pref_chan; info; info = info->next) { in mbo_ap_get_info()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | mbo_ap.c | 27 info = info->next; in mbo_ap_sta_free() 58 while (tmp->next) in mbo_ap_parse_non_pref_chan() 59 tmp = tmp->next; in mbo_ap_parse_non_pref_chan() 60 tmp->next = info; in mbo_ap_parse_non_pref_chan() 131 for (info = sta->non_pref_chan; info; info = info->next) { in mbo_ap_get_info()
|
/third_party/ffmpeg/libavutil/ |
H A D | tree.h | 55 * @param next If next is not NULL, then next[0] will contain the previous 56 * element and next[1] the next element. If either does not exist, 57 * then the corresponding entry in next is unchanged. 67 int (*cmp)(const void *key, const void *b), void *next[2]); 72 * If *next is NULL, then the supplied element will be removed if it exists. 73 * If *next is non-NULL, then the supplied element will be inserted, unless 80 * @param next Use [all...] |
/third_party/node/test/parallel/ |
H A D | test-util-inspect-long-running.js | 15 last.next = { circular: obj, last, obj: { a: 1, b: 2, c: true } }; 16 last = last.next;
|
/third_party/musl/src/process/ |
H A D | posix_spawn_file_actions_addfchdir.c | 14 if ((op->next = fa->__actions)) op->next->prev = op; in posix_spawn_file_actions_addfchdir_np()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_opl.c | 31 ent->next = opl->head; in nghttp3_opl_push() 42 opl->head = ent->next; in nghttp3_opl_pop()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_opl.c | 30 ent->next = opl->head; in ngtcp2_opl_push() 41 opl->head = ent->next; in ngtcp2_opl_pop()
|
/third_party/node/deps/v8/src/objects/ |
H A D | free-space.h | 20 // the heap remains iterable. They have a size and a next pointer. 21 // The next pointer is the raw address of the next FreeSpace object (or NULL) 30 // Accessors for the next field. 31 inline FreeSpace next(); 32 inline void set_next(FreeSpace next);
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parser509534.js | 7 server.get(config.env.siteRoot + "/auth/login", function (req, res, next) { 20 server.get(config.env.siteRoot + "/auth/login", function (req, res, next) {
|
H A D | iterableArrayPattern10.js | 5 next() { 26 next() {
|
H A D | iterableArrayPattern11.js | 5 next() { 27 next() {
|
H A D | iterableArrayPattern12.js | 5 next() { 26 next() {
|
H A D | iterableArrayPattern13.js | 5 next() { 26 next() {
|
H A D | iterableArrayPattern14.js | 5 next() { 26 next() {
|