Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-usb-linux.c839 #define VEC_SIZE 32 macro
845 int32_t vec[VEC_SIZE]; in usb_read_linux_mmap()
858 limit = VEC_SIZE; in usb_read_linux_mmap()
859 if (limit > VEC_SIZE) in usb_read_linux_mmap()
860 limit = VEC_SIZE; in usb_read_linux_mmap()