Home
last modified time | relevance | path

Searched refs:last_index (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.return_nvlist_neg.ksh45 typeset -i last_index=$((${#args[*]} - 1))
46 for i in $(seq 0 $last_index); do
54 for i in $(seq 0 $last_index); do
/f-stack/dpdk/app/test/
H A Dtest_mbuf.c2112 uint32_t last_index = 0; in create_packet() local
2144 hdr[i] = (last_index + i) % 0xffff; in create_packet()
2145 last_index += hdr_len; in create_packet()
2159 data[i] = (last_index + i) % 0xffff; in create_packet()
2161 last_index += i; in create_packet()