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

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dbprint.c36 static int av_bprint_alloc(AVBPrint *buf, unsigned room) argument
45 min_size = buf->len + 1 + FFMIN(UINT_MAX - buf->len - 1, room);
96 unsigned room; local
102 room = av_bprint_room(buf);
103 dst = room ? buf->str + buf->len : NULL;
105 extra_len = vsnprintf(dst, room, fmt, vl);
109 if (extra_len < room)
119 unsigned room; local
125 room = av_bprint_room(buf);
126 dst = room
142 unsigned room, real_n; local
160 unsigned room, real_n; local
178 unsigned room; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dpagelist.c34 pl->room += PAGE_SIZE;
44 while (pl->room < len) {
45 size_t bit = pl->room;
51 pl->room -= bit;
61 pl->room -= len;
H A Dpagelist.h10 size_t room; member in struct:ceph_pagelist
18 pl->room = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Ddhcp.c48 const int room = optlen - i; local
55 if (room >= 3)
64 if (room >= 2)
84 const int room = optlen - i; local
91 if (room >= 2)
94 if (len <= (room-2))
122 if (room >= 2)
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dkeyspan_pda.c48 * usb_control_msg (which sleeps) to query the room in the device
49 * buffer, it simply uses the current room value it has
517 /* guess how much room is left in the device's ring buffer, and if we
519 what is left. If our write will result in no room left, ask the
520 device to give us an interrupt when the room available rises above
533 the device is full (wait until it says there is room)
551 device how much room it really has. This is done only on
554 u8 *room; local
556 room = kmalloc(1, GFP_KERNEL);
557 if (!room) {
689 u8 *room; local
[all...]
H A Domninet.c317 int room = 0; /* Default: no room */ local
320 room = wport->bulk_out_size - OMNINET_HEADERLEN;
322 dbg("%s - returns %d", __func__, room);
324 return room;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dhci_h4.c129 register int room = skb_tailroom(h4->rx_skb); local
131 BT_DBG("len %d room %d", len, room);
135 } else if (len > room) {
H A Dhci_ll.c351 register int room = skb_tailroom(ll->rx_skb); local
353 BT_DBG("len %d room %d", len, room);
357 } else if (len > room) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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".
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-lh7a40x/include/mach/
H A Ddebug-macro.S35 .macro waituart,rd,rx @ wait for Tx FIFO room
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
H A Dtty.c237 int room, ret; local
248 room = IPWIRELESS_TX_QUEUE_SIZE - tty->tx_bytes_queued;
249 if (room < 0)
250 room = 0;
251 /* Don't allow caller to write any more than we have room for */
252 if (count > room)
253 count = room;
277 int room; local
285 room = IPWIRELESS_TX_QUEUE_SIZE - tty->tx_bytes_queued;
286 if (room <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_memory.h47 int room; /* watermark for sleep/wakeup */ member in struct:snd_seq_pool
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/caif/
H A Dcaif_serial.c220 int tty_wr, len, room; local
234 room = tty_write_room(tty);
235 if (!room)
237 if (room > ser_write_chunk)
238 room = ser_write_chunk;
239 if (len > room)
240 len = room;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dline.c61 int room; local
64 room = write_room(line);
67 return room;
95 int end, room; local
108 room = write_room(line);
109 len = (len > room) ? room : len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprom_init.c1237 * Allocate room for and instantiate RTAS
1296 * Allocate room for and initialize TCE tables
1732 * leave some room at the end of the path for appending extra
1777 unsigned long room, chunk; local
1781 room = RELOC(alloc_top) - RELOC(alloc_bottom);
1782 if (room > DEVTREE_CHUNK_SIZE)
1783 room = DEVTREE_CHUNK_SIZE;
1784 if (room < PAGE_SIZE)
1785 prom_panic("No memory for flatten_device_tree (no room)");
1786 chunk = alloc_up(room,
1877 int l, room; local
1989 unsigned long mem_start, mem_end, room; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dentry64.S132 aghi %r15,-SP_SIZE # make room for registers & psw
149 2: aghi %r15,-SP_SIZE # make room for registers & psw
180 2: aghi %r15,-SP_SIZE # make room for registers & psw
448 aghi %r15,-SP_SIZE # make room for registers & psw
786 0: aghi %r15,-SP_SIZE # make room for registers & psw
950 aghi %r15,-SP_SIZE # make room for registers & psw
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsrtenc.c211 unsigned room; local
213 av_bprint_get_buffer(&s->buffer, len, &dummy, &room);
214 if (room >= len) {
220 /* Increment even if av_bprint_get_buffer() did not return enough room:

Completed in 354 milliseconds

1234