Home
last modified time | relevance | path

Searched refs:skip_len (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_cache.cpp207 out_buff += skip_len; in cache_copy_out()
210 left -= skip_len; in cache_copy_out()
211 item->data_len -= skip_len; in cache_copy_out()
212 item->data += skip_len; in cache_copy_out()
230 skip_len = len - left; in cache_copy_out()
231 if (cache->len > skip_len) in cache_copy_out()
233 cache->len -= skip_len; in cache_copy_out()
240 return skip_len; in cache_copy_out()
662 pos_left -= skip_len; in read_cache_begin()
663 real_left -= skip_len; in read_cache_begin()
[all …]
H A Dmt_net.cpp464 uint32_t skip_len = (len >= _req_len) ? _req_len : len; in SkipSendPos() local
465 _req_len -= skip_len; in SkipSendPos()
466 _send_pos += skip_len; in SkipSendPos()
467 _req_data = (char*)_req_data + skip_len; in SkipSendPos()
469 return skip_len; in SkipSendPos()
/f-stack/tools/sysctl/
H A Dsysctl.c1133 static int skip_len = 0, skip_oid[CTL_MAXNAME]; local
1204 if ((skip_len == 0 || skip_len >= nlen * (int)sizeof(int)) &&
1207 skip_len = nlen * sizeof(int);
1208 memcpy(skip_oid, oid, skip_len);
1213 if (0 < skip_len && skip_len <= nlen * (int)sizeof(int) &&
1214 memcmp(skip_oid, oid, skip_len) == 0)
1217 skip_len = 0;
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pip.h256 …uint64_t skip_len : 7; /**< Skip amount, including this header, to the be… member
/f-stack/dpdk/drivers/net/qede/
H A Dqede_debug.c1982 u32 read_len, u32 skip_len) in qed_grc_dump_reg_entry_skip() argument
2004 curr_len = OSAL_MIN_T(u32, skip_len, in qed_grc_dump_reg_entry_skip()
2005 total_len - skip_len); in qed_grc_dump_reg_entry_skip()