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

  /bionic/libc/arch-x86/string/
bcmp.S 1 /* $OpenBSD: bcmp.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
9 ENTRY(bcmp) function
  /hardware/broadcom/wlan/bcm4329/src/include/
linux_osl.h 204 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len)) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 767 #undef bcmp macro
769 #pragma GCC poison bcopy bzero bcmp rindex
  /external/clearsilver/util/regex/
regex.c 91 #ifndef bcmp
92 #define bcmp(s1, s2, n) memcmp ((s1), (s2), (n)) macro
    [all...]

Completed in 142 milliseconds