Searched refs:SIZEOF (Results 1 – 6 of 6) sorted by relevance
/haiku/src/tests/add-ons/kernel/file_systems/bfs/structureSizes/ |
H A D | structureSizes.cpp | 18 #define SIZEOF(x) "%20s = %lu\n", #x, sizeof(x) macro 25 printf(SIZEOF(disk_super_block)); in main() 26 printf(SIZEOF(small_data)); in main() 27 printf(SIZEOF(data_stream)); in main() 28 printf(SIZEOF(bfs_inode)); in main()
|
/haiku/src/add-ons/translators/jpeg/ |
H A D | be_jdatadst.cpp | 49 #define SIZEOF(object) ((size_t) sizeof(object)) macro 77 …(*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_IMAGE, (OUTPUT_BUF_SIZE * SIZEOF(JOCTET))); in be_init_destination() 164 … (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_PERMANENT, SIZEOF(be_destination_mgr)); in be_jpeg_stdio_dest()
|
H A D | be_jdatasrc.cpp | 49 #define SIZEOF(object) ((size_t) sizeof(object)) macro 224 SIZEOF(be_source_mgr)); in be_jpeg_stdio_src() 228 INPUT_BUF_SIZE * SIZEOF(JOCTET)); in be_jpeg_stdio_src()
|
/haiku/src/system/ldscripts/x86_64/ |
H A D | kernel.ld | 62 ASSERT(SIZEOF(.got) == 0, "Unexpected .got found!") 65 ASSERT(SIZEOF(.plt) == 0, "Unexpected .plt found!") 68 ASSERT(SIZEOF(.rela) == 0, "Unexpected .rela found!")
|
/haiku/src/system/ldscripts/x86/ |
H A D | kernel.ld | 90 ASSERT(SIZEOF(.iplt) == 0, "Unexpected .iplt found!")
|
/haiku/headers/private/graphics/radeon_hd/atombios/ |
H A D | atombios.h | 7493 #define VALUE_DWORD SIZEOF ULONG
|