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

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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-R7000-V1.0.7.12_1.2.5/components/opensource/xz/tests/
H A Dtest_compress.sh132 test_xz $ARGS --lzma2=dict=64KiB,nice=32,mode=fast
135 # test_xz --subblock $ARGS --lzma2=dict=64KiB,nice=32,mode=fast
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dstrlen.S38 found: blbs $2, done # make aligned case fast
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/tests/
H A Dtest_compress.sh132 test_xz $ARGS --lzma2=dict=64KiB,nice=32,mode=fast
135 # test_xz --subblock $ARGS --lzma2=dict=64KiB,nice=32,mode=fast
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib0090.h55 extern void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast);
69 static inline void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dtraps.c83 int fast; member in struct:__anon10684
302 * - fast user first dispatch table for user exceptions
303 * - fast kernel first dispatch table for kernel exceptions
304 * - default C-handler C-handler called by the default fast handler.
327 int fast = dispatch_init_table[i].fast; local
331 if (fast == 0)
333 if (fast && fast & USER)
335 if (fast
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Devent.c82 bool fast; member in struct:we_set
207 ASSERT (wes->fast);
215 ASSERT (!wes->fast);
230 if (wes->fast)
445 wes->fast = true;
472 bool fast; member in struct:ep_set
491 ASSERT (eps->fast);
502 ASSERT (!eps->fast);
597 /* fast method ("sort of") corresponds to epoll one-shot */
599 eps->fast
618 bool fast; member in struct:po_set
810 bool fast; member in struct:se_set
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_qdi.c37 int fast; member in struct:qdi_data
62 if (qdi->fast) {
86 if (qdi->fast) {
178 * @fast: True if on a > 33Mhz VLB
184 static __init int qdi_init_one(unsigned long port, int type, unsigned long io, int irq, int fast) argument
236 qdi_data[nr_qdi_host].fast = fast;
H A Dpata_hpt37x.c392 u8 fast; local
398 pci_read_config_byte(pdev, addr2, &fast);
399 fast &= ~0x02;
400 fast |= 0x01;
401 pci_write_config_byte(pdev, addr2, fast);
480 u8 fast; local
486 pci_read_config_byte(pdev, addr2, &fast);
487 fast &= ~0x07;
488 pci_write_config_byte(pdev, addr2, fast);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/scripts/
H A Dmakefile.32sunu33 SUN_CC_FLAGS=-fast -xtarget=ultra
34 SUN_LD_FLAGS=-fast -xtarget=ultra
H A Dmakefile.64sunu33 SUN_CC_FLAGS=-fast -xtarget=ultra -xarch=v9
34 SUN_LD_FLAGS=-fast -xtarget=ultra -xarch=v9
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/scripts/
H A Dmakefile.32sunu9 SUN_CC_FLAGS=-fast -xtarget=ultra
10 SUN_LD_FLAGS=-fast -xtarget=ultra
H A Dmakefile.64sunu9 SUN_CC_FLAGS=-fast -xtarget=ultra -xarch=v9
10 SUN_LD_FLAGS=-fast -xtarget=ultra -xarch=v9
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Ddpcsup.c71 int fast; local
73 fast = index & 0x01;
97 if (fast) {
281 int fast = index & 0x01; local
301 if (fast) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/redhat/
H A Dbftpd-1.7.spec6 Summary: A small, fast and easy-to-configure FTP server.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/B/win32/
H A Dpgi.bat12 set CF=-fast %CFI% %CFASM%
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Deni.h91 struct atm_vcc *fast,*last_fast;/* queues of VCCs with pending PDUs */ member in struct:eni_dev
93 struct atm_vcc **rx_map; /* for fast lookups */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dentry-header.S27 * (due to slow/fast restore user regs).
91 .macro restore_user_regs, fast = 0, offset = 0
100 .if \fast
136 .macro restore_user_regs, fast = 0, offset = 0
144 .if \fast
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Ddevice_ops.c46 cdev->private->options.fast = (flags & CCWDEV_EARLY_NOTIFICATION) != 0;
73 cdev->private->options.fast))
75 cdev->private->options.fast |= (flags & CCWDEV_EARLY_NOTIFICATION) != 0;
92 cdev->private->options.fast &= (flags & CCWDEV_EARLY_NOTIFICATION) == 0;
432 * - fast notification was requested (primary status)
442 !(cdev->private->options.fast &&

Completed in 230 milliseconds

1234567891011