Home
last modified time | relevance | path

Searched refs:numpkts (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/bta2dpd/bta2dpd/
H A Dsbc_encode.c855 int numpkts, tries; in stream() local
914 numpkts = 0; in stream()
928 mySize[numpkts] = pkt_len; in stream()
930 totalSize += (size_t)mySize[numpkts]; in stream()
931 numpkts++; in stream()
933 if (numpkts > 12) in stream()
944 myHeader.numFrames = (uint8_t)numpkts; in stream()
987 / frequency) * (size_t)numpkts; in stream()
1002 int numpkts, cur_pkt; in recvstream() local
1024 numpkts = myHeader.numFrames; in recvstream()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dssltestlib.c443 int numpkts = sk_MEMPACKET_num(ctx->pkts); in mempacket_swap_recent() local
446 if (numpkts <= 1) in mempacket_swap_recent()
450 thispkt = sk_MEMPACKET_value(ctx->pkts, numpkts - 2); in mempacket_swap_recent()
454 if (sk_MEMPACKET_delete(ctx->pkts, numpkts - 2) != thispkt) in mempacket_swap_recent()
459 if (sk_MEMPACKET_insert(ctx->pkts, thispkt, numpkts - 1) <= 0) in mempacket_swap_recent()
463 thispkt = sk_MEMPACKET_value(ctx->pkts, numpkts - 2); in mempacket_swap_recent()
/netbsd-src/crypto/external/bsd/openssl/dist/test/helpers/
H A Dssltestlib.c434 int numpkts = sk_MEMPACKET_num(ctx->pkts); in mempacket_swap_epoch() local
436 if (numpkts <= 0) in mempacket_swap_epoch()
443 thispkt = sk_MEMPACKET_value(ctx->pkts, numpkts - 1); in mempacket_swap_epoch()
491 if (sk_MEMPACKET_insert(ctx->pkts, thispkt, numpkts) <= 0) { in mempacket_swap_epoch()
511 int numpkts = sk_MEMPACKET_num(ctx->pkts); in mempacket_move_packet() local
518 if (numpkts <= s) in mempacket_move_packet()