Searched refs:shared (Results 151 - 175 of 312) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/
H A Dopenssl.spec91 ./Configure %{CONFIG_FLAGS} linux-elf shared
94 ./Configure %{CONFIG_FLAGS} linux-ppc shared
97 ./Configure %{CONFIG_FLAGS} linux-alpha shared
168 - Changed to adapt to the new (supported) way of making shared libraries
201 - shared library creating process honours $RPM_OPT_FLAGS
202 - shared libarry supports threads (as well as static library)
204 - building of shared library completely reworked
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/
H A Dopenssl.spec91 ./Configure %{CONFIG_FLAGS} linux-elf shared
94 ./Configure %{CONFIG_FLAGS} linux-ppc shared
97 ./Configure %{CONFIG_FLAGS} linux-alpha shared
169 - Changed to adapt to the new (supported) way of making shared libraries
202 - shared library creating process honours $RPM_OPT_FLAGS
203 - shared libarry supports threads (as well as static library)
205 - building of shared library completely reworked
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/djgpp/
H A Dconfig.bat10 Rem if static or shared libraries are wanted
99 if "%1" == "shared" goto SharedLibrary
103 if "%1" == "shared" set STATIC_LIBRARY=disabled
132 if "%STATIC_LIBRARY%" == "enabled" echo --enable-static --disable-shared >> arguments
133 if "%STATIC_LIBRARY%" == "disabled" echo --enable-shared --disable-static >> arguments
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ac97/
H A Dac97_patch.c73 * shared line-in/mic controls
181 /* system has shared jacks with surround out enabled */
187 /* system has shared jacks with center/lfe out enabled */
193 /* system has shared jacks with line in enabled */
199 /* system has shared jacks with mic in enabled */
1956 /* clear LODIS if shared jack is to be used for Surround out */
1959 /* clear CLDIS if shared jack is to be used for C/LFE out */
1962 /* shared Line-In */
2132 /* clear OMS if shared jack is to be used for C/LFE out */
2480 int shared; local
2606 int shared; local
2756 int shared; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dinit.c67 long shared = 0, cached = 0; local
91 shared += page_count(page) - 1;
96 printk(KERN_INFO "%lu pages shared\n",shared);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dchp.c355 if (chp->shared == -1) /* channel measurements not available */
357 return sprintf(buf, "%x\n", chp->shared);
360 static DEVICE_ATTR(shared, 0444, chp_shared_show, NULL);
H A Dchsc.c931 u32 shared : 1; member in struct:__anon6261
962 chp->shared = scmc_area->shared;
968 chp->shared = -1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Darray.c554 int size = 0, resident = 0, shared = 0, text = 0, lib = 0, data = 0; local
558 size = task_statm(mm, &shared, &text, &data, &resident);
563 size, resident, shared, text, lib, data, 0);
H A Dtask_mmu.c64 int task_statm(struct mm_struct *mm, int *shared, int *text, argument
67 *shared = get_mm_counter(mm, file_rss);
71 *resident = *shared + get_mm_counter(mm, anon_rss);
H A Dtask_nommu.c10 * Logic: we've got two memory sums for each process, "shared", and
11 * "non-shared". Shared memory may get counted more then once, for
12 * each process that owns it. Non-shared memory is counted
85 int task_statm(struct mm_struct *mm, int *shared, int *text, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dconfig.mak3 FFMPEG_CONFIGURATION=--enable-shared --enable-gpl --arch=mipsel --cc=mipsel-linux-uclibc-gcc --enable-cross-compile --extra-cflags=-I/projects/hnd/tools/linux/hndtools-mipsel-linux-uclibc-4.2.3/include/ --extra-ldflags=-L/projects/hnd/tools/linux/hndtools-mipsel-linux-uclibc-4.2.3/lib --disable-muxers --disable-encoders --disable-filters --disable-vhook
21 SHFLAGS=-shared -Wl,-soname,$$(@F) -Wl,--version-script,$(SUBDIR)lib$(NAME).ver
23 VHOOKSHFLAGS=-shared -Wl,-soname,$$(@F)
H A Dconfig_arm.mak2 FFMPEG_CONFIGURATION=--enable-shared --enable-gpl --arch=arm --cc=arm-brcm-linux-uclibcgnueabi-gcc --enable-cross-compile --extra-cflags=-I/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/include/ --extra-ldflags=-L/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib --disable-muxers --disable-encoders --disable-filters --disable-vhook
20 SHFLAGS=-shared -Wl,-soname,$$(@F) -Wl,--version-script,$(SUBDIR)lib$(NAME).ver
22 VHOOKSHFLAGS=-shared -Wl,-soname,$$(@F)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A DMakefile.in450 SMBSH_OBJ = smbwrapper/smbsh.o smbwrapper/shared.o \
510 smbwrapper/realcalls.o smbwrapper/shared.o \
527 # This shared library is intended for linking with unit test programs
1006 @echo Linking shared library $@
1012 @echo Linking libsmbclient shared library $@
1018 @echo Linking libsmbclient non-shared library $@
1023 @echo Linking bigballofmud shared library $@
1265 @echo "Linking shared library $@"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/
H A Drpathcfg.sh28 ${CONFIG_SHELL-/bin/sh} ./configure --disable-shared --prefix=$builddir/tstprefix --libdir=$builddir/tstprefix/${LIBDIRSTEM-lib} > configure.log 2>&1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/build/
H A Dlib.mk56 LINKD = $(CC) -shared
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/
H A DMakefile50 $(MAKE) -e subdirs check lib shared; \
90 shared:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A DMakefile8 # If you wish to build zlib as a shared library, use: ./configure -s
28 LDSHARED=$(CROSS_COMPILE)gcc -shared -Wl,-soname,libz.so.1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A DMakefile64 vsyscall-flags = -shared -s -Wl,-soname=linux-gate.so.1 \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A DMakefile8 # If you wish to build zlib as a shared library, use: ./configure -s
28 LDSHARED= mipsel-linux-uclibc-gcc -shared -Wl,-soname,libz.so.1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/mm/
H A Dinit.c550 int shared = 0, cached = 0; local
567 shared += page_count(&mem_map[i]) - 1;
588 shared += page_count(p) - 1;
595 printk(KERN_INFO "%d pages shared\n", shared);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/
H A DMakefile.devel19 all : configures config.h.in srclib/Makefile.in config.h_vms config.h.msvc lib/config.h_vms lib/config.h.msvc include/iconv.h.build.in include/iconv.h_vms include/iconv.h.msvc-static include/iconv.h.msvc-shared lib/aliases.h lib/aliases_aix.h lib/aliases_osf1.h lib/aliases_dos.h lib/aliases_extra.h lib/flags.h lib/translit.h man/iconv.1.html man/iconv.3.html man/iconv_close.3.html man/iconv_open.3.html po/Makefile.msvc force
179 include/iconv.h.msvc-shared : include/iconv.h.in windows/dllexport.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dfutex.c84 * we can wake only the relevant ones (hashed queues may be shared).
147 * @shared: NULL for a PROCESS_PRIVATE futex,
154 * For shared mappings, it's (page->index, vma->vm_file->f_path.dentry->d_inode,
195 * it's in a shared or private mapping. So check vma first.
213 * VM_MAYSHARE here, not VM_SHARED which is restricted to shared
226 key->shared.inode = vma->vm_file->f_path.dentry->d_inode;
229 key->shared.pgoff = (((address - vma->vm_start) >> PAGE_SHIFT)
242 key->shared.pgoff =
262 atomic_inc(&key->shared.inode->i_count);
281 iput(key->shared
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A DMakefile.m32224 $(CC) $(LDFLAGS) -shared -Wl,--out-implib,$(libcurl_dll_a_LIBRARY) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A DMakefile52 all: shared
96 shared: buildinf.h lib subdirs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A DMakefile50 all: shared
104 shared: buildinf.h lib subdirs

Completed in 153 milliseconds

1234567891011>>