Searched refs:tail (Results 1 – 8 of 8) sorted by relevance
| /RvlSDK-2.1/build/libraries/tc/src/ |
| D | TCSrcImageList.cpp | 84 TCSrcImage* newSi, *tail; in TCNewSrcImage() local 95 tail = SiHead; in TCNewSrcImage() 96 while( tail->next ) in TCNewSrcImage() 98 tail = tail->next; in TCNewSrcImage() 101 tail->next = newSi; in TCNewSrcImage() 102 newSi->prev = tail; in TCNewSrcImage()
|
| D | TCTextureList.cpp | 65 TCTexture* newTx, *tail; in TCNewTexture() local 75 tail = TxHead; in TCNewTexture() 76 while( tail->next ) in TCNewTexture() 78 tail = tail->next; in TCNewTexture() 81 tail->next = newTx; in TCNewTexture() 82 newTx->prev = tail; in TCNewTexture()
|
| D | TCImageList.cpp | 143 TCImage* newIm, *tail; in TCNewImage() local 155 tail = ImHead; in TCNewImage() 156 while( tail->next ) in TCNewImage() 158 tail = tail->next; in TCNewImage() 161 tail->next = newIm; in TCNewImage() 162 newIm->prev = tail; in TCNewImage()
|
| D | TCPaletteList.cpp | 172 TCPalette* newPl, *tail; in TCNewPalette() local 183 tail = PlHead; in TCNewPalette() 184 while( tail->next ) in TCNewPalette() 186 tail = tail->next; in TCNewPalette() 189 tail->next = newPl; in TCNewPalette() 190 newPl->prev = tail; in TCNewPalette()
|
| /RvlSDK-2.1/include/revolution/os/ |
| D | OSThread.h | 119 OSThread* tail; member 131 OSMutex* tail; member
|
| D | OSModule.h | 84 OSModuleInfo* tail; member
|
| /RvlSDK-2.1/build/libraries/mem/src/ |
| D | mem_expHeap.c | 435 list->tail = prev; in RemoveMBlock_() 482 list->tail = target; in InsertMBlock_() 504 (void)InsertMBlock_( list, block, list->tail ); in AppendMBlock_() 595 pExpHeapHd->mbFreeList.tail = pMBHead; in InitExpHeap_() 597 pExpHeapHd->mbUsedList.tail = NULL; in InitExpHeap_() 777 for ( pMBlkHd = pExpHeapHd->mbFreeList.tail; pMBlkHd; pMBlkHd = pMBlkHd->pMBHeadPrev ) in AllocFromTail_() 1903 pMBlkHd = pExpHeapHd->mbFreeList.tail; in MEMAdjustExpHeap() 1991 …if ( ! CheckMBlockLinkTail_(pMBHeadPrev, pExpHeapHd->mbUsedList.tail, "tail", optFlag)) // Is the… in MEMCheckExpHeap() 2014 …if ( ! CheckMBlockLinkTail_(pMBHeadPrev, pExpHeapHd->mbFreeList.tail, "tail", optFlag) ) // Is th… in MEMCheckExpHeap() 2105 …lockLinkTail_(pMBHead, GetExpHeapHeadPtrFromHeapHead_(pHeapHd)->mbUsedList.tail, "tail", optFlag) ) in MEMCheckForMBlockExpHeap()
|
| /RvlSDK-2.1/include/revolution/mem/ |
| D | expHeap.h | 90 …MEMiExpHeapMBlockHead* tail; // Pointer to the memory block linked to the tail of the expanded… member
|