Searched refs:impl (Results 76 - 100 of 111) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DRecordInput.java9 package com.sleepycat.persist.impl;
H A DCompositeKeyFormat.java9 package com.sleepycat.persist.impl;
H A DFormat.java9 package com.sleepycat.persist.impl;
H A DRawAccessor.java9 package com.sleepycat.persist.impl;
H A DSimpleCatalog.java9 package com.sleepycat.persist.impl;
H A DReflectionAccessor.java9 package com.sleepycat.persist.impl;
H A DWidenerInput.java9 package com.sleepycat.persist.impl;
H A DEvolver.java9 package com.sleepycat.persist.impl;
H A DPersistCatalog.java9 package com.sleepycat.persist.impl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveTest.java18 import com.sleepycat.persist.impl.PersistCatalog;
H A DBindingTest.java48 import com.sleepycat.persist.impl.PersistCatalog;
49 import com.sleepycat.persist.impl.PersistComparator;
50 import com.sleepycat.persist.impl.PersistEntityBinding;
51 import com.sleepycat.persist.impl.PersistKeyBinding;
52 import com.sleepycat.persist.impl.PersistKeyCreator;
53 import com.sleepycat.persist.impl.SimpleCatalog;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h1371 const int impl = dev->pci_device & 0x0ff0; local
1373 if (dev_priv->card_type >= NV_10 && impl != 0x0100 &&
1374 impl != 0x0150 && impl != 0x01a0 && impl != 0x0200)
1390 const int impl = dev->pci_device & 0x0ff0; local
1392 if (impl == 0x0310 || impl == 0x0340 || dev_priv->card_type >= NV_40)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Devp.h508 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
513 unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl);
529 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
538 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
548 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Devp.h508 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
513 unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl);
529 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
538 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
548 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dtime_64.c592 unsigned long ver, manuf, impl; local
597 impl = ((ver >> 32) & 0xffff);
598 if (manuf == 0x17 && impl == 0x13) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dscsi.c49 #include <scsi/impl/uscsi.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Devp.h594 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
599 ENGINE *impl);
623 ENGINE *impl, const unsigned char *key,
633 ENGINE *impl, const unsigned char *key,
644 ENGINE *impl, const unsigned char *key,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Devp.h594 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl);
599 ENGINE *impl);
623 ENGINE *impl, const unsigned char *key,
633 ENGINE *impl, const unsigned char *key,
644 ENGINE *impl, const unsigned char *key,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/pcp/
H A Dsamba.c43 #include <pcp/impl.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_buffer.c630 const char *impl = ptr; local
641 tt_assert(impl);
642 if (!strcmp(impl, "sendfile")) {
646 } else if (!strcmp(impl, "mmap")) {
650 } else if (!strcmp(impl, "linear")) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Ddynamicsash.cpp185 wxDynamicSashWindowLeaf(wxDynamicSashWindowImpl *impl);
997 wxDynamicSashWindowLeaf::wxDynamicSashWindowLeaf(wxDynamicSashWindowImpl *impl) argument
999 m_impl = impl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto_openssl.c79 #define HMAC_Init_ex(ctx,sec,len,md,impl) HMAC_Init(ctx, sec, len, md)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmimetmac.cpp673 wxFileTypeImpl impl;
674 impl.Init(this, pos);
680 impl.GetOpenCommand( &cmd, wxFileType::MessageParameters (wxT("http://www.google.com")));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dlibahci.c2113 u32 vers, cap, cap2, impl, speed; local
2119 impl = hpriv->port_map;
2133 "%u slots %u ports %s Gbps 0x%x impl %s mode\n"
2144 impl,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A DMakefile.am190 EXTRA_DIST += fseeko.c stdio-impl.h

Completed in 345 milliseconds

12345