HomeSort by relevance Sort by last modified time
    Searched defs:HASH (Results 1 - 25 of 46) sorted by null

1 2

  /external/clang/test/Preprocessor/
hash_space.c 5 #define HASH #
6 HASH define foo bar
stringize_misc.c 37 #define HASH #
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
ext.c 25 } HASH;
27 ASN1_SEQUENCE(HASH) = {
28 ASN1_SIMPLE(HASH, hashAlgorithm, X509_ALGOR),
29 ASN1_SIMPLE(HASH, dataHash, ASN1_OCTET_STRING),
30 } ASN1_SEQUENCE_END(HASH)
32 DECLARE_ASN1_FUNCTIONS(HASH)
33 IMPLEMENT_ASN1_FUNCTIONS(HASH)
136 * Creates a x509v3 extension containing a hash
151 * md: hash algorithm
152 * buf: pointer to the buffer that contains the hash
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
template.h 3 /* define some hash function */
4 #ifndef HASH
5 #define HASH(p, h) while ( *p != '\0' ) h = (h<<1) + *p++;
12 unsigned int hash; member in struct:_sym
  /libcore/ojluni/src/main/java/sun/security/util/
AnchorCertificates.java 46 private static final String HASH = "SHA-256";
69 certs.add(X509CertImpl.getFingerprint(HASH, cert));
91 String key = X509CertImpl.getFingerprint(HASH, cert);
  /external/guava/guava-tests/test/com/google/common/base/
BenchmarkHelpers.java 59 HASH(CharMatcher.is('#'), "#"),
  /frameworks/native/cmds/lshal/
TableEntry.h 62 HASH,
82 std::string hash{};
  /system/tools/hidl/
Hash.cpp 17 #include "Hash.h"
31 const std::vector<uint8_t> Hash::kEmptyHash = std::vector<uint8_t>(SHA256_DIGEST_LENGTH, 0);
33 Hash& Hash::getMutableHash(const std::string& path) {
34 static std::map<std::string, Hash> hashes;
39 it = hashes.insert(it, {path, Hash(path)});
45 const Hash& Hash::getHash(const std::string& path) {
49 void Hash::clearHash(const std::string& path) {
67 Hash::Hash(const std::string &path
148 std::string hash = match.str(1); local
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_instr_set.c 27 #define HASH(hash, data) _mesa_fnv32_1a_accumulate((hash), (data))
30 hash_src(uint32_t hash, const nir_src *src)
33 hash = HASH(hash, src->ssa);
34 return hash;
38 hash_alu_src(uint32_t hash, const nir_alu_src *src, unsigned num_components)
40 hash = HASH(hash, src->abs)
179 uint32_t hash = _mesa_fnv32_1a_offset_bias; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/watchlist/
WatchlistConfig.java 65 private static final String HASH = "hash";
159 parser.require(XmlPullParser.START_TAG, null, XmlTags.HASH);
160 byte[] hash = HexDump.hexStringToByteArray(parser.nextText());
161 parser.require(XmlPullParser.END_TAG, null, XmlTags.HASH);
162 hashList.add(hash);
241 Log.e(TAG, "Unable to get watchlist config hash", e);
277 final byte[] hash = getWatchlistConfigHash();
278 pw.println("Watchlist config hash: " + (hash != null ? HexDump.toHexString(hash) : null))
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===//
256 // We use a perfect hash function here involving the length of the keyword,
261 #define HASH(LEN, FIRST, THIRD) \
264 case HASH(LEN, FIRST, THIRD): \
270 switch (HASH(Len, Name[0], Name[2])) {
302 #undef HASH
331 fprintf(stderr, "Hash density (#identifiers per bucket): %f\n",
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiCompress.c 38 #define HASH(p, c) ((p) + ((c) << (WNDBIT - 9)) + WNDSIZ * 2)
552 r = mNext[HASH(q, c)];
586 h = (NODE)HASH(q, c);
TianoCompress.c 37 #define HASH(p, c) ((p) + ((c) << (WNDBIT - 9)) + WNDSIZ * 2)
569 NodeR = mNext[HASH (NodeQ, CharC)];
607 Node1 = (NODE) HASH (Parent, CharC);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiCompress.c 48 #define HASH(p, c) ((p) + ((c) << (WNDBIT - 9)) + WNDSIZ * 2)
555 r = mNext[HASH(q, c)];
589 h = (NODE)HASH(q, c);
TianoCompress.c 47 #define HASH(p, c) ((p) + ((c) << (WNDBIT - 9)) + WNDSIZ * 2)
582 NodeR = mNext[HASH (NodeQ, CharC)];
620 Node1 = (NODE) HASH (Parent, CharC);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.c 42 #define HASH(LoopVar7, LoopVar5) ((LoopVar7) + ((LoopVar5) << (WNDBIT - 9)) + WNDSIZ * 2)
276 LoopVar4 = mNext[HASH (LoopVar6, LoopVar5)];
303 LoopVar12 = (NODE) HASH (LoopVar6, LoopVar5);
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 71 #define HASH 0x0023
401 else if (c == HASH && !quoted) {
    [all...]
  /external/vboot_reference/utility/
eficompress.c 58 #define HASH(p, c) ((p) + ((c) << (WNDBIT - 9)) + WNDSIZ * 2)
565 r = mNext[HASH(q, c)];
599 h = (NODE)HASH(q, c);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 44 #define HASH(p, c) ((p) + ((c) << (WNDBIT - 9)) + WNDSIZ * 2)
394 NodeR = mNext[HASH (NodeQ, CharC)];
432 Node1 = (NODE) HASH (Parent, CharC);
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.5/
velocity-1.5.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/checkstyle/
checkstyle.jar 

Completed in 794 milliseconds

1 2