Home
last modified time | relevance | path

Searched refs:tmp_top (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/crypto/bn/
Dbn_lib.c368 int tmp_top, tmp_dmax, tmp_neg; in BN_swap() local
377 tmp_top = a->top; in BN_swap()
387 b->top = tmp_top; in BN_swap()
1007 int tmp_top = a->top; in bn_correct_top() local
1009 if (tmp_top > 0) { in bn_correct_top()
1010 for (ftl = &(a->d[tmp_top]); tmp_top > 0; tmp_top--) { in bn_correct_top()
1015 a->top = tmp_top; in bn_correct_top()
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dupsampling_sse41.c152 uint8_t* const tmp_top = tmp_bottom_dst + 4 * 32; \
153 uint8_t* const tmp_bottom = (bottom_y == NULL) ? NULL : tmp_top + 32; \
157 memcpy(tmp_top, top_y + pos, len - pos); \
159 CONVERT2RGB_32(FUNC, XSTEP, tmp_top, tmp_bottom, tmp_top_dst, \
Dupsampling_sse2.c150 uint8_t* const tmp_top = tmp_bottom_dst + 4 * 32; \
151 uint8_t* const tmp_bottom = (bottom_y == NULL) ? NULL : tmp_top + 32; \
155 memcpy(tmp_top, top_y + pos, len - pos); \
157 CONVERT2RGB_32(FUNC, XSTEP, tmp_top, tmp_bottom, tmp_top_dst, \
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dupsampling_sse41.c152 uint8_t* const tmp_top = tmp_bottom_dst + 4 * 32; \
153 uint8_t* const tmp_bottom = (bottom_y == NULL) ? NULL : tmp_top + 32; \
157 memcpy(tmp_top, top_y + pos, len - pos); \
159 CONVERT2RGB_32(FUNC, XSTEP, tmp_top, tmp_bottom, tmp_top_dst, \
Dupsampling_sse2.c150 uint8_t* const tmp_top = tmp_bottom_dst + 4 * 32; \
151 uint8_t* const tmp_bottom = (bottom_y == NULL) ? NULL : tmp_top + 32; \
155 memcpy(tmp_top, top_y + pos, len - pos); \
157 CONVERT2RGB_32(FUNC, XSTEP, tmp_top, tmp_bottom, tmp_top_dst, \