Searched defs:bytes (Results 26 - 50 of 58) sorted by relevance

123

/bionic/libc/versioner-dependencies/common/kernel_uapi/mtd/
H A Dubi-user.h62 __s64 bytes; member in struct:ubi_mkvol_req
70 __s64 bytes; member in struct:ubi_rsvol_req
85 __s32 bytes; member in struct:ubi_leb_change_req
/bionic/tests/
H A Dwchar_test.cpp37 char bytes[] = { 'h', 'e', 'l', 'l', 'o', '\0' }; local
38 EXPECT_EQ(0U, mbrlen(&bytes[0], 0, NULL));
39 EXPECT_EQ(1U, mbrlen(&bytes[0], 1, NULL));
41 EXPECT_EQ(1U, mbrlen(&bytes[4], 1, NULL));
42 EXPECT_EQ(0U, mbrlen(&bytes[5], 1, NULL));
52 char bytes[MB_LEN_MAX]; local
55 EXPECT_EQ(1, wctomb(bytes, L'\0'));
56 EXPECT_EQ(1U, wcrtomb(bytes, L'\0', NULL));
59 memset(bytes, 0, sizeof(bytes));
123 char bytes[BUFSIZ]; local
[all...]
/bionic/tools/versioner/dependencies/common/kernel_uapi/drm/
H A Domap_drm.h40 __u32 bytes; member in union:omap_gem_size
/bionic/tools/versioner/dependencies/common/kernel_uapi/mtd/
H A Dubi-user.h62 __s64 bytes; member in struct:ubi_mkvol_req
70 __s64 bytes; member in struct:ubi_rsvol_req
85 __s32 bytes; member in struct:ubi_leb_change_req
/bionic/libc/malloc_debug/
H A Dmalloc_debug.cpp80 void* debug_memalign(size_t alignment, size_t bytes);
81 void* debug_realloc(void* pointer, size_t bytes);
82 void* debug_calloc(size_t nmemb, size_t bytes);
92 void* debug_pvalloc(size_t bytes);
351 size_t bytes = InternalMallocUsableSize(pointer); local
353 bytes = (bytes < fill_bytes) ? bytes : fill_bytes;
354 memset(pointer, g_debug->config().fill_alloc_value(), bytes);
383 size_t bytes; local
452 debug_memalign(size_t alignment, size_t bytes) argument
516 size_t bytes = InternalMallocUsableSize(pointer); local
530 debug_realloc(void* pointer, size_t bytes) argument
631 size_t bytes = InternalMallocUsableSize(new_pointer); local
648 debug_calloc(size_t nmemb, size_t bytes) argument
776 debug_pvalloc(size_t bytes) argument
[all...]
/bionic/libc/upstream-openbsd/lib/libc/crypt/
H A Dchacha_private.h89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) argument
97 if (!bytes) return;
117 if (bytes < 64) {
118 for (i = 0;i < bytes;++i) tmp[i] = m[i];
188 /* stopping at 2^70 bytes per nonce is user's responsibility */
208 if (bytes <= 64) {
209 if (bytes < 64) {
210 for (i = 0;i < bytes;++i) ctarget[i] = c[i];
216 bytes -= 64;
/bionic/libc/async_safe/
H A Dasync_safe_log.cpp107 ssize_t bytes = TEMP_FAILURE_RETRY(write(fd_, data, len)); local
108 if (bytes == -1) {
111 data += bytes;
112 len -= bytes;
150 // Writes number 'value' in base 'base' into buffer 'buf' of size 'buf_size' bytes.
/bionic/libc/bionic/
H A Dmalloc_common.cpp120 extern "C" void* malloc(size_t bytes) { argument
123 return _malloc(bytes);
125 return Malloc(malloc)(bytes);
136 extern "C" void* memalign(size_t alignment, size_t bytes) { argument
139 return _memalign(alignment, bytes);
141 return Malloc(memalign)(alignment, bytes);
160 extern "C" void* realloc(void* old_mem, size_t bytes) { argument
163 return _realloc(old_mem, bytes);
165 return Malloc(realloc)(old_mem, bytes);
169 extern "C" void* pvalloc(size_t bytes) { argument
177 valloc(size_t bytes) argument
[all...]
/bionic/libc/kernel/uapi/linux/
H A Dblktrace_api.h97 __u32 bytes; member in struct:blk_io_trace
H A Drds.h140 __u64 bytes; member in struct:rds_iovec
H A Dtelephony.h152 unsigned int bytes; member in union:telephony_exception
H A Dbtrfs_tree.h153 __le64 bytes; member in struct:btrfs_free_space_entry
H A Dxfrm.h70 __u64 bytes; member in struct:xfrm_lifetime_cur
H A Dpkt_sched.h30 __u64 bytes; member in struct:tc_stats
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dblktrace_api.h97 __u32 bytes; member in struct:blk_io_trace
H A Drds.h140 __u64 bytes; member in struct:rds_iovec
H A Dtelephony.h152 unsigned int bytes; member in union:telephony_exception
H A Dbtrfs_tree.h153 __le64 bytes; member in struct:btrfs_free_space_entry
H A Dxfrm.h70 __u64 bytes; member in struct:xfrm_lifetime_cur
/bionic/tools/relocation_packer/src/
H A Delf_file.cc42 // Alignment to preserve, in bytes. This must be at least as large as the
570 size_t bytes = dynamics.size() * sizeof(dynamics[0]); local
571 RewriteSectionData(dynamic_section, section_data, bytes);
735 VLOG(1) << "Unpacked : " << initial_bytes << " bytes";
742 VLOG(1) << "Packed (no padding): " << packed_bytes_estimate << " bytes";
758 VLOG(1) << "Compaction : " << hole_size << " bytes";
790 const size_t bytes = packed.size() * sizeof(packed[0]); local
791 ResizeSection(elf_, relocations_section_, bytes,
793 RewriteSectionData(relocations_section_, packed_data, bytes);
846 // Convert data to a vector of bytes
[all...]
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dblktrace_api.h97 __u32 bytes; member in struct:blk_io_trace
H A Drds.h140 __u64 bytes; member in struct:rds_iovec
H A Dtelephony.h152 unsigned int bytes; member in union:telephony_exception
H A Dbtrfs_tree.h153 __le64 bytes; member in struct:btrfs_free_space_entry
H A Dxfrm.h70 __u64 bytes; member in struct:xfrm_lifetime_cur

Completed in 1186 milliseconds

123