Searched refs:tmpptr (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | punycode.c | 278 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 D | punycode.c | 278 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 D | minizip.c | 434 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 D | minizip.c | 435 const char *tmpptr; local 437 for( tmpptr = savefilenameinzip; *tmpptr; tmpptr++) 439 if( *tmpptr == '\\' || *tmpptr == '/') 441 lastslash = tmpptr;
|
/third_party/zlib/contrib/minizip/ |
H A D | minizip.c | 433 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 D | dxa.c | 215 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 D | xan.c | 552 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 D | rv40dsp_init.c | 81 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 D | vp8dsp_init.c | 156 uint8_t *tmpptr = tmp + SIZE * (TAPNUMY / 2 - 1); \ 161 dst, dststride, tmpptr, SIZE, height, mx, my); \
|
Completed in 7 milliseconds