| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | btree.c | 251 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 D | bfind.c | 111 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 D | inode.c | 79 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 D | btree.c | 377 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 D | bfind.c | 168 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 D | inode.c | 72 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 D | bootconfig.c | 647 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 D | mat.hpp | 2952 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 D | mat.inl.hpp | 2410 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 D | mat.hpp | 2952 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 D | mat.inl.hpp | 2410 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 D | mat.hpp | 2952 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 D | mat.inl.hpp | 2410 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 D | neighbour.c | 2398 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 D | core.hpp | 728 OutputArray dist, int dtype, OutputArray nidx,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/ |
| H A D | core.hpp | 728 OutputArray dist, int dtype, OutputArray nidx,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | core.hpp | 728 OutputArray dist, int dtype, OutputArray nidx,
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_policy.c | 619 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()
|