Searched refs:nonzero (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/contrib/tzcode/zic/
H A Dialloc.c21 #define nonzero(n) (((n) == 0) ? 1 : (n)) macro
27 return malloc((size_t) nonzero(n));
47 return realloc((void *) pointer, (size_t) nonzero(size));
/freebsd-9.3-release/lib/libipx/
H A Dipx_ntoa.c86 int nonzero = 0; local
95 nonzero = 1;
97 if (nonzero && !ok) { *p++ = 'H'; *p = 0; }
/freebsd-9.3-release/contrib/gcc/
H A Drtlanal.c159 FOR_ALIAS is nonzero if we are called from alias analysis; if it is
243 /* Return nonzero if the use of X as an address in a MEM can cause a trap.
245 whether nonzero is returned for unaligned memory accesses on strict
332 /* Return nonzero if the use of X as an address in a MEM can cause a trap. */
412 FOR_ALIAS is nonzero if we are called from alias analysis; if it is
970 /* Given an INSN, return nonzero if it has more than one SET, else return
1002 /* Return nonzero if the destination of SET equals the source
1038 /* Return nonzero if an insn consists only of SETs, each of which only sets a
1132 /* Return nonzero if register in range [REGNO, ENDREGNO)
1466 /* Return nonzero i
3399 unsigned HOST_WIDE_INT nonzero = GET_MODE_MASK (mode); local
3909 unsigned HOST_WIDE_INT nonzero; local
[all...]
H A Drtlhooks.c116 unsigned HOST_WIDE_INT *nonzero ATTRIBUTE_UNUSED)
H A Dcombine.c190 last_set_invalid set to nonzero when it is not valid
201 reg_stat[i].last_set_value is valid if it is nonzero, and either
236 /* Set nonzero if references to register n in expressions should not be
237 used. last_set_invalid is set nonzero when this register is being
249 nonzero bits of a register, specifically which bits are known to be
363 other_insn is nonzero if we have modified some other insn in the process
706 Return nonzero if the combiner has turned an indirect jump
1478 If I1_NOT_IN_SRC is nonzero, it means that finding I1 in the source
1484 If PI3_DEST_KILLED is nonzero, it is a pointer to a location in which
1610 /* Determine whether INSN can be used in a combination. Return nonzero i
6840 unsigned HOST_WIDE_INT fuller_mask, nonzero; local
8132 unsigned HOST_WIDE_INT nonzero; local
8266 reg_nonzero_bits_for_combine(rtx x, enum machine_mode mode, rtx known_x ATTRIBUTE_UNUSED, enum machine_mode known_mode ATTRIBUTE_UNUSED, unsigned HOST_WIDE_INT known_ret ATTRIBUTE_UNUSED, unsigned HOST_WIDE_INT *nonzero) argument
[all...]
/freebsd-9.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dibroute.c103 int nonzero = 0; local
110 nonzero++;
117 if (!nonzero && !dump_all) {
129 nonzero++;
133 if (!nonzero && !dump_all) {
/freebsd-9.3-release/contrib/binutils/gas/
H A Dexpr.c1057 int nonzero = 0;
1061 nonzero = 1;
1064 generic_bignum[0] = nonzero;
1053 int nonzero = 0; local
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dcheck.c1280 static const char *nonzero[] = { "max-retry-time", "min-retry-time", local
1285 for (i = 0; i < sizeof(nonzero) / sizeof(nonzero[0]); i++) {
1287 if (cfg_map_get(options, nonzero[i], &obj) == ISC_R_SUCCESS &&
1290 "'%s' must not be zero", nonzero[i]);
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex2424 % A ``lowercase letter'' is one whose \lccode is nonzero.
2425 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
3409 % \lastskip and \lastpenalty cannot both be nonzero simultaneously.
3414 % If \lastskip is nonzero, that means the last item was a
3440 % On the other hand, if we had a nonzero \lastskip,
4909 % and narrows the margins. We keep \parskip nonzero in general, since
4927 % We have retained a nonzero parskip for the environment, since we're
5298 % The first line needs space for \box0; but if \rightskip is nonzero,
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dieee754-sf.S708 2: @ If both are nonzero, we need to normalize and resume above.
H A Dieee754-df.S997 2: @ If both are nonzero, we need to normalize and resume above.
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2598 % A ``lowercase letter'' is one whose \lccode is nonzero.
2599 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
3583 % \lastskip and \lastpenalty cannot both be nonzero simultaneously.
3588 % If \lastskip is nonzero, that means the last item was a
3614 % On the other hand, if we had a nonzero \lastskip,
5105 % and narrows the margins. We keep \parskip nonzero in general, since
5123 % We have retained a nonzero parskip for the environment, since we're
5494 % The first line needs space for \box0; but if \rightskip is nonzero,
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex2497 % 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,
/freebsd-9.3-release/contrib/ncurses/
H A Dconfigure12424 * If x is nonzero, an int is big enough for the bits
13630 is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */

Completed in 180 milliseconds