Home
last modified time | relevance | path

Searched refs:buf_end (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/
A Drtl8721d_ram_libc.c21 char *p, *s, *buf_end = NULL; in _rtl_vsprintf() local
27 buf_end = size? (buf + size):(char*)~0; in _rtl_vsprintf()
33 if(s >= buf_end) { in _rtl_vsprintf()
44 if(s >= buf_end) { in _rtl_vsprintf()
179 if(s >= buf_end) { in _rtl_vsprintf()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Ddiag.c263 char *p, *s, *buf_end = NULL; in DiagSnPrintf() local
272 buf_end = size? (buf + size):(char*)~0; in DiagSnPrintf()
279 if(s >= buf_end) { in DiagSnPrintf()
290 if(s >= buf_end) { in DiagSnPrintf()
422 if(s >= buf_end) { in DiagSnPrintf()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dstdlib_patch.c539 char *p, *s, *buf_end = NULL; in DiagSnPrintfPatch() local
548 buf_end = size? (buf + size):(char*)~0; in DiagSnPrintfPatch()
555 if(s >= buf_end) { in DiagSnPrintfPatch()
566 if(s >= buf_end) { in DiagSnPrintfPatch()
698 if(s >= buf_end) { in DiagSnPrintfPatch()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibregexp.c73 const uint8_t *buf_end; member
727 if (p >= s->buf_end) in get_class_atom()
801 if (p >= s->buf_end) { in get_class_atom()
1137 for (p = s->buf_start; p < s->buf_end; p++) { in re_parse_captures()
1162 for (p += 1 + (*p == ']'); p < s->buf_end && *p != ']'; p++) { in re_parse_captures()
1193 const char *p, *buf_end; in find_group_name() local
1199 buf_end = (char *)s->group_names.buf + s->group_names.size; in find_group_name()
1201 while (p < buf_end) { in find_group_name()
1709 if (p >= s->buf_end) in re_parse_alternative()
1825 s->buf_end = s->buf_ptr + buf_len; in lre_compile()
A Dquickjs.c11119 char* q = buf_end; in i64toa()
19981 const uint8_t* buf_end; member
20159 if (p >= s->buf_end) in js_parse_template_part()
20174 if (p >= s->buf_end) in js_parse_template_part()
20223 if (p >= s->buf_end) in js_parse_string()
20365 if (p >= s->buf_end) { in js_parse_regexp()
20544 if (p >= s->buf_end) { in next_token()
21059 if (p >= s->buf_end) { in json_next_token()
22553 saved_buf_end = s->buf_end; in js_parse_class_default_ctor()
22562 s->buf_end = saved_buf_end; in js_parse_class_default_ctor()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dvp8_dec.c202 const uint8_t* buf_end = buf + size; in ParsePartitions() local
225 return (part_start < buf_end) ? VP8_STATUS_OK : in ParsePartitions()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c35827 duk_uint8_t *buf_end; member
35875 DUK_ASSERT(enc_ctx->buf_end >= enc_ctx->ptr); in duk__cbor_encode_ensure_slowpath()
35876 DUK_ASSERT(enc_ctx->buf_end >= enc_ctx->buf); in duk__cbor_encode_ensure_slowpath()
35908 enc_ctx->buf_end = p_new + newlen; in duk__cbor_encode_ensure_slowpath()
35914 if (DUK_LIKELY((duk_size_t) (enc_ctx->buf_end - enc_ctx->ptr) >= len)) { in duk__cbor_encode_ensure()
35922 DUK_ASSERT(enc_ctx->ptr <= enc_ctx->buf_end); in duk__cbor_get_reserve()
35923 return (duk_size_t) (enc_ctx->buf_end - enc_ctx->ptr); in duk__cbor_get_reserve()
37364 enc_ctx.buf_end = buf + enc_ctx.len; in duk__cbor_encode()

Completed in 377 milliseconds