/third_party/skia/third_party/externals/freetype/src/pfr/ |
H A D | pfrload.c | 697 item->next = NULL; in FT_CALLBACK_DEF() 699 phy_font->kern_items_tail = &item->next; in FT_CALLBACK_DEF() 803 PFR_KernItem item, next; in pfr_phy_font_done() local 809 next = item->next; in pfr_phy_font_done() 811 item = next; in pfr_phy_font_done()
|
/third_party/toybox/lib/ |
H A D | lib.h | 19 // is always next pointer, so next = (mytype *)&struct. (The payloads are 23 struct string_list *next; member 28 struct arg_list *next; member 33 struct double_list *next, *prev; member 38 struct num_cache *next; member 88 struct dirtree *next, *parent, *child; member 393 struct mtab_list *next, *prev; member
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 19 // is always next pointer, so next = (mytype *)&struct. (The payloads are 23 struct string_list *next; member 28 struct arg_list *next; member 33 struct double_list *next, *prev; member 38 struct num_cache *next; member 88 struct dirtree *next, *parent, *child; member 384 struct mtab_list *next, *prev; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_registrar.c | 115 struct wps_pbc_session *next; member 128 pbc = pbc->next; in wps_free_pbc_sessions() 135 struct wps_registrar_device *next; member 285 dev = dev->next; in wps_free_devices() 297 for (dev = reg->devices; dev; dev = dev->next) { in wps_device_get() 334 d->next = reg->devices; in wps_device_store() 358 prev->next = pbc->next; in wps_registrar_add_pbc_session() 360 reg->pbc_sessions = pbc->next; in wps_registrar_add_pbc_session() 364 pbc = pbc->next; in wps_registrar_add_pbc_session() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_registrar.c | 116 struct wps_pbc_session *next; member 129 pbc = pbc->next; in wps_free_pbc_sessions() 136 struct wps_registrar_device *next; member 286 dev = dev->next; in wps_free_devices() 298 for (dev = reg->devices; dev; dev = dev->next) { in wps_device_get() 335 d->next = reg->devices; in wps_device_store() 359 prev->next = pbc->next; in wps_registrar_add_pbc_session() 361 reg->pbc_sessions = pbc->next; in wps_registrar_add_pbc_session() 365 pbc = pbc->next; in wps_registrar_add_pbc_session() [all...] |
/third_party/eudev/src/libudev/ |
H A D | libudev-device.c | 502 char *next; in udev_device_add_property_from_string_parse() local 506 next = strchr(slink, ' '); in udev_device_add_property_from_string_parse() 507 while (next != NULL) { in udev_device_add_property_from_string_parse() 508 next[0] = '\0'; in udev_device_add_property_from_string_parse() 510 slink = &next[1]; in udev_device_add_property_from_string_parse() 511 next = strchr(slink, ' '); in udev_device_add_property_from_string_parse() 517 char *next; in udev_device_add_property_from_string_parse() local 520 next = strchr(tags, ':'); in udev_device_add_property_from_string_parse() 521 if (next != NULL) { in udev_device_add_property_from_string_parse() 522 next in udev_device_add_property_from_string_parse() [all...] |
/third_party/curl/lib/vquic/ |
H A D | curl_osslq.c | 290 struct curltime reconnect_at; /* time the next attempt should start */ 449 Curl_cf_socket_peek(cf->next, data, NULL, NULL, in cf_osslq_ssl_err() 586 for(sdata = data->multi->easyp; sdata; sdata = sdata->next) { in cf_osslq_get_qstream() 1064 Curl_cf_socket_peek(cf->next, data, &ctx->q.sockfd, in cf_osslq_ctx_start() 1304 for(sdata = data->multi->easyp; sdata; sdata = sdata->next) { in cf_progress_ingress() 1331 for(sdata = data->multi->easyp; sdata; sdata = sdata->next) { in cf_osslq_check_and_unblock() 1535 if(!cf->next->connected) { in cf_osslq_connect() 1536 result = Curl_conn_cf_connect(cf->next, data, blocking, done); in cf_osslq_connect() 1546 /* Not time yet to attempt the next connect */ in cf_osslq_connect() 1625 Curl_cf_socket_peek(cf->next, dat in cf_osslq_connect() [all...] |
/third_party/curl/lib/vtls/ |
H A D | vtls.c | 773 curl_socket_t sock = Curl_conn_cf_get_socket(cf->next, data); in Curl_ssl_adjust_pollset() 1051 * and look for next begin in Curl_pin_peer_pubkey() 1629 if(cf->next) in ssl_cf_close() 1630 cf->next->cft->do_close(cf->next, data); in ssl_cf_close() 1655 result = cf->next->cft->do_connect(cf->next, data, blocking, done); in ssl_cf_connect() 1693 result = cf->next->cft->has_data_pending(cf->next, data); in ssl_cf_data_pending() 1808 return cf->next in ssl_cf_query() [all...] |
/third_party/backends/backend/ |
H A D | p5.c | 87 * the result returned must stay consistent until next call. 248 while (device->next) in sane_get_devices() 251 device = device->next; in sane_get_devices() 289 /* go to next detected device */ in sane_get_devices() 290 device = device->next; in sane_get_devices() 355 device = device->next; in sane_open() 418 session->next = sessions; in sane_open() 969 /* at each bit to see we must go to the next byte */ in compute_parameters() 1309 /* copy extra lines needed for lds in next buffer */ in sane_read() 1402 for (session = sessions; session; session = session->next) in sane_close() 1480 struct P5_Session *session, *next; sane_exit() local [all...] |
H A D | magicolor.c | 1755 for (dev = first_dev; dev; dev = dev->next) { in device_detect() 1821 dev->next = first_dev; in device_detect() 1838 struct snmp_ip*next; member 1889 ip = ip->next; in mc_network_discovery_handle() 1894 new_handled->next = magic->handled; in mc_network_discovery_handle() 1953 new_detected->next = magic->detected; in mc_network_discovery_handle() 2096 snmp_ip *tmp = magic.handled->next; in mc_network_discovery() 2101 snmp_ip *tmp = magic.detected->next; in mc_network_discovery() 2242 Magicolor_Device *dev, *next; in free_devices() local 2246 for (dev = first_dev; dev; dev = next) { in free_devices() [all...] |
/third_party/libwebsockets/plugins/ssh-base/ |
H A D | sshd.c | 445 state_get_string_alloc(struct per_session_data__sshd *pss, int next) in state_get_string_alloc() argument 448 pss->state_after_string = (char)next; in state_get_string_alloc() 452 state_get_string(struct per_session_data__sshd *pss, int next) in state_get_string() argument 455 pss->state_after_string = (char)next; in state_get_string() 459 state_get_u32(struct per_session_data__sshd *pss, int next) in state_get_u32() argument 462 pss->state_after_string = (char)next; in state_get_u32() 473 ch = ch->next; in ssh_get_server_ch() 488 ch = ch->next; 505 *ppch = ch->next; in ssh_destroy_channel() 512 } lws_end_foreach_llp(ppch, next); in ssh_destroy_channel() [all...] |
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | Demo.java | 389 String source = (String) sources.next(); in initMenus() 393 String target = (String) targets.next(); in initMenus() 403 String variant = (String) variants.next(); in initMenus() 539 int pos = brkItr.next(); in printBreaks() 551 char ch = ci.next(); in printIteration() 673 while (it.next()) { in genTestFile() 685 int end = sentenceBreak.next(); in genTestFile() 901 while (it.next()) { in closeUnicodeSet() 918 while (it.next()) { in closeUnicodeSet() 923 String trial = ci.next(); in closeUnicodeSet() [all...] |
/third_party/skia/third_party/externals/freetype/src/raster/ |
H A D | ftraster.c | 349 PProfile link; /* link to next profile (various purposes) */ 361 PProfile next; /* next profile in same contour, used */ member 638 ras.cProfile->next = (PProfile)0; in New_Profile() 730 oldProfile->next = ras.cProfile; in End_Profile() 2026 /* close the `next profile in contour' linked list */ in Convert_Glyph() 2028 lastProfile->next = ras.gProfile; in Convert_Glyph() 2135 PProfile *old, current, next; in Sort() local 2155 next = current->link; in Sort() 2157 while ( next ) in Sort() [all...] |
/third_party/python/Objects/ |
H A D | obmalloc.c | 1005 struct pool_header *nextpool; /* next pool of this size class */ 1024 /* Pool-aligned pointer to the next pool to be carved off. */ 1099 that the next allocation for its size class will reuse the freed block. 1105 Empty pools have no inherent size class: the next time a malloc finds 1127 blocks. The offset from the pool_header to the start of "the next" virgin 1221 This means that the next allocation will come from a heavily used arena, 1503 * the next ideal arena. The tail_lo and tail_hi members correspond to 1528 * for the next arena. Note that it might be in different MAP_TOP in arena_map_mark_used() 1636 /* Take the next available arena object off the head of the list. */ in new_arena() 1801 poolp next; in pymalloc_pool_extend() local 1908 poolp next = usedpools[size + size]; /* == prev */ allocate_from_new_pool() local 2037 poolp next = usedpools[size + size]; insert_to_usedpool() local 2050 poolp next = pool->nextpool; insert_to_freepool() local [all...] |
/third_party/selinux/libsepol/src/ |
H A D | services.c | 309 for (e = constraint->expr; e; e = e->next) { in get_class_info() 441 for (e = constraint->expr; e; e = e->next) { in constraint_expr_eval_reason() 990 constraint = constraint->next; in context_struct_compute_av() 1007 for (ra = policydb->role_allow; ra; ra = ra->next) { in context_struct_compute_av() 1084 constraint = constraint->next; in sepol_validate_transition_reason_buffer() 1433 roletr = roletr->next) { in sepol_compute_sid() 1870 c = c->next; in sepol_fs_sid() 1913 c = c->next; in sepol_ibpkey_sid() 1949 c = c->next; in sepol_ibendport_sid() 1987 c = c->next; in sepol_port_sid() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UForwardCharacterIterator.java | 34 * <p>ForwardCharacterIterator provides next() to access 52 * while((c=it.next())!=UForwardCharacterIterator.DONE) { 69 * Returns the UTF16 code unit at index, and increments to the next 73 * @return the next UTF16 code unit, or DONE if the index is at the limit 77 public int next(); in next() method 80 * Returns the code point at index, and increments to the next code 83 * <code>next()</code>. Otherwise the iterator is incremented past 86 * @return the next codepoint in text, or DONE if the index is at
|
H A D | UnicodeSet.java | 1091 trial = it.next(); in matchesAt() 1103 trial = it.next(); in matchesAt() 1340 // c is before start of next range in add_unchecked() 1877 // // Each case deliberately falls through to the next 2656 c = chars.next(opts); in applyPattern() 2668 c = chars.next(opts); in applyPattern() 2674 c = chars.next(opts); in applyPattern() 2800 c = chars.next(opts); in applyPattern() 2837 c = chars.next(opts); in applyPattern() 2885 c = chars.next(opt in applyPattern() 4394 public EntryRange next() { next() method in UnicodeSet.EntryRangeIterator 4462 public String next() { next() method in UnicodeSet.UnicodeSetIterator2 [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | UForwardCharacterIterator.java | 35 * <p>ForwardCharacterIterator provides next() to access 53 * while((c=it.next())!=UForwardCharacterIterator.DONE) { 69 * Returns the UTF16 code unit at index, and increments to the next 73 * @return the next UTF16 code unit, or DONE if the index is at the limit 76 public int next(); in next() method 79 * Returns the code point at index, and increments to the next code 82 * <code>next()</code>. Otherwise the iterator is incremented past 85 * @return the next codepoint in text, or DONE if the index is at
|
H A D | UnicodeSet.java | 1029 trial = it.next(); in matchesAt() 1041 trial = it.next(); in matchesAt() 1272 // c is before start of next range in add_unchecked() 1787 // // Each case deliberately falls through to the next 2545 c = chars.next(opts); in applyPattern() 2557 c = chars.next(opts); in applyPattern() 2563 c = chars.next(opts); in applyPattern() 2689 c = chars.next(opts); in applyPattern() 2726 c = chars.next(opts); in applyPattern() 2774 c = chars.next(opt in applyPattern() 4253 public EntryRange next() { next() method in UnicodeSet.EntryRangeIterator 4320 public String next() { next() method in UnicodeSet.UnicodeSetIterator2 [all...] |
/third_party/jerryscript/tests/jerry/fail/ |
H A D | regression-test-issue-3112.js | 16 iter.next.constructor ( Object.getPrototypeOf( iter ) )
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | no_size_t_is_usize.h | 9 struct A* next; member
|
H A D | inner_template_self.hpp | 4 LinkedList<T>* next; member in LinkedList
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | daemon.c | 739 for (pos = daemon->connections_head; NULL != pos; pos = pos->next) in MHD_get_fdset2() 1225 * to receive an HTTP request from this socket next). 1735 struct MHD_Connection *next = NULL; in resume_suspended_connections() local 1743 next = daemon->suspended_connections_head; in resume_suspended_connections() 1745 while (NULL != (pos = next)) in resume_suspended_connections() 1747 next = pos->next; in resume_suspended_connections() 1866 * to receive an HTTP request from this socket next). 2175 struct MHD_Connection *next; in MHD_run_from_select() local 2202 next in MHD_run_from_select() 2359 struct MHD_Connection *next; MHD_poll_all() local 2640 struct MHD_Connection *next; MHD_epoll() local [all...] |
/third_party/vulkan-loader/loader/ |
H A D | wsi.c | 200 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, i++) { in terminator_DestroySurfaceKHR() 628 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, i++) { in terminator_CreateWin32SurfaceKHR() 647 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, i++) { in terminator_CreateWin32SurfaceKHR() 747 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, i++) { in terminator_CreateWaylandSurfaceKHR() 766 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, i++) { in terminator_CreateWaylandSurfaceKHR() 869 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, i++) { in terminator_CreateXcbSurfaceKHR() 888 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, i++) { in terminator_CreateXcbSurfaceKHR() 994 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, i++) { in terminator_CreateXlibSurfaceKHR() 1013 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, i++) { in terminator_CreateXlibSurfaceKHR() 1119 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, in terminator_CreateDirectFBSurfaceEXT() [all...] |
/third_party/curl/lib/ |
H A D | multi.c | 465 data->next = NULL; /* end of the line */ in link_easy() 468 last->next = data; in link_easy() 483 /* make the previous node point to our next */ in unlink_easy() 485 data->prev->next = data->next; in unlink_easy() 487 multi->easyp = data->next; /* point to first node */ in unlink_easy() 489 /* make our next point to our previous node */ in unlink_easy() 490 if(data->next) in unlink_easy() 491 data->next->prev = data->prev; in unlink_easy() 495 data->prev = data->next in unlink_easy() [all...] |