Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-usb-linux.c1097 #define VEC_SIZE 32 macro
1103 int32_t vec[VEC_SIZE]; in usb_read_linux_mmap()
1116 limit = VEC_SIZE; in usb_read_linux_mmap()
1117 if (limit > VEC_SIZE) in usb_read_linux_mmap()
1118 limit = VEC_SIZE; in usb_read_linux_mmap()