Lines Matching refs:tmp

47             tmp = *rec + tmp; \
48 if((UInt)tmp > mask) tmp = mask&(~(tmp>>31)); \
49 *rec++ = tmp; \
53 if((UInt)tmp > mask) tmp = mask&(~(tmp>>31)); \
54 *rec++ = tmp; \
326 int tmp;
337 tmp = (*(blk += 8) + 32) >> 6;
341 res = tmp + (pred_word & 0xFF);
343 res2 = tmp + ((pred_word >> 8) & 0xFF);
346 res = tmp + ((pred_word >> 16) & 0xFF);
349 res = tmp + ((pred_word >> 24) & 0xFF);
355 res = tmp + (pred_word & 0xFF);
357 res2 = tmp + ((pred_word >> 8) & 0xFF);
360 res = tmp + ((pred_word >> 16) & 0xFF);
363 res = tmp + ((pred_word >> 24) & 0xFF);
848 int32 tmp;
855 tmp = ((*(blk += 8) + 32) >> 6);
857 CLIP_RESULT(tmp)
859 tmp |= (tmp << 8);
860 tmp |= (tmp << 16);
861 *((uint32*)(rec += lx)) = tmp;
862 *((uint32*)(rec + 4)) = tmp;
1321 int tmp;
1333 tmp = (*(blk += 8) + 32) >> 6;
1337 res = tmp + (pred_word & 0xFF);
1339 res2 = tmp + ((pred_word >> 8) & 0xFF);
1342 res = tmp + ((pred_word >> 16) & 0xFF);
1345 res = tmp + ((pred_word >> 24) & 0xFF);
1351 res = tmp + (pred_word & 0xFF);
1353 res2 = tmp + ((pred_word >> 8) & 0xFF);
1356 res = tmp + ((pred_word >> 16) & 0xFF);
1359 res = tmp + ((pred_word >> 24) & 0xFF);
1861 Int tmp, tmp2;
1923 tmp = i | (i << 8);
1924 tmp |= (tmp << 16);
1926 *((ULong*)rec) = *((ULong*)(rec + 4)) = tmp;
1927 *((ULong*)(rec += lx)) = tmp;
1928 *((ULong*)(rec + 4)) = tmp;
1929 *((ULong*)(rec += lx)) = tmp;
1930 *((ULong*)(rec + 4)) = tmp;
1931 *((ULong*)(rec += lx)) = tmp;
1932 *((ULong*)(rec + 4)) = tmp;
1933 *((ULong*)(rec += lx)) = tmp;
1934 *((ULong*)(rec + 4)) = tmp;
1935 *((ULong*)(rec += lx)) = tmp;
1936 *((ULong*)(rec + 4)) = tmp;
1937 *((ULong*)(rec += lx)) = tmp;
1938 *((ULong*)(rec + 4)) = tmp;
1939 *((ULong*)(rec += lx)) = tmp;
1940 *((ULong*)(rec + 4)) = tmp;
1953 tmp = (tmp4 >> 8) & 0xFF;
1954 tmp += i;
1955 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31));
1956 tmp2 |= (tmp << 8);
1957 tmp = (tmp4 >> 16) & 0xFF;
1958 tmp += i;
1959 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31));
1960 tmp2 |= (tmp << 16);
1961 tmp = (tmp4 >> 24) & 0xFF;
1962 tmp += i;
1963 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31));
1964 tmp2 |= (tmp << 24);
1971 tmp = (tmp4 >> 8) & 0xFF;
1972 tmp += i;
1973 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31));
1974 tmp2 |= (tmp << 8);
1975 tmp = (tmp4 >> 16) & 0xFF;
1976 tmp += i;
1977 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31));
1978 tmp2 |= (tmp << 16);
1979 tmp = (tmp4 >> 24) & 0xFF;
1980 tmp += i;
1981 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31));
1982 tmp2 |= (tmp << 24);