Searched refs:nonzero (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/zic/ |
H A D | ialloc.c | 9 #define nonzero(n) (((n) == 0) ? 1 : (n)) macro 15 return (malloc((size_t) nonzero(n))); 25 return (realloc((void *) pointer, (size_t) nonzero(size)));
|
/illumos-gate/usr/src/cmd/time/ |
H A D | time.c | 148 int nonzero; local 161 nonzero = 0; 163 c = (digit[i] != 0) ? digit[i]+'0' : (nonzero ? '0': pad[i]); 166 nonzero |= digit[i]; 167 c = nonzero?sep[i]:nsep[i];
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_addr.c | 110 nonzero(); 151 nonzero();
|
H A D | ex_cmds.c | 422 nonzero(); 441 nonzero(); 476 nonzero(); 615 nonzero(); 621 * poffset is nonzero if trailing + or - flags 1003 nonzero();
|
H A D | ex.c | 631 nonzero();
|
H A D | ex_cmdsub.c | 146 nonzero(); 341 nonzero();
|
H A D | ex_re.c | 100 nonzero();
|
/illumos-gate/usr/src/cmd/ed/ |
H A D | ed.c | 325 static void nonzero(void); 632 nonzero(); 647 nonzero(); 657 nonzero(); 683 nonzero(); 752 nonzero(); 1071 nonzero(void) function 1621 nonzero(); 1838 nonzero(); 2198 nonzero(); [all...] |
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vsin.S | 1310 st %f0,[%o0] ! *y = *x with inexact if x nonzero 1330 st %f10,[%o1] ! *y = *x with inexact if x nonzero 1350 st %f20,[%o2] ! *y = *x with inexact if x nonzero
|
H A D | __vcos.S | 1381 fdtoi P0_f0,P0_f2; fmovd C_ONE,P0_f0 ; st P0_f0,[%o0] ! *y = *x with inexact if x nonzero 1401 fdtoi P1_f10,P1_f12; fmovd C_ONE,P1_f10 ; st P1_f10,[%o1] ! *y = *x with inexact if x nonzero 1421 fdtoi P2_f20,P2_f22; fmovd C_ONE,P2_f20 ; st P2_f20,[%o2] ! *y = *x with inexact if x nonzero
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 2497 % A ``lowercase letter'' is one whose \lccode is nonzero. 2498 % An ``uppercase letter'' is one whose \lccode is both nonzero, and 3481 % \lastskip and \lastpenalty cannot both be nonzero simultaneously. 3486 % If \lastskip is nonzero, that means the last item was a 3512 % On the other hand, if we had a nonzero \lastskip, 4981 % and narrows the margins. We keep \parskip nonzero in general, since 4999 % We have retained a nonzero parskip for the environment, since we're 5370 % The first line needs space for \box0; but if \rightskip is nonzero,
|
Completed in 2215 milliseconds