/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | counting_allocator.h | 44 explicit CountingAllocator(int64_t* bytes_used) : bytes_used_(bytes_used) {} in CountingAllocator() argument 45 CountingAllocator(int64_t* bytes_used, int64_t* instance_count) in CountingAllocator() argument 46 : bytes_used_(bytes_used), instance_count_(instance_count) {} in CountingAllocator()
|
D | btree.h | 1400 size_type bytes_used() const { 1435 return (bytes_used() - size() * sizeof(value_type)) /
|
/third_party/abseil-cpp/absl/container/internal/ |
D | counting_allocator.h | 44 explicit CountingAllocator(int64_t* bytes_used) : bytes_used_(bytes_used) {} in CountingAllocator() argument 45 CountingAllocator(int64_t* bytes_used, int64_t* instance_count) in CountingAllocator() argument 46 : bytes_used_(bytes_used), instance_count_(instance_count) {} in CountingAllocator()
|
D | btree.h | 1332 size_type bytes_used() const { 1365 return (bytes_used() - size() * sizeof(value_type)) /
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jmemmgr.c | 110 size_t bytes_used; /* how many bytes already used within pool */ member 118 size_t bytes_used; /* how many bytes already used within pool */ member 211 fprintf(stderr, " Large chunk used %ld\n", (long)lhdr_ptr->bytes_used); in print_mem_stats() 217 (long)shdr_ptr->bytes_used, (long)shdr_ptr->bytes_left); in print_mem_stats() 328 hdr_ptr->bytes_used = 0; in alloc_small() 341 data_ptr += hdr_ptr->bytes_used; /* point to place for object */ in alloc_small() 342 hdr_ptr->bytes_used += sizeofobject; in alloc_small() 404 hdr_ptr->bytes_used = sizeofobject; in alloc_large() 1033 space_freed = lhdr_ptr->bytes_used + in free_pool() 1047 space_freed = shdr_ptr->bytes_used + shdr_ptr->bytes_left + in free_pool()
|
/third_party/libjpeg-turbo/ |
D | jmemmgr.c | 110 size_t bytes_used; /* how many bytes already used within pool */ member 118 size_t bytes_used; /* how many bytes already used within pool */ member 211 fprintf(stderr, " Large chunk used %ld\n", (long)lhdr_ptr->bytes_used); in print_mem_stats() 217 (long)shdr_ptr->bytes_used, (long)shdr_ptr->bytes_left); in print_mem_stats() 328 hdr_ptr->bytes_used = 0; in alloc_small() 341 data_ptr += hdr_ptr->bytes_used; /* point to place for object */ in alloc_small() 342 hdr_ptr->bytes_used += sizeofobject; in alloc_small() 404 hdr_ptr->bytes_used = sizeofobject; in alloc_large() 1033 space_freed = lhdr_ptr->bytes_used + in free_pool() 1047 space_freed = shdr_ptr->bytes_used + shdr_ptr->bytes_left + in free_pool()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jmemmgr.c | 110 size_t bytes_used; /* how many bytes already used within pool */ member 118 size_t bytes_used; /* how many bytes already used within pool */ member 211 fprintf(stderr, " Large chunk used %ld\n", (long)lhdr_ptr->bytes_used); in print_mem_stats() 217 (long)shdr_ptr->bytes_used, (long)shdr_ptr->bytes_left); in print_mem_stats() 328 hdr_ptr->bytes_used = 0; in alloc_small() 341 data_ptr += hdr_ptr->bytes_used; /* point to place for object */ in alloc_small() 342 hdr_ptr->bytes_used += sizeofobject; in alloc_small() 404 hdr_ptr->bytes_used = sizeofobject; in alloc_large() 1033 space_freed = lhdr_ptr->bytes_used + in free_pool() 1047 space_freed = shdr_ptr->bytes_used + shdr_ptr->bytes_left + in free_pool()
|
/third_party/abseil-cpp/absl/container/ |
D | btree_benchmark.cc | 689 const double bytes_used = in ContainerInfo() local 690 b.bytes_used() + b.size() * sizeof(BigType<Size, Size>); in ContainerInfo() 691 const double bytes_per_value = bytes_used / b.size(); in ContainerInfo() 692 BtreeContainerInfoLog(b, bytes_used, bytes_per_value); in ContainerInfo() 697 const double bytes_used = in ContainerInfo() local 698 b.bytes_used() + b.size() * sizeof(BigType<Size, Size>); in ContainerInfo() 699 const double bytes_per_value = bytes_used / b.size(); in ContainerInfo() 700 BtreeContainerInfoLog(b, bytes_used, bytes_per_value); in ContainerInfo()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | btree_benchmark.cc | 655 const double bytes_used = in ContainerInfo() local 656 b.bytes_used() + b.size() * sizeof(BigType<Size, Size>); in ContainerInfo() 657 const double bytes_per_value = bytes_used / b.size(); in ContainerInfo() 658 BtreeContainerInfoLog(b, bytes_used, bytes_per_value); in ContainerInfo() 663 const double bytes_used = in ContainerInfo() local 664 b.bytes_used() + b.size() * sizeof(BigType<Size, Size>); in ContainerInfo() 665 const double bytes_per_value = bytes_used / b.size(); in ContainerInfo() 666 BtreeContainerInfoLog(b, bytes_used, bytes_per_value); in ContainerInfo()
|
D | btree_test.cc | 2819 int64_t bytes_used = 0; in TEST() local 2820 Alloc alloc(&bytes_used); in TEST() 2826 EXPECT_GT(bytes_used, set.size() * sizeof(int)); in TEST() 2832 int64_t bytes_used = 0; in TEST() local 2833 Alloc alloc(&bytes_used); in TEST() 2837 EXPECT_GT(bytes_used, set.size() * sizeof(int)); in TEST() 2843 int64_t bytes_used = 0; in TEST() local 2844 Alloc alloc(&bytes_used); in TEST() 2849 EXPECT_GT(bytes_used, set.size() * sizeof(int)); in TEST() 2874 int64_t bytes_used = 0; in TEST() local [all …]
|
/third_party/boost/libs/beast/test/bench/parser/ |
D | nodejs_parser.hpp | 270 std::size_t bytes_used = 0; in write() local 278 bytes_used += n; in write() 282 return bytes_used; in write()
|
/third_party/boost/boost/beast/websocket/impl/ |
D | handshake.hpp | 89 std::size_t bytes_used = 0, argument 92 boost::ignore_unused(bytes_used);
|
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/ |
D | handshake.hpp | 89 std::size_t bytes_used = 0, argument 92 boost::ignore_unused(bytes_used);
|
/third_party/ffmpeg/libavcodec/ |
D | indeo3.c | 757 int bytes_used, ret; in parse_bintree() local 836 bytes_used = decode_cell(ctx, avctx, plane, &curr_cell, in parse_bintree() local 838 if (bytes_used < 0) in parse_bintree() 841 UPDATE_BITPOS(bytes_used << 3); in parse_bintree() 842 ctx->next_cell_data += bytes_used; in parse_bintree()
|
/third_party/e2fsprogs/e2fsck/ |
D | mtrace.h | 219 size_t bytes_used; /* Byte total of user-allocated chunks. */ member
|
/third_party/boost/libs/beast/example/doc/ |
D | http_examples.hpp | 752 auto const bytes_used = p.put(buffer.data(), ec); in read_istream() local 761 buffer.consume(bytes_used); in read_istream()
|
/third_party/boost/libs/beast/example/http/server/flex/ |
D | http_server_flex.cpp | 475 std::size_t bytes_used) in on_handshake() argument 481 buffer_.consume(bytes_used); in on_handshake()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttgxvar.c | 267 FT_UInt bytes_used; in ft_var_readpackeddeltas() local 278 bytes_used = 0; in ft_var_readpackeddeltas() 280 while ( i < delta_cnt && bytes_used < size ) in ft_var_readpackeddeltas() 285 bytes_used++; in ft_var_readpackeddeltas() 296 bytes_used += 2 * ( cnt + 1 ); in ft_var_readpackeddeltas() 297 if ( bytes_used > size ) in ft_var_readpackeddeltas() 310 bytes_used += cnt + 1; in ft_var_readpackeddeltas() 311 if ( bytes_used > size ) in ft_var_readpackeddeltas()
|
/third_party/e2fsprogs/lib/blkid/ |
D | probe.h | 647 __u64 bytes_used; member 707 __u64 bytes_used; member
|
/third_party/boost/libs/beast/example/advanced/server-flex/ |
D | advanced_server_flex.cpp | 775 std::size_t bytes_used) in on_handshake() argument 781 buffer_.consume(bytes_used); in on_handshake()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_deref.c | 1201 unsigned bytes_used = util_last_bit(mask) * (cast_bit_size / 8); in is_vector_bitcast_deref() local 1204 if (bytes_used > parent_bytes) in is_vector_bitcast_deref()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsinfo.c | 1635 le64_to_cpu(data->quota_q.bytes_used), in ntfs_dump_index_data() 1637 le64_to_cpu(data->quota_q.bytes_used)); in ntfs_dump_index_data()
|
D | mkntfs.c | 2932 idx_entry_q1_data->bytes_used = const_cpu_to_le64(0x00); in initialize_quota() 2959 idx_entry_q2_data->bytes_used = const_cpu_to_le64(0x00); in initialize_quota()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | layout.h | 2244 le64 bytes_used; /* How many bytes of the quota are in use. */ member
|