/third_party/elfutils/libdwfl/ |
H A D | derelocate.c | 50 struct secref *next; member 140 newref->next = refs; in cache_sections() 155 for (struct secref *sec = refs; sec != NULL; sec = sec->next) in cache_sections() 176 for (size_t i = nrefs; i-- > 0; refs = refs->next) in cache_sections() 228 refs = ref->next; in cache_sections() 350 inside the next one. A section limit address can appear in in find_section()
|
/third_party/ffmpeg/libavdevice/ |
H A D | iec61883.c | 57 struct DVPacket *next; ///< next DVPacket member 135 dv->queue_last->next = packet; in iec61883_callback() 205 dv->queue_first = packet->next; in iec61883_parse_queue_dv() 233 dv->queue_first = packet->next; in iec61883_parse_queue_hdv() 473 dv->queue_first = packet->next; in iec61883_close()
|
H A D | vfwcap.c | 206 for(ppktl = &ctx->pktl ; *ppktl ; ppktl = &(*ppktl)->next); in videostream_cb() 237 PacketListEntry *next = pktl->next; in vfw_read_close() local 240 pktl = next; in vfw_read_close() 450 ctx->pktl = ctx->pktl->next; in vfw_read_packet()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_framerate.c | 65 static double get_scene_score(AVFilterContext *ctx, AVFrame *crnt, AVFrame *next) in get_scene_score() argument 72 if (crnt->height == next->height && in get_scene_score() 73 crnt->width == next->width) { in get_scene_score() 78 s->sad(crnt->data[0], crnt->linesize[0], next->data[0], next->linesize[0], crnt->width, crnt->height, &sad); in get_scene_score()
|
H A D | vf_mestimate.c | 43 AVFrame *prev, *cur, *next; member 158 s->cur = s->next; in filter_frame() 159 s->next = frame; in filter_frame() 187 me_ctx->data_ref = (dir ? s->next : s->prev)->data[0]; in filter_frame() 338 av_frame_free(&s->next); in uninit()
|
/third_party/curl/lib/ |
H A D | socks_sspi.c | 210 written = Curl_conn_cf_send(cf->next, data, (char *)socksreq, 4, &code); in Curl_SOCKS5_gssapi_negotiate() 223 written = Curl_conn_cf_send(cf->next, data, in Curl_SOCKS5_gssapi_negotiate() 479 written = Curl_conn_cf_send(cf->next, data, (char *)socksreq, 4, &code); in Curl_SOCKS5_gssapi_negotiate() 490 written = Curl_conn_cf_send(cf->next, data, (char *)socksreq, 1, &code); in Curl_SOCKS5_gssapi_negotiate() 498 written = Curl_conn_cf_send(cf->next, data, in Curl_SOCKS5_gssapi_negotiate()
|
H A D | socks_gssapi.c | 207 nwritten = Curl_conn_cf_send(cf->next, data, (char *)socksreq, 4, &code); in Curl_SOCKS5_gssapi_negotiate() 217 nwritten = Curl_conn_cf_send(cf->next, data, in Curl_SOCKS5_gssapi_negotiate() 413 nwritten = Curl_conn_cf_send(cf->next, data, (char *)socksreq, 4, &code); in Curl_SOCKS5_gssapi_negotiate() 423 nwritten = Curl_conn_cf_send(cf->next, data, (char *)socksreq, 1, &code); in Curl_SOCKS5_gssapi_negotiate() 431 nwritten = Curl_conn_cf_send(cf->next, data, in Curl_SOCKS5_gssapi_negotiate()
|
H A D | conncache.c | 91 curr = curr->next; in bundle_remove_conn() 330 curr = curr->next; in Curl_conncache_foreach() 446 curr = curr->next; in Curl_conncache_extract_bundle() 505 curr = curr->next; in Curl_conncache_extract_oldest() 581 curr = curr->next;
|
H A D | hsts.c | 101 n = e->next; in Curl_hsts_cleanup() 275 n = e->next; in Curl_hsts() 386 n = e->next; in Curl_hsts_save() 408 n = e->next; in Curl_hsts_save() 579 l = l->next; in Curl_hsts_loadfiles()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
H A D | LSTMBreakEngine.java | 172 c = fIter.next()) { in vectorize() 190 c = text.next()) { in substring() 201 int last = iter.next(startPos); in vectorize() 202 for (int curr = iter.next(); curr != BreakIterator.DONE && curr <= endPos; curr = iter.next()) { in vectorize()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
H A D | StatisticsTool.java | 171 NGramList.NGram ngram = (NGramList.NGram) it.next(); in dumpNGrams() 220 Integer ngram = (Integer) it.next(); in writeStatistics() 295 Integer key = (Integer) it.next(); in collectStatistics() 325 String arg = (String) it.next(); in main() 337 encoding = (String) it.next(); in main()
|
/third_party/libuv/src/ |
H A D | idna.c | 415 uint16_t next; in uv__get_surrogate_value() local 419 next = w_source_ptr[1]; in uv__get_surrogate_value() 420 if (next >= 0xDC00 && next <= 0xDFFF) in uv__get_surrogate_value() 421 return 0x10000 + ((u - 0xD800) << 10) + (next - 0xDC00); in uv__get_surrogate_value()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-conversion.c | 1012 ecma_value_t next = ecma_op_object_get_by_uint32_index (obj_p, idx); in ecma_op_create_list_from_array_like() local 1013 if (ECMA_IS_VALUE_ERROR (next)) in ecma_op_create_list_from_array_like() 1020 && !ecma_is_value_prop_name (next)) in ecma_op_create_list_from_array_like() 1022 ecma_free_value (next); in ecma_op_create_list_from_array_like() 1028 ecma_collection_push_back (list_ptr, next); in ecma_op_create_list_from_array_like()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | glsl_scraper.py | 244 t = next(self.token_iter) 251 t = next(self.token_iter) 252 t = next(self.token_iter) 255 stage = next(self.token_iter).strip() 257 t = next(self.token_iter)
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/ |
H A D | minimal-http-client-multi.c | 217 * Tell lws we are going to send the body next... in callback_http() 492 lws_usec_t next; in stagger_cb() local 504 next = 150 * LWS_US_PER_MS; in stagger_cb() 506 next += 400 * LWS_US_PER_MS; in stagger_cb() 510 next += 600 * LWS_US_PER_MS; in stagger_cb() 513 lws_sul_schedule(context, 0, &sul_stagger, stagger_cb, next); in stagger_cb()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | device.c | 685 for (hd = devlist; hd; hd = hd->next) { in ntfs_device_get_geo() 693 names = names->next) { in ntfs_device_get_geo() 705 for (hd = partlist; hd; hd = hd->next) { in ntfs_device_get_geo() 713 names = names->next) { in ntfs_device_get_geo() 735 for (res = hd->res; res; res = res->next) { in ntfs_device_get_geo()
|
H A D | ea.c | 231 * the "offset to next" of the last EA should not be cleared. 266 /* null offset to next not allowed */ in ntfs_set_ntfs_ea() 422 int next; in ntfs_ea_check_wsldev() local 448 next = le32_to_cpu(p_ea->next_entry_offset); in ntfs_ea_check_wsldev() 449 found = ((next > (int)(sizeof(lxdev) + sizeof(device))) in ntfs_ea_check_wsldev() 455 offset += next; in ntfs_ea_check_wsldev() 456 } while (!found && (next > 0) && (offset < lth)); in ntfs_ea_check_wsldev()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4_reg_allocate.cpp | 11 * The above copyright notice and this permission notice (including the next 46 int next; in reg_allocate_trivial() local 66 next = hw_reg_mapping[0] + this->alloc.sizes[0]; in reg_allocate_trivial() 69 hw_reg_mapping[i] = next; in reg_allocate_trivial() 70 next += this->alloc.sizes[i]; in reg_allocate_trivial() 73 prog_data->total_grf = next; in reg_allocate_trivial()
|
/third_party/lwip/src/core/ |
H A D | inet_chksum.c | 266 for (q = p; q != NULL; q = q->next) { in inet_cksum_pseudo_base() 267 LWIP_DEBUGF(INET_DEBUG, ("inet_chksum_pseudo(): checksumming pbuf %p (has next %p) \n", in inet_cksum_pseudo_base() 268 (void *)q, (void *)q->next)); in inet_cksum_pseudo_base() 271 /* just executing this next line is probably faster that the if statement needed in inet_cksum_pseudo_base() 336 * @param proto ipv6 protocol/next header (used for checksum of pseudo header) 407 for (q = p; (q != NULL) && (chksum_len > 0); q = q->next) { in inet_cksum_pseudo_partial_base() 408 LWIP_DEBUGF(INET_DEBUG, ("inet_chksum_pseudo(): checksumming pbuf %p (has next %p) \n", in inet_cksum_pseudo_partial_base() 409 (void *)q, (void *)q->next)); in inet_cksum_pseudo_partial_base() 483 * @param proto ipv6 protocol/next header (used for checksum of pseudo header) 575 for (q = p; q != NULL; q = q->next) { in inet_chksum_pbuf() [all...] |
/third_party/lwip/test/unit/tcp/ |
H A D | tcp_helper.c | 26 pcb = pcb->next; in tcp_remove() 66 for(q = p; q != NULL; q = q->next) { in tcp_create_segment_wnd() 202 for(q = p; q != NULL; q = q->next) { in test_tcp_counters_check_rxdata() 312 for (n = netif_list; n != NULL; n = n->next) { in test_tcp_init_netif() 317 netif->next = NULL; in test_tcp_init_netif()
|
/third_party/node/deps/v8/src/bigint/ |
H A D | tostring.cc | 283 // the square of the previously-created "next" level's divisor. Preparation 336 explicit RecursionLevel(RecursionLevel* next) 337 : char_count_(next->char_count_ * 2), 338 next_(next), 339 divisor_(next->divisor_.len() * 2) { 340 next->is_toplevel_ = false; 364 // We can stop creating levels when the next level's divisor, which is the 367 // next divisor is expensive, we want to predict the necessity based on bit 384 // compute the next divisor. 460 // even after left-shifting, fall through to the next leve [all...] |
/third_party/node/deps/v8/src/ast/ |
H A D | ast-value-factory.h | 105 AstRawString* next() { in next() function in v8::internal::final 152 segment_.next = tmp; in AddString() 159 DCHECK_IMPLIES(segment_.string == nullptr, segment_.next == nullptr); in IsEmpty() 198 AstConsString::Segment* next; member 267 F(next, "next") \
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_pstipple.c | 15 * next paragraph) shall be included in all copies or substantial portions 247 stage->next->flush( stage->next, flags ); in pstip_flush() 268 stage->next->reset_stipple_counter( stage->next ); in pstip_reset_stipple_counter() 307 pstip->stage.next = NULL; in draw_pstip_stage()
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_bufmgr_slab.c | 23 * next paragraph) shall be included in all copies or substantial portions 207 if (slab->head.next == &slab->head) in pb_slab_buffer_destroy() 396 if (mgr->slabs.next == &mgr->slabs) { in pb_slab_manager_create_buffer() 398 if (mgr->slabs.next == &mgr->slabs) { in pb_slab_manager_create_buffer() 405 list = mgr->slabs.next; in pb_slab_manager_create_buffer() 412 list = slab->freeBuffers.next; in pb_slab_manager_create_buffer()
|
/third_party/python/Lib/html/ |
H A D | parser.py | 141 # if we can't find the next <, either we are at the end 349 next = rawdata[j:j+1] 350 if next == ">": 352 if next == "/": 363 if next == "": 366 if next in ("abcdefghijklmnopqrstuvwxyz=/"
|