Searched refs:space (Results 76 - 100 of 494) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i830/
H A Di830_drv.h81 int space; member in struct:_drm_i830_ring_buffer
160 if (dev_priv->ring.space < n*4) \
181 dev_priv->ring.space -= outcount * 4; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/sunrpc/
H A Dsvc.h265 int rq_reserved; /* space on socket outq
420 void svc_reserve(struct svc_rqst *rqstp, int space);
427 * When we want to reduce the size of the reserved space in the response
433 static inline void svc_reserve_auth(struct svc_rqst *rqstp, int space) argument
439 svc_reserve(rqstp, space + added_space);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dhead-shark.S24 .space 128 @ (startaddr,size) ...
25 .space 128 @ bootargs
73 __temp_stack: .space 128
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/i810/
H A Di810_accel.c51 * wait_for_space - check ring buffer free space
52 * @space: amount of ringbuffer space needed in bytes
56 * The function waits until a free space from the ringbuffer
59 static inline int wait_for_space(struct fb_info *info, u32 space) argument
70 (par->iring.size - tail + head) >= space) ||
71 (tail < head && (head - tail) >= space)) {
111 * @space: length of sequence in dwords
115 * Checks/waits for sufficent space in ringbuffer of size
116 * space
118 begin_iring(struct fb_info *info, u32 space) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsizer.tex17 children, which can be normal windows, empty space or other sizers, so that
25 the standard font as well as the overall design of Motif widgets requires more space than
30 add empty space of the desired size and attributes, and then use the wxSizerItem::GetRect
101 bottom of a dialog: you might want to insert a space between the two buttons and make that space stretchable
103 side of the dialog and the right button with the right side - the space in between will shrink and grow with
119 behaves when the space allotted to the sizer changes, and is somewhat
132 the space assigned to the item.}
143 don't allocate space for hidden windows or other items. This flag overrides
144 this behavior so that sufficient space i
[all...]
H A Dtsizer.tex32 children (which can be normal windows, empty space or other sizers) so that
40 the standard font as well as the overall design of Linux/GTK widgets requires more space than
72 {\bf A border:} The border is just empty space and is used to separate dialog items
84 {\bf An alignment:} Often, a dialog item is given more space than its minimal size
86 item, the dialog item can be made to fill out the available space entirely, i.e.
88 the centre of the available space or to either side of the space. The following
97 more space than its children and their borders need, the question arises how to
98 distribute the surplus space among the children. For this purpose, a stretch
100 will not get more space tha
[all...]
H A Dcalclevt.tex62 Call this to specify the new remaining parent client area, after the space occupied by the
H A Dchoicebk.tex25 when screen space is restricted, as it often is when wxChoicebook is being employed.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_serial.c5 * (space-lengths) between DDCD event on a serial port.
36 * - For other system, non-integer-microsecond pulse/space lengths,
45 * long. Fixed by accounting for latency on each pulse/space
360 * pulse and space widths as clock cycles. As this is CPU speed
391 /* Derive pulse and space from the period */
395 "clk/jiffy=%ld, pulse=%ld, space=%ld, "
406 * period, pulse/space width are kept with 8 binary places -
421 "space=%ld\n", freq, pulse_width, space_width);
427 /* return value: space length delta */
521 /* To match 8 fractional bits used for pulse/space lengt
595 static int pulse, space; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmlvdec.c390 unsigned int size, space; local
411 space = avio_rl32(pb);
412 avio_skip(pb, space);
419 if (space > UINT_MAX - 24 || size < (24 + space))
421 ret = av_get_packet(pb, pkt, size - (24 + space));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dnamei_msdos.c30 int space; local
43 space = 1;
68 space = (c == ' ');
71 if (space)
101 space = c == ' ';
107 if (space)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Ddevice.c75 int space; local
81 space = qpd->bufsize - qpd->pos - 1;
82 if (space == 0)
86 cc = snprintf(qpd->buf + qpd->pos, space, "qp id %u state %u "
95 cc = snprintf(qpd->buf + qpd->pos, space, "qp id %u state %u\n",
97 if (cc < space)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/mga/
H A Dmga_drv.h53 int space; member in struct:drm_mga_primary_buffer
251 } else if (dev_priv->prim.space < \
286 DRM_INFO(" space=0x%x req=0x%Zx\n", \
287 dev_priv->prim.space, (n) * DMA_BLOCK_SIZE); \
297 DRM_INFO(" space=0x%x\n", dev_priv->prim.space); \
308 write, dev_priv->prim.space); \
321 if (dev_priv->prim.space < dev_priv->prim.high_mark) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_entry.c90 #define _PUSH_ 3 /* Need to check for space to push onto stack */
584 which accesses user address space. Access to separate segments is
685 void *space = s387->st_space; local
705 space + offset, 0, other);
708 space, 0, offset);
737 const void *space = s387->st_space; local
759 space + offset, 0, other);
762 space, 0, offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dhead-common.S104 add r6, r6, r4 @ physical address space
151 * (and therefore, we are not in the correct address space). We have to
157 * r5 = proc_info pointer in physical address space
166 add r6, r6, r3 @ physical address space
204 * not in the correct address space). We have to calculate the offset.
209 * r5 = mach_info pointer in physical address space
216 add r6, r6, r3 @ physical address space
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dhwdep.h99 int snd_hwdep_poll_descriptors(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int space);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dcontrol_local.h53 int (*poll_descriptors)(snd_ctl_t *handle, struct pollfd *pfds, unsigned int space);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/boot/compressed/
H A Dhead.S86 .space 0x2000
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/
H A DMakefile50 cflags-y += -mno-space-regs -mfast-indirect-calls
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpgtable_32.h273 #define mk_pte_io(page,pgprot,space) BTFIXUP_CALL(mk_pte_io)(page,pgprot,space)
443 #define MK_IOSPACE_PFN(space, pfn) (pfn | (space << (BITS_PER_LONG - 4)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_ringbuffer.h28 unsigned int space; member in struct:intel_ring_buffer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dbuffer.c141 size_t space; local
146 /* make sure that at least some space is available */
152 space = buf->totallen - used;
159 sz = evutil_vsnprintf(buffer, space, fmt, aq);
165 if ((size_t)sz < space) {
348 /* Expands the available space in the event buffer to at least datlen */
361 * alignment to happen. Afterwards, we have enough space.
468 /* If we don't have FIONREAD, we might waste some space here */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/platform/h8300h/generic/
H A Dcrt0_rom.S113 .space 512
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/platform/h8s/generic/
H A Dcrt0_rom.S118 .space 512
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/pascal/
H A Dzlibpas.pas34 avail_out: Integer; (* remaining free space at next_out *)
57 extra_max: Integer; (* space at extra (only when reading header) *)
59 name_max: Integer; (* space at name (only when reading header) *)
61 comm_max: Integer; (* space at comment (only when reading header) *)

Completed in 290 milliseconds

1234567891011>>