/third_party/e2fsprogs/lib/blkid/ |
D | getsize.c | 160 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/ |
D | adaptive_pool.hpp | 332 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()
|
D | allocator.hpp | 351 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()
|
D | node_allocator.hpp | 324 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/ |
D | getsize.c | 243 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/ |
D | mkfs_define.h | 164 uint32_t p_size; /* number of sectors in partition */ member
|
/third_party/flutter/engine/flutter/shell/common/ |
D | rasterizer.h | 302 Screenshot(sk_sp<SkData> p_data, SkISize p_size);
|
D | rasterizer.cc | 481 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/ |
D | latency.c | 176 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/ |
D | bldcsndfa.c | 79 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/ |
D | sctp_asconf.c | 2681 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/ |
D | atomsrecovery.c | 890 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/ |
D | rbtree_best_fit.hpp | 735 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()
|