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

  /external/clang/test/Preprocessor/
hash_space.c 5 #define HASH #
6 HASH define foo bar
  /external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsa_depr.c 64 #define HASH EVP_sha()
69 #define HASH EVP_sha1()
dsa_gen.c 64 #define HASH EVP_sha()
69 #define HASH EVP_sha1()
  /external/openssl/crypto/dsa/
dsa_depr.c 64 #define HASH EVP_sha()
69 #define HASH EVP_sha1()
dsa_gen.c 64 #define HASH EVP_sha()
69 #define HASH EVP_sha1()
  /external/openssh/
deattack.c 68 /* Hash function (Input keys are cipher results) */
69 #define HASH(x) get_u32(x)
146 for (i = HASH(c) & (n - 1); h[i] != HASH_UNUSED;
  /external/libppp/src/
pred.c 52 /* The following hash code is the heart of the algorithm:
53 * It builds a sliding hash sum of the previous 3-and-a-bit characters
55 * A better hash function would result in additional compression,
58 #define HASH(state, x) state->hash = (state->hash << 4) ^ (x)
62 u_short hash; member in struct:pred1_state
77 if (state->dict[state->hash] == *source) {
80 state->dict[state->hash] = *source;
83 HASH(state, *source++)
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.h 43 HASH = 261,
81 #define HASH 261
glcpp-parse.c 255 HASH = 261,
293 #define HASH 261
704 "ELIF_EXPANDED", "HASH", "HASH_DEFINE", "FUNC_IDENTIFIER",
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===//
199 // We use a perfect hash function here involving the length of the keyword,
204 #define HASH(LEN, FIRST, THIRD) \
207 case HASH(LEN, FIRST, THIRD): \
213 switch (HASH(Len, Name[0], Name[2])) {
245 #undef HASH
274 fprintf(stderr, "Hash density (#identifiers per bucket): %f\n",
  /external/chromium_org/third_party/icu/source/tools/genrb/
parse.c 48 #define HASH 0x0023
372 else if (c == HASH && !quoted) {
    [all...]
  /external/icu4c/tools/genrb/
parse.cpp 46 #define HASH 0x0023
369 else if (c == HASH && !quoted) {
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 606 milliseconds