Home
last modified time | relevance | path

Searched refs:newnode (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/classes/draw/impls/win32/
H A Dwin32draw.c594 WindowNode newnode; in PetscDrawCreate_Win32() local
612 PetscCall(PetscNew(&newnode)); in PetscDrawCreate_Win32()
613 newnode->MouseListHead = NULL; in PetscDrawCreate_Win32()
614 newnode->MouseListTail = NULL; in PetscDrawCreate_Win32()
615 newnode->wnext = WindowListHead; in PetscDrawCreate_Win32()
616 newnode->wprev = NULL; in PetscDrawCreate_Win32()
617 newnode->hWnd = windraw->hWnd; in PetscDrawCreate_Win32()
618 if (WindowListHead) WindowListHead->wprev = newnode; in PetscDrawCreate_Win32()
619 WindowListHead = newnode; in PetscDrawCreate_Win32()
626 windraw->node = newnode; in PetscDrawCreate_Win32()
[all …]
/petsc/include/petsc/private/
H A Dmatimpl.h1402 const PetscInt newnode = 2 * (nlnk + 2); /* index for this new node */ in PetscLLCondensedAddSorted() local
1403 lnk[next] = newnode; /* connect previous node to the new node */ in PetscLLCondensedAddSorted()
1404 lnk[newnode] = entry; /* set value of the new node */ in PetscLLCondensedAddSorted()
1405 lnk[newnode + 1] = location; /* connect new node to next node */ in PetscLLCondensedAddSorted()
1406 location = newnode; /* next search starts from the new node */ in PetscLLCondensedAddSorted()
1498 const PetscInt newnode = 2 * (nlnk + 2); /* index for this new node */ in PetscLLCondensedAddSorted_Scalable() local
1499 lnk[next] = newnode; /* connect previous node to the new node */ in PetscLLCondensedAddSorted_Scalable()
1500 lnk[newnode] = entry; /* set value of the new node */ in PetscLLCondensedAddSorted_Scalable()
1501 lnk[newnode + 1] = location; /* connect new node to next node */ in PetscLLCondensedAddSorted_Scalable()
1502 location = newnode; /* next search starts from the new node */ in PetscLLCondensedAddSorted_Scalable()