Home
last modified time | relevance | path

Searched refs:memrchr (Results 1 – 24 of 24) sorted by relevance

/external/perfetto/src/profiling/memory/
Dproc_utils.cc39 void* memrchr(const void* s, int c, size_t n) { in memrchr() function
75 memrchr(cmdline, '/', static_cast<size_t>(first_arg - cmdline))); in NormalizeCmdLine()
/external/curl/lib/
Dcurl_memrchr.h40 #define memrchr(x,y,z) Curl_memrchr((x),(y),(z)) macro
Dcookie.c251 last = memrchr(domain, '.', len); in get_top_domain()
253 first = memrchr(domain, '.', (last - domain)); in get_top_domain()
749 endslash = memrchr(path, '/', (queryp - path)); in Curl_cookie_add()
Dcurl_config.h.in453 /* Define to 1 if you have the memrchr function or macro. */
/external/python/cpython3/Objects/stringlib/
Dfastsearch.h109 p = memrchr(s, ch, n); in STRINGLIB()
124 void *candidate = memrchr(s, needle, in STRINGLIB()
/external/google-breakpad/src/common/linux/
Delf_symbols_to_module.cc147 const void* null_terminator = memrchr(string_section, '\0', string_size); in ELFSymbolsToModule()
/external/elfutils/libelf/
Delf_strptr.c59 return memrchr (&str[from], '\0', to - from) != NULL; in validate_str()
DChangeLog298 (elf_strptr): Use validate_str instead of memrchr.
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def737 // void *memrchr(const void *s, int c, size_t n);
738 TLI_DEFINE_ENUM_INTERNAL(memrchr)
739 TLI_DEFINE_STRING_INTERNAL("memrchr")
/external/curl/m4/
Dcurl-functions.m44577 dnl Verify if memrchr is available, prototyped, and
4592 AC_MSG_CHECKING([if memrchr can be linked])
4594 AC_LANG_FUNC_LINK_TRY([memrchr])
4604 AC_MSG_CHECKING([if memrchr seems a macro])
4609 if(0 != memrchr(0, 0, 0))
4622 AC_MSG_CHECKING([if memrchr is prototyped])
4623 AC_EGREP_CPP([memrchr],[
4636 AC_MSG_CHECKING([if memrchr is compilable])
4641 if(0 != memrchr(0, 0, 0))
4654 AC_MSG_CHECKING([if memrchr usage allowed])
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def931 // void *memrchr(const void *s, int c, size_t n);
932 TLI_DEFINE_ENUM_INTERNAL(memrchr)
933 TLI_DEFINE_STRING_INTERNAL("memrchr")
/external/dynamic_depth/internal/base/
Dport.h363 inline void *memrchr(const void *bytes, int find_char, size_t len) { in memrchr() function
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2251 TEST(MemorySanitizer, memrchr) { in TEST() argument
2257 EXPECT_UMR(res = memrchr(x, '9', 10)); in TEST()
2261 res = memrchr(x, '0', 2); in TEST()
2263 EXPECT_UMR(res = memrchr(x, '7', 10)); in TEST()
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp242 case LibFunc::memrchr: in inferLibFuncAttributes()
/external/curl/
Dconfigure36162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if memrchr can be linked" >&5
36163 $as_echo_n "checking if memrchr can be linked... " >&6; }
36208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if memrchr seems a macro" >&5
36209 $as_echo_n "checking if memrchr seems a macro... " >&6; }
36245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if memrchr is prototyped" >&5
36246 $as_echo_n "checking if memrchr is prototyped... " >&6; }
36254 $EGREP "memrchr" >/dev/null 2>&1; then :
36273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if memrchr is compilable" >&5
36274 $as_echo_n "checking if memrchr is compilable... " >&6; }
36309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if memrchr usage allowed" >&5
[all …]
/external/elfutils/
Dconfigure.ac370 AC_CHECK_DECLS([memrchr, rawmemchr],[],[],
DChangeLog146 * configure.ac: Add memrchr, rawmemchr and powerof2 checks.
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp628 case LibFunc::memrchr: in isValidProtoForLibFunc()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc629 INTERCEPTOR(void*, memrchr, const void *s, int c, SIZE_T n) {
631 COMMON_INTERCEPTOR_ENTER(ctx, memrchr, s, c, n);
633 return REAL(memrchr)(s, c, n);
636 #define INIT_MEMRCHR COMMON_INTERCEPT_FUNCTION(memrchr)
/external/python/cpython3/
Dpyconfig.h.in641 /* Define to 1 if you have the `memrchr' function. */
Dconfigure.ac3563 memrchr mbrtowc mkdirat mkfifo \
Dconfigure11510 memrchr mbrtowc mkdirat mkfifo \
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2275 fun:memrchr=uninstrumented
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym568 PUBLIC 8d0e0 0 memrchr