Searched refs:__bos_trivially_ge (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/include/bits/fortify/ |
D | strings.h | 38 if (!__bos_trivially_ge(bos, len)) { in __bionic_bcopy() 53 if (!__bos_trivially_ge(bos, len)) { in __bionic_bzero()
|
D | socket.h | 48 if (!__bos_trivially_ge(bos, len)) { in recvfrom() 63 if (!__bos_trivially_ge(bos, len)) { in sendto()
|
D | string.h | 67 if (!__bos_trivially_ge(bos_dst, copy_amount)) { in mempcpy() 137 if (__bos_trivially_ge(bos, n)) { in memchr() 148 if (__bos_trivially_ge(bos, n)) { in __memrchr_fortify()
|
D | unistd.h | 79 if (!__bos_trivially_ge(bos, size)) { in getcwd()
|
/bionic/libc/include/sys/ |
D | cdefs.h | 321 #define __bos_trivially_ge(bos_val, index) __bos_dynamic_check_impl((bos_val), >=, (index)) macro
|