Searched refs:newnode (Results 1 – 2 of 2) sorted by relevance
594 WindowNode newnode; in PetscDrawCreate_Win32() local612 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 …]
1402 const PetscInt newnode = 2 * (nlnk + 2); /* index for this new node */ in PetscLLCondensedAddSorted() local1403 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() local1499 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()