/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsck.c | 582 u32 bytes_in_use, bytes_allocated, i; in check_file_record() local 592 // bytes_in_use <= bytes_allocated <= buflen. in check_file_record() 597 bytes_allocated = le32_to_cpu(mft_rec->bytes_allocated); in check_file_record() 602 assert_u32_lesseq(bytes_in_use, bytes_allocated, in check_file_record() 603 "bytes_in_use <= bytes_allocated") || in check_file_record() 604 assert_u32_lesseq(bytes_allocated, buflen, in check_file_record() 605 "bytes_allocated <= max_record_size")) { in check_file_record()
|
H A D | ntfsmftalloc.c | 248 u = le32_to_cpu(m->bytes_allocated); in dump_mft_record()
|
H A D | mkntfs.c | 1019 pos > (char*)m + le32_to_cpu(m->bytes_allocated) || in make_room_for_attribute() 1020 pos + size > (char*)m + le32_to_cpu(m->bytes_allocated)) in make_room_for_attribute() 1028 if (biu + size > le32_to_cpu(m->bytes_allocated)) in make_room_for_attribute() 1234 le32_to_cpu(ctx->mrec->bytes_allocated)) in mkntfs_attr_find() 1535 * earlier on as it is very quick: asize > m->bytes_allocated? in insert_positioned_attr_in_mft_record() 1728 * earlier on as it is very quick: asize > m->bytes_allocated? in insert_non_resident_attr_in_mft_record() 1871 * earlier on as it is very quick: asize > m->bytes_allocated? in insert_resident_attr_in_mft_record() 2125 le32_to_cpu(m->bytes_allocated)) in add_attr_sd() 2163 min(le32_to_cpu(m->bytes_allocated), in add_attr_data() 2164 le32_to_cpu(m->bytes_allocated) in add_attr_data() [all...] |
H A D | ntfstruncate.c | 659 u = le32_to_cpu(m->bytes_allocated); in dump_mft_record()
|
H A D | ntfsresize.c | 1658 le32_to_cpu(ctx->mrec->bytes_allocated)); in replace_attribute_runlist() 1667 le32_to_cpu(ctx->mrec->bytes_allocated)) { in replace_attribute_runlist() 3954 le32_to_cpu(mrec->bytes_allocated)); in update_runlist() 3963 le32_to_cpu(mrec->bytes_allocated)) { in update_runlist() 4016 mrec->bytes_allocated = cpu_to_le32(expand->vol->mft_record_size); in minimal_record()
|
H A D | ntfsinfo.c | 2324 (unsigned)le32_to_cpu(mrec->bytes_allocated), in ntfs_dump_inode_general_info() 2325 (unsigned)le32_to_cpu(mrec->bytes_allocated)); in ntfs_dump_inode_general_info()
|
H A D | ntfsundelete.c | 1095 <= (int)le32_to_cpu(mft->bytes_allocated))) { in rescue_name() 1102 <= (int)le32_to_cpu(mft->bytes_allocated))) { in rescue_name()
|
H A D | ntfswipe.c | 1038 rec->bytes_allocated = cpu_to_le32(vol->mft_record_size); in wipe_mft()
|
H A D | playlog.c | 375 || (le32_to_cpu(record->bytes_allocated) < (k + 8))) { in sanity_mft() 380 (long)le32_to_cpu(record->bytes_allocated)); in sanity_mft()
|
H A D | ntfsclone.c | 1336 unused = le32_to_cpu(m->bytes_allocated) - le32_to_cpu(m->bytes_in_use);
|
/third_party/node/deps/v8/src/heap/ |
H A D | stress-marking-observer.cc | 15 void StressMarkingObserver::Step(int bytes_allocated, Address soon_object, in Step() argument
|
H A D | stress-marking-observer.h | 17 void Step(int bytes_allocated, Address soon_object, size_t size) override;
|
H A D | stress-scavenge-observer.h | 17 void Step(int bytes_allocated, Address soon_object, size_t size) override;
|
H A D | stress-scavenge-observer.cc | 29 void StressScavengeObserver::Step(int bytes_allocated, Address soon_object, in Step() argument
|
H A D | allocation-observer.h | 40 virtual void Step(int bytes_allocated, Address soon_object, size_t size) = 0;
|
H A D | incremental-marking.h | 226 void Step(int bytes_allocated, Address, size_t) override;
|
H A D | incremental-marking.cc | 43 void IncrementalMarking::Observer::Step(int bytes_allocated, Address addr, in Step() argument
|
H A D | heap.cc | 197 void Step(int bytes_allocated, Address, size_t) override { 5800 void Step(int bytes_allocated, Address, size_t) override {
|
/third_party/node/deps/v8/src/profiler/ |
H A D | sampling-heap-profiler.h | 141 void Step(int bytes_allocated, Address soon_object, size_t size) override {
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | layout.h | 377 /* 28*/ le32 bytes_allocated; /* Number of bytes allocated for this mft member 452 /* 28*/ le32 bytes_allocated; /* Number of bytes allocated for this mft member
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | attrib.c | 4067 if (biu + size > le32_to_cpu(m->bytes_allocated) || 4068 pos + size > (u8*)m + le32_to_cpu(m->bytes_allocated)) { 4592 if (le32_to_cpu(ni->mrec->bytes_allocated) - 4606 if (le32_to_cpu(attr_ni->mrec->bytes_allocated) - 4811 alloc_size = le32_to_cpu(m->bytes_allocated); 5056 if (le32_to_cpu(m->bytes_allocated) - 5658 arec_size > le32_to_cpu(ctx->mrec->bytes_allocated)) { 5807 && !(le32_to_cpu(m->bytes_allocated) - 6068 exp_max_mp_size = le32_to_cpu(m->bytes_allocated) - 6241 cur_max_mp_size = le32_to_cpu(m->bytes_allocated) [all...] |
H A D | inode.c | 1199 if (le32_to_cpu(ni->mrec->bytes_allocated) - in ntfs_inode_add_attrlist() 1310 freed = (le32_to_cpu(ni->mrec->bytes_allocated) - in ntfs_inode_free_space()
|
H A D | mft.c | 251 if (le32_to_cpu(m->bytes_allocated) != vol->mft_record_size) { in ntfs_mft_record_check() 255 le32_to_cpu(m->bytes_allocated)); in ntfs_mft_record_check() 457 mrec->bytes_allocated = cpu_to_le32(vol->mft_record_size); in ntfs_mft_record_layout()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 2317 size_t bytes_allocated; member 2345 a->bytes_allocated += a->head.ptr - a->start; in upb_arena_addblock() 2431 a->bytes_allocated = 0; in upb_arena_init() 2483 return a->bytes_allocated + (a->head.ptr - a->start); in upb_arena_bytesallocated()
|