HomeSort by relevance Sort by last modified time
    Searched defs:memchr (Results 1 - 15 of 15) sorted by null

  /bionic/libc/bionic/
memchr.c 31 void *memchr(const void *s, int c, size_t n) function
  /bionic/libc/arch-x86/atom/string/
sse2-memchr-atom.S 90 ENTRY (memchr) function
556 END (memchr)
  /external/bison/lib/
memchr.c 7 adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu),
50 # undef memchr macro
54 # define __memchr memchr
171 weak_alias (__memchr, BP_SYM (memchr))
string.in.h 95 # define memchr rpl_memchr macro
97 _GL_FUNCDECL_RPL (memchr, void *, (void const *__s, int __c, size_t __n)
100 _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n));
103 _GL_FUNCDECL_SYS (memchr, void *, (void const *__s, int __c, size_t __n)
108 extern "C" { const void * std::memchr (const void *, int, size_t); }
109 extern "C++" { void * std::memchr (void *, int, size_t); } */
110 _GL_CXXALIAS_SYS_CAST2 (memchr,
116 _GL_CXXALIASWARN1 (memchr, void *, (void *__s, int __c, size_t __n));
117 _GL_CXXALIASWARN1 (memchr, void const *,
120 _GL_CXXALIASWARN (memchr); variable
123 # undef memchr macro
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
memchr.c 7 adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu),
50 # undef memchr macro
54 # define __memchr memchr
171 weak_alias (__memchr, BP_SYM (memchr))
string.in.h 57 # define memchr rpl_memchr macro
58 extern void *memchr (void const *__s, int __c, size_t __n)
62 # undef memchr
63 # define memchr(s,c,n) \
64 (GL_LINK_WARNING ("memchr has platform-specific bugs - " \
65 "use gnulib module memchr for portability" ), \
66 memchr (s, c, n))
118 memchr(S,C,N), at the expense of undefined behavior if C does not
  /bionic/libc/arch-arm64/generic/bionic/
memchr.S 2 * memchr - find a character in a memory zone
73 ENTRY(memchr) function
165 END(memchr)
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
array.pxd 50 memset, memchr, memcmp, memcpy, memmove namespace
  /external/bison/darwin-lib/
string.h 407 # define memchr rpl_memchr
409 _GL_FUNCDECL_RPL (memchr, void *, (void const *__s, int __c, size_t __n)
412 _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n));
415 _GL_FUNCDECL_SYS (memchr, void *, (void const *__s, int __c, size_t __n)
420 extern "C" { const void * std::memchr (const void *, int, size_t); }
421 extern "C++" { void * std::memchr (void *, int, size_t); } */
422 _GL_CXXALIAS_SYS_CAST2 (memchr,
428 _GL_CXXALIASWARN1 (memchr, void *, (void *__s, int __c, size_t __n));
429 _GL_CXXALIASWARN1 (memchr, void const *,
432 _GL_CXXALIASWARN (memchr); variable
435 # undef memchr macro
    [all...]
  /external/bison/linux-lib/
string.h 407 # define memchr rpl_memchr
409 _GL_FUNCDECL_RPL (memchr, void *, (void const *__s, int __c, size_t __n)
412 _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n));
415 _GL_FUNCDECL_SYS (memchr, void *, (void const *__s, int __c, size_t __n)
420 extern "C" { const void * std::memchr (const void *, int, size_t); }
421 extern "C++" { void * std::memchr (void *, int, size_t); } */
422 _GL_CXXALIAS_SYS_CAST2 (memchr,
428 _GL_CXXALIASWARN1 (memchr, void *, (void *__s, int __c, size_t __n));
429 _GL_CXXALIASWARN1 (memchr, void const *,
432 _GL_CXXALIASWARN (memchr); variable
435 # undef memchr macro
    [all...]
  /external/compiler-rt/lib/asan/
asan_dll_thunk.cc 312 INTERCEPT_LIBRARY_FUNCTION(memchr); variable
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 178 memchr(), and ../lib/memchr.c requires configuration knowledge
183 # ifdef memchr
184 # undef memchr macro
186 # define memchr bootstrap_memchr
182 # undef memchr macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 414 /// void *memchr(const void *s, int c, size_t n);
415 memchr, enumerator in enum:llvm::LibFunc::Func
747 case LibFunc::memchr:
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 1118 milliseconds