Lines Matching defs:temp
1153 uint32_t temp;1216 /* get initial length into "temp" */1218 &temp, sizeof(temp));1222 if (temp > rem) {1225 "%u > %u\n", temp, rem);1229 rem -= temp;1233 if (length > temp) {1237 length, temp);1265 offset += temp;