Searched refs:nextp (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.5/build/libraries/mi/common/src/ |
| D | mi_compress.c | 22 static u32 SearchLZ(const u8 *startp, const u8 *nextp, u32 remainSize, u16 *offset, u32 maxLength ); 158 static u32 SearchLZ(const u8 *startp, const u8 *nextp, u32 remainSize, u16 *offset, u32 maxLength ) in SearchLZ() argument 175 searchp = nextp - 4096; in SearchLZ() 181 while (nextp - searchp >= 2) in SearchLZ() 183 headp = nextp; in SearchLZ() 191 if (nextp - searchp < 2) in SearchLZ() 201 while (((u32)(headp - nextp) < remainSize) && (*headp == *searchHeadp)) in SearchLZ() 218 maxOffset = (u16)(nextp - searchp); in SearchLZ() 258 static u32 SearchLZFast(LZCompressInfo * info, const u8 *nextp, u32 remainSize, u16 *offset, u32 ma… 479 static u32 SearchLZFast(LZCompressInfo * info, const u8 *nextp, u32 remainSize, u16 *offset, u32 ma… in SearchLZFast() argument [all …]
|
| /TwlSDK-5.5/build/libraries/mb/common/src/ |
| D | mb_gameinfo.c | 355 while (gInfop->nextp != NULL) in MB_AddGameInfo() 357 gInfop = gInfop->nextp; in MB_AddGameInfo() 359 gInfop->nextp = newGameInfop; in MB_AddGameInfo() 361 newGameInfop->nextp = NULL; // 'next' of the added game information is the end. in MB_AddGameInfo() 376 gInfop = gInfop->nextp; in MB_DeleteGameInfo() 383 mbss.gameInfoListTop = mbss.gameInfoListTop->nextp; in MB_DeleteGameInfo() 387 before->nextp = gInfop->nextp; in MB_DeleteGameInfo() 476 if (!mbss.nowGameInfop || !mbss.nowGameInfop->nextp) in MBi_ReadyBeaconSendStatus() 484 nextGameInfop = mbss.nowGameInfop->nextp; in MBi_ReadyBeaconSendStatus() 1312 gameInfo = gameInfo->nextp; in MB_SetUserVolatData()
|
| /TwlSDK-5.5/include/nitro/mb/ |
| D | mb_gameinfo.h | 93 struct MBGameInfo *nextp; // Pointer to next GameInfo (unidirectional list) member
|