Searched refs:fast (Results 1 - 25 of 137) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DStatsConfig.java29 private boolean fast = false; field in class:StatsConfig
84 @param fast
88 public void setFast(boolean fast) { argument
89 this.fast = fast;
101 return fast;
106 if (fast)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/times/
H A Dusparc.cc1 solaris 2.5.1 usparc 167mhz?? - SC4.0 cc -fast -Xa -xO5
3 For the ultra sparc, SunC 4.0 cc -fast -Xa -xO5, running 'des_opts'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/times/
H A Dusparc.cc1 solaris 2.5.1 usparc 167mhz?? - SC4.0 cc -fast -Xa -xO5
3 For the ultra sparc, SunC 4.0 cc -fast -Xa -xO5, running 'des_opts'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndhw.c42 enum random_origins origin, int fast)
74 if (fast)
75 break; /* Don't get into the loop with the fast flag set. */
105 /* Try to read random from a hardware RNG if a fast one is
41 poll_padlock(void (*add)(const void*, size_t, enum random_origins), enum random_origins origin, int fast) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_hpt366.c237 u8 fast; local
243 pci_read_config_byte(pdev, addr2, &fast);
244 if (fast & 0x80) {
245 fast &= ~0x80;
246 pci_write_config_byte(pdev, addr2, fast);
272 u8 fast; local
278 pci_read_config_byte(pdev, addr2, &fast);
279 if (fast & 0x80) {
280 fast &= ~0x80;
281 pci_write_config_byte(pdev, addr2, fast);
[all...]
H A Dpata_qdi.c37 int fast; member in struct:qdi_data
62 if (qdi->fast) {
86 if (qdi->fast) {
233 * @fast: True if on a > 33Mhz VLB
239 static __init int qdi_init_one(unsigned long port, int type, unsigned long io, int irq, int fast) argument
288 qdi_data[nr_qdi_host].fast = fast;
H A Dpata_hpt37x.c428 u8 fast; local
434 pci_read_config_byte(pdev, addr2, &fast);
435 fast &= ~0x02;
436 fast |= 0x01;
437 pci_write_config_byte(pdev, addr2, fast);
462 u8 fast; local
468 pci_read_config_byte(pdev, addr2, &fast);
469 fast &= ~0x02;
470 fast |= 0x01;
471 pci_write_config_byte(pdev, addr2, fast);
542 u8 fast; local
577 u8 fast; local
[all...]
H A Dpata_hpt3x2n.c187 u8 fast; local
193 pci_read_config_byte(pdev, addr2, &fast);
194 fast &= ~0x07;
195 pci_write_config_byte(pdev, addr2, fast);
220 u8 fast; local
226 pci_read_config_byte(pdev, addr2, &fast);
227 fast &= ~0x07;
228 pci_write_config_byte(pdev, addr2, fast);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dstrlen.S38 found: blbs $2, done # make aligned case fast
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dtraps.c82 int fast; member in struct:__anon3853
299 * - fast user first dispatch table for user exceptions
300 * - fast kernel first dispatch table for kernel exceptions
301 * - default C-handler C-handler called by the default fast handler.
324 int fast = dispatch_init_table[i].fast; local
328 if (fast == 0)
330 if (fast && fast & USER)
332 if (fast
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dsa11xx_base.h96 #define MECR_FAST_SET(mecr, sock, fast) \
97 MECR_SET((mecr), (sock), MECR_FAST_SHIFT, MECR_FAST_MODE_MASK, (fast))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Ddpcsup.c71 int fast; local
73 fast = index & 0x01;
97 if (fast) {
272 int fast = index & 0x01; local
292 if (fast) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/lib/
H A Dmcount.S49 sethi %hi(ovstack), %g7 ! cant move to panic stack fast enough
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/redhat/
H A Dbftpd-1.7.spec6 Summary: A small, fast and easy-to-configure FTP server.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dtestgdbm.c177 int fast = 0; local
189 case 's': fast = GDBM_SYNC;
221 gdbm_open (file_name, block_size, GDBM_NEWDB | fast, 00664, NULL);
226 gdbm_open (file_name, block_size, GDBM_WRCREAT | fast, 00664, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Deni.h92 struct atm_vcc *fast,*last_fast;/* queues of VCCs with pending PDUs */ member in struct:eni_dev
94 struct atm_vcc **rx_map; /* for fast lookups */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dwd33c93.c53 * almost as fast while being much easier to define, track,
135 * - fast:x -x = 1 to enable Fast SCSI, which is only effective with
138 * present, same as "fast:1".
333 calc_sync_xfer(unsigned int period, unsigned int offset, unsigned int fast, argument
341 if (offset && fast) {
342 fast = STR_FSS;
345 fast = 0;
350 result |= fast;
358 calc_sync_msg(unsigned int period, unsigned int offset, unsigned int fast, argument
366 if (offset && fast)
[all...]
H A Dimm.c638 int fast, bulk, status; local
674 fast = (bulk
677 status = imm_out(dev, cmd->SCp.ptr, fast);
679 fast = (bulk
682 status = imm_in(dev, cmd->SCp.ptr, fast);
685 cmd->SCp.ptr += fast;
686 cmd->SCp.this_residual -= fast;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Ddevice_ops.c36 cdev->private->options.fast = (flags & CCWDEV_EARLY_NOTIFICATION) != 0;
53 cdev->private->options.fast))
55 cdev->private->options.fast |= (flags & CCWDEV_EARLY_NOTIFICATION) != 0;
64 cdev->private->options.fast &= (flags & CCWDEV_EARLY_NOTIFICATION) == 0;
231 * - fast notification was requested (primary status)
241 !(cdev->private->options.fast &&
H A Dcss.h89 unsigned int fast:1; /* post with "channel end" */ member in struct:ccw_device_private::__anon6269
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmdir.c40 static int fast=0; variable
256 if(RootDir && !fast) {
566 fast = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/contrib/printing/
H A Dadd_netatalk_printer239 Filter type: fast
259 Filter type: fast
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dhpfs.h119 unsigned fast: 1; /* partition was fast formatted */ member in struct:hpfs_spare_block
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/contrib/printing/
H A Dadd_netatalk_printer239 Filter type: fast
259 Filter type: fast
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c605 int pcheck, int fast, int large);
1010 int fast, int large)
1040 if (fast)
1073 int fast; local
1078 fast = FALSE;
1088 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large);
1106 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large);
1116 /* Now see if we can do fast timing */
1117 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large);
1122 fast
1009 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, int fast, int large) argument
[all...]

Completed in 118 milliseconds

123456