Searched refs:EXP (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libbsdmalloc/common/ |
H A D | malloc.bsd43.c | 77 * 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); 143 amt = (1UL << EXP); /* size of first bucket */ 183 sz = 1UL << (bucket + EXP); 297 onb = 1UL << (i + EXP); 306 sz = 1UL << (i + EXP - 1);
|
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | subshell.sh | 174 then EXP=$(printf %q "$exp") 176 err_exit "${TEST_shell/*-c/\$SHELL -c} ${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"
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | isns_server.h | 40 #define ASSERT(EXP) assert(EXP) 42 #define ASSERT(EXP)
|
/illumos-gate/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; 476 c = EXP;
|
H A D | awk3.c | 1108 case EXP: 1189 asn_oper->n_type = EXP;
|
/illumos-gate/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);
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 106 #define PERL_ASSERT(EXP) \ 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) \ 110 ((void)((EXP) || (croak(DEBUG_ID ": " MSG), 0), 0)) 112 #define PERL_ASSERT(EXP) ((void)0) 113 #define PERL_ASSERTMSG(EXP, MSG) ((void)0)
|
Completed in 119 milliseconds