/external/perfetto/src/profiling/memory/ |
D | proc_utils.cc | 39 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/ |
D | curl_memrchr.h | 40 #define memrchr(x,y,z) Curl_memrchr((x),(y),(z)) macro
|
D | cookie.c | 251 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()
|
D | curl_config.h.in | 453 /* Define to 1 if you have the memrchr function or macro. */
|
/external/python/cpython3/Objects/stringlib/ |
D | fastsearch.h | 109 p = memrchr(s, ch, n); in STRINGLIB() 124 void *candidate = memrchr(s, needle, in STRINGLIB()
|
/external/google-breakpad/src/common/linux/ |
D | elf_symbols_to_module.cc | 147 const void* null_terminator = memrchr(string_section, '\0', string_size); in ELFSymbolsToModule()
|
/external/elfutils/libelf/ |
D | elf_strptr.c | 59 return memrchr (&str[from], '\0', to - from) != NULL; in validate_str()
|
D | ChangeLog | 298 (elf_strptr): Use validate_str instead of memrchr.
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 737 // 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/ |
D | curl-functions.m4 | 4577 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/ |
D | TargetLibraryInfo.def | 931 // 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/ |
D | port.h | 363 inline void *memrchr(const void *bytes, int find_char, size_t len) { in memrchr() function
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 2251 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/ |
D | BuildLibCalls.cpp | 242 case LibFunc::memrchr: in inferLibFuncAttributes()
|
/external/curl/ |
D | configure | 36162 { $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/ |
D | configure.ac | 370 AC_CHECK_DECLS([memrchr, rawmemchr],[],[],
|
D | ChangeLog | 146 * configure.ac: Add memrchr, rawmemchr and powerof2 checks.
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 628 case LibFunc::memrchr: in isValidProtoForLibFunc()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 629 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/ |
D | pyconfig.h.in | 641 /* Define to 1 if you have the `memrchr' function. */
|
D | configure.ac | 3563 memrchr mbrtowc mkdirat mkfifo \
|
D | configure | 11510 memrchr mbrtowc mkdirat mkfifo \
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2275 fun:memrchr=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 568 PUBLIC 8d0e0 0 memrchr
|