/external/mesa3d/src/glsl/glcpp/ |
D | glcpp-lex.l | 76 HASH ^{HSPACE}*#{HSPACE}* 123 {HASH}version { 131 {HASH}(extension|pragma)[^\n]+ { 138 {HASH}line { 143 {HASH}ifdef { 149 {HASH}ifndef { 155 {HASH}if/[^_a-zA-Z0-9] { 161 {HASH}elif { 167 {HASH}else { 172 {HASH}endif { [all …]
|
D | glcpp-parse.y | 163 %token COMMA_FINAL DEFINED ELIF_EXPANDED HASH HASH_DEFINE FUNC_IDENTIFIER OBJ_IDENTIFIER HASH_ELIF … 199 | HASH non_directive 357 | HASH NEWLINE 1850 ret == HASH_ENDIF || ret == HASH) in glcpp_parser_lex()
|
/external/v8/tools/ |
D | android-sync.sh | 46 local HASH=$(md5sum $1) 47 echo ${HASH%% *} 51 local HASH=$(md5 $1) 52 echo ${HASH} | cut -f2 -d "=" | cut -f2 -d " "
|
/external/clang/test/Preprocessor/ |
D | hash_space.c | 5 #define HASH # macro 6 HASH define foo bar
|
/external/llvm/test/tools/llvm-profdata/ |
D | text-format-errors.test | 5 RUN: not llvm-profdata show %p/Inputs/bad-hash.proftext 2>&1 | FileCheck %s --check-prefix=BAD-HASH 6 …bad-hash.proftext %p/Inputs/bad-hash.proftext -o %t.out 2>&1 | FileCheck %s --check-prefix=BAD-HASH 7 BAD-HASH: error: {{.*}}bad-hash.proftext: Malformed profile data
|
D | general.proftext | 41 # RUN: llvm-profdata show %t.profdata --function hex_hash | FileCheck %s -check-prefix=HEX-HASH 46 # HEX-HASH: Hash: 0x0000000000001234 47 # HEX-HASH-NEXT: Counters: 1
|
/external/openssh/ |
D | deattack.c | 66 #define HASH(x) PEEK_U32(x) macro 151 for (i = HASH(c) & (dctx->n - 1); dctx->h[i] != HASH_UNUSED; in detect_attack()
|
/external/llvm/test/tools/llvm-readobj/ |
D | dynamic.test | 14 ELF-MIPS: 0x00000004 HASH 0x210 49 ELF-MIPS-EXE: 0x00000004 HASH 0x4002B8 92 ELF-X86-EXE: 0x00000004 HASH 0x18C
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 251 #define HASH(LEN, FIRST, THIRD) \ in getPPKeywordID() macro 254 case HASH(LEN, FIRST, THIRD): \ in getPPKeywordID() 260 switch (HASH(Len, Name[0], Name[2])) { in getPPKeywordID() 292 #undef HASH in getPPKeywordID()
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | BenchmarkHelpers.java | 59 HASH(CharMatcher.is('#'), "#"), enumConstant
|
/external/elfutils/src/libebl/ |
D | eblsectiontypename.c | 57 KNOWNSTYPE (HASH),
|
/external/elfutils/src/tests/ |
D | run-alldts.sh | 34 HASH 0xdeadbeef
|
/external/mesa3d/src/glsl/ |
D | glsl_lexer.ll | 144 HASH ^{SPC}#{SPC} 153 {HASH}line{SPCP}{INT}{SPCP}{INT}{SPC}$ { 168 {HASH}line{SPCP}{INT}{SPC}$ {
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRPtrStack.m | 73 * HASH hash entry to get index to table
|
D | ANTLRMap.m | 163 * HASH hash entry to get index to table
|
D | ANTLRHashMap.m | 212 * HASH hash entry to get index to table
|
/external/vboot_reference/utility/ |
D | eficompress.c | 58 #define HASH(p, c) ((p) + ((c) << (WNDBIT - 9)) + WNDSIZ * 2) macro 565 r = mNext[HASH(q, c)]; in Child() 599 h = (NODE)HASH(q, c); in MakeChild()
|
/external/llvm/test/Object/ |
D | readobj-shared-object.test | 308 ELF: 00000004 HASH {{[0-9a-f]+}}
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRHashMap.m | 210 * HASH hash entry to get index to table
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRHashMap.m | 210 * HASH hash entry to get index to table
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRHashMap.m | 210 * HASH hash entry to get index to table
|
/external/icu/icu4c/source/tools/genrb/ |
D | parse.cpp | 65 #define HASH 0x0023 macro 391 else if (c == HASH && !quoted) { in parseUCARules()
|
/external/llvm/docs/ |
D | SourceLevelDebugging.rst | 877 | ALL HASH DATA | 1004 uint32_t magic; // 'HASH' magic value to allow endian detection 1015 The header starts with a 32 bit "``magic``" value which must be ``'HASH'``
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 744 LLVM_READOBJ_TYPE_CASE(HASH); in getTypeString()
|
/external/libvncserver/x11vnc/ |
D | README | 14432 the certs in separate files named like <HASH>.0, where 14433 the value of <HASH> is found by running the command 14435 one uses <HASH>.1 if there is a collision... 14439 hashes for you automatically (via symlink) in the HASH 14441 the HASH subdir. 14769 Using "HASHON" will create subdirs [dir]/HASH and 14770 [dir]/HASH with OpenSSL hash filenames (e.g. 0d5fbbf1.0) 14777 removes these HASH subdirs.
|