Searched refs:ent (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-2.1/build/demos/carddemo/src/ |
| D | cardutil.c | 294 CardUtilDirent* ent; in DoErase() local 296 for (ent = CardControl.directory; in DoErase() 297 ent < &CardControl.directory[CardControl.numFiles]; in DoErase() 298 ++ent) in DoErase() 300 if (ent->fileNo == fileNo) in DoErase() 303 … memmove(ent, ent + 1, (u32) &CardControl.directory[CardControl.numFiles] - (u32) (ent + 1)); in DoErase() 305 … DCStoreRange(ent, (u32) &CardControl.directory[CardControl.numFiles] - (u32) ent); in DoErase() 370 CardUtilDirent* ent = &directory[CardControl.numFiles]; in DoList() local 373 if (CARDGetStatus(slot, fileNo, &ent->stat) < 0 || in DoList() 374 memcmp(ent->stat.gameName, diskID->gameName, sizeof(diskID->gameName)) != 0 || in DoList() [all …]
|
| D | listdemo.c | 829 CardUtilDirent* ent; in ListDrawTick() local 874 ent = &Directory[Offset + i]; in ListDrawTick() 879 ent->stat.fileName, in ListDrawTick() 880 ent->fileNo, in ListDrawTick() 881 ent->stat.length / CardUtilSectorSize()); in ListDrawTick() 884 CardUtilDrawAnimatedIcon(ent, 16, 75 + i * 34 - 29, CARD_ICON_WIDTH); in ListDrawTick() 895 ent = &Directory[Current]; in ListDrawTick() 906 DEMORFPrintf(180, 354, 0, "%-32.32s", ent->comment); in ListDrawTick() 913 DEMORFPrintf(180, 378, 0, "%-32.32s", &ent->comment[32]); in ListDrawTick() 917 ent = &Directory[Current]; in ListDrawTick() [all …]
|
| /RvlSDK-2.1/build/demos/carddemo/include/ |
| D | cardutil.h | 96 void CardUtilDrawAnimatedIcon( CardUtilDirent* ent, int x, int y, int size );
|