Lines Matching refs:temp0
111 int i, temp0, temp1; in ExtraCost() local
130 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), in ExtraCost()
136 return (double)((int64_t)temp0 << 32 | temp1); in ExtraCost()
157 int i, temp0, temp1, temp2, temp3; in ExtraCostCombined() local
182 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), in ExtraCostCombined()
189 return (double)((int64_t)temp0 << 32 | temp1); in ExtraCostCombined()
213 [temp3]"=&r"(temp3), [temp0]"+r"(temp0) \
226 int temp0, temp1, temp2, temp3; in HuffmanCostCount() local
233 temp0 = (population[i] != 0); in HuffmanCostCount()
238 temp0 = (population[i] != 0); in HuffmanCostCount()
251 int temp0, temp1, temp2, temp3; in HuffmanCostCombinedCount() local
260 temp0 = (xy != 0); in HuffmanCostCombinedCount()
267 temp0 = (xy != 0); in HuffmanCostCombinedCount()
313 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), \
367 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in HistogramAdd() local