Searched refs:forEachLaunch (Results 1 – 1 of 1) sorted by relevance
46 static void initForEach(outer_foreach_t* forEachLaunch);367 static void initForEach(outer_foreach_t* forEachLaunch) { in initForEach() argument368 rsAssert(forEachLaunch); in initForEach()369 forEachLaunch[0x00] = NULL; in initForEach()370 forEachLaunch[0x01] = rsdForEach31; // in in initForEach()371 forEachLaunch[0x02] = rsdForEach30; // out in initForEach()372 forEachLaunch[0x03] = rsdForEach31; // in, out in initForEach()373 forEachLaunch[0x04] = NULL; in initForEach()374 forEachLaunch[0x05] = rsdForEach29; // in, usr in initForEach()375 forEachLaunch[0x06] = rsdForEach30; // out, usr in initForEach()[all …]