Home
last modified time | relevance | path

Searched refs:commentAddr (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-2.1/build/demos/carddemo/src/
Dcardutil.c391 … if (ent->stat.commentAddr <= ent->stat.length - CARD_COMMENT_SIZE && // Comment available? in DoList()
410 if (ent->stat.commentAddr <= ent->stat.length - CARD_COMMENT_SIZE) in DoList()
418 offset = (s32) ent->stat.commentAddr & ~(CARD_READ_SIZE - 1); in DoList()
419 length = (s32) (ent->stat.commentAddr + CARD_COMMENT_SIZE - offset); in DoList()
428 offset = (s32) (ent->stat.commentAddr & (CARD_READ_SIZE - 1)); in DoList()
670 if (stat->commentAddr <= stat->length - CARD_COMMENT_SIZE) in DoSave()
672 memmove(ent->comment, (u8*) buffer + stat->commentAddr, CARD_COMMENT_SIZE); in DoSave()
Dlistdemo.c1023 CardStatTemplate.commentAddr = 0; in SaveData()
/RvlSDK-2.1/include/revolution/
Dcard.h209 u32 commentAddr; // offset to the pair of 32 byte character strings. member
228 #define CARDSetCommentAddress(stat, addr) ((stat)->commentAddr = (u32)(addr))