Searched refs:test (Results 476 - 500 of 579) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm168 ; use the sign flag instead of the zero flag for the exit test.
328 test eax, 00000FFFFH
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTransactionTest.java9 package com.sleepycat.collections.test;
40 import com.sleepycat.util.test.SharedTestUtils;
41 import com.sleepycat.util.test.TestEnv;
53 * Runs a command line collection test.
77 "Usage: java com.sleepycat.collections.test.TransactionTest"
134 return "txn-test-" + getName() + '-' + i;
416 "test-abort");
423 assertEquals("test-abort", e.getMessage());
514 * read. This test passes if we do not deadlock.
595 * This test onl
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dinfo.c290 int test=oggpack_read(opb,16); local
291 if(test<0 || test>=VI_TIMEB)goto err_out;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dbftest.c98 /* Lets use the DES test vectors :-) */
269 static int test(void );
278 ret=test();
288 printf("ecb test data\n");
303 printf("set_key test data\n");
319 printf("\nchaining mode test data\n");
351 static int test(void) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dbftest.c99 /* Lets use the DES test vectors :-) */
270 static int test(void );
279 ret=test();
292 printf("ecb test data\n");
307 printf("set_key test data\n");
323 printf("\nchaining mode test data\n");
355 static int test(void) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_client.c700 BIO *test; local
702 test=BIO_new(BIO_f_nbio_test());
703 sbio=BIO_push(test,sbio);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbftest.c99 /* Lets use the DES test vectors :-) */
270 static int test(void );
279 ret=test();
292 printf("ecb test data\n");
307 printf("set_key test data\n");
323 printf("\nchaining mode test data\n");
355 static int test(void) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dsuper.c335 * @test: comparison callback
340 int (*test)(struct super_block *,void *),
350 if (test) list_for_each(p, &type->fs_supers) {
353 if (!test(old, data))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bf/
H A Dbftest.c98 /* Lets use the DES test vectors :-) */
269 static int test(void );
278 ret=test();
288 printf("ecb test data\n");
303 printf("set_key test data\n");
319 printf("\nchaining mode test data\n");
351 static int test(void) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/aes/asm/
H A Daes-586.pl892 &test ($s2,0xFFFFFFF0);
928 &test ($s2,0xFFFFFFF0);
931 &test ($s2,15);
1247 &test ("esi",-1);
1249 &test ("edi",-1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_ethtool.c113 "Register test (offline)", "Eeprom test (offline)",
114 "Interrupt test (offline)", "Loopback test (offline)",
115 "Link test (on/offline)"
740 uint32_t test[] = \
742 for (pat = 0; pat < ARRAY_SIZE(test); pat++) { \
743 E1000_WRITE_REG(&adapter->hw, R, (test[pat] & W)); \
745 if (value != (test[pat] & W & M)) { \
746 DPRINTK(DRV, ERR, "pattern test re
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/
H A Dvideo.S1201 lodsw # Pointer to test routine
1207 call *%ax # Call test routine
1251 # S3 - The test algorithm was taken from the SuperProbe package
1270 jz s3_2 # the first test failed. But we have a
1530 # it's misidentified by the Ahead test.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c750 struct auth_domain *test; local
763 test = auth_domain_lookup(name, &new->h);
764 if (test != &new->h) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/
H A DKeyRangeTest.java30 import com.sleepycat.util.test.SharedTestUtils;
106 (env, null, "test.db", null, dbConfig);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dt106script.tcl286 # We succeeded. Go back to the body of the test.
293 source $test_path/test.tcl
H A Dtest087.tcl50 set testfile test$tnum.db
121 # If this test has trouble, though, uncommenting this
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_transport_sas.c1429 #define SETUP_TEMPLATE(attrb, field, perm, test) \
1433 if (test) \
1436 #define SETUP_TEMPLATE_RW(attrb, field, perm, test, ro_test, ro_perm) \
1444 if (test) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-stxcpy.S208 cmpbge zero, t2, t8 # E : test new word for eos
H A Dstxcpy.S182 cmpbge zero, t2, t8 # e0 : test new word for eos
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/kernel/
H A Dcrunch-bits.S89 teq r1, #0 @ test for last ownership
H A Diwmmxt.S78 teq r1, #0 @ test for last ownership
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dfs.h757 #define FL_EXISTS 16 /* when unlocking, test for existence */
1067 /* These macros are for out of kernel modules to test that
1307 * acceptability test. If it cannot, it should return a %NULL pointer if
1412 int (*test)(struct super_block *,void *),
1692 unsigned long hashval, int (*test)(struct inode *, void *),
1695 int (*test)(struct inode *, void *), void *data);
1698 extern struct inode * iget5_locked(struct super_block *, unsigned long, int (*test)(struct inode *, void *), int (*set)(struct inode *, void *), void *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/lockd/
H A Dsvc4proc.c91 /* Don't accept test requests during grace period */
492 PROC(test, testargs, testres, args, res, Ck+St+2+No+Rg),
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dtest.h66 extern struct timeval tv_test_start; /* for test timing */
71 extern int test(char *URL); /* the actual test function provided by each
81 ** codes are returned to signal test specific situations and should
101 ** Macros for test source code readability/maintainability.
126 ** as test result.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/sis/
H A Dsis_main.c2367 SISDoSense(struct sis_video_info *ivideo, u16 type, u16 test) argument
2374 mytest = test;
2543 unsigned char test[3]; local
2578 if(!(temp1 & 0x08)) test[i] = 0x02;
2579 else if(!(temp1 & 0x02)) test[i] = 0x01;
2580 else test[i] = 0;
2584 if(test[0] == test[1]) temp1 = test[0];
2585 else if(test[
[all...]

Completed in 295 milliseconds

<<11121314151617181920>>