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

1 2

  /external/clang/test/Preprocessor/
hash_space.c 5 #define HASH #
6 HASH define foo bar
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 66 HASH ^{HSPACE}*#{HSPACE}*
94 {HASH}version {
102 {HASH}(extension|pragma)[^\n]+ {
109 {HASH}line{HSPACE}+{DIGITS}{HSPACE}+{DIGITS}{HSPACE}*$ {
125 {HASH}line{HSPACE}+{DIGITS}{HSPACE}*$ {
140 {HASH}ifdef/.*\n {
146 {HASH}ifndef/.*\n {
152 {HASH}if/[^_a-zA-Z0-9].*\n {
158 {HASH}elif/.*\n {
164 {HASH}else/.*\n
    [all...]
glcpp-parse.h 44 HASH = 261,
glcpp-parse.y 167 %token COMMA_FINAL DEFINED ELIF_EXPANDED HASH HASH_DEFINE_FUNC HASH_DEFINE_OBJ HASH_ELIF HASH_ELSE HASH_ENDIF HASH_IF HASH_IFDEF HASH_IFNDEF HASH_UNDEF HASH_VERSION IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING NEWLINE OTHER PLACEHOLDER SPACE
203 | HASH non_directive
333 | HASH NEWLINE
    [all...]
glcpp-parse.c 252 HASH = 261,
655 "ELIF_EXPANDED", "HASH", "HASH_DEFINE_FUNC", "HASH_DEFINE_OBJ",
    [all...]
glcpp-lex.c     [all...]
  /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/v8/tools/
merge-to-branch.sh 128 || die "Cannot determine git hash for r$REVISION"
142 for HASH in ${PATCH_COMMIT_HASHES[@]} ; do
143 PATCH_MERGE_DESCRIPTION=$(git log -1 --format=%s $HASH)
147 for HASH in ${PATCH_COMMIT_HASHES[@]} ; do
148 BUG=$(git log -1 $HASH | grep "BUG=" | awk -F '=' '{print $NF}')
168 for HASH in ${PATCH_COMMIT_HASHES[@]} ; do
169 echo "Applying patch for $HASH to $MERGE_TO_BRANCH..."
170 git log -1 -p $HASH > "$TEMPORARY_PATCH_FILE"
  /frameworks/compile/linkloader/lib/
ELFSectionHeader.cpp 46 CASE(NULL) CASE(PROGBITS) CASE(SYMTAB) CASE(STRTAB) CASE(RELA) CASE(HASH)
  /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/elfutils/libebl/
eblsectiontypename.c 78 KNOWNSTYPE (HASH),
  /external/clang/lib/Basic/
IdentifierTable.cpp 1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===//
193 // We use a perfect hash function here involving the length of the keyword,
198 #define HASH(LEN, FIRST, THIRD) \
201 case HASH(LEN, FIRST, THIRD): \
207 switch (HASH(Len, Name[0], Name[2])) {
239 #undef HASH
268 fprintf(stderr, "Hash density (#identifiers per bucket): %f\n",
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
ggc.h 56 /* Used by the gt_pch_n_* routines. Register an object in the hash table. */
83 /* Structure for hash table cache marking. */
210 object, and the identifier hash table is treated as a weak
211 hash. */
253 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \
254 htab_create_alloc (SIZE, HASH, EQ, DEL, ggc_calloc, ggc_free)
cpplib.h 102 OP(HASH, "#") /* digraphs */ \
553 /* The structure of a node in the hash table. The hash table has
564 /* Hash node flags. */
575 /* Different flavors of hash node. */
654 pointer. Otherwise you should pass in an initialized hash table
907 /* In hash.c */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ggc.h 54 /* Used by the gt_pch_n_* routines. Register an object in the hash table. */
81 /* Structure for hash table cache marking. */
135 object, and the identifier hash table is treated as a weak
136 hash. */
208 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \
209 htab_create_typed_alloc (SIZE, HASH, EQ, DEL, \
cpplib.h 98 OP(HASH, "#") /* digraphs */ \
560 /* The structure of a node in the hash table. The hash table has
572 /* Hash node flags. */
584 /* Different flavors of hash node. */
663 pointer. Otherwise you should pass in an initialized hash table
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ggc.h 54 /* Used by the gt_pch_n_* routines. Register an object in the hash table. */
81 /* Structure for hash table cache marking. */
135 object, and the identifier hash table is treated as a weak
136 hash. */
208 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \
209 htab_create_typed_alloc (SIZE, HASH, EQ, DEL, \
cpplib.h 98 OP(HASH, "#") /* digraphs */ \
560 /* The structure of a node in the hash table. The hash table has
572 /* Hash node flags. */
584 /* Different flavors of hash node. */
663 pointer. Otherwise you should pass in an initialized hash table
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ggc.h 54 /* Used by the gt_pch_n_* routines. Register an object in the hash table. */
81 /* Structure for hash table cache marking. */
135 object, and the identifier hash table is treated as a weak
136 hash. */
208 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \
209 htab_create_typed_alloc (SIZE, HASH, EQ, DEL, \
cpplib.h 98 OP(HASH, "#") /* digraphs */ \
560 /* The structure of a node in the hash table. The hash table has
572 /* Hash node flags. */
584 /* Different flavors of hash node. */
663 pointer. Otherwise you should pass in an initialized hash table
    [all...]
  /external/qemu/android/skin/
keyset.c 90 _KEYSYM_(HASH,HASH) \
  /external/dropbear/libtomcrypt/src/prngs/
yarrow.c 44 /* these are the default hash/cipher combo used */
91 prng->yarrow.hash = register_hash(&sha256_desc);
93 prng->yarrow.hash = register_hash(&sha512_desc);
95 prng->yarrow.hash = register_hash(&tiger_desc);
97 prng->yarrow.hash = register_hash(&sha1_desc);
99 prng->yarrow.hash = register_hash(&rmd320_desc);
101 prng->yarrow.hash = register_hash(&rmd256_desc);
103 prng->yarrow.hash = register_hash(&rmd160_desc);
105 prng->yarrow.hash = register_hash(&rmd128_desc);
107 prng->yarrow.hash = register_hash(&md5_desc)
    [all...]
  /external/icu4c/tools/genrb/
parse.c 48 #define HASH 0x0023
372 else if (c == HASH && !quoted) {
    [all...]
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 1482 milliseconds

1 2