Lines Matching refs:gSendBuf
103 static u16 gSendBuf[SHARED_DATA_SIZE / sizeof(u16)] ATTRIBUTE_ALIGN(32); variable
342 gSendBuf[0] = (u16)(gPictureFrame >> 16); in ModeParent()
343 gSendBuf[1] = (u16)(gPictureFrame & 0xffff); in ModeParent()
344 gSendBuf[2] = (u16)(gGameFrame >> 16); in ModeParent()
345 gSendBuf[3] = (u16)(gGameFrame & 0xffff); in ModeParent()
349 result = WH_StepDS((void *)gSendBuf); in ModeParent()
390 gSendBuf[0] = (u16)(gPictureFrame >> 16); in ModeChild()
391 gSendBuf[1] = (u16)(gPictureFrame & 0xffff); in ModeChild()
392 gSendBuf[2] = (u16)(gGameFrame >> 16); in ModeChild()
393 gSendBuf[3] = (u16)(gGameFrame & 0xffff); in ModeChild()
397 result = WH_StepDS((void *)gSendBuf); in ModeChild()