Searched refs:fanIndex (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/libpcap/dist/msdos/
H A Dpkt_rx1.s42 fanIndex dw 0 define
50 mov bx, [fanIndex]
55 inc word [fanIndex] ;; update next index
56 and word [fanIndex], 3
H A Dpkt_rx0.asm67 fanIndex dw 0 define
80 mov bx, fanIndex
84 inc fanIndex ;; update next index
85 and fanIndex, 3

Completed in 85 milliseconds