Searched
full:hash (Results
901 -
925 of
2206) sorted by null
<<31323334353637383940>>
| /external/iproute2/include/linux/ |
| pkt_sched.h | 167 int perturb_period; /* Period of hash perturbation */ 169 unsigned divisor; /* Hash divisor */
|
| /external/kernel-headers/original/linux/ |
| pkt_sched.h | 167 int perturb_period; /* Period of hash perturbation */ 169 unsigned divisor; /* Hash divisor */
|
| /external/qemu/ |
| m68k.ld | 14 .hash : { *(.hash) }
|
| x86_64.ld | 11 .hash : { *(.hash) }
|
| /external/srec/tools/thirdparty/OpenFst/fst/lib/ |
| compat.h | 300 template<> struct hash<int64> { struct in namespace:__gnu_cxx 306 template<> struct hash<string> { struct in namespace:__gnu_cxx
|
| /external/webkit/WebCore/page/ |
| SecurityOrigin.h | 158 // one origin can access another. It is used for hash table keys. 160 // FIXME: If this method is really only useful for hash table keys, it
|
| /external/webkit/WebKit/qt/Api/ |
| qwebsettings.cpp | 86 WebGraphicHash* hash = _graphics(); local 88 if (hash->isEmpty()) { 89 hash->insert(QWebSettings::MissingImageGraphic, QPixmap(QLatin1String(":webkit/resources/missingImage.png"))); 90 hash->insert(QWebSettings::MissingPluginGraphic, QPixmap(QLatin1String(":webkit/resources/nullPlugin.png"))); 91 hash->insert(QWebSettings::DefaultFrameIconGraphic, QPixmap(QLatin1String(":webkit/resources/urlIcon.png"))); 92 hash->insert(QWebSettings::TextAreaSizeGripCornerGraphic, QPixmap(QLatin1String(":webkit/resources/textAreaResizeCorner.png"))); 93 hash->insert(QWebSettings::DeleteButtonGraphic, QPixmap(QLatin1String(":webkit/resources/deleteButton.png"))); 96 return hash; [all...] |
| /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
| eap_fast_common.c | 88 * master_secret = T-PRF(PAC-Key, "PAC to master secret label hash", 94 "PAC to master secret label hash",
|
| /frameworks/base/core/java/com/android/internal/http/ |
| HttpDateTime.java | 148 int hash = Character.toLowerCase(monthString.charAt(0)) + local 151 switch (hash) {
|
| /frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
| SignalToneUtil.java | 41 // the alert pitch to be involved in hash calculation for 93 // so the alert pitch is not involved in hash calculation
|
| /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-6356/ |
| loc_api.xdr | 100 rpc_uint32 proghash; /* Unique hash value for the API XDR definition */ 101 rpc_uint32 cbproghash; /* Unique hash value for the Callbacks' XDR definition */
|
| /packages/apps/IM/libwbxml/src/ |
| csp13inttags_hash.c | 70 hash (str, len) function 181 register int key = hash (str, len);
|
| /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/ |
| armelf.xsc | 11 .hash : { *(.hash) }
|
| armelf.xsw | 11 .hash : { *(.hash) }
|
| /prebuilt/linux-x86/ccache/ |
| ccache | |
| /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/ |
| armelf.xsc | 11 .hash : { *(.hash) }
|
| armelf.xsw | 11 .hash : { *(.hash) }
|
| /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/lib/ldscripts/ |
| elf_i386.xc | 12 .hash : { *(.hash) }
|
| elf_i386.xdc | 12 .hash : { *(.hash) }
|
| elf_i386.xdw | 12 .hash : { *(.hash) }
|
| elf_i386.xsc | 11 .hash : { *(.hash) }
|
| elf_i386.xsw | 11 .hash : { *(.hash) }
|
| elf_i386.xw | 12 .hash : { *(.hash) }
|
| /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
| JDKKeyStore.java | 1014 byte[] hash = new byte[digSize]; 1017 dig.doFinal(hash, 0); 1024 if (!this.isSameAs(hash, oldHash)) 1059 byte[] hash = new byte[dig.getDigestSize()]; 1061 dig.doFinal(hash, 0); 1063 cOut.write(hash);
|
| /dalvik/vm/ |
| Native.c | 149 * We add one of these to the hash table for every library we load. The 150 * hash is on the "pathName" field. 199 u4 hash = dvmComputeUtf8Hash(pathName); local 202 ent = dvmHashTableLookup(gDvm.nativeLibs, hash, (void*)pathName, 215 u4 hash = dvmComputeUtf8Hash(pLib->pathName); local 223 return dvmHashTableLookup(gDvm.nativeLibs, hash, pLib, hashcmpSharedLib,
|
Completed in 1802 milliseconds
<<31323334353637383940>>