Searched refs:aoff (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/date/
H A Ddate_strftime.c429 long off, aoff; local
433 aoff = off;
434 if (aoff < 0)
435 aoff = -off;
437 if ((aoff / 3600) < 10)
463 if (aoff % 3600 == 0) {
468 else if (aoff % 60 == 0) {
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcompmatch.c589 int both, loff, aoff, llen, alen, zoff, moff, ct, ict, aol; local
609 both = 0; loff = -llen; aoff = -(llen + alen);
611 both = 1; loff = alen; aoff = 0;
616 both = 1; loff = -(llen + alen); aoff = -alen;
618 both = 0; loff = 0; aoff = llen;
625 if (!pattern_match(ap, l + aoff, NULL, NULL) ||
627 (!pattern_match(ap, w + aoff, NULL, NULL) ||
628 (aol && aol <= aoff + iw &&
629 !pattern_match(aop, w + aoff - aol,
631 !match_parts(l + aoff,
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Ddlil.c7171 uint32_t aoff = hwcksum_dbg_partial_rxoff_adj; local
7173 if (aoff == rxoff || aoff > (uint32_t)m->m_pkthdr.len)
7176 sum = m_adj_sum16(m, rxoff, aoff, sum);
7179 m->m_pkthdr.csum_rx_start = (aoff + hlen);

Completed in 104 milliseconds