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

/darwin-on-arm/xnu/libkern/zlib/
H A Dinftrees.c86 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
168 offs[1] = 0;
170 offs[len + 1] = offs[len] + count[len];
174 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto_ipsec.c957 utun_pkt_is_ipsec_keepalive (struct utun_pcb *pcb, mbuf_t *pkt, u_int16_t nxt, u_int32_t flags, size_t offs) argument
974 printf("%s - invalid hdr len, len %d, offs %lu\n", __FUNCTION__, (*pkt)->m_pkthdr.len, offs);
978 if ((size_t)(*pkt)->m_pkthdr.len <= offs) {
979 printf("%s - invalid offset, len %d, offs %lu\n", __FUNCTION__, (*pkt)->m_pkthdr.len, offs);
984 printf("%s - invalid len, len %d, offs %lu\n", __FUNCTION__, (*pkt)->m_len, offs);
988 // pullup offs + 1 bytes
989 if ((size_t)(*pkt)->m_len < (offs
[all...]
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c2198 uintptr_t offs;
2361 offs = buf->dtb_offset;
2362 while (offs & (align - 1))
2363 offs += sizeof (uint32_t);
2369 if ((uintptr_t)tomax + offs + fsize >
2380 key->dtak_data = kdata = tomax + offs;
2381 buf->dtb_offset = offs + fsize;
2497 intptr_t offs;
2573 if ((offs = dtrace_buffer_reserve(dest, src->dtb_offset,
2585 daddr = (uintptr_t)dest->dtb_tomax + offs;
[all...]

Completed in 89 milliseconds