HomeSort by relevance Sort by last modified time
    Searched refs:dst_len (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/syslinux/lzo/src/
lzo1x_d2.c 39 lzo_bytep dst, lzo_uintp dst_len,
43 lzo_bytep dst, lzo_uintp dst_len,
46 return lzo1x_decompress_safe(src, src_len, dst, dst_len, wrkmem);
50 lzo_bytep dst, lzo_uintp dst_len,
54 lzo_bytep dst, lzo_uintp dst_len,
57 return lzo1x_decompress_safe(src, src_len, dst, dst_len, wrkmem);
  /bionic/libc/bionic/
syslog.cpp 82 size_t dst_len = 1024; local
83 char* dst = reinterpret_cast<char*>(malloc(dst_len));
87 for (; dst_len > 0 && *src != '\0'; ++src) {
90 size_t n = strlcpy(dst, strerror(caller_errno), dst_len);
91 if (n >= dst_len) {
92 n = dst_len;
95 dst_len -= n;
99 if (dst_len <= 2) {
102 *dst++ = '%'; --dst_len;
103 *dst++ = '%'; --dst_len;
    [all...]
fortify.cpp 135 extern "C" void* __memmove_chk(void* dst, const void* src, size_t len, size_t dst_len) {
136 __check_buffer_access("memmove", "write into", len, dst_len);
142 extern "C" void* __memcpy_chk_fail(void* /*dst*/, const void* /*src*/, size_t count, size_t dst_len) {
144 __check_buffer_access("memcpy", "write into", count, dst_len);
155 extern "C" void* __memset_chk_fail(void* /*dst*/, int /*byte*/, size_t count, size_t dst_len) {
157 __check_buffer_access("memset", "write into", count, dst_len);
230 extern "C" char* __stpcpy_chk(char* dst, const char* src, size_t dst_len) {
233 __check_buffer_access("stpcpy", "write into", src_len, dst_len);
238 extern "C" char* __stpncpy_chk(char* dst, const char* src, size_t len, size_t dst_len) {
239 __check_buffer_access("stpncpy", "write into", len, dst_len);
327 size_t dst_len = __strlen_chk(dst, dst_buf_size); local
455 size_t dst_len = __strlen_chk(dst, dst_buf_size); local
    [all...]
  /external/syslinux/lzo/include/lzo/
lzo1y.h 57 lzo_bytep dst, lzo_uintp dst_len,
63 lzo_bytep dst, lzo_uintp dst_len,
73 lzo_bytep dst, lzo_uintp dst_len,
85 lzo_bytep dst, lzo_uintp dst_len,
96 lzo_bytep dst, lzo_uintp dst_len,
102 lzo_bytep dst, lzo_uintp dst_len,
110 lzo_bytep dst, lzo_uintp dst_len,
121 lzo_bytep dst, lzo_uintp dst_len,
lzo1b.h 61 lzo_bytep dst, lzo_uintp dst_len,
68 lzo_bytep dst, lzo_uintp dst_len,
74 lzo_bytep dst, lzo_uintp dst_len,
84 lzo_bytep dst, lzo_uintp dst_len,
88 lzo_bytep dst, lzo_uintp dst_len,
92 lzo_bytep dst, lzo_uintp dst_len,
96 lzo_bytep dst, lzo_uintp dst_len,
100 lzo_bytep dst, lzo_uintp dst_len,
104 lzo_bytep dst, lzo_uintp dst_len,
108 lzo_bytep dst, lzo_uintp dst_len,
    [all...]
lzo1c.h 61 lzo_bytep dst, lzo_uintp dst_len,
68 lzo_bytep dst, lzo_uintp dst_len,
74 lzo_bytep dst, lzo_uintp dst_len,
84 lzo_bytep dst, lzo_uintp dst_len,
88 lzo_bytep dst, lzo_uintp dst_len,
92 lzo_bytep dst, lzo_uintp dst_len,
96 lzo_bytep dst, lzo_uintp dst_len,
100 lzo_bytep dst, lzo_uintp dst_len,
104 lzo_bytep dst, lzo_uintp dst_len,
108 lzo_bytep dst, lzo_uintp dst_len,
    [all...]
lzo1.h 55 lzo_bytep dst, lzo_uintp dst_len,
60 lzo_bytep dst, lzo_uintp dst_len,
72 lzo_bytep dst, lzo_uintp dst_len,
lzo1a.h 55 lzo_bytep dst, lzo_uintp dst_len,
60 lzo_bytep dst, lzo_uintp dst_len,
72 lzo_bytep dst, lzo_uintp dst_len,
lzo2a.h 50 lzo_bytep dst, lzo_uintp dst_len,
56 lzo_bytep dst, lzo_uintp dst_len,
68 lzo_bytep dst, lzo_uintp dst_len,
lzo_asm.h 60 lzo_bytep dst, lzo_uintp dst_len,
64 lzo_bytep dst, lzo_uintp dst_len,
69 lzo_bytep dst, lzo_uintp dst_len,
73 lzo_bytep dst, lzo_uintp dst_len,
78 lzo_bytep dst, lzo_uintp dst_len,
82 lzo_bytep dst, lzo_uintp dst_len,
86 lzo_bytep dst, lzo_uintp dst_len,
90 lzo_bytep dst, lzo_uintp dst_len,
95 lzo_bytep dst, lzo_uintp dst_len,
99 lzo_bytep dst, lzo_uintp dst_len,
    [all...]
lzo1f.h 56 lzo_bytep dst, lzo_uintp dst_len,
62 lzo_bytep dst, lzo_uintp dst_len,
72 lzo_bytep dst, lzo_uintp dst_len,
84 lzo_bytep dst, lzo_uintp dst_len,
lzo1x.h 57 lzo_bytep dst, lzo_uintp dst_len,
63 lzo_bytep dst, lzo_uintp dst_len,
75 lzo_bytep dst, lzo_uintp dst_len,
88 lzo_bytep dst, lzo_uintp dst_len,
97 lzo_bytep dst, lzo_uintp dst_len,
106 lzo_bytep dst, lzo_uintp dst_len,
118 lzo_bytep dst, lzo_uintp dst_len,
128 lzo_bytep dst, lzo_uintp dst_len,
134 lzo_bytep dst, lzo_uintp dst_len,
142 lzo_bytep dst, lzo_uintp dst_len,
    [all...]
lzo1z.h 55 lzo_bytep dst, lzo_uintp dst_len,
61 lzo_bytep dst, lzo_uintp dst_len,
73 lzo_bytep dst, lzo_uintp dst_len,
83 lzo_bytep dst, lzo_uintp dst_len,
89 lzo_bytep dst, lzo_uintp dst_len,
97 lzo_bytep dst, lzo_uintp dst_len,
  /external/libvncserver/common/
minilzo.h 73 lzo_bytep dst, lzo_uintp dst_len,
79 lzo_bytep dst, lzo_uintp dst_len,
85 lzo_bytep dst, lzo_uintp dst_len,
  /external/valgrind/coregrind/m_debuginfo/
minilzo.h 88 lzo_bytep dst, lzo_uintp dst_len,
94 lzo_bytep dst, lzo_uintp dst_len,
100 lzo_bytep dst, lzo_uintp dst_len,
  /external/valgrind/none/tests/s390x/
cu24.c 55 do_cu24(uint32_t *dst, uint64_t dst_len, uint16_t *src, uint64_t src_len)
64 register uint64_t dest_len asm("3") = dst_len;
86 run_test(uint32_t *dst, uint64_t dst_len, uint16_t *src, uint64_t src_len)
91 result = do_cu24(dst, dst_len, src, src_len);
95 if (dst_len - result.len1 == 0)
98 uint64_t num_bytes = dst_len - result.len1;
cu24_1.c 55 do_cu24(uint32_t *dst, uint64_t dst_len, uint16_t *src, uint64_t src_len)
64 register uint64_t dest_len asm("3") = dst_len;
86 run_test(uint32_t *dst, uint64_t dst_len, uint16_t *src, uint64_t src_len)
91 result = do_cu24(dst, dst_len, src, src_len);
95 if (dst_len - result.len1 == 0)
98 uint64_t num_bytes = dst_len - result.len1;
cu42.c 58 do_cu42(uint16_t *dst, uint64_t dst_len, uint32_t *src, uint64_t src_len)
67 register uint64_t dest_len asm("3") = dst_len;
89 run_test(uint16_t *dst, uint64_t dst_len, uint32_t *src, uint64_t src_len)
94 result = do_cu42(dst, dst_len, src, src_len);
98 if (dst_len - result.len1 == 0)
101 assert((dst_len - result.len1) % 2 == 0);
102 for (i = 0; i < (dst_len - result.len1) / 2; ++i) {
mvcl.c 159 run_test(void *dst, uint32_t dst_len, void *src, uint32_t src_len, uint32_t pad)
163 result = mvcl(dst, dst_len, src, src_len, pad);
169 print_buf("dst buffer:", dst, dst_len);
175 uint32_t dst_offset, dst_len, src_offset, src_len; local
265 for (dst_len = 0; dst_len <= sizeof buf - dst_offset; ++dst_len)
268 run_test(buf + dst_offset, dst_len, buf + src_offset, src_len, 'x');
  /external/boringssl/src/crypto/base64/
base64.c 451 size_t dst_len; local
452 if (!EVP_DecodedLength(&dst_len, src_len) ||
453 dst_len > INT_MAX ||
454 !EVP_DecodeBase64(dst, &dst_len, dst_len, src, src_len)) {
460 while (dst_len % 3 != 0) {
461 dst[dst_len++] = '\0';
463 assert(dst_len <= INT_MAX);
465 return (int)dst_len;
  /external/libnl/include/linux-private/linux/
fib_rules.h 17 __u8 dst_len; member in struct:fib_rule_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fib_rules.h 20 __u8 dst_len; member in struct:fib_rule_hdr
  /external/valgrind/memcheck/tests/s390x/
cu21.c 39 do_cu21(uint8_t *dst, uint64_t dst_len, uint16_t *src, uint64_t src_len)
45 register uint64_t dest_len asm("3") = dst_len;
cu42.c 25 do_cu42(uint16_t *dst, uint64_t dst_len, uint32_t *src, uint64_t src_len)
31 register uint64_t dest_len asm("3") = dst_len;
  /system/core/libutils/include/utils/
Unicode.h 61 * dst" is not nul-terminated when dst_len is fully used (like strncpy).
67 * "dst_len" >= 7
76 * "dst_len" == 5
86 * "dst_len" == 6
93 void utf32_to_utf8(const char32_t* src, size_t src_len, char* dst, size_t dst_len);
115 void utf16_to_utf8(const char16_t* src, size_t src_len, char* dst, size_t dst_len);

Completed in 788 milliseconds

1 2 3