Home
last modified time | relevance | path

Searched refs:p_size (Results 1 – 13 of 13) sorted by relevance

/third_party/e2fsprogs/lib/blkid/
Dgetsize.c160 if (pp->p_size) in blkid_get_dev_size()
161 return pp->p_size << 9; in blkid_get_dev_size()
/third_party/boost/boost/container/
Dadaptive_pool.hpp332 std::size_t p_size = preferred_size*sizeof(T); in priv_allocation_command() local
336 … ret = dlmalloc_allocation_command(command, sizeof(T), l_size, p_size, &r_size, reuse_ptr_void); in priv_allocation_command()
592 std::size_t p_size = preferred_size*sizeof(T); in priv_allocation_command() local
596 … ret = dlmalloc_allocation_command(command, sizeof(T), l_size, p_size, &r_size, reuse_ptr_void); in priv_allocation_command()
Dallocator.hpp351 std::size_t p_size = preferred_size*sizeof(T); in priv_allocation_command() local
355 … ret = dlmalloc_allocation_command(command, sizeof(T), l_size, p_size, &r_size, reuse_ptr_void); in priv_allocation_command()
Dnode_allocator.hpp324 std::size_t p_size = preferred_size*sizeof(T); in priv_allocation_command() local
328 … ret = dlmalloc_allocation_command(command, sizeof(T), l_size, p_size, &r_size, reuse_ptr_void); in priv_allocation_command()
/third_party/e2fsprogs/lib/ext2fs/
Dgetsize.c243 if (pp->p_size) { in ext2fs_get_device_size2()
244 *retblocks = pp->p_size / (blocksize / 512); in ext2fs_get_device_size2()
/third_party/FreeBSD/sbin/newfs_msdos/
Dmkfs_define.h164 uint32_t p_size; /* number of sectors in partition */ member
/third_party/flutter/engine/flutter/shell/common/
Drasterizer.h302 Screenshot(sk_sp<SkData> p_data, SkISize p_size);
Drasterizer.cc481 Rasterizer::Screenshot::Screenshot(sk_sp<SkData> p_data, SkISize p_size) in Screenshot() argument
482 : data(std::move(p_data)), frame_size(p_size) {} in Screenshot()
/third_party/alsa-lib/test/
Dlatency.c176 snd_pcm_uframes_t p_size, c_size, p_psize, c_psize; in setparams() local
229 snd_pcm_hw_params_get_buffer_size(p_params, &p_size); in setparams()
230 if (p_psize * 2 < p_size) { in setparams()
/third_party/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c79 unsigned int p_size; /* Current allocated size. */ member
597 s->p_size = GRANULE; in set_include()
609 if (s->p_card >= s->p_size) { in set_include()
610 s->p_size += GRANULE; in set_include()
612 sizeof *s + s->p_size * sizeof s->p_set); in set_include()
614 s->p_set[s->p_size] = (t_state *) NULL; in set_include()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_asconf.c2681 uint16_t p_size, addr_size; in sctp_compose_asconf() local
2688 p_size = sizeof(struct sctp_ipv6addr_param); in sctp_compose_asconf()
2692 p_size = sizeof(struct sctp_ipv4addr_param); in sctp_compose_asconf()
2695 lookup->ph.param_length = htons(SCTP_SIZE32(p_size)); in sctp_compose_asconf()
2697 SCTP_BUF_LEN(m_asconf_chk) += SCTP_SIZE32(p_size); in sctp_compose_asconf()
2726 uint16_t p_size, addr_size; in sctp_compose_asconf() local
2744 p_size = sizeof(struct sctp_ipv6addr_param); in sctp_compose_asconf()
2755 p_size = sizeof(struct sctp_ipv4addr_param); in sctp_compose_asconf()
2769 lookup->ph.param_length = htons(SCTP_SIZE32(p_size)); in sctp_compose_asconf()
2771 SCTP_BUF_LEN(m_asconf_chk) += SCTP_SIZE32(p_size); in sctp_compose_asconf()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datomsrecovery.c890 guint64 * p_size) in moov_recov_get_stbl_children_data() argument
928 *p_size = offset; in moov_recov_get_stbl_children_data()
/third_party/boost/boost/interprocess/mem_algo/
Drbtree_best_fit.hpp735 size_type p_size = preferred_size*sizeof_object; in priv_allocation_command() local
741 ret = priv_allocate(command, l_size, r_size = p_size, reuse_ptr, sizeof_object); in priv_allocation_command()