Home
last modified time | relevance | path

Searched refs:input_end (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dudbg_memcons.c29 char *input_end; member
41 .input_end = &memcons_input[CONFIG_PPC_MEMCONS_INPUT_SIZE],
66 if (new_input_pos >= memcons.input_end) in memcons_getc_poll()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_bitpack.c163 char* input_end; in dhd_base64_encode() local
178 input_end = in_buf + in_buf_len; in dhd_base64_encode()
191 while (input_pos != input_end) { in dhd_base64_encode()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_bitpack.c163 char* input_end; in dhd_base64_encode() local
178 input_end = in_buf + in_buf_len; in dhd_base64_encode()
191 while (input_pos != input_end) { in dhd_base64_encode()
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c648 …(const unsigned char * const input_pointer, const unsigned char * const input_end, unsigned char *… in utf16_literal_to_utf8() argument
658 if ((input_end - first_sequence) < 6) in utf16_literal_to_utf8()
680 if ((input_end - second_sequence) < 6) in utf16_literal_to_utf8()
772 const unsigned char *input_end = buffer_at_offset(input_buffer) + 1; in parse_string() local
786 …while (((size_t)(input_end - input_buffer->content) < input_buffer->length) && (*input_end != '\"'… in parse_string()
789 if (input_end[0] == '\\') in parse_string()
791 if ((size_t)(input_end + 1 - input_buffer->content) >= input_buffer->length) in parse_string()
797 input_end++; in parse_string()
799 input_end++; in parse_string()
801 … if (((size_t)(input_end - input_buffer->content) >= input_buffer->length) || (*input_end != '\"')) in parse_string()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp657 …(const unsigned char * const input_pointer, const unsigned char * const input_end, unsigned char *… in utf16_literal_to_utf8() argument
667 if ((input_end - first_sequence) < 6) in utf16_literal_to_utf8()
689 if ((input_end - second_sequence) < 6) in utf16_literal_to_utf8()
781 const unsigned char *input_end = buffer_at_offset(input_buffer) + 1; in parse_string() local
795 …while (((size_t)(input_end - input_buffer->content) < input_buffer->length) && (*input_end != '\"'… in parse_string()
798 if (input_end[0] == '\\') in parse_string()
800 if ((size_t)(input_end + 1 - input_buffer->content) >= input_buffer->length) in parse_string()
806 input_end++; in parse_string()
808 input_end++; in parse_string()
810 … if (((size_t)(input_end - input_buffer->content) >= input_buffer->length) || (*input_end != '\"')) in parse_string()
[all …]
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dvirtio-iommu.c992 u64 input_end = -1UL; in viommu_probe() local
1031 &input_end); in viommu_probe()
1047 .aperture_end = input_end, in viommu_probe()