Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-usb-linux.c879 #define VEC_SIZE 32 macro
885 int32_t vec[VEC_SIZE]; in usb_read_linux_mmap()
898 limit = VEC_SIZE; in usb_read_linux_mmap()
899 if (limit > VEC_SIZE) in usb_read_linux_mmap()
900 limit = VEC_SIZE; in usb_read_linux_mmap()