/third_party/jerryscript/jerry-core/lit/ |
D | lit-strings.c | 376 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()
|
D | lit-char-helpers.c | 439 lit_char_hex_lookup (const lit_utf8_byte_t *buf_p, /**< buffer */ in lit_char_hex_lookup()
|
/third_party/jerryscript/jerry-ext/handler/ |
D | handler-print.c | 87 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/ |
D | label_support.c | 68 char **spec_entry, *buf_p; in read_spec_entries() local
|
D | label_media.c | 38 char *buf_p; in process_line() local
|
D | label_x.c | 40 char *buf_p; in process_line() local
|
D | selinux_config.c | 159 char *line_buf = NULL, *buf_p, *value, *type = NULL, *end; in init_selinux_config() local
|
/third_party/selinux/libsepol/src/ |
D | util.c | 254 char **arg, *buf_p; in tokenize() local
|
/third_party/libwebsockets/lib/roles/http/ |
D | cookie.c | 151 lws_cookie_rm_sws(const char **buf_p, size_t *len_p) in lws_cookie_rm_sws()
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-helpers-conversion.c | 727 lit_utf8_byte_t *buf_p = out_buffer_p + buffer_size; in ecma_uint32_to_utf8_string() local
|
/third_party/ffmpeg/libavcodec/ |
D | ffv1dec.c | 840 uint8_t *buf_p; in decode_frame() local
|
D | ffv1enc.c | 1126 uint8_t *buf_p; in encode_frame() local
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry.c | 3754 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/ |
D | js-lexer.c | 3304 uint8_t buf_p[64]; in lexer_compare_identifiers() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | compile-i386.c | 575 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/ |
D | imgui.cpp | 1797 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/ |
D | imgui.cpp | 9187 char *buf_p = buf, *buf_end = buf + IM_ARRAYSIZE(buf); in ShowMetricsWindow() local
|
/third_party/mesa3d/src/imgui/ |
D | imgui.cpp | 9348 char *buf_p = buf, *buf_end = buf + IM_ARRAYSIZE(buf); in ShowMetricsWindow() local
|