Lines Matching defs:temp
88 size_t temp;
111 temp = t->bt_psize - BTDATAOFF;
112 _DBFIT(temp, uint32_t);
113 plen = (uint32_t)temp;
146 size_t temp;
152 temp = t->bt_psize - BTDATAOFF;
153 _DBFIT(temp, uint32_t);
154 plen = (uint32_t)temp;
157 temp = dbt->size;
158 _DBFIT(temp, uint32_t);
159 sz = (uint32_t)temp;
202 size_t temp;
221 temp = t->bt_psize - BTDATAOFF;
222 _DBFIT(temp, uint32_t);
223 plen = (uint32_t)temp;