Home
last modified time | relevance | path

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

12

/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-lex.l174 %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/
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/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/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/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/
Dmips-options.test8 CHECK-NEXT: 0x0000000000000004 HASH 0x158
Dmips-rld-map-rel.test8 CHECK-NEXT: 0x00000004 HASH 0x220
Ddynamic.test14 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/
DBenchmarkHelpers.java59 HASH(CharMatcher.is('#'), "#"), enumConstant
/external/llvm/test/Object/
Dno-section-table.test13 CHECK: 0x0000000000000004 HASH 0x158
Dreadobj-shared-object.test308 ELF32: 0x00000004 HASH {{[0-9a-f]+}}
321 ELF64: 0x0000000000000004 HASH {{[0-9a-f]+}}
/external/elfutils/libebl/
Deblsectiontypename.c53 KNOWNSTYPE (HASH), in ebl_section_type_name()
/external/elfutils/tests/
Drun-alldts.sh34 HASH 0xdeadbeef
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRPtrStack.m73 * HASH hash entry to get index to table
DANTLRMap.m163 * HASH hash entry to get index to table
/external/vboot_reference/utility/
Deficompress.c58 #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/
Dglsl_lexer.ll164 HASH ^{SPC}#{SPC}
173 {HASH}line{SPCP}{INT}{SPCP}{INT}{SPC}$ {
197 {HASH}line{SPCP}{INT}{SPC}$ {
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp179 STRINGIFY_CODE(MODULE_CODE, HASH) in GetCodeName()
298 STRINGIFY_CODE(MST_CODE, HASH) in GetCodeName()
/external/toybox/
DREADME153 git format-patch -1 $HASH
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRHashMap.m210 * HASH hash entry to get index to table

12