Searched defs:n_next (Results 1 – 4 of 4) sorted by relevance
78 struct nfsnode *n_next; /* Retained in a singly linked list. */ member
1227 FT_Int n_next = (FT_Int)( point->next - points ); in psh_glyph_init() local
2913 llvm::Value* n_next = b.CreateSub(n, b.getInt32(K)); in setupLLVM() local2967 llvm::Value* n_next = b.CreateSub(n, b.getInt32(1)); in setupLLVM() local
2179 int n_next = n + (ImGui::GetMouseDragDelta(0).y < 0.f ? -1 : 1); in ShowDemoWindowWidgets() local