Lines Matching refs:gSendBuf
103 static u16 gSendBuf[SHARED_DATA_SIZE / sizeof(u16)] ATTRIBUTE_ALIGN(32); variable
369 gSendBuf[0] = (u16)(gPictureFrame >> 16); in ModeParent()
370 gSendBuf[1] = (u16)(gPictureFrame & 0xffff); in ModeParent()
371 gSendBuf[2] = (u16)(gGameFrame >> 16); in ModeParent()
372 gSendBuf[3] = (u16)(gGameFrame & 0xffff); in ModeParent()
376 result = WH_StepDS((void *)gSendBuf); in ModeParent()
420 gSendBuf[0] = (u16)(gPictureFrame >> 16); in ModeChild()
421 gSendBuf[1] = (u16)(gPictureFrame & 0xffff); in ModeChild()
422 gSendBuf[2] = (u16)(gGameFrame >> 16); in ModeChild()
423 gSendBuf[3] = (u16)(gGameFrame & 0xffff); in ModeChild()
427 result = WH_StepDS((void *)gSendBuf); in ModeChild()