Home
last modified time | relevance | path

Searched refs:EXP (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c81 #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 Dsubshell.sh175 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 Dlocale.sh273 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 Disns_server.h40 #define ASSERT(EXP) assert(EXP) argument
42 #define ASSERT(EXP)
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y65 %token <node> NOT AND OR EXP QUEST
135 %right EXP
272 | expr EXP expr = {
273 $$ = node(EXP, $1, $3);
H A Dawk1.c453 c = EXP; in yylex()
464 c = EXP; in yylex()
H A Dawk3.c1107 case EXP: in exprreduce()
1188 asn_oper->n_type = EXP; in exprreduce()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs105 #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 Dtip.h165 #define EXP 01 /* experimental, mark it with a `*' on help */ macro
H A Dtip.c499 p->e_flags&EXP ? '*': ' ', p->e_help); in help()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dfloat1140 #if EXP
1173 #if EXP
1206 #if EXP