Searched refs:size (Results 201 - 225 of 251) sorted by relevance

1234567891011

/bionic/libc/kernel/uapi/linux/
H A Dfirewire-cdev.h264 __u32 size; member in struct:fw_cdev_queue_iso
H A Dip_vs.h145 unsigned int size; member in struct:ip_vs_getinfo
H A Domap3isp.h241 __u32 size; member in struct:omap3isp_ccdc_lsc_config
H A Dkvm.h227 __u8 size; member in struct:kvm_run::__anon502::__anon506
351 __u32 size; member in struct:kvm_coalesced_mmio_zone
382 __u32 size; member in struct:kvm_s390_mem_op
/bionic/linker/
H A Ddlfcn.cpp125 int dl_iterate_phdr(int (*cb)(dl_phdr_info* info, size_t size, void* data), void* data) { argument
/bionic/tests/
H A Dfortify_test.cpp153 size_t size = atoi("11"); local
156 result = vsnprintf(myfoo.a, size, fmt, va); // should crash here
510 size_t size = atoi("11"); local
513 result = vsnprintf(buf, size, fmt, va); // should crash here
H A Dsearch_test.cpp106 ASSERT_EQ(3U, g_nodes.size());
H A Ddlext_test.cpp172 ASSERT_SUBSTR("dlopen failed: file offset for the library \"libname_placeholder\" >= file size", dlerror());
1161 ASSERT_EQ(3U, maps_to_copy.size());
1173 size_t size = rec.addr_end - rec.addr_start;
1175 void* map = mmap(addr, size, PROT_READ | PROT_WRITE,
1178 memcpy(map, reinterpret_cast<void*>(rec.addr_start), size);
1179 mprotect(map, size, rec.perms);
H A Dpthread_test.cpp80 for (int i = keys.size() - 1; i >= 0; --i) {
585 // Get the default guard size.
596 // Large enough and a multiple of the page size.
601 // Large enough but not a multiple of the page size; will be rounded up by pthread_create.
611 // Get the default stack size.
622 // Large enough and a multiple of the page size; may be rounded up by pthread_create.
1248 // Get the stack base and the stack size (both ways).
1255 // The two methods of asking for the stack size should agree.
1275 // The stack size should correspond to RLIMIT_STACK.
1697 void* allocate(size_t size, size_ argument
[all...]
H A Dunistd_test.cpp356 for (size_t i = 0; i < old_environ.size(); ++i) {
523 // As a file system's block size is always power of 2, the configure values
840 if (numbers.size() == 1u) {
897 // Lock everything by specifying a size of 0 (meaning "to the end, even if it changes").
/bionic/libm/x86/
H A De_asin.S46 // of rounding error). The table size must be sufficiently large, to minimize
84 .size static_func,.-static_func
2000 .size static_const_table,6096
H A De_atan2.S91 .size static_func,.-static_func
1218 .size static_const_table,3024
/bionic/libc/arch-x86/atom/string/
H A Dsse2-wcslen-atom.S57 .size name, .-name
H A Dsse2-wcsrchr-atom.S67 .size name, .-name
H A Dsse2-strchr-atom.S67 .size name, .-name
/bionic/libc/arch-x86/silvermont/string/
H A Dsse2-memcpy-slm.S73 .size name, .-name
H A Dsse2-strlen-slm.S71 .size name, .-name
/bionic/libc/arch-x86_64/string/
H A Dsse2-memcpy-slm.S73 .size name, .-name
H A Dsse2-strlen-slm.S61 .size name, .-name
/bionic/libc/kernel/uapi/drm/
H A Damdgpu_drm.h151 uint64_t size; member in struct:drm_amdgpu_gem_userptr
H A Ddrm_mode.h414 uint64_t size; member in struct:drm_mode_create_dumb
/bionic/libc/kernel/uapi/sound/
H A Demu10k1.h340 unsigned int size; member in struct:snd_emu10k1_fx8010_tram
/bionic/libc/bionic/
H A Dsystem_properties.cpp141 void *allocate_obj(const size_t size, uint_least32_t *const off);
213 // and the second is the size of the system properties area. The
214 // size is currently unused.
348 void *prop_area::allocate_obj(const size_t size, uint_least32_t *const off) argument
350 const size_t aligned = BIONIC_ALIGN(size, sizeof(uint_least32_t));
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c113 sopno ssize; /* malloced strip size (allocated) */
166 static int enlarge(struct parse *p, sopno size);
1758 == static void enlarge(struct parse *p, sopno size);
1761 enlarge(struct parse *p, sopno size) argument
1765 if (p->ssize >= size)
1768 if (MEMSIZE(p) > MEMLIMIT || reallocarr(&p->strip, size, sizeof(sop))) {
1772 p->ssize = size;
/bionic/libc/dns/resolv/
H A Dres_cache.c140 /* name of the system property that can be used to set the cache size */
407 * RDLENGTH: 16 : size of RDDATA in bytes
1166 int size; local
1168 size = sizeof(*e) + init->querylen + answerlen;
1169 e = calloc(size, 1);
1410 XLOG("cache size: %d", cache_size);

Completed in 936 milliseconds

1234567891011