Home
last modified time | relevance | path

Searched refs:n_next (Results 1 - 6 of 6) sorted by relevance

/third_party/NuttX/fs/nfs/
H A Dnfs_node.h78 struct nfsnode *n_next; /* Retained in a singly linked list. */ member
H A Dnfs_adapter.c265 prev = curr, curr = curr->n_next) in vfs_nfs_reclaim()
277 prev->n_next = np->n_next; in vfs_nfs_reclaim()
283 nmp->nm_head = np->n_next; in vfs_nfs_reclaim()
831 root->n_next = nmp->nm_head; in vfs_nfs_mount()
883 nfs_node->n_next = nmp->nm_head; in vfs_nfs_lookup()
1534 target_node->n_next = nmp->nm_head; in vfs_nfs_mkdir()
2503 np->n_next = nmp->nm_head; in vfs_nfs_create()
3034 if (nmp->nm_head->n_next != NULL || nmp->nm_dir != NULL) in vfs_nfs_unmount()
H A Dnfs_util.c141 for (file = nmp->nm_head; file; file = file->n_next) in nfs_checkmount()
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshalgo.c1227 FT_Int n_next = (FT_Int)( point->next - points ); in psh_glyph_init() local
1239 dxo = vec[n_next].x - vec[n].x; in psh_glyph_init()
1240 dyo = vec[n_next].y - vec[n].y; in psh_glyph_init()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp2179 int n_next = n + (ImGui::GetMouseDragDelta(0).y < 0.f ? -1 : 1); in ShowDemoWindowWidgets() local
2180 if (n_next >= 0 && n_next < IM_ARRAYSIZE(item_names)) in ShowDemoWindowWidgets()
2182 item_names[n] = item_names[n_next]; in ShowDemoWindowWidgets()
2183 item_names[n_next] = item; in ShowDemoWindowWidgets()
/third_party/skia/src/core/
H A DSkVM.cpp2913 llvm::Value* n_next = b.CreateSub(n, b.getInt32(K));
2914 n->addIncoming(n_next, loopK);
2967 llvm::Value* n_next = b.CreateSub(n, b.getInt32(1));
2968 n->addIncoming(n_next, loop1);

Completed in 31 milliseconds