Home
last modified time | relevance | path

Searched refs:tmpptr (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A 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/openssl/crypto/
H A 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/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dminizip.c434 const char *tmpptr; local
436 for( tmpptr = savefilenameinzip; *tmpptr; tmpptr++)
438 if( *tmpptr == '\\' || *tmpptr == '/')
440 lastslash = tmpptr;
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dminizip.c435 const char *tmpptr; local
437 for( tmpptr = savefilenameinzip; *tmpptr; tmpptr++)
439 if( *tmpptr == '\\' || *tmpptr == '/')
441 lastslash = tmpptr;
/third_party/zlib/contrib/minizip/
H A Dminizip.c433 const char *tmpptr; in main() local
435 for( tmpptr = savefilenameinzip; *tmpptr; tmpptr++) in main()
437 if( *tmpptr == '\\' || *tmpptr == '/') in main()
439 lastslash = tmpptr; in main()
/third_party/ffmpeg/libavcodec/
H A Ddxa.c215 uint8_t *outptr, *srcptr, *tmpptr; in decode_frame() local
240 tmpptr = c->prev->data[0]; in decode_frame()
286 if (!tmpptr) { in decode_frame()
294 if(tmpptr){ in decode_frame()
296 outptr[i] = srcptr[i] ^ tmpptr[i]; in decode_frame()
297 tmpptr += stride; in decode_frame()
H A Dxan.c552 unsigned *tmpptr; in xan_decode_frame() local
569 tmpptr = av_realloc_array(s->palettes, in xan_decode_frame()
571 if (!tmpptr) in xan_decode_frame()
573 s->palettes = tmpptr; in xan_decode_frame()
574 tmpptr += s->palettes_count * AVPALETTE_COUNT; in xan_decode_frame()
585 *tmpptr++ = (0xFFU << 24) | (r << 16) | (g << 8) | b; in xan_decode_frame()
/third_party/ffmpeg/libavcodec/x86/
H A Drv40dsp_init.c81 uint8_t *tmpptr = tmp + SIZE * 2; \ in DECLARE_WEIGHT()
88 ff_ ##OP ##rv40_qpel_v ##OPT(dst + i, stride, tmpptr + i, \ in DECLARE_WEIGHT()
H A Dvp8dsp_init.c156 uint8_t *tmpptr = tmp + SIZE * (TAPNUMY / 2 - 1); \
161 dst, dststride, tmpptr, SIZE, height, mx, my); \

Completed in 7 milliseconds