Searched refs:export (Results 1 - 25 of 55) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dasm.S31 .macro function name, export=0
32 .if \export
H A Dh264idct_neon.S28 function ff_h264_idct_add_neon, export=1
80 function ff_h264_idct_dc_add_neon, export=1
99 function ff_h264_idct_add16_neon, export=1
126 function ff_h264_idct_add16intra_neon, export=1
151 function ff_h264_idct_add8_neon, export=1
H A Dh264dsp_neon.S60 function ff_\type\()_h264_chroma_mc8_neon, export=1
186 function ff_\type\()_h264_chroma_mc4_neon, export=1
422 function ff_h264_v_loop_filter_luma_neon, export=1
448 function ff_h264_h_loop_filter_luma_neon, export=1
539 function ff_h264_v_loop_filter_chroma_neon, export=1
557 function ff_h264_h_loop_filter_chroma_neon, export=1
1030 function ff_put_h264_qpel8_mc10_neon, export=1
1038 function ff_put_h264_qpel8_mc20_neon, export=1
1046 function ff_put_h264_qpel8_mc30_neon, export=1
1054 function ff_put_h264_qpel8_mc01_neon, export
[all...]
H A Ddsputil_vfp.S45 function ff_vector_fmul_vfp, export=1
89 function ff_vector_fmul_reverse_vfp, export=1
144 function ff_float_to_int16_vfp, export=1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dlinkage.h16 .export name !\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dmodpost.c29 enum export { enum
141 enum export export; /* Type of export */ member in struct:symbol
178 enum export export)
186 new->export = export;
207 enum export export; member in struct:__anon10953
177 new_symbol(const char *name, struct module *module, enum export export) argument
255 sym_add_exported(const char *name, struct module *mod, enum export export) argument
277 sym_update_crc(const char *name, struct module *mod, unsigned int crc, enum export export) argument
447 enum export export = export_from_sec(info, sym->st_shndx); local
1491 char *symname, *modname, *d, *export, *end; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dnamespace.pl37 # A symbol that is suffixed with '(export only)' has these properties
45 # export. But be careful that a different .config might use the symbol.
85 my %export = (); # $export{$name} exists if there is an EXPORT_... of $name
346 my ($object, $type, $name, $i, $j, $kstrtab, $ksymtab, $export);
359 $export = 0;
363 $export = 1;
367 if ($export) {
368 $export{$name} = "";
427 my ($name, @module, $module, $export);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/ata_id/
H A Data_id.c95 int export = 0; local
99 { "export", 0, NULL, 'x' },
115 export = 1;
118 printf("Usage: ata_id [--export] [--help] <device>\n"
119 " --export print values as environemt keys\n"
156 if (export) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgunfmt.tcl18 namespace export mcset mcdump
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/hppa/
H A Dmpih-add1.S45 .export _gcry_mpih_add_n
H A Dmpih-sub1.S49 .export _gcry_mpih_sub_n
H A Dmpih-rshift.S35 .export _gcry_mpih_rshift
H A Dmpih-lshift.S34 .export _gcry_mpih_lshift
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/edd_id/
H A Dedd_id.c57 int export = 0; local
72 if (strcmp(arg, "--export") == 0) {
73 export = 1;
183 if (export)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/cdrom_id/
H A Dcdrom_id.c91 int export = 0; local
101 if (strcmp(arg, "--export") == 0) {
102 export = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/nfsd/
H A Dsyscall.h19 #include <linux/nfsd/export.h>
34 #define NFSCTL_EXPORT 3 /* export a file system. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/makefiles/
H A DWLAN_Common.mk49 #export SHELLOPTS ?= pipefail
59 export MAKEFILES := $(MAKEFILES) $(abspath $(lastword $(MAKEFILE_LIST)))
162 export WLAN_TreeBaseA
166 export WLAN_TreeBase := $(WLAN_TreeBaseA)
172 export WLAN_TreeBaseR = $(call relpath,$(WLAN_TreeBaseA))
239 export WLAN_ComponentSrcDirsR = $(addprefix $(WLAN_TreeBaseR)/,$(WLAN_ComponentSrcPathsInUse))
240 export WLAN_ComponentIncDirsR = $(addprefix $(WLAN_TreeBaseR)/,$(WLAN_ComponentIncPathsInUse))
241 export WLAN_ComponentIncPathR = $(addprefix -I,$(WLAN_ComponentIncDirsR))
243 export WLAN_ComponentSrcDirsA = $(addprefix $(WLAN_TreeBaseA)/,$(WLAN_ComponentSrcPathsInUse))
244 export WLAN_ComponentIncDirs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/hppa1.1/
H A Dmpih-mul1.S61 .export _gcry_mpih_mul_1
H A Dudiv-qrnnd.S47 .export __udiv_qrnnd
H A Dmpih-mul2.S51 .export _gcry_mpih_addmul_1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dreal2.S17 .export real_stack
18 .export real32_stack
19 .export real64_stack
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dgenerator.py331 # the table libxml2-export.c to add when registrering the Python module
395 def print_function_wrapper(name, output, export, include):
500 export.write("#if %s\n" % cond)
506 export.write(" { (char *)\"%s\", libxml_%s, METH_VARARGS, NULL },\n" %
513 export.write("#endif\n")
520 export.write("#endif\n")
548 export.write("#endif /* %s */\n" % cond)
596 export = open("libxml2-export.c", "w")
597 export
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospfd.h347 } export; member in struct:ospf_area
348 #define EXPORT_NAME(A) (A)->export.name
349 #define EXPORT_LIST(A) (A)->export.list
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/usb_id/
H A Dusb_id.c318 * for all luns, export the target:lun number
370 static int export; local
374 { "export", 0, NULL, 'x' },
398 export = 1;
401 printf("Usage: usb_id [--usb-info] [--num-info] [--export] [--help] <devpath>\n"
404 " --export print values as environemt keys\n"
441 if (export) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_linux.h10 #include <linux/nfsd/export.h>

Completed in 108 milliseconds

123