Searched refs:EXP (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/libbsdmalloc/common/ |
H A D | malloc.bsd43.c | 82 #define EXP 4 macro 85 #define EXP 3 macro 130 amt = (1UL << EXP); in malloc() 143 amt = (1UL << EXP); /* size of first bucket */ in malloc() 183 sz = 1UL << (bucket + EXP); in morecore() 297 onb = 1UL << (i + EXP); in realloc() 306 sz = 1UL << (i + EXP - 1); in realloc()
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | subshell.sh | 174 then EXP=$(printf %q "$exp") 176 …{TEST_unset:+unset }${TEST_fork:+fork }$txt command substitution failed -- expected $EXP, got $GOT" 341 ( CMD='print foo | $cat' EXP=3 ) 352 TST[T].EXP=3 395 if [[ ${TST[T].EXP} ]] 396 then exp=${TST[T].EXP} 407 elif [[ ${TST[T].EXP} ]] || (( TST[T].LIM >= n )) 467 then EXP=$(printf %q "$exp") 469 err_exit "'$cmd' failed -- expected $EXP, got $GOT"
|
/titanic_41/usr/src/cmd/isns/isnsd/ |
H A D | isns_server.h | 40 #define ASSERT(EXP) assert(EXP) argument 42 #define ASSERT(EXP)
|
/titanic_41/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 65 %token <node> NOT AND OR EXP QUEST 135 %right EXP 272 | expr EXP expr = { 273 $$ = node(EXP, $1, $3);
|
H A D | awk1.c | 465 c = EXP; in yyhex() 476 c = EXP; in yyhex()
|
H A D | awk3.c | 1108 case EXP: in exprreduce() 1189 asn_oper->n_type = EXP; in exprreduce()
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 106 #define PERL_ASSERT(EXP) \ argument 107 ((void)((EXP) || (croak("%s: assertion failed at %s:%d: %s", \ 108 DEBUG_ID, __FILE__, __LINE__, #EXP), 0), 0)) 109 #define PERL_ASSERTMSG(EXP, MSG) \ argument 110 ((void)((EXP) || (croak(DEBUG_ID ": " MSG), 0), 0)) 112 #define PERL_ASSERT(EXP) ((void)0) argument 113 #define PERL_ASSERTMSG(EXP, MSG) ((void)0) argument
|
/titanic_41/usr/src/cmd/tip/ |
H A D | tip.h | 175 #define EXP 01 /* experimental, mark it with a `*' on help */ macro
|
H A D | tip.c | 494 p->e_flags&EXP ? '*': ' ', p->e_help); in help()
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | float | 1105 #if EXP 1138 #if EXP 1171 #if EXP
|