/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-lex.l | 174 %x COMMENT DEFINE DONE HASH NEWLINE_CATCHUP UNREACHABLE 179 HASH # 259 <INITIAL,DEFINE,HASH>"//"[^\r\n]* { 263 <INITIAL,DEFINE,HASH>"/*" { yy_push_state(COMMENT, yyscanner); } 271 if (yyextra->space_tokens && YY_START != HASH) 275 {HASH} { 284 BEGIN HASH; variable 290 <HASH>version{HSPACE}+ { 305 <HASH>pragma{HSPACE}*/[\r\n] { 311 <HASH>(extension|pragma)[^\r\n]* { [all …]
|
/external/mesa3d/src/compiler/nir/ |
D | nir_instr_set.c | 27 #define HASH(hash, data) _mesa_fnv32_1a_accumulate((hash), (data)) macro 33 hash = HASH(hash, src->ssa); in hash_src() 40 hash = HASH(hash, src->abs); in hash_alu_src() 41 hash = HASH(hash, src->negate); in hash_alu_src() 44 hash = HASH(hash, src->swizzle[i]); in hash_alu_src() 53 hash = HASH(hash, instr->op); in hash_alu() 54 hash = HASH(hash, instr->dest.dest.ssa.num_components); in hash_alu() 55 hash = HASH(hash, instr->dest.dest.ssa.bit_size); in hash_alu() 84 hash = HASH(hash, instr->def.num_components); in hash_load_const() 103 hash = HASH(hash, instr->instr.block); in hash_phi() [all …]
|
/external/llvm/test/Bitcode/ |
D | module_hash.ll | 3 ; MOD1: <HASH op0={{[0-9]*}} op1={{[0-9]*}} op2={{[0-9]*}} op3={{[0-9]*}} op4={{[0-9]*}} (match)/> 5 ; MOD2: <HASH op0={{[0-9]*}} op1={{[0-9]*}} op2={{[0-9]*}} op3={{[0-9]*}} op4={{[0-9]*}} (match)/> 14 ; RUN: llvm-bcanalyzer -dump %t.m1.bc | grep '<HASH' > %t.hash 15 ; RUN: llvm-bcanalyzer -dump %t.m2.bc | grep '<HASH' >> %t.hash 18 …-thinlto-action=thinlink -o - %t.m1.bc %t.m2.bc | llvm-bcanalyzer -dump | grep '<HASH ' >> %t.hash 24 ; COMBINED: <HASH op0=[[HASH1_1:[0-9]*]] op1=[[HASH1_2:[0-9]*]] op2=[[HASH1_3:[0-9]*]] op3=[[HASH1_… 25 ; COMBINED: <HASH op0=[[HASH2_1:[0-9]*]] op1=[[HASH2_2:[0-9]*]] op2=[[HASH2_3:[0-9]*]] op3=[[HASH2_… 28 ; COMBINED-DAG: <HASH abbrevid={{[0-9]*}} op0=[[HASH1_1]] op1=[[HASH1_2]] op2=[[HASH1_3]] op3=[[HAS… 29 ; COMBINED-DAG: <HASH abbrevid={{[0-9]*}} op0=[[HASH2_1]] op1=[[HASH2_2]] op2=[[HASH2_3]] op3=[[HAS…
|
/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
|
D | stringize_misc.c | 37 #define HASH #
|
/external/llvm/test/tools/llvm-profdata/ |
D | text-format-errors.test | 9 RUN: not llvm-profdata show %p/Inputs/bad-hash.proftext 2>&1 | FileCheck %s --check-prefix=BAD-HASH 10 …bad-hash.proftext %p/Inputs/bad-hash.proftext -o %t.out 2>&1 | FileCheck %s --check-prefix=BAD-HASH 11 BAD-HASH: error: {{.*}}bad-hash.proftext: Malformed instrumentation profile data
|
D | general.proftext | 43 …RUN: llvm-profdata show %t.profdata.dense --function hex_hash | FileCheck %s -check-prefix=HEX-HASH 48 # HEX-HASH: Hash: 0x0000000000001234 49 # 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/clang/lib/Basic/ |
D | IdentifierTable.cpp | 261 #define HASH(LEN, FIRST, THIRD) \ in getPPKeywordID() macro 264 case HASH(LEN, FIRST, THIRD): \ in getPPKeywordID() 270 switch (HASH(Len, Name[0], Name[2])) { in getPPKeywordID() 302 #undef HASH in getPPKeywordID()
|
/external/llvm/test/tools/llvm-readobj/ |
D | mips-options.test | 8 CHECK-NEXT: 0x0000000000000004 HASH 0x158
|
D | mips-rld-map-rel.test | 8 CHECK-NEXT: 0x00000004 HASH 0x220
|
D | dynamic.test | 14 ELF-MIPS: 0x00000004 HASH 0x210 49 ELF-MIPS-EXE: 0x00000004 HASH 0x4002B8 92 ELF-X86-EXE: 0x00000004 HASH 0x18C
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | BenchmarkHelpers.java | 59 HASH(CharMatcher.is('#'), "#"), enumConstant
|
/external/llvm/test/Object/ |
D | no-section-table.test | 13 CHECK: 0x0000000000000004 HASH 0x158
|
D | readobj-shared-object.test | 308 ELF32: 0x00000004 HASH {{[0-9a-f]+}} 321 ELF64: 0x0000000000000004 HASH {{[0-9a-f]+}}
|
/external/elfutils/libebl/ |
D | eblsectiontypename.c | 53 KNOWNSTYPE (HASH), in ebl_section_type_name()
|
/external/elfutils/tests/ |
D | run-alldts.sh | 34 HASH 0xdeadbeef
|
/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
|
/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/mesa3d/src/compiler/glsl/ |
D | glsl_lexer.ll | 164 HASH ^{SPC}#{SPC} 173 {HASH}line{SPCP}{INT}{SPCP}{INT}{SPC}$ { 197 {HASH}line{SPCP}{INT}{SPC}$ {
|
/external/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 179 STRINGIFY_CODE(MODULE_CODE, HASH) in GetCodeName() 298 STRINGIFY_CODE(MST_CODE, HASH) in GetCodeName()
|
/external/toybox/ |
D | README | 153 git format-patch -1 $HASH
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRHashMap.m | 210 * HASH hash entry to get index to table
|