Home
last modified time | relevance | path

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

/dports/japanese/canna-lib/Canna37p3/lib/RKindep/
H A Dfile.h76 # define BINTSIZE (sizeof(unsigned long) * 8) macro
78 # define RKI_FD_SET_WIDTH ((RKI_FD_SETSIZE + BINTSIZE - 1U) / BINTSIZE)
83 ((set)->fds_bits[fd/BINTSIZE] |= (1<<(fd%BINTSIZE)))
85 ((set)->fds_bits[fd/BINTSIZE] &= ~(1<<(fd%BINTSIZE)))
87 ((set)->fds_bits[fd/BINTSIZE] & (1<<(fd%BINTSIZE)))
/dports/japanese/canna-server/Canna37p3/lib/RKindep/
H A Dfile.h76 # define BINTSIZE (sizeof(unsigned long) * 8) macro
78 # define RKI_FD_SET_WIDTH ((RKI_FD_SETSIZE + BINTSIZE - 1U) / BINTSIZE)
83 ((set)->fds_bits[fd/BINTSIZE] |= (1<<(fd%BINTSIZE)))
85 ((set)->fds_bits[fd/BINTSIZE] &= ~(1<<(fd%BINTSIZE)))
87 ((set)->fds_bits[fd/BINTSIZE] & (1<<(fd%BINTSIZE)))
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/include/
H A Dwnn_os.h136 #define BINTSIZE (sizeof(unsigend long) *8) macro
138 #define SET_WIDTH ((SETSIZE) + (BINTSIZE - 1U) / (BINTSIZE))
142 #define FD_SET(pos,array) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
143 #define FD_CLR(pos,array) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
144 #define FD_ISSET(pos,array) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZ
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/include/
H A Dwnn_os.h136 #define BINTSIZE (sizeof(unsigend long) *8) macro
138 #define SET_WIDTH ((SETSIZE) + (BINTSIZE - 1U) / (BINTSIZE))
142 #define FD_SET(pos,array) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
143 #define FD_CLR(pos,array) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
144 #define FD_ISSET(pos,array) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZ
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/include/
H A Dwnn_os.h136 #define BINTSIZE (sizeof(unsigend long) *8) macro
138 #define SET_WIDTH ((SETSIZE) + (BINTSIZE - 1U) / (BINTSIZE))
142 #define FD_SET(pos,array) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
143 #define FD_CLR(pos,array) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
144 #define FD_ISSET(pos,array) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZ
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/include/
H A Dwnn_os.h136 #define BINTSIZE (sizeof(unsigend long) *8) macro
138 #define SET_WIDTH ((SETSIZE) + (BINTSIZE - 1U) / (BINTSIZE))
142 #define FD_SET(pos,array) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
143 #define FD_CLR(pos,array) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
144 #define FD_ISSET(pos,array) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZ
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/include/
H A Dwnn_os.h136 #define BINTSIZE (sizeof(unsigend long) *8) macro
138 #define SET_WIDTH ((SETSIZE) + (BINTSIZE - 1U) / (BINTSIZE))
142 #define FD_SET(pos,array) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
143 #define FD_CLR(pos,array) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
144 #define FD_ISSET(pos,array) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZ
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/include/
H A Dwnn_os.h136 #define BINTSIZE (sizeof(unsigend long) *8) macro
138 #define SET_WIDTH ((SETSIZE) + (BINTSIZE - 1U) / (BINTSIZE))
142 #define FD_SET(pos,array) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
143 #define FD_CLR(pos,array) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
144 #define FD_ISSET(pos,array) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZ
/dports/japanese/canna-server/Canna37p3/canuum/
H A Dwnn_os.h185 #define BINTSIZE (sizeof(unsigend long) *8) macro
187 #define WNN_FD_SET_WIDTH ((WNN_FD_SETSIZE) + (BINTSIZE - 1U) / (BINTSIZE))
191 #define WNN_FD_SET(pos,array) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
192 #define WNN_FD_CLR(pos,array) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
193 #define WNN_FD_ISSET(pos,array) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZE)))
/dports/japanese/canna-lib/Canna37p3/canuum/
H A Dwnn_os.h185 #define BINTSIZE (sizeof(unsigend long) *8) macro
187 #define WNN_FD_SET_WIDTH ((WNN_FD_SETSIZE) + (BINTSIZE - 1U) / (BINTSIZE))
191 #define WNN_FD_SET(pos,array) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
192 #define WNN_FD_CLR(pos,array) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
193 #define WNN_FD_ISSET(pos,array) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZE)))
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Ddo_xjpdrct.c87 #define BINTSIZE (sizeof(int)*8) macro
88 #define sock_set(array,pos) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
89 #define sock_clr(array,pos) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
90 #define sock_tst(array,pos) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZE)))
H A Ddo_socket.c116 #define BINTSIZE (sizeof(int)*8) macro
117 #define sock_set(array,pos) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
118 #define sock_clr(array,pos) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
119 #define sock_tst(array,pos) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZE)))
254 sel_w = (nofile - 1) / BINTSIZE + 1; in init_net_area()
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Ddo_xjpdrct.c87 #define BINTSIZE (sizeof(int)*8) macro
88 #define sock_set(array,pos) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
89 #define sock_clr(array,pos) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
90 #define sock_tst(array,pos) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZE)))
H A Ddo_socket.c116 #define BINTSIZE (sizeof(int)*8) macro
117 #define sock_set(array,pos) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
118 #define sock_clr(array,pos) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
119 #define sock_tst(array,pos) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZE)))
254 sel_w = (nofile - 1) / BINTSIZE + 1; in init_net_area()
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Ddo_xjpdrct.c87 #define BINTSIZE (sizeof(int)*8) macro
88 #define sock_set(array,pos) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
89 #define sock_clr(array,pos) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
90 #define sock_tst(array,pos) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZE)))
H A Ddo_socket.c116 #define BINTSIZE (sizeof(int)*8) macro
117 #define sock_set(array,pos) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
118 #define sock_clr(array,pos) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
119 #define sock_tst(array,pos) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZE)))
254 sel_w = (nofile - 1) / BINTSIZE + 1; in init_net_area()
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Ddo_xjpdrct.c87 #define BINTSIZE (sizeof(int)*8) macro
88 #define sock_set(array,pos) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
89 #define sock_clr(array,pos) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
90 #define sock_tst(array,pos) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZE)))
H A Ddo_socket.c116 #define BINTSIZE (sizeof(int)*8) macro
117 #define sock_set(array,pos) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
118 #define sock_clr(array,pos) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
119 #define sock_tst(array,pos) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZE)))
254 sel_w = (nofile - 1) / BINTSIZE + 1; in init_net_area()
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Ddo_xjpdrct.c87 #define BINTSIZE (sizeof(int)*8) macro
88 #define sock_set(array,pos) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
89 #define sock_clr(array,pos) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
90 #define sock_tst(array,pos) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZE)))
H A Ddo_socket.c116 #define BINTSIZE (sizeof(int)*8) macro
117 #define sock_set(array,pos) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
118 #define sock_clr(array,pos) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
119 #define sock_tst(array,pos) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZE)))
254 sel_w = (nofile - 1) / BINTSIZE + 1; in init_net_area()
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Xwnmo/xwnmo/
H A Ddo_xjpdrct.c87 #define BINTSIZE (sizeof(int)*8) macro
88 #define sock_set(array,pos) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
89 #define sock_clr(array,pos) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
90 #define sock_tst(array,pos) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZE)))
H A Ddo_socket.c116 #define BINTSIZE (sizeof(int)*8) macro
117 #define sock_set(array,pos) (array[pos/BINTSIZE] |= (1<<(pos%BINTSIZE)))
118 #define sock_clr(array,pos) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
119 #define sock_tst(array,pos) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZE)))
254 sel_w = (nofile - 1) / BINTSIZE + 1; in init_net_area()