Home
last modified time | relevance | path

Searched defs:buf_p (Results 1 – 18 of 18) sorted by relevance

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.c376 lit_read_code_point_from_utf8 (const lit_utf8_byte_t *buf_p, /**< buffer with characters */ in lit_read_code_point_from_utf8()
426 lit_read_code_unit_from_utf8 (const lit_utf8_byte_t *buf_p, /**< buffer with characters */ in lit_read_code_unit_from_utf8()
469 lit_read_prev_code_unit_from_utf8 (const lit_utf8_byte_t *buf_p, /**< buffer with characters */ in lit_read_prev_code_unit_from_utf8()
484 lit_cesu8_read_next (const lit_utf8_byte_t **buf_p) /**< [in,out] buffer with characters */ in lit_cesu8_read_next()
500 lit_cesu8_read_prev (const lit_utf8_byte_t **buf_p) /**< [in,out] buffer with characters */ in lit_cesu8_read_prev()
517 lit_cesu8_peek_next (const lit_utf8_byte_t *buf_p) /**< [in,out] buffer with characters */ in lit_cesu8_peek_next()
533 lit_cesu8_peek_prev (const lit_utf8_byte_t *buf_p) /**< [in,out] buffer with characters */ in lit_cesu8_peek_prev()
547 lit_utf8_incr (const lit_utf8_byte_t **buf_p) /**< [in,out] buffer with characters */ in lit_utf8_incr()
558 lit_utf8_decr (const lit_utf8_byte_t **buf_p) /**< [in,out] buffer with characters */ in lit_utf8_decr()
671 lit_utf8_byte_t *buf_p) /**< buffer where to store the result and its size in lit_code_unit_to_utf8()
Dlit-char-helpers.c439 lit_char_hex_lookup (const lit_utf8_byte_t *buf_p, /**< buffer */ in lit_char_hex_lookup()
/third_party/jerryscript/jerry-ext/handler/
Dhandler-print.c87 for (jerry_char_t *buf_p = substr_buf; buf_p < buf_end_p; buf_p++) in jerryx_handler_print() local
101 for (jerry_char_t *buf_p = substr_buf; buf_p < buf_end_p; buf_p++) in jerryx_handler_print() local
/third_party/selinux/libselinux/src/
Dlabel_support.c68 char **spec_entry, *buf_p; in read_spec_entries() local
Dlabel_media.c38 char *buf_p; in process_line() local
Dlabel_x.c40 char *buf_p; in process_line() local
Dselinux_config.c159 char *line_buf = NULL, *buf_p, *value, *type = NULL, *end; in init_selinux_config() local
/third_party/selinux/libsepol/src/
Dutil.c254 char **arg, *buf_p; in tokenize() local
/third_party/libwebsockets/lib/roles/http/
Dcookie.c151 lws_cookie_rm_sws(const char **buf_p, size_t *len_p) in lws_cookie_rm_sws()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-conversion.c727 lit_utf8_byte_t *buf_p = out_buffer_p + buffer_size; in ecma_uint32_to_utf8_string() local
/third_party/ffmpeg/libavcodec/
Dffv1dec.c840 uint8_t *buf_p; in decode_frame() local
Dffv1enc.c1126 uint8_t *buf_p; in encode_frame() local
/third_party/jerryscript/jerry-core/api/
Djerry.c3754 const uint8_t *buf_p, /**< buffer to copy from */ in jerry_arraybuffer_write()
3803 uint8_t *buf_p, /**< destination buffer to copy to */ in jerry_arraybuffer_read()
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c3304 uint8_t buf_p[64]; in lexer_compare_identifiers() local
/third_party/ltp/tools/sparse/sparse-src/
Dcompile-i386.c575 static void textbuf_push(struct textbuf **buf_p, const char *text) in textbuf_push()
603 static void textbuf_emit(struct textbuf **buf_p) in textbuf_emit()
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp1797 char* buf_p = out_buf; in ImTextStrToUtf8() local
11739 char* buf_p = buf, * buf_end = buf + IM_ARRAYSIZE(buf); in DebugNodeDrawList() local
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.cpp9187 char *buf_p = buf, *buf_end = buf + IM_ARRAYSIZE(buf); in ShowMetricsWindow() local
/third_party/mesa3d/src/imgui/
Dimgui.cpp9348 char *buf_p = buf, *buf_end = buf + IM_ARRAYSIZE(buf); in ShowMetricsWindow() local