Searched refs:buf_end (Results 1 – 7 of 7) sorted by relevance
21 char *p, *s, *buf_end = NULL; in _rtl_vsprintf() local27 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()
263 char *p, *s, *buf_end = NULL; in DiagSnPrintf() local272 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()
539 char *p, *s, *buf_end = NULL; in DiagSnPrintfPatch() local548 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()
73 const uint8_t *buf_end; member727 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() local1199 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()
11119 char* q = buf_end; in i64toa()19981 const uint8_t* buf_end; member20159 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 …]
202 const uint8_t* buf_end = buf + size; in ParsePartitions() local225 return (part_start < buf_end) ? VP8_STATUS_OK : in ParsePartitions()
35827 duk_uint8_t *buf_end; member35875 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