Searched refs:space (Results 101 - 125 of 494) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dflexsizr.tex25 direction in order to fill the available space. The
54 sizer grow dynamically. {\it vgap} and {\it hgap} define extra space between
63 there is extra space available to the sizer.
74 is extra space available to the sizer.
H A Dmembuf.tex98 of the empty space in the buffer. This pointer can be used to directly
102 \docparam{sizeNeeded}{Amount of extra space required in the buffer for
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dframe.inc79 # must restore usp even if returning to kernel space,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Dquota_v1.c21 static inline qsize_t v1_stoqb(qsize_t space) argument
23 return (space + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/mga/
H A Dmga_dma.c87 primary->space = primary->size;
142 primary->space = primary->size - primary->tail;
144 primary->space = head - tail;
148 DRM_DEBUG(" space = 0x%06x\n", primary->space);
180 primary->space = primary->size;
182 primary->space = head - dev_priv->primary->offset;
187 DRM_DEBUG(" space = 0x%06x\n", primary->space);
877 dev_priv->prim.space
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhead_40x.S94 .space 4
96 .space 4
98 .space 4
100 .space 4
102 .space 4
747 * exception space :-). Both the instruction and data TLB
984 .space 4096
987 .space PGD_TABLE_SIZE
993 .space 8
H A Didle_6xx.S191 .space 4*NR_CPUS
194 .space 4*NR_CPUS
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dhead.S46 .space PAGE_SIZE
49 .space PAGE_SIZE
102 * copy command line to __init_end. There is space for storing command line.
114 addik r5, r4, 0 /* add new space for command line */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/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) *)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-memchr.S42 # search til the end of the address space, we will overflow
44 # that we will never have a 56-bit address space, cropping
H A Dmemchr.S45 # search til the end of the address space, we will overflow
47 # that we will never have a 56-bit address space, cropping
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-output.c395 * wait for space to appear in the transmit/ACK window
566 size_t size, chunk, max, space; local
589 space = chunk + call->conn->size_align;
590 space &= ~(call->conn->size_align - 1UL);
592 size = space + call->conn->header_size;
594 _debug("SIZE: %zu/%zu/%zu", chunk, space, size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dbreak.S28 .space THREAD_SIZE - FRV_FRAME0_SIZE
30 .space FRV_FRAME0_SIZE
40 .space 2*4 /* saved PCSR, PSR for TLB-miss handler fixup */
44 .space 4
438 # we also have to fudge PSR because the return BREAK is in kernel space and we want
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dping6.c247 int space; local
249 space = inet6_srcrt_space(IPV6_SRCRT_TYPE_0, argc - 1);
251 if (space == 0) {
255 if (space + cmsglen > sizeof(cmsgbuf)) {
261 cmsglen += CMSG_ALIGN(space);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dcontrol.c599 unsigned int offset, space, first, jidx; local
604 space = list.space;
606 /* try limit maximum space */
607 if (space > 16384)
609 if (space > 0) {
611 dst = vmalloc(space * sizeof(struct snd_ctl_elem_id));
628 while (space > 0 && plist != &card->controls) {
630 for (jidx = offset; space > 0 && jidx < kctl->count; jidx++) {
633 space
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/
H A Dentry.S197 .space 4
353 /* Skip address space switching if they are the same. */
388 .space 4
390 .space 4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dcontrol_external.h244 int (*poll_descriptors)(snd_ctl_ext_t *ext, struct pollfd *pfds, unsigned int space);
H A Drawmidi.h88 int snd_rawmidi_poll_descriptors(snd_rawmidi_t *rmidi, 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_ext.c103 for (i = 0; i < list->space; i++) {
433 static int snd_ctl_ext_poll_descriptors(snd_ctl_t *handle, struct pollfd *pfds, unsigned int space) argument
438 return ext->callback->poll_descriptors(ext, pfds, space);
441 if (space > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_generic.h111 int snd_pcm_generic_poll_descriptors(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int space);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/radio/si470x/
H A Dradio-si470x-common.c126 static unsigned short space = 2; variable
127 module_param(space, ushort, 0444);
128 MODULE_PARM_DESC(space, "Spacing: 0=200kHz 1=100kHz *2=50kHz*");
369 ((space << 4) & SYSCONFIG2_SPACE) | /* SPACE */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Drx.c346 int space, rc = 0; local
360 space = rx_queue->fast_fill_limit - fill_level;
361 if (space < EFX_RX_BATCH)
381 } while ((space -= EFX_RX_BATCH) >= EFX_RX_BATCH);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dio.h247 * The kernel virtual space is thus:
250 * 0xD000080000000000 : PCI PHB IO space
256 * virtual address space is ever to be extended.
493 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) ret (*name) at;
494 #define DEF_PCI_AC_NORET(name, at, al, space, aa) void (*name) at;
504 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \
512 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \
604 * ioremap - map bus memory into CPU space
664 * space overall to be 1GB. This will work as long as we never try to use
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_dir2.c453 * See if this entry can be added to the directory without allocating space.
454 * First checks that the caller couldn't reserve enough space (resblks = 0).
509 int space, /* v2 dir's space XFS_DIR2_xxx_SPACE */
526 trace_xfs_dir2_grow_inode(args, space);
533 * Set lowest possible block in the space requested.
535 bno = XFS_B_TO_FSBT(mp, space * XFS_DIR2_SPACE_SIZE);
629 * Update file's size if this is the data space and it grew.
631 if (space == XFS_DIR2_DATA_SPACE) {
718 * no space reservatio
507 xfs_dir2_grow_inode( xfs_da_args_t *args, int space, xfs_dir2_db_t *dbp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_bio.c142 * never more than buffer space (size-len) warrants. */
426 * bio_nwrite0: check how much space is available
482 ssize_t num, space; local
489 space = bio_nwrite0(bio, buf);
490 if (num > space)
491 num = space;

Completed in 379 milliseconds

1234567891011>>