Searched defs:SIZEOF (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/ports/usb_serial/
H A DDriver.h32 #define SIZEOF(array) (sizeof(array) / sizeof(array[0])) /* size of array */ macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/structureSizes/
H A DstructureSizes.cpp18 #define SIZEOF(x) "%20s = %lu\n", #x, sizeof(x) macro
/haiku-fatelf/src/add-ons/kernel/drivers/video/usb_vision/
H A Dusb_vision.h17 #define SIZEOF(array) (sizeof(array)/sizeof(array[0])) macro
/haiku-fatelf/src/add-ons/translators/jpeg/
H A Dbe_jdatadst.cpp49 #define SIZEOF(object) ((size_t) sizeof(object)) macro
H A Dbe_jdatasrc.cpp49 #define SIZEOF(object) ((size_t) sizeof(object)) macro
/haiku-fatelf/src/libs/ncurses/progs/
H A Dprogs.priv.h181 #define SIZEOF(v) (sizeof(v)/sizeof(v[0])) macro
/haiku-fatelf/src/bin/coreutils/lib/
H A Diconv_open.c31 #define SIZEOF(a) (sizeof(a) / sizeof(a[0])) macro
/haiku-fatelf/src/libs/ncurses/test/
H A Dtest.priv.h254 #define SIZEOF(table) (sizeof(table)/sizeof(table[0])) macro
/haiku-fatelf/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.h112 #define SIZEOF(array) (sizeof(array) / sizeof(array[0])) /* size of array */ macro
/haiku-fatelf/src/bin/gdb/gdb/
H A Df-exp.c63 SIZEOF = 265, enumerator in enum:yytokentype
101 #define SIZEOF 265 macro
H A Dobjc-exp.c69 SIZEOF = 271, enumerator in enum:yytokentype
112 #define SIZEOF 271 macro
H A Dc-exp.c66 SIZEOF = 268, enumerator in enum:yytokentype
109 #define SIZEOF 268 macro
H A Dp-exp.c65 SIZEOF = 267, enumerator in enum:yytokentype
101 #define SIZEOF 267 macro
/haiku-fatelf/src/libs/ncurses/ncurses/
H A Dcurses.priv.h797 #define SIZEOF(v) (sizeof(v)/sizeof(v[0])) macro

Completed in 552 milliseconds