Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c77 * nextf[i] is the pointer to the next free block of size 2^(i+EXP).
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_52/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dsubshell.sh175 then EXP=$(printf %q "$exp")
177 err_exit "${TEST_shell/*-c/\$SHELL -c} ${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"
/titanic_52/usr/src/cmd/isns/isnsd/
H A Disns_server.h40 #define ASSERT(EXP) assert(EXP) argument
42 #define ASSERT(EXP)
/titanic_52/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.c465 c = EXP; in yyhex()
476 c = EXP; in yyhex()
H A Dawk3.c1108 case EXP: in exprreduce()
1189 asn_oper->n_type = EXP; in exprreduce()
/titanic_52/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs116 #define PERL_ASSERT(EXP) \ argument
117 ((void)((EXP) || (croak("%s: assertion failed at %s:%d: %s", \
118 DEBUG_ID, __FILE__, __LINE__, #EXP), 0), 0))
119 #define PERL_ASSERTMSG(EXP, MSG) \ argument
120 ((void)((EXP) || (croak(DEBUG_ID ": " MSG), 0), 0))
122 #define PERL_ASSERT(EXP) ((void)0) argument
123 #define PERL_ASSERTMSG(EXP, MSG) ((void)0) argument
/titanic_52/usr/src/cmd/tip/
H A Dtip.h175 #define EXP 01 /* experimental, mark it with a `*' on help */ macro
H A Dtip.c494 p->e_flags&EXP ? '*': ' ', p->e_help); in help()
/titanic_52/usr/src/contrib/ast/src/lib/libast/features/
H A Dfloat1140 #if EXP
1173 #if EXP
1206 #if EXP