/third_party/skia/src/core/ |
H A D | SkStream.cpp | 739 explicit SkBlockMemoryRefCnt(SkDynamicMemoryWStream::Block* head) : fHead(head) { } in SkBlockMemoryRefCnt() argument
|
/third_party/typescript/tests/baselines/reference/ |
H A D | ramdaToolsNoInfinite2.js | 234 export type Prepend<L extends List, A extends any> = ((head: A, ...args: L) => any) extends ((...args: infer U) => any) ? U : L; 245 export type Tail<L extends List> = ((...t: L) => any) extends ((head: any, ...tail: infer LTail) => any) ? LTail : never;
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_cfg80211.c | 2534 mgmt = (oal_ieee80211_mgmt *)beacon_info->head; in wal_parse_wpa_wpa2_ie() 2684 puc_supported_rates_ie = mac_find_ie(MAC_EID_RATES, beacon_info->head + 24 + us_offset, in wal_parse_protocol_mode() 3564 ret = (hi_u32)memcpy_s(puc_beacon_info_tmp, beacon_head_len, beacon_info->head, beacon_head_len); in wal_cfg80211_configuration_beacon() 3568 ret = (hi_u32)memcpy_s(puc_beacon_info_tmp, beacon_head_len, beacon_info->head, beacon_head_len); in wal_cfg80211_configuration_beacon() 3577 beacon_info_tmp.head = puc_beacon_info_tmp; in wal_cfg80211_configuration_beacon() 3642 if (beacon_info->tail == HI_NULL || beacon_info->head == HI_NULL) { in wal_cfg80211_fill_beacon_param() 3644 "{wal_cfg80211_fill_beacon_param::beacon frame error tail = %p, head = %p!}", (uintptr_t)beacon_info->tail, in wal_cfg80211_fill_beacon_param() 3645 (uintptr_t)beacon_info->head); in wal_cfg80211_fill_beacon_param()
|
H A D | hi_wifi_driver_wpa_if.h | 346 hi_u8 *head; member
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 3921 if (ctx->seccache && ctx->seccache->head.p_reads) { in ntfs_close() 3924 ctx->seccache->head.p_writes, in ntfs_close() 3925 ctx->seccache->head.p_reads, in ntfs_close() 3926 100 * ctx->seccache->head.p_hits in ntfs_close() 3927 / ctx->seccache->head.p_reads, in ntfs_close() 3928 1000 * ctx->seccache->head.p_hits in ntfs_close() 3929 / ctx->seccache->head.p_reads % 10); in ntfs_close()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftobjs.c | 2975 if ( face->sizes_list.head ) in FT_EXPORT_DEF() 2976 face->size = (FT_Size)(face->sizes_list.head->data); in FT_EXPORT_DEF() 4408 cur = library->renderers.head; in FT_BASE_DEF() 4709 node = library->renderers.head; in FT_BASE_DEF() 5481 while ( faces->head ) in FT_EXPORT_DEF() 5483 FT_Done_Face( FT_FACE( faces->head->data ) ); in FT_EXPORT_DEF() 5484 if ( faces->head ) in FT_EXPORT_DEF()
|
/third_party/curl/lib/vtls/ |
H A D | vtls.c | 2023 struct Curl_cfilter *cf, *head; in Curl_ssl_cfilter_remove() local 2027 head = data->conn? data->conn->cfilter[sockindex] : NULL; in Curl_ssl_cfilter_remove() 2028 for(cf = head; cf; cf = cf->next) { in Curl_ssl_cfilter_remove() 2032 Curl_conn_cf_discard_sub(head, cf, data, FALSE); in Curl_ssl_cfilter_remove()
|
/third_party/backends/backend/ |
H A D | sm3840_scan.c | 180 char head[128]; in setup_scan() local 345 /* Move to head... */ in setup_scan() 920 sprintf (head, "P%d\n%d %d\n%d\n", gray ? 5 : 6, scanpix, scanlines, in setup_scan() 923 head[0] = 0; in setup_scan() 925 record_image (udev, fname, dpi, scanpix, scanlines, gray, head, bpp16); in setup_scan()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_hd_test.c | 1263 bufs.head->buf.last += blocklen; in test_nghttp2_hd_public_api() 1322 bufs.head->buf.last += blocklen; in test_nghttp2_hd_deflate_hd_vec() 1378 bufs.head->buf.last += blocklen; in test_nghttp2_hd_deflate_hd_vec() 1408 bufs.head->buf.last += blocklen; in test_nghttp2_hd_deflate_hd_vec()
|
/third_party/toybox/toys/pending/ |
H A D | fdisk.c | 52 unsigned char boot_ind, head, sector, cyl, sys_ind, end_head, member 108 p->head = start % g_heads; in set_hsc() 416 physbh = p->head; in consistency_check() 1073 xprintf("Partition %u: head %u greater than maximum %lu\n", n, h + 1, g_heads); in check() 1205 i+1, p->boot_ind, p->head, in print_partitions_list()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_session.c | 755 for (item = q->head; item;) { in ob_q_free() 1250 for (item = session->ob_syn.head; item; item = item->qnext) { in nghttp2_session_add_rst_stream() 1697 nghttp2_stream *head; in nghttp2_session_adjust_idle_stream() local 1700 head = session->idle_stream_head; in nghttp2_session_adjust_idle_stream() 1701 assert(head); in nghttp2_session_adjust_idle_stream() 1703 next = head->closed_next; in nghttp2_session_adjust_idle_stream() 1705 rv = nghttp2_session_destroy_stream(session, head); in nghttp2_session_adjust_idle_stream() 1710 /* head is now destroyed */ in nghttp2_session_adjust_idle_stream() 2272 buf = &bufs->head->buf; in session_pack_extension() 2769 if (arg->head) { in find_stream_on_goaway_func() [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_session.c | 750 for (item = q->head; item;) { in ob_q_free() 1245 for (item = session->ob_syn.head; item; item = item->qnext) { in nghttp2_session_add_rst_stream() 1692 nghttp2_stream *head; in nghttp2_session_adjust_idle_stream() local 1695 head = session->idle_stream_head; in nghttp2_session_adjust_idle_stream() 1696 assert(head); in nghttp2_session_adjust_idle_stream() 1698 next = head->closed_next; in nghttp2_session_adjust_idle_stream() 1700 rv = nghttp2_session_destroy_stream(session, head); in nghttp2_session_adjust_idle_stream() 1705 /* head is now destroyed */ in nghttp2_session_adjust_idle_stream() 2267 buf = &bufs->head->buf; in session_pack_extension() 2764 if (arg->head) { in find_stream_on_goaway_func() [all...] |
/third_party/libdrm/intel/ |
H A D | intel_decode.c | 67 * GPU head and tail pointers, which will be noted in the dump, or ~0. 69 uint32_t head, tail; member 3875 uint32_t head, uint32_t tail) in drm_intel_decode_set_head_tail() 3877 ctx->head = head; in drm_intel_decode_set_head_tail() 3921 head_offset = ctx->head; in drm_intel_decode() 3874 drm_intel_decode_set_head_tail(struct drm_intel_decode *ctx, uint32_t head, uint32_t tail) drm_intel_decode_set_head_tail() argument
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 28 #define VN_ADD_TO_PNEXT(elem, s_type, head) \ 31 (elem).pNext = (head).pNext; \ 32 (head).pNext = &(elem); \ 34 #define VN_ADD_EXT_TO_PNEXT(ext, elem, s_type, head) \ 35 if (ext) VN_ADD_TO_PNEXT(elem, s_type, head)
|
/third_party/pulseaudio/src/modules/ |
H A D | module-equalizer-sink.c | 1744 pa_strlist *head=NULL, *iter; in get_profiles() local 1759 head = pa_strlist_prepend(head, name); in get_profiles() 1765 iter=head; in get_profiles() 1770 pa_strlist_free(head); in get_profiles()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_pno.c | 922 _dhd_pno_clear_all_batch_results(dhd_pub_t *dhd, struct list_head *head, bool only_last) in _dhd_pno_clear_all_batch_results() argument 930 NULL_CHECK(head, "head is NULL", err); in _dhd_pno_clear_all_batch_results() 931 NULL_CHECK(head->next, "head->next is NULL", err); in _dhd_pno_clear_all_batch_results() 936 head, list) { in _dhd_pno_clear_all_batch_results() 939 if (!list_is_last(&siter->list, head)) { in _dhd_pno_clear_all_batch_results() 3238 /* initialize the head of linked list */ in _dhd_pno_get_for_batch() 3245 dhd_pno_best_header_t *head = in _dhd_pno_get_for_batch() local 3248 pbestnetheader->next = head; in _dhd_pno_get_for_batch() 3353 dhd_pno_best_header_t *head = _dhd_pno_get_for_batch() local [all...] |
H A D | linux_pkt.c | 433 skb->data = skb->head; in osl_pktget_static()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_resolve_ast.c | 566 a1_node = a1->datum.nodes->head->data; in cil_resolve_alias_to_actual() 574 a1_node = a1->datum.nodes->head->data; in cil_resolve_alias_to_actual() 1215 item = (*ordered_lists)->head; in __cil_ordered_lists_destroy() 1295 struct cil_list_item *ofirst = old->head; in __cil_ordered_lists_merge() 1299 struct cil_list_item *nfirst = new->head; in __cil_ordered_lists_merge() 2378 if (current != block->datum.nodes->head->data) { in cil_resolve_blockinherit_copy() 2459 if (block_datum->nodes && block_datum->nodes->head != block_datum->nodes->tail) { in cil_resolve_in() 3369 return __cil_evaluate_tunable_expr(l->head); in __cil_evaluate_tunable_expr_helper() 3427 result = __cil_evaluate_tunable_expr(tif->datum_expr->head); in cil_resolve_tunif()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ccapitst.c | 3408 * only head alone matches. in TestFromUCountPending() 3409 * At the end, the output for head will overflow the target, in TestFromUCountPending() 3418 static const UChar head[] = {0xDBC4,0xDE34,0xD900,0xDC05,0x0000};/* \U00101234\U00050005 */ in TestFromUCountPending() local 3424 const UChar* source = head; in TestFromUCountPending() 3425 const UChar* sourceLimit = source + u_strlen(head); in TestFromUCountPending() 3435 log_err("ucnv_fromUInputHeld did not return correct length for head\n"); in TestFromUCountPending() 3516 * only head alone matches. in TestToUCountPending() 3517 * At the end, the output for head will overflow the target, in TestToUCountPending() 3520 char head[] = { 0x01, 0x02, 0x03, 0x0a , 0x00}; in TestToUCountPending() local 3532 const char* source = head; in TestToUCountPending() [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 1998 struct ptr_list *head = (struct ptr_list *)_list; in find_identifier() local 1999 struct ptr_list *list = head; in find_identifier() 2001 if (!head) in find_identifier() 2026 } while ((list = list->next) != head); in find_identifier() 2327 int evaluate_arguments(struct symbol_list *argtypes, struct expression_list *head) in evaluate_arguments() argument 2334 FOR_EACH_PTR (head, expr) { in evaluate_arguments()
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 4600 gcc_extra_ver=$(expr "$($_cc --version 2>/dev/null | head -n1)" : '.*\((.*)\)') 4607 gcc_version=$($_cc --version | head -n1) 4627 _ident=$($_cc --version | head -n1) 4635 _ident=$($_cc -qversion 2>/dev/null | head -n1) 4641 _ident=$($_cc --vsn | grep -i build | head -n1 | sed 's/.*: //') 4656 _ident=$($_cc --version 2>/dev/null | head -n1) 4662 _ident=$($_cc -V 2>&1 | head -n1 | cut -d' ' -f 2-) 4671 _ident=$($_cc -v 2>&1 | head -n1 | tr -d :) 4678 _ident=$($_cc -v 2>&1 | head -n1 | tr -d :) 4685 _ident=$($_cc | head [all...] |
/third_party/ffmpeg/ |
H A D | configure | 4698 gcc_extra_ver=$(expr "$($_cc --version 2>/dev/null | head -n1)" : '.*\((.*)\)') 4705 gcc_version=$($_cc --version | head -n1) 4725 _ident=$($_cc --version | head -n1) 4733 _ident=$($_cc -qversion 2>/dev/null | head -n1) 4739 _ident=$($_cc --vsn | grep -i build | head -n1 | sed 's/.*: //') 4754 _ident=$($_cc --version 2>/dev/null | head -n1) 4760 _ident=$($_cc -V 2>&1 | head -n1 | cut -d' ' -f 2-) 4769 _ident=$($_cc -v 2>&1 | head -n1 | tr -d :) 4776 _ident=$($_cc -v 2>&1 | head -n1 | tr -d :) 4783 _ident=$($_cc | head [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_lease.c | 167 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) in drm_lease_filter_crtcs()
|
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_connector.h | 1219 * @head: 1226 struct list_head head; member
|
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/ |
H A D | 8250_dma.c | 130 dma->tx_size = CIRC_CNT_TO_END(xmit->head, xmit->tail, UART_XMIT_SIZE); in serial8250_tx_dma()
|