Home
last modified time | relevance | path

Searched refs:nidx (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/fs/hfs/
H A Dbtree.c251 u32 nidx, idx; in hfs_bmap_alloc() local
262 nidx = 0; in hfs_bmap_alloc()
263 node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
301 nidx = node->next; in hfs_bmap_alloc()
302 if (!nidx) { in hfs_bmap_alloc()
306 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
326 u32 nidx; in hfs_bmap_free() local
331 nidx = node->this; in hfs_bmap_free()
336 while (nidx >= len * 8) { in hfs_bmap_free()
339 nidx -= len * 8; in hfs_bmap_free()
[all …]
H A Dbfind.c111 u32 nidx, parent; in hfs_brec_find() local
119 nidx = tree->root; in hfs_brec_find()
120 if (!nidx) in hfs_brec_find()
126 bnode = hfs_bnode_find(tree, nidx); in hfs_brec_find()
144 parent = nidx; in hfs_brec_find()
146 nidx = be32_to_cpu(data); in hfs_brec_find()
154 height, bnode->height, bnode->type, nidx, parent); in hfs_brec_find()
H A Dinode.c79 u32 nidx; in hfs_releasepage() local
98 nidx = page->index >> (tree->node_size_shift - PAGE_SHIFT); in hfs_releasepage()
100 node = hfs_bnode_findhash(tree, nidx); in hfs_releasepage()
111 nidx = page->index << (PAGE_SHIFT - tree->node_size_shift); in hfs_releasepage()
115 node = hfs_bnode_findhash(tree, nidx++); in hfs_releasepage()
124 } while (--i && nidx < tree->node_count); in hfs_releasepage()
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dbtree.c377 u32 nidx, idx; in hfs_bmap_alloc() local
388 nidx = 0; in hfs_bmap_alloc()
389 node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
428 nidx = node->next; in hfs_bmap_alloc()
429 if (!nidx) { in hfs_bmap_alloc()
433 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
453 u32 nidx; in hfs_bmap_free() local
459 nidx = node->this; in hfs_bmap_free()
464 while (nidx >= len * 8) { in hfs_bmap_free()
467 nidx -= len * 8; in hfs_bmap_free()
[all …]
H A Dbfind.c168 u32 nidx, parent; in hfs_brec_find() local
176 nidx = tree->root; in hfs_brec_find()
177 if (!nidx) in hfs_brec_find()
183 bnode = hfs_bnode_find(tree, nidx); in hfs_brec_find()
201 parent = nidx; in hfs_brec_find()
203 nidx = be32_to_cpu(data); in hfs_brec_find()
211 height, bnode->height, bnode->type, nidx, parent); in hfs_brec_find()
H A Dinode.c72 u32 nidx; in hfsplus_releasepage() local
92 nidx = page->index >> in hfsplus_releasepage()
95 node = hfs_bnode_findhash(tree, nidx); in hfsplus_releasepage()
106 nidx = page->index << in hfsplus_releasepage()
111 node = hfs_bnode_findhash(tree, nidx++); in hfsplus_releasepage()
120 } while (--i && nidx < tree->node_count); in hfsplus_releasepage()
/OK3568_Linux_fs/kernel/lib/
H A Dbootconfig.c647 unsigned short nidx = child->next; in xbc_parse_kv() local
650 child->next = nidx; /* keep subkeys */ in xbc_parse_kv()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dmat.hpp2952 Node* node(size_t nidx);
2953 const Node* node(size_t nidx) const;
2956 void removeNode(size_t hidx, size_t nidx, size_t previdx);
H A Dmat.inl.hpp2410 SparseMat::Node* SparseMat::node(size_t nidx) in node() argument
2412 return (Node*)(void*)&hdr->pool[nidx]; in node()
2416 const SparseMat::Node* SparseMat::node(size_t nidx) const in node()
2418 return (const Node*)(const void*)&hdr->pool[nidx]; in node()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dmat.hpp2952 Node* node(size_t nidx);
2953 const Node* node(size_t nidx) const;
2956 void removeNode(size_t hidx, size_t nidx, size_t previdx);
H A Dmat.inl.hpp2410 SparseMat::Node* SparseMat::node(size_t nidx) in node() argument
2412 return (Node*)(void*)&hdr->pool[nidx]; in node()
2416 const SparseMat::Node* SparseMat::node(size_t nidx) const in node()
2418 return (const Node*)(const void*)&hdr->pool[nidx]; in node()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dmat.hpp2952 Node* node(size_t nidx);
2953 const Node* node(size_t nidx) const;
2956 void removeNode(size_t hidx, size_t nidx, size_t previdx);
H A Dmat.inl.hpp2410 SparseMat::Node* SparseMat::node(size_t nidx) in node() argument
2412 return (Node*)(void*)&hdr->pool[nidx]; in node()
2416 const SparseMat::Node* SparseMat::node(size_t nidx) const in node()
2418 return (const Node*)(const void*)&hdr->pool[nidx]; in node()
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c2398 int family, tidx, nidx = 0; in neightbl_dump_info() local
2427 nidx = 0; in neightbl_dump_info()
2433 if (nidx < neigh_skip) in neightbl_dump_info()
2443 nidx++; in neightbl_dump_info()
2450 cb->args[1] = nidx; in neightbl_dump_info()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dcore.hpp728 OutputArray dist, int dtype, OutputArray nidx,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dcore.hpp728 OutputArray dist, int dtype, OutputArray nidx,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dcore.hpp728 OutputArray dist, int dtype, OutputArray nidx,
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_policy.c619 struct hlist_head *nidx = xfrm_hash_alloc(nsize); in xfrm_byidx_resize() local
622 if (!nidx) in xfrm_byidx_resize()
628 xfrm_idx_hash_transfer(oidx + i, nidx, nhashmask); in xfrm_byidx_resize()
630 net->xfrm.policy_byidx = nidx; in xfrm_byidx_resize()