Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/carddemo/src/
Dcardutil.c418 offset = (s32) ent->stat.commentAddr & ~(CARD_READ_SIZE - 1); in DoList()
420 length = (length + (CARD_READ_SIZE - 1)) & ~(CARD_READ_SIZE - 1); in DoList()
428 offset = (s32) (ent->stat.commentAddr & (CARD_READ_SIZE - 1)); in DoList()
443 offset = (s32) ent->stat.iconAddr & ~(CARD_READ_SIZE - 1); in DoList()
445 length = (length + (CARD_READ_SIZE - 1)) & ~(CARD_READ_SIZE - 1); in DoList()
453 offset = (s32) (ent->stat.iconAddr & (CARD_READ_SIZE - 1)); in DoList()
/RvlSDK-3.1.4/build/demos/carddemo/include/
Dcardutil.h60 CARD_READ_SIZE];
/RvlSDK-3.1.4/include/revolution/
Dcard.h154 #define CARD_READ_SIZE 512 macro