Home
last modified time | relevance | path

Searched defs:bytes_used (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dcounting_allocator.h44 explicit CountingAllocator(int64_t* bytes_used) : bytes_used_(bytes_used) {} in CountingAllocator()
45 CountingAllocator(int64_t* bytes_used, int64_t* instance_count) in CountingAllocator()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dbtree_benchmark.cc655 const double bytes_used = in ContainerInfo() local
663 const double bytes_used = in ContainerInfo() local
Dbtree_test.cc2819 int64_t bytes_used = 0; in TEST() local
2832 int64_t bytes_used = 0; in TEST() local
2843 int64_t bytes_used = 0; in TEST() local
2874 int64_t bytes_used = 0; in TEST() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Djmemmgr.c110 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
/third_party/ffmpeg/libavcodec/
Dindeo3.c759 int bytes_used, ret; in parse_bintree() local
838 bytes_used = decode_cell(ctx, avctx, plane, &curr_cell, in parse_bintree() local
/third_party/mesa3d/src/compiler/nir/
Dnir_deref.c1278 unsigned bytes_used = util_last_bit(mask) * (cast_bit_size / 8); in is_vector_bitcast_deref() local
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.c267 FT_UInt bytes_used; in ft_var_readpackeddeltas() local
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h2244 le64 bytes_used; /* How many bytes of the quota are in use. */ member