Searched refs:space (Results 26 - 50 of 494) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/vdso32/
H A Dint80.S55 .space VDSO32_vsyscall_eh_frame_size-(.LENDFDEDLSI-.LSTARTFRAMEDLSI), 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/interface/
H A Dmemory.h130 * any large discontiguities in the machine address space, 2MB gaps in
145 * pseudophysical address space.
153 /* Source mapping space. */
156 unsigned int space; member in struct:xen_add_to_physmap
158 /* Index into source mapping space. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dvfpmacros.h32 addne \base, \base, #32*4 @ step over unused register space
38 addne \base, \base, #32*4 @ step over unused register space
56 addne \base, \base, #32*4 @ step over unused register space
62 addne \base, \base, #32*4 @ step over unused register space
H A Dmemory.h31 * TASK_SIZE - the maximum size of a user space task.
39 * The maximum size of a 26-bit user space task.
44 * The module space lives between the addresses given by TASK_SIZE
55 #error Top of user space clashes with start of module space
59 * The highmem pkmap virtual space shares the end of the module area.
136 * Physical vs virtual RAM address space conversion. These are
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dif_ppp.c447 * For Digital UNIX, there's space set aside in the header mbuf
667 int len, space, n; local
674 space = 0;
679 space = MHLEN;
683 len -= space;
696 if (space == 0) {
712 space = ((m->m_flags & M_EXT) ? MCLBYTES : MLEN);
714 space = (m->m_off > MMAXOFF? MCLBYTES: MLEN) - off;
718 len -= space;
723 if (n > space)
744 int len, space, n, nb; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dif_ppp.c439 * For Digital UNIX, there's space set aside in the header mbuf
659 int len, space, n; local
666 space = 0;
671 space = MHLEN;
675 len -= space;
688 if (space == 0) {
704 space = ((m->m_flags & M_EXT) ? MCLBYTES : MLEN);
706 space = (m->m_off > MMAXOFF? MCLBYTES: MLEN) - off;
710 len -= space;
715 if (n > space)
736 int len, space, n, nb; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfilters.cpp599 byte *space = HelpCreatePutSpace(*AttachedTransformation(), DEFAULT_CHANNEL, s, length, len); local
608 m_cipher.ProcessString(space, inString, len);
609 AttachedTransformation()->PutModifiable(space, len);
624 byte *space = NULL; local
639 space = HelpCreatePutSpace(*AttachedTransformation(), DEFAULT_CHANNEL, blockSize);
640 memcpy(space, inString, length);
641 memset(space + length, 0, blockSize - length);
642 m_cipher.ProcessLastBlock(space, space, blockSize);
643 AttachedTransformation()->Put(space, blockSiz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Di5000_edac.c1037 int space, n; local
1041 space = PAGE_SIZE;
1042 mem_buffer = p = kmalloc(space, GFP_KERNEL);
1049 n = snprintf(p, space, "\n");
1051 space -= n;
1064 n = snprintf(p, space, "---------------------------"
1067 space -= n;
1070 space = PAGE_SIZE;
1072 n = snprintf(p, space, "csrow %2d ", csrow);
1074 space
[all...]
H A Di5400_edac.c937 int space, n; local
941 space = PAGE_SIZE;
942 mem_buffer = p = kmalloc(space, GFP_KERNEL);
960 n = snprintf(p, space, "---------------------------"
963 space -= n;
966 space = PAGE_SIZE;
968 n = snprintf(p, space, "csrow %2d ", csrow);
970 space -= n;
975 n = snprintf(p, space, "%4d MB | ", dinfo->megabytes);
977 space
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dfault-inject.c23 int space; local
25 /* "<interval>,<probability>,<space>,<times>" */
27 &interval, &probability, &space, &times) < 4) {
36 atomic_set(&attr->space, space);
110 if (atomic_read(&attr->space) > size) {
111 atomic_sub(size, &attr->space);
269 debugfs_create_atomic_t("space", mode, dir, &attr->space);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/go7007/
H A Dgo7007-fw.c288 static int copy_packages(__le16 *dest, u16 *src, int pkg_cnt, int space) argument
292 if (space < cnt)
376 static int gen_mjpeghdr_to_package(struct go7007 *go, __le16 *code, int space) argument
399 if (space - off < 32) {
646 __le16 *code, int space, int *framelen)
690 if (space - off < 32) {
833 __le16 *code, int space, int *framelen)
859 if (space - off < 32) {
902 if (space - off < 32) {
937 __le16 *code, int space, in
645 gen_mpeg1hdr_to_package(struct go7007 *go, __le16 *code, int space, int *framelen) argument
832 gen_mpeg4hdr_to_package(struct go7007 *go, __le16 *code, int space, int *framelen) argument
936 brctrl_to_package(struct go7007 *go, __le16 *code, int space, int *framelen) argument
1073 config_package(struct go7007 *go, __le16 *code, int space) argument
1195 seqhead_to_package(struct go7007 *go, __le16 *code, int space, int (*sequence_header_func)(struct go7007 *go, unsigned char *buf, int ext)) argument
1274 avsync_to_package(struct go7007 *go, __le16 *code, int space) argument
1305 final_package(struct go7007 *go, __le16 *code, int space) argument
1368 audio_to_package(struct go7007 *go, __le16 *code, int space) argument
1418 modet_to_package(struct go7007 *go, __le16 *code, int space) argument
1487 do_special(struct go7007 *go, u16 type, __le16 *code, int space, int *framelen) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dhead.S231 .space PTRS_PER_PGD*4
240 .space PAGE_SIZE
244 .space PAGE_SIZE
248 .space PAGE_SIZE
252 .space PAGE_SIZE
256 .space ((VMALLOC_END-VMALLOC_START)/PAGE_SIZE)*4
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dn_tty.c61 * controlling the space in the read buffer.
85 * n_tty_set__room - receive space
272 * @space: space available in tty driver write buffer
283 * Returns the number of bytes of buffer space used or -1 if
284 * no space left.
287 * the column state and space left in the buffer
290 static int do_output_char(unsigned char c, struct tty_struct *tty, int space) argument
294 if (!space)
302 if (space <
366 int space, retval; local
402 int space; local
485 int space, nr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dio.h31 * The legacy I/O space defined by the ia64 architecture supports only 65536 ports, but
43 #define IO_SPACE_BASE(space) ((space) << IO_SPACE_BITS)
49 unsigned long mmio_base; /* base in MMIO space */
61 * 0x000000001SPPPPPP PIO cookie (S=space number, P..P=port)
116 * Ensure ordering of I/O space writes. This will make sure that writes
130 struct io_space *space; local
133 space = &io_space[IO_SPACE_NR(port)];
135 if (space->sparse)
140 return (void *) (space
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/efs/
H A Defs.h99 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir
106 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A DMakefile9 export.o tree-log.o acl.o free-space-cache.o zlib.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/r128/
H A Dr128_drv.h73 int space; member in struct:drm_r128_ring_buffer
416 ring->space = (GET_RING_HEAD(dev_priv) - ring->tail) * sizeof(u32);
417 if (ring->space <= 0)
418 ring->space += ring->size;
436 if (ring->space < ring->high_mark) { \
439 if (ring->space >= ring->high_mark) \
443 DRM_ERROR("ring space check failed!\n"); \
479 if (dev_priv->ring.space <= (n) * sizeof(u32)) { \
483 _nr = n; dev_priv->ring.space -= (n) * sizeof(u32); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dbootx_init.c359 * some space for the header
468 unsigned long space; local
548 space = bi->deviceTreeOffset + bi->deviceTreeSize;
549 if (bi->ramDisk >= space)
550 space = bi->ramDisk + bi->ramDiskSize;
552 space = bi->totalParamsSize;
554 bootx_printf("Total space used by parameters & ramdisk: 0x%x\n", space);
568 ptr < (unsigned long)bi + space; ptr += PAGE_SIZE)
577 hdr = bootx_flatten_dt(space);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/realmode/
H A Dwakeup.S146 .space 2048
148 .space 2048
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_ringbuffer.c211 ring->space = ring->head - (ring->tail + 8);
212 if (ring->space < 0)
213 ring->space += ring->size;
667 ring->space = ring->head - (ring->tail + 8);
668 if (ring->space < 0)
669 ring->space += ring->size;
708 if (ring->space < rem) {
722 ring->space = ring->head - 8;
736 ring->space = ring->head - (ring->tail + 8);
737 if (ring->space <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlayalgor.tex7 the remaining space to the MDI client window (which contains the MDI child frames).
9 remaining space.
25 the given event object, to be the old supplied rectangle minus whatever space the
43 output window take up space at the top and bottom, and then the remaining height in-between is used for
125 Lays out the children of a normal frame. {\it mainWindow} is set to occupy the remaining space.
136 The MDI client window is set to occupy the remaining space.
144 {\it mainWindow} is set to occupy the remaining space. If this is not specified, then
145 the last window that responds to a calculate layout event in query mode will get the remaining space
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfault-inject.h18 atomic_t space; member in struct:fault_attr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dspu_restore_crt0.S33 .space SIZEOF_SPU_SPILL_REGS, 0x0
H A Dspu_save_crt0.S32 .space SIZEOF_SPU_SPILL_REGS, 0x0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dhead64.S44 lpswe .Lentry-.LPG1(13) # jump to _stext in primary-space,
50 .quad 0 # cr1: primary space segment table
56 .quad 0 # cr7: secondary space segment table
62 .quad 0 # cr13: home space segment table

Completed in 481 milliseconds

1234567891011>>