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

  /bionic/libc/arch-arm64/generic/bionic/
strcmp.S 49 #define has_nul x4 define
77 bic has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */
78 orr syndrome, diff, has_nul
105 cbnz has_nul, 1f
115 bic has_nul, tmp1, tmp2
116 rev has_nul, has_nul
117 orr syndrome, diff, has_nul
strncmp.S 50 #define has_nul x5 define
92 bics has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */
115 orr has_nul, has_nul, mask
118 orr syndrome, diff, has_nul
143 cbnz has_nul, 1f
153 bic has_nul, tmp1, tmp2
154 rev has_nul, has_nul
155 orr syndrome, diff, has_nul
    [all...]
  /art/runtime/arch/arm64/
memcmp16_arm64.S 38 #define has_nul x5 define
  /external/strace/
keyctl.c 117 kernel_ulong_t len, bool has_nul)
129 printstr_ex(tcp, addr, rval, has_nul ?

Completed in 79 milliseconds