Searched refs:SZOF (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dprint.c52 #define SZOF(a) (sizeof(a) / sizeof(a[0])) macro
72 SZOF(optyp)) ?
119 if ((size_t)(m->mask_op & FILE_OPS_MASK) < SZOF(optyp))
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpass1.h612 #define SZOF (MAXOP+28) macro
H A Dcgram.y1099 | C_SIZEOF xa term { $$ = biop(SZOF, $3, bcon(0)); inattr = $<intval>2; }
1105 $$ = biop(SZOF, $4, bcon(1));
2038 case SZOF:
H A Dtrees.c3145 SNAM(SZOF,SIZEOF)
3174 case SZOF:
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpass1.h616 #define SZOF (MAXOP+28) macro
H A Dcgram.y1214 | C_SIZEOF xa term { $$ = biop(SZOF, $3, bcon(0)); inattr = $<intval>2; }
1220 $$ = biop(SZOF, $4, bcon(1));
2197 case SZOF:
H A Dtrees.c3150 SNAM(SZOF,SIZEOF)
3181 case SZOF:

Completed in 76 milliseconds