Home
last modified time | relevance | path

Searched defs:str_end (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/rtc_base/
Dstring_to_number.cc57 inline float StrToT(const char* str, char** str_end) { in StrToT()
62 inline double StrToT(const char* str, char** str_end) { in StrToT()
67 inline long double StrToT(const char* str, char** str_end) { in StrToT()
/external/pcre/dist2/src/
Dpcre2_jit_neon_inc.h85 static sljit_u8* SLJIT_FUNC FF_FUN(sljit_u8 *str_end, sljit_u8 *str_ptr, sljit_uw offs1, sljit_uw o… in FF_FUN()
/external/perfetto/src/traced/probes/android_log/
Dandroid_log_data_source.cc333 const char* str_end; in ParseTextEvent() local
/external/python/cpython2/Modules/_io/
Dbytesio.c29 const char *str_end; in get_line() local
/external/llvm-project/lldb/source/Host/common/
DNativeProcessProtocol.cpp690 void *str_end = std::memchr(curr_buffer, '\0', bytes_read); in ReadCStringFromMemory() local
/external/kmod/tools/
Dmodprobe.c686 char **new_argv, *str_start, *str_end, *str, *s, *quote; in prepend_options_from_env() local
/external/mesa3d/src/compiler/glsl/
Dlink_uniforms.cpp838 const char *str_end; in set_opaque_indices() local
/external/mesa3d/src/imgui/
Dimgui.cpp1325 const char* ImStrchrRange(const char* str, const char* str_end, char c) in ImStrchrRange()
1340 const char* ImStreolRange(const char* str, const char* str_end) in ImStreolRange()
2128 void ImGuiTextBuffer::append(const char* str, const char* str_end) in append()
2566 ImGuiID ImGuiWindow::GetID(const char* str, const char* str_end) in GetID()
2582 ImGuiID ImGuiWindow::GetIDNoKeepAlive(const char* str, const char* str_end) in GetIDNoKeepAlive()
/external/python/cpython3/Modules/
D_zoneinfo.c1589 const char *str_end; in parse_abbr() local