Searched refs:architecture (Results 1 - 25 of 191) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dspinlock.h8 #error need an architecture specific asm/spinlock.h
H A Dpgalloc.h4 * an empty file is enough for a nommu architecture
7 #error need to implement an architecture specific asm/pgalloc.h
H A Dtlbflush.h9 #error need to implement an architecture specific asm/tlbflush.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/metrowerks/wchar_t_panther_fix/machine/
H A Dansi.h18 #error architecture not supported
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexVHDL.cxx166 "architecture begin case component else elsif end entity generate loop package process record then "
312 strcmp(s, "architecture") == 0 ||
375 ((strcmp(s, "begin") == 0) && (strcmp(prevWord, "architecture") == 0)) ||
443 // access after alias all architecture array assert attribute begin block body buffer bus case component
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dbootx.h38 /* Bit in the architecture flag mask. More to be defined in
79 /* NEW (vers. 4) Detected hw architecture */
80 __u32 architecture; member in struct:boot_infos
84 * On pre-PCI macintosh (BOOT_ARCH_PCI bit set to 0 in architecture), this
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dsetjmp.S4 # setjmp/longjmp for the i386 architecture
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Dsetjmp.S4 # setjmp/longjmp for the x86-64 architecture
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/boot/
H A DMakefile55 @test "$(INITRD_VIRT)" != "" || (echo This architecture does not support INITRD; exit -1)
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dstartarm.S72 #error Unrecognized ARM architecture
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dbitops.h27 # error SMP not supported on this architecture
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_spoolss_drivers_conv.c34 { "architecture", PY_UNISTR, offsetof(DRIVER_INFO_2, architecture) },
44 { "architecture", PY_UNISTR, offsetof(DRIVER_INFO_3, architecture) },
57 { "architecture", PY_UNISTR, offsetof(DRIVER_INFO_6, architecture) },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Drules23 DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
24 DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
25 DEB_HOST_GNU_SYSTEM := $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
26 DEB_BUILD_GNU_SYSTEM := $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM)
253 # Build architecture-independent files here.
285 # Build architecture-dependent files here.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/VMS/
H A Dopenssl_startup.com25 $! Determine hardware architecture.
74 " Can't find expected architecture-specific OpenSSL directories in:"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/VMS/
H A Dopenssl_startup.com25 $! Determine hardware architecture.
74 " Can't find expected architecture-specific OpenSSL directories in:"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dnt_printing.c963 int get_ntdrivers(fstring **list, const char *architecture, uint32 version) argument
970 short_archi = get_short_archi(architecture);
997 Function to do the mapping between the long architecture name and
1005 DEBUG(107,("Getting architecture dependant directory\n"));
1012 DEBUGADD(10,("Unknown architecture [%s] !\n", long_archi));
1019 DEBUGADD(108,("long architecture: [%s]\n", archi_table[i].long_archi));
1020 DEBUGADD(108,("short architecture: [%s]\n", archi_table[i].short_archi));
1396 Determine the correct cVersion associated with an architecture and driver
1398 static uint32 get_correct_cversion(const char *architecture, fstring driverpath_in, argument
1415 /* If architecture i
1538 const char *architecture; local
1604 const char *architecture; local
1734 const char *architecture; local
1932 const char *architecture; local
2098 const char *architecture; local
4558 get_a_printer_driver(NT_PRINTER_DRIVER_INFO_LEVEL *driver, uint32 level, fstring drivername, const char *architecture, uint32 version) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_spoolss_nt.c1929 * long architecture string
5043 static void fill_printer_driver_info_1(DRIVER_INFO_1 *info, NT_PRINTER_DRIVER_INFO_LEVEL driver, fstring servername, fstring architecture) argument
5052 static WERROR construct_printer_driver_info_1(DRIVER_INFO_1 *info, int snum, fstring servername, fstring architecture, uint32 version) argument
5062 if (!W_ERROR_IS_OK(get_a_printer_driver(&driver, 3, printer->info_2->drivername, architecture, version))) {
5067 fill_printer_driver_info_1(info, driver, servername, architecture);
5086 init_unistr( &info->architecture, driver.info_3->environment );
5113 static WERROR construct_printer_driver_info_2(DRIVER_INFO_2 *info, int snum, fstring servername, fstring architecture, uint32 version) argument
5124 if (!W_ERROR_IS_OK(get_a_printer_driver(&driver, 3, printer->info_2->drivername, architecture, version))) {
5215 init_unistr( &info->architecture, driver.info_3->environment );
5253 static WERROR construct_printer_driver_info_3(DRIVER_INFO_3 *info, int snum, fstring servername, fstring architecture, uint3 argument
5375 construct_printer_driver_info_6(DRIVER_INFO_6 *info, int snum, fstring servername, fstring architecture, uint32 version) argument
5443 getprinterdriver2_level1(fstring servername, fstring architecture, uint32 version, int snum, RPC_BUFFER *buffer, uint32 offered, uint32 *needed) argument
5481 getprinterdriver2_level2(fstring servername, fstring architecture, uint32 version, int snum, RPC_BUFFER *buffer, uint32 offered, uint32 *needed) argument
5519 getprinterdriver2_level3(fstring servername, fstring architecture, uint32 version, int snum, RPC_BUFFER *buffer, uint32 offered, uint32 *needed) argument
5555 getprinterdriver2_level6(fstring servername, fstring architecture, uint32 version, int snum, RPC_BUFFER *buffer, uint32 offered, uint32 *needed) argument
5605 fstring architecture; local
6784 enumprinterdrivers_level1(fstring servername, fstring architecture, RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
6868 enumprinterdrivers_level2(fstring servername, fstring architecture, RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
6953 enumprinterdrivers_level3(fstring servername, fstring architecture, RPC_BUFFER *buffer, uint32 offered, uint32 *needed, uint32 *returned) argument
7051 fstring architecture; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dplatinfo.tex15 is running under and some basic architecture info of the machine where it's running.
100 The architecture of the operating system (regardless of the build environment
187 wxARCH\_INVALID if the given string is not a valid architecture string
199 Returns the name for the architecture of this wxPlatformInfo instance.
206 Returns the architecture ID of this wxPlatformInfo instance.
403 Sets the architecture enum value associated with this wxPlatformInfo instance.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Drules20 DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
21 DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
22 DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
253 # Build architecture-independent files here.
285 # Build architecture-dependent files here.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/bzip2/
H A Dbuildbz2.com121 $! Sense the host architecture (Alpha, Itanium, or VAX).
226 $ say " architecture = ''arch' (destination = [.''dest'])"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/include/mach/
H A Dentry-macro.S54 and \tmp, \tmp, #0x000f0000 @ only check architecture
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-woody/
H A Drules23 DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
24 DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
209 # Build architecture-independent files here.
241 # Build architecture-dependent files here.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Dcmd_spoolss.c35 all architecture strings that support mutliple
64 function to do the mapping between the long architecture name and
72 DEBUG(107,("Getting architecture dependant directory\n"));
79 DEBUGADD(10,("Unknown architecture [%s] !\n", long_archi));
87 DEBUGADD(108,("long architecture: [%s]\n", archi_table[i].long_archi));
88 DEBUGADD(108,("short architecture: [%s]\n", archi_table[i].short_archi));
883 fstring architecture; local
891 rpcstr_pull(architecture, i1->architecture.buffer, sizeof(architecture),
913 fstring architecture = ""; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/brew/
H A Dbdbread.mak73 # Processor architecture options
115 END = -littleend # Compile for little endian memory architecture
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Ddocprobe.c79 #warning Unknown architecture for DiskOnChip. No default probe locations defined

Completed in 164 milliseconds

12345678