Searched refs:tail (Results 1 – 9 of 9) sorted by relevance
| /RvlSDK-3.3/build/libraries/tc/src/ |
| D | TCSrcImageList.cpp | 89 TCSrcImage* newSi, *tail; in TCNewSrcImage() local 100 tail = SiHead; in TCNewSrcImage() 101 while( tail->next ) in TCNewSrcImage() 103 tail = tail->next; in TCNewSrcImage() 106 tail->next = newSi; in TCNewSrcImage() 107 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 | 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()
|
| 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()
|
| /RvlSDK-3.3/build/demos/mididemo/src/ |
| D | midiqueue.c | 219 int tail = getTailIndex(); in getLength() local 222 if(tail >= head) in getLength() 224 ret = tail - head; in getLength() 228 ret = RINGBUF_SIZE+tail - head; in getLength()
|
| /RvlSDK-3.3/include/revolution/os/ |
| D | OSThread.h | 122 OSThread* tail; member 134 OSMutex* tail; member
|
| D | OSModule.h | 90 OSModuleInfo* tail; member
|
| /RvlSDK-3.3/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_() 779 for ( pMBlkHd = pExpHeapHd->mbFreeList.tail; pMBlkHd; pMBlkHd = pMBlkHd->pMBHeadPrev ) in AllocFromTail_() 1950 pMBlkHd = pExpHeapHd->mbFreeList.tail; in MEMAdjustExpHeap() 2038 …if ( ! CheckMBlockLinkTail_(pMBHeadPrev, pExpHeapHd->mbUsedList.tail, "tail", optFlag)) // Is the… in MEMCheckExpHeap() 2061 …if ( ! CheckMBlockLinkTail_(pMBHeadPrev, pExpHeapHd->mbFreeList.tail, "tail", optFlag) ) // Is th… in MEMCheckExpHeap() 2152 …lockLinkTail_(pMBHead, GetExpHeapHeadPtrFromHeapHead_(pHeapHd)->mbUsedList.tail, "tail", optFlag) ) in MEMCheckForMBlockExpHeap()
|
| /RvlSDK-3.3/include/revolution/mem/ |
| D | expHeap.h | 89 …MEMiExpHeapMBlockHead* tail; // Pointer to the memory block linked to the tail of the expanded… member
|