Home
last modified time | relevance | path

Searched refs:HASH (Results 1 – 25 of 59) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dgnu-symbols.test8 RUN: | FileCheck %s -check-prefix HASH
50 HASH: Symbol table of .hash for image:
51 HASH-NEXT: Num Buc: Value Size Type Bind Vis Ndx Name
52 HASH-NEXT: 9 0: 00000000 0 FUNC GLOBAL DEFAULT UND __gxx_personality_v0@CXXABI_1.3
53 HASH-NEXT: 13 0: 00001b64 0 NOTYPE GLOBAL DEFAULT ABS _edata@
54 HASH-NEXT: 7 0: 00000000 0 FUNC GLOBAL DEFAULT UND _ZNSt14basic_ifstreamIcSt11char_tra…
55 HASH-NEXT: 2 0: 00000000 0 NOTYPE WEAK DEFAULT UND _Jv_RegisterClasses@
56 HASH-NEXT: 1 0: 00000000 0 NOTYPE WEAK DEFAULT UND __gmon_start__@
57 HASH-NEXT: 16 1: 00000850 81 FUNC GLOBAL DEFAULT 14 main@
58 HASH-NEXT: 10 1: 00000000 0 FUNC GLOBAL DEFAULT UND _Unwind_Resume@GCC_3.0
[all …]
Dmips-options.test8 CHECK-NEXT: 0x0000000000000004 HASH 0x158
Dmips-rld-map-rel.test8 CHECK-NEXT: 0x00000004 HASH 0x220
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-lex.l181 %x COMMENT DEFINE DONE HASH NEWLINE_CATCHUP UNREACHABLE
186 HASH #
266 <INITIAL,DEFINE,HASH>"//"[^\r\n]* {
270 <INITIAL,DEFINE,HASH>"/*" { yy_push_state(COMMENT, yyscanner); }
278 if (yyextra->space_tokens && YY_START != HASH)
282 {HASH} {
291 BEGIN HASH; variable
297 <HASH>version{HSPACE}+ {
312 <HASH>pragma{HSPACE}*/[\r\n] {
318 <HASH>(extension|pragma)[^\r\n]* {
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_instr_set.c27 #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/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/
Dmodule_hash.ll3 ; 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…
Dmodule-hash-strtab.ll1 ; RUN: opt -module-hash %s -o - | llvm-bcanalyzer -dump | grep '<HASH' > %t
2 ; RUN: opt -module-hash %S/Inputs/module-hash-strtab1.ll -o - | llvm-bcanalyzer -dump | grep '<HASH
3 ; RUN: opt -module-hash %S/Inputs/module-hash-strtab2.ll -o - | llvm-bcanalyzer -dump | grep '<HASH
/external/llvm/test/Bitcode/
Dmodule_hash.ll3 ; 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/
Dandroid-sync.sh46 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/
Dhash_space.c5 #define HASH # macro
6 HASH define foo bar
Dstringize_misc.c37 #define HASH #
/external/llvm/test/tools/llvm-profdata/
Dtext-format-errors.test9 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
Dgeneral.proftext43 …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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/
Dtext-format-errors.test9 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
Dgeneral.proftext43 …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/
Ddeattack.c66 #define HASH(x) PEEK_U32(x) macro
151 for (i = HASH(c) & (dctx->n - 1); dctx->h[i] != HASH_UNUSED; in detect_attack()
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/
Dlocal_name_conflict.ll15 ; IMPORT: call i32 @foo.llvm.[[HASH:[0-9]+]]
16 ; IMPORT: define available_externally hidden i32 @foo.llvm.[[HASH]]()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dsplit-dwarf-multiple-cu-hash.ll7 ; CHECK: dwo_id {{.*}}([[HASH:.*]])
8 ; CHECK-NOT: dwo_id {{.*}}([[HASH]])
/external/clang/lib/Basic/
DIdentifierTable.cpp261 #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/
Ddynamic.test14 ELF-MIPS: 0x00000004 HASH 0x210
49 ELF-MIPS-EXE: 0x00000004 HASH 0x4002B8
92 ELF-X86-EXE: 0x00000004 HASH 0x18C
Dmips-options.test8 CHECK-NEXT: 0x0000000000000004 HASH 0x158
Dmips-rld-map-rel.test8 CHECK-NEXT: 0x00000004 HASH 0x220
/external/deqp-deps/glslang/glslang/Include/
DCommon.h193 template <class K, class D, class HASH = std::hash<K>, class PRED = std::equal_to<K> >
194 class TUnorderedMap : public std::unordered_map<K, D, HASH, PRED, pool_allocator<std::pair<K const,…
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/
Ddynamic.test11 #CHECK-NEXT: 0x0000000000000004 HASH 0x1F8
/external/guava/guava-tests/test/com/google/common/base/
DBenchmarkHelpers.java59 HASH(CharMatcher.is('#'), "#"), enumConstant

123