Searched refs:bos (Results 1 – 6 of 6) sorted by relevance
/development/ndk/platforms/android-21/include/ |
D | string.h | 189 size_t bos = __bos(dest); in strlcpy() local 193 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in strlcpy() 199 if (__builtin_constant_p(size) && (size <= bos)) { in strlcpy() 204 return __strlcpy_chk(dest, src, size, bos); in strlcpy() 214 size_t bos = __bos(dest); in strlcat() local 218 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in strlcat() 224 if (__builtin_constant_p(size) && (size <= bos)) { in strlcat() 229 return __strlcat_chk(dest, src, size, bos); in strlcat() 234 size_t bos = __bos(s); in strlen() local 238 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in strlen() [all …]
|
D | unistd.h | 204 size_t bos = __bos0(buf); in read() local 211 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in read() 215 if (__builtin_constant_p(count) && (count > bos)) { in read() 219 if (__builtin_constant_p(count) && (count <= bos)) { in read() 224 return __read_chk(fd, buf, count, bos); in read()
|
D | stdio.h | 431 size_t bos = __bos(dest); in fgets() local 440 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in fgets() 446 if (__builtin_constant_p(size) && (size <= (int) bos)) { in fgets() 452 if (__builtin_constant_p(size) && (size > (int) bos)) { in fgets() 456 return __fgets_chk(dest, size, stream, bos); in fgets()
|
/development/ndk/platforms/android-21/include/sys/ |
D | socket.h | 302 size_t bos = __bos0(buf); in recvfrom() local 305 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in recvfrom() 309 if (__builtin_constant_p(len) && (len <= bos)) { in recvfrom() 313 if (__builtin_constant_p(len) && (len > bos)) { in recvfrom() 318 return __recvfrom_chk(fd, buf, len, bos, flags, src_addr, addr_len); in recvfrom()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | CompressedTextureActivity.java | 120 ByteArrayOutputStream bos = new ByteArrayOutputStream(); in load() local 121 ETC1Util.writeTexture(etc1Texture, bos); in load() 122 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in load()
|
/development/perftests/panorama/input/ |
D | test_034.ppm | 154 …��{��{��{��{��{��}��}��}��}��}��~����������~��~��|��|��~��~��~�����Vx�?bos��s��s��t��u��v��v��…
|