Searched refs:b_in (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/sample/
H A Dle-proxy.c155 struct bufferevent *b_out, *b_in; local
158 b_in = bufferevent_socket_new(base, fd,
171 assert(b_in && b_out);
177 bufferevent_free(b_in);
190 bufferevent_free(b_in);
195 bufferevent_setcb(b_in, readcb, NULL, eventcb, b_out);
196 bufferevent_setcb(b_out, readcb, NULL, eventcb, b_in);
198 bufferevent_enable(b_in, EV_READ|EV_WRITE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dst5481_b.c217 st5481_in_mode(&bcs->b_in, mode);
313 bcs->b_in.bufsize = HSCX_BUFMAX;
314 bcs->b_in.num_packets = NUM_ISO_PACKETS_B;
315 bcs->b_in.packet_size = SIZE_ISO_PACKETS_B_IN;
316 bcs->b_in.ep = (bcs->channel ? EP_B2_IN : EP_B1_IN) | USB_DIR_IN;
317 bcs->b_in.counter = bcs->channel ? IN_B2_COUNTER : IN_B1_COUNTER;
318 bcs->b_in.adapter = bcs->adapter;
319 bcs->b_in.hisax_if = &bcs->b_if.ifc;
320 retval = st5481_setup_in(&bcs->b_in);
340 st5481_release_in(&bcs->b_in);
[all...]
H A Dst5481.h373 struct st5481_in b_in; member in struct:st5481_bcs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/mon/
H A Dmon_bin.c169 spinlock_t b_lock; /* Protect b_cnt, b_in */
172 unsigned int b_in, b_out; /* Offsets into buffer - bytes */ member in struct:mon_reader_bin
287 offset = rp->b_in;
289 if ((rp->b_in += size) >= rp->b_size)
290 rp->b_in -= rp->b_size;
313 if (rp->b_in + size > rp->b_size) {
319 fill_size = rp->b_size - rp->b_in;
322 mon_buff_area_fill(rp, rp->b_in, fill_size);
325 rp->b_in = size;
327 } else if (rp->b_in
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistp224.c349 felem_bytearray b_in; local
364 num_bytes = BN_bn2bin(bn, b_in);
365 flip_endian(b_out, b_in, num_bytes);
373 felem_bytearray b_in, b_out; local
374 felem_to_bin28(b_in, in);
375 flip_endian(b_out, b_in, sizeof b_out);
H A Decp_nistp256.c159 felem_bytearray b_in; local
174 num_bytes = BN_bn2bin(bn, b_in);
175 flip_endian(b_out, b_in, num_bytes);
183 felem_bytearray b_in, b_out; local
184 smallfelem_to_bin32(b_in, in);
185 flip_endian(b_out, b_in, sizeof b_out);
H A Decp_nistp521.c183 felem_bytearray b_in; local
198 num_bytes = BN_bn2bin(bn, b_in);
199 flip_endian(b_out, b_in, num_bytes);
207 felem_bytearray b_in, b_out; local
208 felem_to_bin66(b_in, in);
209 flip_endian(b_out, b_in, sizeof b_out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistp224.c349 felem_bytearray b_in; local
364 num_bytes = BN_bn2bin(bn, b_in);
365 flip_endian(b_out, b_in, num_bytes);
373 felem_bytearray b_in, b_out; local
374 felem_to_bin28(b_in, in);
375 flip_endian(b_out, b_in, sizeof b_out);
H A Decp_nistp256.c159 felem_bytearray b_in; local
174 num_bytes = BN_bn2bin(bn, b_in);
175 flip_endian(b_out, b_in, num_bytes);
183 felem_bytearray b_in, b_out; local
184 smallfelem_to_bin32(b_in, in);
185 flip_endian(b_out, b_in, sizeof b_out);
H A Decp_nistp521.c183 felem_bytearray b_in; local
198 num_bytes = BN_bn2bin(bn, b_in);
199 flip_endian(b_out, b_in, num_bytes);
207 felem_bytearray b_in, b_out; local
208 felem_to_bin66(b_in, in);
209 flip_endian(b_out, b_in, sizeof b_out);

Completed in 186 milliseconds