Searched refs:neg (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/libkern/
H A Dstrtol.c116 register int neg = 0, any, cutlim; local
127 neg = 1;
155 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
162 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
183 acc = neg ? LONG_MIN : LONG_MAX;
185 } else if (neg)
208 register int neg = 0, any, cutlim; local
217 neg = 1;
256 } else if (neg)
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStringFuncs.c133 register int neg = 0, any, cutlim; local
144 neg = 1;
172 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
179 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
200 acc = neg ? LONG_MIN : LONG_MAX;
202 } else if (neg)
225 register int neg = 0, any, cutlim; local
234 neg = 1;
273 } else if (neg)
303 register int neg, any, cutlim; local
406 register int neg, any, cutlim; local
[all...]
H A DIOHibernateRestoreKernel.c828 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
855 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
1075 neg = 1;
1085 if (neg)
1092 if (neg)
/darwin-on-arm/xnu/osfmk/arm64/
H A Dmemset.s124 neg tmp2, dst
158 neg tmp2, dst
202 neg tmp2, dst
H A Dmemcmp.s130 neg tmp1, tmp1 /* Bits to alignment -64. */
H A Dmemmove.s128 neg tmp2, src
381 neg tmp2, src
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c1556 r->src.neg, kif))
1560 r->dst.neg, NULL))
1833 r->src.neg, kif))
1837 r->dst.neg, NULL))
2114 r->src.neg, kif))
2121 r->dst.neg, NULL))
H A Dpf.c1953 if (cur->src.neg != prev->src.neg ||
1975 if (cur->dst.neg != prev->dst.neg ||
3384 src->neg, kif))
3395 PF_MISMATCHAW(&dst->addr, daddr, pd->af, dst->neg, NULL))
4311 r->src.neg, kif))
4322 r->dst.neg, NULL))
5178 r->src.neg, kif))
5190 r->dst.neg, NUL
[all...]
H A Dpfvar.h463 #define PF_MISMATCHAW(aw, x, af, neg, ifp) \
482 (neg) \
501 u_int8_t neg; member in struct:pf_rule_addr
1782 u_int8_t neg; member in struct:pfioc_state_addr_kill
H A Dpf_ioctl.c1249 PF_MD5_UPD(pfr, neg);
3600 PF_MATCHA(psk->psk_src.neg,
3604 PF_MATCHA(psk->psk_dst.neg,
4625 if (PF_MATCHA(psnk->psnk_src.neg,
4629 PF_MATCHA(psnk->psnk_dst.neg,

Completed in 122 milliseconds