Lines Matching defs:temp
1213 uint8_t temp[3];
1283 memcpy(temp, endpoints[0], 3);
1285 memcpy(endpoints[1], temp, 3);
1293 temp[0] = endpoints[0][3];
1295 endpoints[1][3] = temp[0];
1517 float temp[3];
1576 memcpy(temp, endpoints[0], sizeof temp);
1577 memcpy(endpoints[0], endpoints[1], sizeof temp);
1578 memcpy(endpoints[1], temp, sizeof temp);