Searched refs:temp (Results 1 – 2 of 2) sorted by relevance
41 unsigned char* temp = static_cast<unsigned char*>(malloc(size)); in malloc_surface() local42 if (temp == NULL) return NULL; in malloc_surface()43 GRSurface* surface = reinterpret_cast<GRSurface*>(temp); in malloc_surface()44 surface->data = temp + sizeof(GRSurface) + in malloc_surface()
1621 Device::BuiltinAction temp = prompt_and_wait(device, status); in main() local1622 if (temp != Device::NO_ACTION) { in main()1623 after = temp; in main()