Searched refs:room (Results 1 - 25 of 67) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dmalloca.c48 struct preliminary_header { void *next; char room[MAGIC_SIZE]; }; member in struct:preliminary_header
52 struct header { void *next; char room[HEADER_SIZE - sizeof (struct preliminary_header) + MAGIC_SIZE]; }; member in struct:header
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dmalloca.c48 struct preliminary_header { void *next; char room[MAGIC_SIZE]; }; member in struct:preliminary_header
52 struct header { void *next; char room[HEADER_SIZE - sizeof (struct preliminary_header) + MAGIC_SIZE]; }; member in struct:header
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dmalloca.c48 struct preliminary_header { void *next; char room[MAGIC_SIZE]; }; member in struct:preliminary_header
52 struct header { void *next; char room[HEADER_SIZE - sizeof (struct preliminary_header) + MAGIC_SIZE]; }; member in struct:header
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dallocsa.c50 struct preliminary_header { void *next; char room[MAGIC_SIZE]; }; member in struct:preliminary_header
54 struct header { void *next; char room[HEADER_SIZE - sizeof (struct preliminary_header) + MAGIC_SIZE]; }; member in struct:header
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Di2pack.h127 unsigned short asof; // As of byte number "asof" (LSB first!) I have room
128 // for "room" bytes
129 unsigned short room; member in struct:_flowIn
193 unsigned short room; member in struct:_flowStat
198 // credits used and credits remaining. "room" is the amount of space in the
201 // use. Add this to the current "asof" and subtract it from the current "room".
H A Di2lib.c206 pCh->infl.room = IBUF_SIZE - 1;
225 pCh->outfl.room = 0;
446 // indicates how many HUNDREDTHS OF SECONDS to wait until there is room:
447 // 0 = return immediately if no room, -ive = wait forever, +ive = number of
450 // 0 No room to send all the commands
542 // How much room (this time through) ?
568 break; /* from for()- Enough room: goto proceed */
598 // At this point we have room and the lock - stick them in.
643 // Now we know there is room for this one in the current block
906 // room fo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-lh7a40x/
H A Ddebug-macro.S35 .macro waituart,rd,rx @ wait for Tx FIFO room
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_memory.h47 int room; /* watermark for sleep/wakeup */ member in struct:snd_seq_pool
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dutil.c198 * if there is no room for at least 4 nonblanks following a double-space.
203 int i, prompt_len, room, wlen; local
234 room = width - cur_x;
236 if (wlen > room ||
238 && wlen + 1 + strlen(sp) > room
240 || wlen + 1 + (sp2 - sp) > room))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dutil.c195 * if there is no room for at least 4 nonblanks following a double-space.
201 int i, prompt_len, room, wlen; local
231 room = width - cur_x;
233 if (wlen > room ||
234 (newl && wlen < 4 && sp && wlen+1+strlen(sp) > room
235 && (!(sp2 = index(sp, ' ')) || wlen+1+(sp2-sp) > room))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dline.c66 int room; local
72 room = write_room(line);
75 if (0 == room)
76 printk(KERN_DEBUG "%s: %s: no room left in buffer\n",
78 return room;
107 int end, room; local
119 room = write_room(line);
120 len = (len > room) ? room : len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dkeyspan_pda.c46 * usb_control_msg (which sleeps) to query the room in the device
47 * buffer, it simply uses the current room value it has
506 /* guess how much room is left in the device's ring buffer, and if we
508 what is left. If our write will result in no room left, ask the
509 device to give us an interrupt when the room available rises above
522 the device is full (wait until it says there is room)
540 device how much room it really has. This is done only on
543 unsigned char room; local
549 0, /* value: 0 means "remaining room" */
551 &room,
651 unsigned char room; local
[all...]
H A Dgeneric.c237 int room = 0; local
243 room = port->bulk_out_size;
246 dbg("%s - returns %d", __FUNCTION__, room);
247 return (room);
H A Domninet.c301 int room = 0; // Default: no room local
304 room = wport->bulk_out_size - OMNINET_HEADERLEN;
306 dbg("%s - returns %d", __FUNCTION__, room);
308 return (room);
H A Dsafe_serial.c327 int room = 0; // Default: no room local
332 room = port->bulk_out_size - (safe ? 2 : 0);
334 if (room) {
335 dbg ("safe_write_room returns %d", room);
338 return (room);
H A Dempeg.c279 int room = 0; local
288 room += URB_TRANSFER_BUFFER_SIZE;
294 dbg("%s - returns %d", __FUNCTION__, room);
296 return (room);
H A Dkl5kusb105.c592 int room = 0; local
598 room += URB_TRANSFER_BUFFER_SIZE;
604 dbg("%s - returns %d", __FUNCTION__, room);
605 return (room);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_h4.c135 register int room = skb_tailroom(h4->rx_skb); local
137 BT_DBG("len %d room %d", len, room);
141 } else if (len > room) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom_init.c1089 * Allocate room for and instantiate RTAS
1148 * Allocate room for and initialize TCE tables
1625 * leave some room at the end of the path for appending extra
1670 unsigned long room, chunk; local
1674 room = RELOC(alloc_top) - RELOC(alloc_bottom);
1675 if (room > DEVTREE_CHUNK_SIZE)
1676 room = DEVTREE_CHUNK_SIZE;
1677 if (room < PAGE_SIZE)
1678 prom_panic("No memory for flatten_device_tree (no room)");
1679 chunk = alloc_up(room,
1770 int l, room; local
1882 unsigned long mem_start, mem_end, room; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dfpsp.h100 .set FP_SCR1,LV+76 | room for a temporary float value
101 .set FP_SCR2,LV+92 | room for a temporary float value
102 .set L_SCR1,LV+108 | room for a temporary long value
103 .set L_SCR2,LV+112 | room for a temporary long value
112 .set L_SCR3,LV+124 | room for a temporary long value
113 .set FP_SCR3,LV+128 | room for a temporary float value
114 .set FP_SCR4,LV+144 | room for a temporary float value
115 .set FP_SCR5,LV+160 | room for a temporary float value
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dicmp.c436 int room; local
581 room = dst_mtu(&rt->u.dst);
582 if (room > 576)
583 room = 576;
584 room -= sizeof(struct iphdr) + icmp_param.replyopts.optlen;
585 room -= sizeof(struct icmphdr);
588 if (icmp_param.data_len > room)
589 icmp_param.data_len = room;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6_flowlabel.c365 int room = FL_MAX_SIZE - atomic_read(&fl_size); local
368 if (room > FL_MAX_SIZE - FL_MAX_PER_SOCK)
374 if (room <= 0 ||
376 (count > 0 && room < FL_MAX_SIZE/2) || room < FL_MAX_SIZE/4)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Dutil.c315 * if there is no room for at least 4 nonblanks following a double-space.
320 int i, prompt_len, room, wlen; local
351 room = width - cur_x;
353 if (wlen > room ||
355 && wlen + 1 + strlen(sp) > room
357 || wlen + 1 + (sp2 - sp) > room))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Drndis_host.c635 int room = skb_headroom(skb); local
637 /* enough head room as-is? */
638 if (unlikely((sizeof *hdr) <= room))
641 /* enough room, but needs to be readjusted? */
642 room += skb_tailroom(skb);
643 if (likely((sizeof *hdr) <= room)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dn_r3964.c453 int room = 0; local
460 room = tty->driver->write_room(tty);
462 TRACE_PS("transmit_block %p, room %d, length %d",
463 pBlock, room, pBlock->length);
466 if (room < 2)
475 room--;
478 if ((pInfo->tx_position == pBlock->length) && (room >= 3)) {

Completed in 164 milliseconds

123