Searched refs:SIZEOF (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c46 #define UNKNOWN (unsigned) (SIZEOF(strnames) + SIZEOF(strfnames))
H A Dlib_baudrate.c163 for (i = 0; i < SIZEOF(speeds); i++) {
187 for (i = 0; i < SIZEOF(speeds); i++) {
H A Dalloc_entry.c155 if (i < SIZEOF(offsets)) {
178 if (i < SIZEOF(offsets)) {
192 if (n < SIZEOF(offsets)) {
H A DMKcaptab.sh124 SIZEOF(root##alias_data))
/freebsd-11-stable/contrib/ncurses/ncurses/
H A Dbuild.priv.h82 #define SIZEOF(v) (sizeof(v) / sizeof(v[0])) macro
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c124 for (n = 0; n < SIZEOF(table); ++n) {
/freebsd-11-stable/contrib/ncurses/progs/
H A Dprogs.priv.h202 #define SIZEOF(v) (sizeof(v)/sizeof(v[0])) macro
H A Dtput.c117 for (n = 0; n < SIZEOF(table); n++) {
429 if (argnum >= (int) SIZEOF(argvec) - 1)
H A Dtabs.c368 for (n = 0; n < SIZEOF(msg); ++n) {
H A Ddump_entry.c48 #define OkIndex(index,array) ((int)(index) >= 0 && (int)(index) < (int) SIZEOF(array))
794 int params = ((i < (int) SIZEOF(parametrized))
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_driver.c64 for (i = 0; i < SIZEOF(DriverTable); i++) {
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c197 for (n = 0; n < SIZEOF(csizes); n++) {
H A Dlib_traceatr.c141 for (n = 0; n < SIZEOF(names); n++) {
/freebsd-11-stable/contrib/gdb/gdb/
H A Df-exp.y191 %token SIZEOF
264 exp : SIZEOF exp %prec UNARY
433 exp : SIZEOF '(' type ')' %prec UNARY
844 { "sizeof", SIZEOF, BINOP_END },
H A Dc-exp.y191 %token STRUCT CLASS UNION ENUM SIZEOF UNSIGNED COLONCOLON
287 exp : SIZEOF exp %prec UNARY
506 exp : SIZEOF '(' type ')' %prec UNARY
1660 return SIZEOF;
H A Dobjc-exp.y195 %token STRUCT CLASS UNION ENUM SIZEOF UNSIGNED COLONCOLON
285 exp : SIZEOF exp %prec UNARY
577 exp : SIZEOF '(' type ')' %prec UNARY
1607 return SIZEOF;
H A Dp-exp.y198 %token STRUCT CLASS SIZEOF COLONCOLON
483 exp : SIZEOF '(' type ')' %prec UNARY
1377 if (DEPRECATED_STREQ (uptokstart, "SIZEOF"))
1378 return SIZEOF;
H A Df-exp.c63 SIZEOF = 265, enumerator in enum:yytokentype
101 #define SIZEOF 265 macro
485 "BOOLEAN_LITERAL", "NAME", "TYPENAME", "NAME_OR_INT", "SIZEOF", "ERROR",
2221 { "sizeof", SIZEOF, BINOP_END },
H A Dc-exp.c66 SIZEOF = 268, enumerator in enum:yytokentype
109 #define SIZEOF 268 macro
540 "TYPENAME", "NAME_OR_INT", "STRUCT", "CLASS", "UNION", "ENUM", "SIZEOF",
3293 return SIZEOF;
H A Dobjc-exp.c69 SIZEOF = 271, enumerator in enum:yytokentype
112 #define SIZEOF 271 macro
539 "CLASS", "UNION", "ENUM", "SIZEOF", "UNSIGNED", "COLONCOLON",
3252 return SIZEOF;
H A Dp-exp.c65 SIZEOF = 267, enumerator in enum:yytokentype
101 #define SIZEOF 267 macro
486 "NAME", "TYPENAME", "NAME_OR_INT", "STRUCT", "CLASS", "SIZEOF",
2702 if (DEPRECATED_STREQ (uptokstart, "SIZEOF"))
2703 return SIZEOF;
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c155 for (n = 0; n < SIZEOF(table); ++n) {
/freebsd-11-stable/contrib/binutils/ld/
H A Dldgram.y140 %token SIZEOF ALIGNOF ADDR LOADADDR MAX_K MIN_K
845 | SIZEOF '(' NAME ')'
846 { $$ = exp_nameop (SIZEOF,$3); }
H A Dldexp.c101 { SIZEOF, "SIZEOF" },
609 case SIZEOF:
627 if (tree->type.node_code == SIZEOF)
/freebsd-11-stable/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp47 #define SIZEOF(v) (sizeof(v)/sizeof(v[0])) macro
804 for (unsigned int j = 0; j < SIZEOF(ligature_chars); j++)
813 for (i = 0; i < SIZEOF(ligature_names); i++)

Completed in 205 milliseconds

12