Searched refs:size (Results 176 - 200 of 251) sorted by relevance

1234567891011

/bionic/libc/kernel/uapi/linux/
H A Dif.h136 unsigned int size; member in struct:if_settings
H A Diso_fs.h171 char size[ISODCL(11, 18)]; member in struct:iso_directory_record
H A Dmsdos_fs.h179 __le32 size; member in struct:msdos_dir_entry
H A Domapfb.h151 __u32 size; member in struct:omapfb_mem_info
H A Dvirtio_gpu.h225 __le32 size; member in struct:virtio_gpu_cmd_submit
/bionic/libc/kernel/uapi/video/
H A Dsisfb.h156 __u32 size; member in struct:sis_memreq
/bionic/libc/malloc_debug/
H A DMapData.cpp120 while (fgets(buffer.data(), buffer.size(), fp) != nullptr) {
/bionic/libm/x86_64/
H A De_hypot.S192 .size static_const_table,32
/bionic/tests/libs/
H A Dbionic_tests_zipalign.cpp95 error = writer.WriteBytes(data->data(), data->size());
/bionic/libm/x86/
H A De_cosh.S87 .size static_func,.-static_func
1346 .size static_const_table,4256
H A Ds_log1p.S69 .size static_func,.-static_func
824 .size static_const_table,2192
H A Ds_tan.S60 // The total table size is therefore 5632 bytes.
113 .size static_func,.-static_func
1762 .size static_const_table,5872
H A Ds_tanh.S92 .size static_func,.-static_func
1358 .size static_const_table,4280
H A De_acos.S46 // of rounding error). The table size must be sufficiently large, to minimize
91 .size static_func,.-static_func
1926 .size static_const_table,6112
H A De_sinh.S92 .size static_func,.-static_func
1404 .size static_const_table,4280
H A Ds_expm1.S36 // Let K = 64 (table size).
88 .size static_func,.-static_func
699 .size static_const_table,1296
H A Dlibm_reduce_pi04l.S415 .size __libm_reduce_pi04l,.-__libm_reduce_pi04l
425 .size zero_none,16
431 .size __4onpi_d,8
437 .size _TWO_32H,8
447 .size _pi04_3d,24
461 .size _pi04_5d,40
467 .size _SCALE,8
475 .size _zeros,16
483 .size _pi04_2d,16
489 .size _TWO_12
[all...]
/bionic/tests/
H A Dstdio_test.cpp836 // Invalid size.
849 size_t size = 0; local
850 FILE* fp = open_memstream(&p, &size);
855 ASSERT_EQ(strlen("hello, world!"), size);
862 size_t size; local
866 ASSERT_EQ(nullptr, open_memstream(nullptr, &size));
869 // Invalid size.
959 FILE* fp = fmemopen(&digits[0], digits.size(), "r");
1008 ASSERT_EQ(0U, fread(&buf[0], 1, buf.size(), fp));
1017 ASSERT_EQ(2U, fread(&buf[0], 1, buf.size(), f
[all...]
H A Dwchar_test.cpp570 size_t size = 0; local
571 FILE* fp = open_wmemstream(&p, &size);
576 ASSERT_EQ(wcslen(L"hello, world!"), size);
583 size_t size; local
587 ASSERT_EQ(nullptr, open_wmemstream(nullptr, &size));
590 // Invalid size.
H A Dstring_test.cpp680 // Choose a random size for our src buffer.
717 // Choose a random size for our src buffer.
958 static void verify_memmove(char* src_copy, char* dst, char* src, size_t size) { argument
959 memset(dst, 0, size);
960 memcpy(src, src_copy, size);
961 ASSERT_EQ(dst, memmove(dst, src, size));
962 ASSERT_EQ(0, memcmp(dst, src_copy, size));
993 // Check all leftover size offsets between 1 and 127 inclusive.
996 for (size_t size = 1; size < 12
[all...]
/bionic/libc/bionic/
H A Dgetentropy_linux.c88 static int getentropy_phdr(struct dl_phdr_info *info, size_t size, void *data);
345 getentropy_phdr(struct dl_phdr_info *info, size_t size, void *data) argument
/bionic/linker/
H A Dlinker.h189 size_t size; member in struct:soinfo
455 int do_dl_iterate_phdr(int (*cb)(dl_phdr_info* info, size_t size, void* data), void* data);
/bionic/libc/arch-x86/atom/string/
H A Dsse2-wcschr-atom.S67 .size name, .-name
/bionic/libc/dns/resolv/
H A Dres_debug.c727 p_sockun(union res_sockaddr_union u, char *buf, size_t size) { argument
743 if (size > 0U) {
744 strncpy(buf, ret, size - 1);
745 buf[size - 1] = '0';
759 /* takes an XeY precision/size value, returns a string representation. */
776 /* converts ascii size/precision X * 10**Y(cm) to 0xXY. moves pointer. */
1018 return (16); /* size of RR in octets */
/bionic/libc/kernel/uapi/drm/
H A Dmga_drm.h204 int size; member in struct:_drm_mga_warp_index

Completed in 473 milliseconds

1234567891011