Searched refs:EXP (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/libbsdmalloc/common/ |
H A D | malloc.bsd43.c | 81 #define EXP 4 macro 84 #define EXP 3 macro 129 amt = (1UL << EXP); in malloc() 142 amt = (1UL << EXP); /* size of first bucket */ in malloc() 182 sz = 1UL << (bucket + EXP); in morecore() 296 onb = 1UL << (i + EXP); in realloc() 305 sz = 1UL << (i + EXP - 1); in realloc()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | subshell.sh | 175 then EXP=$(printf %q "$exp") 177 …{TEST_unset:+unset }${TEST_fork:+fork }$txt command substitution failed -- expected $EXP, got $GOT" 342 ( 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"
|
H A D | locale.sh | 273 EXP=$(printf %q "$exp") 276 err_exit "LANG change not seen by function -- expected $EXP or $ALT, got $GOT"
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | isns_server.h | 40 #define ASSERT(EXP) assert(EXP) argument 42 #define ASSERT(EXP)
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 64 %token <node> NOT AND OR EXP QUEST 134 %right EXP 271 | expr EXP expr { 272 $$ = node(EXP, $1, $3);
|
H A D | awk1.c | 453 c = EXP; in yylex() 464 c = EXP; in yylex()
|
H A D | awk3.c | 1107 case EXP: in exprreduce() 1188 asn_oper->n_type = EXP; in exprreduce()
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 105 #define PERL_ASSERT(EXP) \ argument 106 ((void)((EXP) || (croak("%s: assertion failed at %s:%d: %s", \ 107 DEBUG_ID, __FILE__, __LINE__, #EXP), 0), 0)) 108 #define PERL_ASSERTMSG(EXP, MSG) \ argument 109 ((void)((EXP) || (croak(DEBUG_ID ": " MSG), 0), 0)) 111 #define PERL_ASSERT(EXP) ((void)0) argument 112 #define PERL_ASSERTMSG(EXP, MSG) ((void)0) argument
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | tip.h | 165 #define EXP 01 /* experimental, mark it with a `*' on help */ macro
|
H A D | tip.c | 499 p->e_flags&EXP ? '*': ' ', p->e_help); in help()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | float | 1140 #if EXP 1173 #if EXP 1206 #if EXP
|