Home
last modified time | relevance | path

Searched refs:tmpptr (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/crypto/
Dpunycode.c278 char *tmpptr = strchr(inptr, '.'); in ossl_a2ulabel() local
279 size_t delta = tmpptr != NULL ? (size_t)(tmpptr - inptr) : strlen(inptr); in ossl_a2ulabel()
301 PUSHC(tmpptr != NULL ? '.' : '\0'); in ossl_a2ulabel()
304 if (tmpptr == NULL) in ossl_a2ulabel()
307 inptr = tmpptr + 1; in ossl_a2ulabel()
/third_party/zlib/contrib/minizip/
Dminizip.c436 const char *tmpptr; local
438 for( tmpptr = savefilenameinzip; *tmpptr; tmpptr++)
440 if( *tmpptr == '\\' || *tmpptr == '/')
442 lastslash = tmpptr;
/third_party/flutter/skia/third_party/externals/zlib/contrib/minizip/
Dminizip.c435 const char *tmpptr; local
437 for( tmpptr = savefilenameinzip; *tmpptr; tmpptr++)
439 if( *tmpptr == '\\' || *tmpptr == '/')
441 lastslash = tmpptr;
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dminizip.c435 const char *tmpptr; local
437 for( tmpptr = savefilenameinzip; *tmpptr; tmpptr++)
439 if( *tmpptr == '\\' || *tmpptr == '/')
441 lastslash = tmpptr;
/third_party/ffmpeg/libavcodec/
Ddxa.c214 uint8_t *outptr, *srcptr, *tmpptr; in decode_frame() local
239 tmpptr = c->prev->data[0]; in decode_frame()
285 if (!tmpptr) { in decode_frame()
293 if(tmpptr){ in decode_frame()
295 outptr[i] = srcptr[i] ^ tmpptr[i]; in decode_frame()
296 tmpptr += stride; in decode_frame()
Dxan.c553 unsigned *tmpptr; in xan_decode_frame() local
570 tmpptr = av_realloc_array(s->palettes, in xan_decode_frame()
572 if (!tmpptr) in xan_decode_frame()
574 s->palettes = tmpptr; in xan_decode_frame()
575 tmpptr += s->palettes_count * AVPALETTE_COUNT; in xan_decode_frame()
586 *tmpptr++ = (0xFFU << 24) | (r << 16) | (g << 8) | b; in xan_decode_frame()
/third_party/ffmpeg/libavcodec/x86/
Drv40dsp_init.c87 uint8_t *tmpptr = tmp + SIZE * 2; \ in DECLARE_WEIGHT()
94 ff_ ##OP ##rv40_qpel_v ##OPT(dst + i, stride, tmpptr + i, \ in DECLARE_WEIGHT()
Dvp8dsp_init.c173 uint8_t *tmpptr = tmp + SIZE * (TAPNUMY / 2 - 1); \
178 dst, dststride, tmpptr, SIZE, height, mx, my); \