/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | isp_params_v3x.c | 2954 struct isp2x_mesh_head *head; in isp_ldch_config() local 2974 head = (struct isp2x_mesh_head *)priv_val->buf_ldch[id][buf_idx].vaddr; in isp_ldch_config() 2975 head->stat = MESH_BUF_INIT; in isp_ldch_config() 2978 head = (struct isp2x_mesh_head *)priv_val->buf_ldch[id][buf_idx].vaddr; in isp_ldch_config() 2979 head->stat = MESH_BUF_CHIPINUSE; in isp_ldch_config() 2982 value = priv_val->buf_ldch[id][buf_idx].dma_addr + head->data_oft; in isp_ldch_config() 3566 struct isp2x_mesh_head *head; in isp_cac_config() local 3591 head = (struct isp2x_mesh_head *)priv_val->buf_cac[id][i].vaddr; in isp_cac_config() 3593 val = priv_val->buf_cac[id][i].dma_addr + head->data_oft; in isp_cac_config()
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 1561 * is the head of our chain). Insert to new ent and append to this chain. */ in insert() 1568 * Evict it (updating its chain) and use its ent for head of our chain. */ in insert() 1589 /* Element to remove is at the head of its chain. */ in rm() 1602 /* Element to remove is either in a non-head position or not in the in rm() 2347 _upb_arena_head head; member 2390 a->head.ptr = UPB_PTR_AT(block, memblock_reserve, char); in upb_arena_addblock() 2391 a->head.end = UPB_PTR_AT(block, size, char); in upb_arena_addblock() 2438 a->head.alloc.func = &upb_arena_doalloc; in arena_initslow() 2464 a->head.alloc.func = &upb_arena_doalloc; in upb_arena_init() 2469 a->head in upb_arena_init() [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_build_ast.c | 523 struct cil_list_item *head = NULL; in cil_gen_classorder() local 542 head = classorder->class_list_str->head; in cil_gen_classorder() 545 if (curr == head && curr->next == NULL) { in cil_gen_classorder() 549 } else if (curr != head) { in cil_gen_classorder() 1384 expr = attr->expr_list->head; in cil_destroy_userattribute() 2012 struct cil_list_item *expr = attr->expr_list->head; in cil_destroy_roleattribute() 2451 struct cil_list_item *expr = attr->expr_list->head; in cil_destroy_typeattribute() 5463 struct cil_tree_node *node = args->arg->nodes->head->data; in cil_destroy_args()
|
H A D | cil.c | 1436 if (db->userprefixes->head == NULL) { in cil_userprefixes_to_string() 1669 if (db->selinuxusers->head == NULL) { in cil_selinuxusers_to_string() 1693 for(curr = db->selinuxusers->head; curr != NULL; curr = curr->next) { in cil_selinuxusers_to_string()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec_av1.c | 1958 struct list_head *head) in dec_av1_ReleaseTask() 1960 if (!head || !head->next) in dec_av1_ReleaseTask() 1963 list_for_each_entry_safe(struct dec_av1_task, task, head, list) { in dec_av1_ReleaseTask() 1957 dec_av1_ReleaseTask(vid_dec_PrivateType *priv, struct list_head *head) dec_av1_ReleaseTask() argument
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 296 struct VkBaseOutStructure *head = NULL, *tail = NULL; in clone_chain() local 305 if (!head) in clone_chain() 306 head = new_item; in clone_chain() 312 return head; in clone_chain()
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 10810 const unsigned char *head, const size_t size, in DecodeChunk() 10933 reinterpret_cast<const unsigned char *>(head + offsets[tile_idx]); in DecodeChunk() 11074 reinterpret_cast<const unsigned char *>(head + offsets[y_idx]); in DecodeChunk() 11182 const unsigned char *head, const unsigned char *marker, const size_t size) { in ReconstructLineOffsets() 11183 TEXR_ASSERT(head < marker); in ReconstructLineOffsets() 11187 size_t offset = static_cast<size_t>(marker - head); in ReconstructLineOffsets() 11215 const unsigned char *head, in DecodeEXRImage() 11218 if (exr_image == NULL || exr_header == NULL || head == NULL || in DecodeEXRImage() 11302 if ((marker + sizeof(tinyexr_uint64)) >= (head + size)) { in DecodeEXRImage() 11328 ReconstructLineOffsets(&offsets, num_blocks, head, marke in DecodeEXRImage() 10808 DecodeChunk(EXRImage *exr_image, const EXRHeader *exr_header, const std::vector<tinyexr::tinyexr_uint64> &offsets, const unsigned char *head, const size_t size, std::string *err) DecodeChunk() argument 11180 ReconstructLineOffsets( std::vector<tinyexr::tinyexr_uint64> *offsets, size_t n, const unsigned char *head, const unsigned char *marker, const size_t size) ReconstructLineOffsets() argument 11214 DecodeEXRImage(EXRImage *exr_image, const EXRHeader *exr_header, const unsigned char *head, const unsigned char *marker, const size_t size, const char **err) DecodeEXRImage() argument [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/opp/ |
H A D | of.c | 837 blocking_notifier_call_chain(&opp_table->head, OPP_EVENT_ADD, new_opp); in _opp_add_static_v2()
|
/third_party/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 789 unsigned int head,
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 55 nva[3] = make_nv("x-head", "foo"); in headers() 56 nva[4] = make_nv("x-head", "bar"); in headers() 558 buf = &bufs.head->buf; in test_nghttp2_frame_pack_origin()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_context.c | 974 LIST_FOR_EACH_ENTRY_SAFE_REV(stfb, next, &st->winsys_buffers, head) { in st_destroy_context()
|
/third_party/python/Lib/ |
H A D | nntplib.py | 47 # - NNTP.article(), NNTP.head() and NNTP.body() return a (response, ArticleInfo) 762 def head(self, message_spec=None, *, file=None): member in NNTP
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
H A D | FontInfo.java | 74 * font from the head, hhea, and OS/2 font tables 87 FontHeaderTable headTable = (FontHeaderTable) FontUtils.getTable(font, Tag.head); in listFontMetrics()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftoutln.c | 618 node = library->renderers.head; in FT_EXPORT_DEF()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
H A D | subsetter_impl.cc | 707 // head, hhea, loca, maxp, cvt, prep, glyf, hmtx, fpgm 755 Tag::head, Tag::hhea, Tag::loca, Tag::maxp, Tag::cvt, in Subset() 775 // to head. As a result, we can't remove bdat tables for those fonts. in Subset()
|
/third_party/toybox/generated/ |
H A D | globals.h | 1318 // toys/posix/head.c 1745 struct head_data head; member
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 5496 int head;\ 10977 int loca,head,glyf,hhea,hmtx,kern; /* table locations as offset from start of .ttf */ member 11003 struct nk_tt__hheap_chunk *head; member 11125 info->head = (int)nk_tt__find_table(data, (nk_uint)fontstart, "head"); /* required */ in nk_tt_InitFont() 11130 if (!cmap || !info->loca || !info->head || !info->glyf || !info->hhea || !info->hmtx) in nk_tt_InitFont() 11166 info->indexToLocFormat = nk_ttUSHORT(data+info->head + 50); in nk_tt_InitFont() 11573 int unitsPerEm = nk_ttUSHORT(info->data + info->head + 18); in nk_tt_ScaleForMappingEmToPixels() 11624 c->next = hh->head; in nk_tt__hheap_alloc() 11625 hh->head in nk_tt__hheap_alloc() [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 782 const hi_u8 *head, *tail; member 1402 hi_u8 *head, *tail; member
|
/device/soc/rockchip/common/vendor/drivers/net/ethernet/ |
H A D | dwmac-rk-tool.c | 316 skb->csum_start = skb_transport_header(skb) - skb->head; in dwmac_rk_udp4_hwcsum() 447 skb->csum_start = skb_transport_header(skb) - skb->head; in dwmac_rk_get_skb()
|
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | sem.c | 322 static void sem_rcu_free(struct rcu_head *head)
in sem_rcu_free() argument 324 struct kern_ipc_perm *p = container_of(head, struct kern_ipc_perm, rcu);
in sem_rcu_free() 861 * @wake_q: lockless wake-queue head.
906 * @wake_q: lockless wake-queue head
955 * @wake_q: lockless wake-queue head.
1041 * @wake_q: lockless wake-queue head
|
H A D | shm.c | 224 static void shm_rcu_free(struct rcu_head *head)
in shm_rcu_free() argument 226 struct kern_ipc_perm *ptr = container_of(head, struct kern_ipc_perm, rcu);
in shm_rcu_free()
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-rk-tool.c | 328 skb->csum_start = skb_transport_header(skb) - skb->head; in dwmac_rk_udp4_hwcsum() 456 skb->csum_start = skb_transport_header(skb) - skb->head; in dwmac_rk_get_skb()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_hub.c | 2161 TAILQ_FOREACH(xfer, &bus->intr_q.head, wait_entry) { in usbd_fs_isoc_schedule_alloc_slot() 2200 TAILQ_FOREACH(pipe_xfer, &xfer->endpoint->endpoint_q[0].head, in usbd_fs_isoc_schedule_alloc_slot()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | swapchain9.c | 528 screen->fence_reference(screen, &This->swap_fences[This->head++], in swap_fences_push_back() 530 This->head &= DRI_SWAP_FENCES_MASK; in swap_fences_push_back()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | scheduler.cc | 774 BasicBlock* PushFront(BasicBlock* head, BasicBlock* block) { in PushFront() argument 775 block->set_rpo_next(head); in PushFront()
|