HomeSort by relevance Sort by last modified time
    Searched full:hash (Results 851 - 875 of 2206) sorted by null

<<31323334353637383940>>

  /external/icu4c/i18n/
plurrule_impl.h 28 #include "hash.h"
  /external/icu4c/test/cintltst/
cg7coll.c 25 * Sample Rules: & Question'-'mark ; '?' & Hash'-'mark ; '#' & Ampersand ; '&'
120 /* new table collation with rules "& Question-mark ; ? & Hash-mark ; # & Ampersand ; '&' " loop to TOTALTESTSET */
251 static const char rules[] = "& Question'-'mark ; '?' & Hash'-'mark ; '#' & Ampersand ; '&'";
257 log_verbose("Demo Test 3 : Create a new table collation with rules \"& Question'-'mark ; '?' & Hash'-'mark ; '#' & Ampersand ; '&'\" \n");
  /external/iproute2/examples/
cbqinit.eth1 41 # gives period of hash function perturbation in seconds.
  /external/iproute2/man/man8/
tc-sfq.8 25 On enqueueing, each packet is assigned to a hash bucket, based on
  /external/ipsec-tools/src/racoon/
vendorid.h 97 vchar_t *hash; member in struct:vendor_id
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack_tuple.h 103 /* Connections have two entries in the hash table: one for each way */
  /external/kernel-headers/original/linux/sunrpc/
auth.h 37 struct hlist_node cr_hash; /* hash chain */
  /external/libxml2/include/libxml/
relaxng.h 14 #include <libxml/hash.h>
  /external/mtpd/
l2tp.c 270 uint8_t hash[MD5_DIGEST_LENGTH]; local
278 MD5_Final(hash, &ctx);
287 MD5_Final(hash, &ctx);
289 buffer[i] = p->value[i] ^ hash[j];
  /external/openssl/crypto/asn1/
t_x509.c 275 /* display the hash of the subject as it would appear
277 if (BIO_printf(bp," Subject OCSP hash: ") <= 0)
292 /* display the hash of the public key as it would appear
294 if (BIO_printf(bp,"\n Public key OCSP hash: ") <= 0)
  /external/openssl/crypto/jpake/
jpake.h 30 BIGNUM *b; /* b = r - x*h, h=hash(g, g^r, g^x, name) */
  /external/openssl/crypto/txt_db/
txt_db.h 100 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp);
  /external/openssl/include/openssl/
txt_db.h 100 LHASH_HASH_FN_TYPE hash, LHASH_COMP_FN_TYPE cmp);
  /external/oprofile/libdb/
db_debug.c 115 printf("hash table walk found %d node expect %d node\n",
  /external/stlport/doc/
pointer_specialization.txt 30 or hash containers has been specialized. Lets take the set container
  /external/tcpdump/
oakley.h 119 u_int8_t hash_t; /* type of hash */
  /external/webkit/JavaScriptCore/API/
JSClassRef.h 71 // 1. A class is created and used, so its context data is stored in JSGlobalData hash map.
  /external/webkit/JavaScriptCore/runtime/
JSLock.h 32 // such as the protect count hash table. The simplest way to lock
  /external/webkit/WebCore/dom/
QualifiedName.cpp 38 static unsigned hash(const QualifiedNameComponents& components) function in struct:WebCore::QNameComponentsTranslator
  /external/webkit/WebCore/html/
HTMLAnchorElement.h 64 String hash() const;
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheStorage.h 111 // we keep a hash set of the hosts of the manifest URLs of all non-obsolete cache groups.
  /external/webkit/WebCore/page/
Location.cpp 123 String Location::hash() const function in class:WebCore::Location
  /external/webkit/WebCore/platform/graphics/
FontCache.cpp 92 CaseFoldingHash::hash(fontKey.m_family),
101 static unsigned hash(const FontPlatformDataCacheKey& font) function in struct:WebCore::FontPlatformDataCacheKeyHash
221 static unsigned hash(const FontPlatformData& platformData) function in struct:WebCore::FontDataCacheKeyHash
223 return platformData.hash();
  /external/webkit/WebCore/platform/graphics/gtk/
FontPlatformData.h 92 unsigned hash() const function in class:WebCore::FontPlatformData
  /external/webkit/WebCore/platform/graphics/mac/
FontPlatformData.h 96 unsigned hash() const function in struct:WebCore::FontPlatformData

Completed in 477 milliseconds

<<31323334353637383940>>