Home
last modified time | relevance | path

Searched defs:pnode (Results 1 – 14 of 14) sorted by relevance

/external/freetype/src/cache/
Dftccache.c94 FTC_Node* pnode; in ftc_get_top_node_for_hash() local
117 FTC_Node node, *pnode; in ftc_cache_resize() local
227 FTC_Node *pnode = FTC_NODE_TOP_FOR_HASH( cache, node0->hash ); in ftc_node_hash_unlink() local
260 FTC_Node *pnode = FTC_NODE_TOP_FOR_HASH( cache, node->hash ); in ftc_node_hash_link() local
364 FTC_Node *pnode = cache->buckets + i, next, node = *pnode; in FTC_Cache_Clear() local
489 FTC_Node* pnode; in FTC_Cache_Lookup() local
576 FTC_Node* pnode = bucket; in FTC_Cache_RemoveFaceID() local
/external/u-boot/fs/ubifs/
Dlpt.c346 struct ubifs_pnode *pnode) in ubifs_pack_pnode()
510 static void add_pnode_dirt(struct ubifs_info *c, struct ubifs_pnode *pnode) in add_pnode_dirt()
608 struct ubifs_pnode *pnode = NULL; in ubifs_create_dflt_lpt() local
864 static void update_cats(struct ubifs_info *c, struct ubifs_pnode *pnode) in update_cats()
960 struct ubifs_pnode *pnode) in unpack_pnode()
1135 static int validate_pnode(const struct ubifs_info *c, struct ubifs_pnode *pnode, in validate_pnode()
1170 struct ubifs_pnode *pnode) in set_pnode_lnum()
1261 struct ubifs_pnode *pnode = NULL; in read_pnode() local
1423 struct ubifs_pnode *pnode; in ubifs_get_pnode() local
1449 struct ubifs_pnode *pnode; in ubifs_lpt_lookup() local
[all …]
Dlpt_commit.c562 struct ubifs_pnode *pnode) in next_pnode_to_dirty()
655 static void add_pnode_dirt(struct ubifs_info *c, struct ubifs_pnode *pnode) in add_pnode_dirt()
666 static void do_make_pnode_dirty(struct ubifs_info *c, struct ubifs_pnode *pnode) in do_make_pnode_dirty()
700 struct ubifs_pnode *pnode; in make_tree_dirty() local
955 struct ubifs_pnode *pnode; in make_pnode_dirty() local
1559 struct ubifs_pnode *pnode; in dbg_is_pnode_dirty() local
1714 struct ubifs_pnode *pnode; in dbg_check_ltab() local
Dlprops.c497 struct ubifs_pnode *pnode; in is_lprops_dirty() local
Ddebug.c912 void ubifs_dump_pnode(struct ubifs_info *c, struct ubifs_pnode *pnode, in ubifs_dump_pnode()
Dubifs.h1188 struct ubifs_pnode *pnode; member
/external/freetype/src/base/
Dftdbgmem.c278 FT_MemNode node, next, *pnode; in ft_mem_table_resize() local
358 FT_MemNode *pnode = table->buckets + i, next, node = *pnode; in ft_mem_table_destroy() local
432 FT_MemNode *pnode, node; in ft_mem_table_get_nodep() local
457 FT_MemSource node, *pnode; in ft_mem_table_get_source() local
512 FT_MemNode *pnode, node; in ft_mem_table_set() local
612 FT_MemNode *pnode, node; in ft_mem_table_remove() local
744 FT_MemNode node, *pnode; in ft_mem_debug_realloc() local
/external/python/cpython2/Modules/
Drotatingtree.c64 rotating_node_t **pnode = root; in RotatingTree_Get() local
/external/python/cpython3/Modules/
Drotatingtree.c64 rotating_node_t **pnode = root; in RotatingTree_Get() local
/external/libusb/libusb/os/
Dsunos_usb.c179 di_node_t myself, pnode; in sunos_add_devices() local
/external/u-boot/common/
Dfdt_support.c1584 int pnode = fdt_parent_offset(fdt, node); in fdt_read_range() local
/external/jemalloc/src/
Dctl.c839 const ctl_named_node_t *pnode = node; in ctl_lookup() local
/external/jemalloc_new/src/
Dctl.c1095 const ctl_named_node_t *pnode = node; in ctl_lookup() local
/external/libxml2/
Drelaxng.c390 xmlNodePtr pnode; /* the current node */ member