Searched refs:asize (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/drivers/graphics/radeon/ |
H A D | CP_setup.c | 44 #define ALLOC_MEM( asize, mem_type, aglobal, handle, offset ) \ 49 am.size = (asize) * 4; \ 81 #define ALLOC_MEM( asize, mem_type, aglobal, handle, offset ) \ argument 84 res = mem_alloc( di->memmgr[mem_type], asize, NULL, handle, offset );
|
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/ |
H A D | mkntfs.c | 1136 int asize, mpa_size, err, i; in insert_positioned_attr_in_mft_record() local 1208 asize = (((int)hdr_size + ((name_len + 7) & ~7) + mpa_size) + 7) & ~7; in insert_positioned_attr_in_mft_record() 1218 err = make_room_for_attribute(m, (char*)a, asize); in insert_positioned_attr_in_mft_record() 1247 a->length = cpu_to_le32(asize); in insert_positioned_attr_in_mft_record() 1327 int asize, mpa_size, err, i; in insert_non_resident_attr_in_mft_record() local 1410 asize = (((int)hdr_size + ((name_len + 7) & ~7) + mpa_size) + 7) & ~7; in insert_non_resident_attr_in_mft_record() 1411 err = make_room_for_attribute(m, (char*)a, asize); in insert_non_resident_attr_in_mft_record() 1440 a->length = cpu_to_le32(asize); in insert_non_resident_attr_in_mft_record() 1516 int asize, err; in insert_resident_attr_in_mft_record() local 1553 asize = ((24 + ((name_len*2 + 7) & ~7) + val_len) + 7) & ~7; in insert_resident_attr_in_mft_record() [all …]
|