Lines Matching defs:temp
1224 stbi_uc temp[2048];
1233 size_t bytes_copy = (bytes_left < sizeof(temp)) ? bytes_left : sizeof(temp);
1234 memcpy(temp, row0, bytes_copy);
1236 memcpy(row1, temp, bytes_copy);
2097 unsigned int temp;
2121 temp = j->code_buffer >> 16;
2123 if (temp < h->maxcode[k])
6034 unsigned char temp = tga_data[index1];
6036 tga_data[index2] = temp;
6055 unsigned char temp = tga_pixel[0];
6057 tga_pixel[2] = temp;
7037 // free temp buffer;