Searched refs:large (Results 26 - 50 of 146) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c604 int pcheck, int fast, int large);
1001 int fast, int large)
1014 if (large)
1025 if (large)
1039 if (large)
1065 int large; local
1070 large = FALSE;
1079 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large);
1097 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large);
1108 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large);
1000 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, int fast, int large) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/pascal/
H A Dexample.pas269 * Test deflate with large buffers and dynamic change of compression level
321 * Test inflate with large buffers
348 CHECK_ERR(err, 'large inflate');
356 WriteLn('bad large inflate: ', d_stream.total_out);
573 WriteLn('** Testing deflate with large buffers');
577 WriteLn('** Testing inflate with large buffers');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dprogdlgg.cpp54 #define wxLARGESMALL(large,small) small
56 #define wxLARGESMALL(large,small) large
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dexample.pas269 * Test deflate with large buffers and dynamic change of compression level
321 * Test inflate with large buffers
348 CHECK_ERR(err, 'large inflate');
356 WriteLn('bad large inflate: ', d_stream.total_out);
573 WriteLn('** Testing deflate with large buffers');
577 WriteLn('** Testing inflate with large buffers');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/pascal/
H A Dexample.pas269 * Test deflate with large buffers and dynamic change of compression level
321 * Test inflate with large buffers
348 CHECK_ERR(err, 'large inflate');
356 WriteLn('bad large inflate: ', d_stream.total_out);
573 WriteLn('** Testing deflate with large buffers');
577 WriteLn('** Testing inflate with large buffers');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/pascal/
H A Dexample.pas269 * Test deflate with large buffers and dynamic change of compression level
321 * Test inflate with large buffers
348 CHECK_ERR(err, 'large inflate');
356 WriteLn('bad large inflate: ', d_stream.total_out);
573 WriteLn('** Testing deflate with large buffers');
577 WriteLn('** Testing inflate with large buffers');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmatch.asm14 ; or large model. (For large model, assemble with -D__LARGE__).
290 _match_init proc far ; 'proc far' for large model
328 extrn _exit : far ; 'far' for large model
351 _longest_match proc far ; 'proc far' for large model
362 cur_match equ word ptr [bp+6] ; [bp+6] for large model
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Ddiv64.S37 andc r11,r6,r10 # ever be too large, only too small)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/lib/
H A Dchecksum.S16 ;; Optimized for large packets
H A Dchecksumcopy.S20 ;; Optimized for large packets
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Didp.h47 #error Your custom IO space is getting a bit large !!
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dscreendc.tex45 It is recommended that an area of the screen is specified because with large regions,
H A Dtipwin.tex38 \docparam{maxLength}{The length of each line, in pixels. Set to a very large
H A Dtwinsizes.tex28 \item{Otherwise if the window has children then the best size is set to be large enough to show all the children.}
84 {\bf sizer.Fit(window)}: This sets the size of the window to be large
H A Dtthreads.tex18 thread API), however it is still a non-trivial undertaking especially for large
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Di460-agp.c28 * The i460 can operate with large (4MB) pages, but there is no sane way to support this
78 int refcount; /* number of kernel pages using the large page */
79 u64 paddr; /* physical address of large page */
203 u64 large; member in union:__anon11051
209 temp.large = 0;
223 agp_bridge->gart_bus_addr = temp.large & ~((1UL << 3) - 1);
402 /* Figure out what pg_start means in terms of our large GART pages */
416 continue; /* OK, the entire large page is available... */
460 /* Figure out what pg_start means in terms of our large GART pages */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dbuild_vms.com40 $! NOLARGE Disable large-file support if large file support available.
95 $! Added LARGE option for large-file support.
463 $! Normally we want large file if it is available.
466 $ write sys$output "Handling of large files disabled."
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_emulate.c141 bool large = (inst & 0x00200000) ? true : false; local
143 vcpu->arch.mmu.tlbie(vcpu, addr, large);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dkvm_book3s.h36 bool large : 1; /* PTEs are 16MB */ member in struct:kvmppc_slb
H A Dkvm_host.h37 /* We don't currently support large pages. */
154 void (*tlbie)(struct kvm_vcpu *vcpu, ulong addr, bool large);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dipz_pt_fn.c94 #error Kernel pages must be at least as large than eHCA pages (4K) !
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dgfp.h185 #error ZONES_SHIFT too large to create GFP_ZONE_TABLE integer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dbuild_zip.com12 $! - select large-file support: "LARGE"
334 $! large-file options. Set the bzip2 directory.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dndis_0.asm31 CB_DSEG EQU <SEG _DATA> ; 16bit is small/large model
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/
H A DMakefile96 sha1-armv4-large.o: sha1-armv4-large.S

Completed in 294 milliseconds

123456