OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitmap_bytes
(Results
1 - 6
of
6
) sorted by null
/art/runtime/gc/accounting/
space_bitmap.cc
46
size_t SpaceBitmap<kAlignment>::ComputeHeapSize(uint64_t
bitmap_bytes
) {
47
return
bitmap_bytes
* kBitsPerByte * kAlignment;
space_bitmap.h
212
static size_t ComputeHeapSize(uint64_t
bitmap_bytes
);
/external/python/cpython2/PC/bdist_wininst/
install.c
154
char *
bitmap_bytes
;
variable
1008
if (!
bitmap_bytes
)
1016
bfh = (BITMAPFILEHEADER *)
bitmap_bytes
;
1017
bi = (BITMAPINFO *)(
bitmap_bytes
+ sizeof(BITMAPFILEHEADER));
1022
bitmap_bytes
+ bfh->bfOffBits,
1066
bitmap_bytes
= (char *)pmd - pmd->uncomp_size - pmd->bitmap_size;
[
all
...]
/external/python/cpython3/PC/bdist_wininst/
install.c
154
char *
bitmap_bytes
;
variable
1052
if (!
bitmap_bytes
)
1060
bfh = (BITMAPFILEHEADER *)
bitmap_bytes
;
1061
bi = (BITMAPINFO *)(
bitmap_bytes
+ sizeof(BITMAPFILEHEADER));
1066
bitmap_bytes
+ bfh->bfOffBits,
[
all
...]
/art/oatdump/
oatdump.cc
2649
size_t
bitmap_bytes
;
member in struct:art::ImageDumper::Stats
[
all
...]
/art/dex2oat/linker/
image_writer.cc
1939
const size_t
bitmap_bytes
= image_info.image_bitmap_->Size();
local
[
all
...]
Completed in 1279 milliseconds