Home
last modified time | relevance | path

Searched refs:cp2 (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_getimage.c1905 cp2 += incr; in DECLAREContigPutFunc()
2097 uint32* cp2; in DECLAREContigPutFunc() local
2101 cp2 = cp+w+toskew; in DECLAREContigPutFunc()
2112 cp2 += 2; in DECLAREContigPutFunc()
2122 cp2 ++ ; in DECLAREContigPutFunc()
2126 cp2 += incr; in DECLAREContigPutFunc()
2138 cp2 += 2; in DECLAREContigPutFunc()
2192 uint32* cp2; in DECLAREContigPutFunc() local
2196 cp2 = cp+w+toskew; in DECLAREContigPutFunc()
2205 cp2 ++; in DECLAREContigPutFunc()
[all …]
/AliOS-Things-master/components/freetype/src/tools/ftrandom/
A Dftrandom.c129 const FT_Vector *cp2, in FT_CubicTo() argument
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Deap.c430 char *cp, *cp2; in eap_figure_next_state() local
542 if ((cp2 = strchr(cp, ':')) == NULL) in eap_figure_next_state()
544 *cp2++ = '\0'; in eap_figure_next_state()
550 cp2); in eap_figure_next_state()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c41488 duk_codepoint_t cp1, cp2; in duk__transform_callback_encode_uri() local
41507 …tf8(tfm_ctx->thr, &tfm_ctx->p, tfm_ctx->p_start, tfm_ctx->p_end, (duk_ucodepoint_t *) &cp2) == 0) { in duk__transform_callback_encode_uri()
41510 if (!(cp2 >= 0xdc00L && cp2 <= 0xdfffL)) { in duk__transform_callback_encode_uri()
41514 cp = (duk_codepoint_t) (((cp1 - 0xd800L) << 10) + (cp2 - 0xdc00L) + 0x10000L); in duk__transform_callback_encode_uri()
68754 duk_ucodepoint_t cp2; local
68784 cp2 = 0; /* If call fails, this is left untouched and won't match cp2 check. */
68785 (void) duk_unicode_decode_xutf8(thr, &p, p_start, p_end, &cp2);
68786 if (cp2 >= 0xdc00UL && cp2 <= 0xdfffUL) {
68787 cp1 = (duk_ucodepoint_t) (((cp1 - 0xd800UL) << 10) + (cp2 - 0xdc00UL) + 0x10000UL);

Completed in 252 milliseconds