Home
last modified time | relevance | path

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

12

/external/mesa3d/src/glsl/glcpp/
Dglcpp-lex.l76 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 …]
Dglcpp-parse.y163 %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/
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
/external/llvm/test/tools/llvm-profdata/
Dgeneral.proftext41 # 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
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
/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/clang/lib/Basic/
DIdentifierTable.cpp260 #define HASH(LEN, FIRST, THIRD) \ in getPPKeywordID() macro
263 case HASH(LEN, FIRST, THIRD): \ in getPPKeywordID()
269 switch (HASH(Len, Name[0], Name[2])) { in getPPKeywordID()
301 #undef HASH in getPPKeywordID()
/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/mesa3d/src/glsl/
Dglsl_lexer.ll144 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/
DANTLRPtrStack.m73 * HASH hash entry to get index to table
DANTLRMap.m163 * HASH hash entry to get index to table
DANTLRHashMap.m212 * 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/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRHashMap.m210 * HASH hash entry to get index to table
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRHashMap.m210 * HASH hash entry to get index to table
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRHashMap.m210 * HASH hash entry to get index to table
/external/icu/icu4c/source/tools/genrb/
Dparse.cpp69 #define HASH 0x0023 macro
399 else if (c == HASH && !quoted) { in parseUCARules()
/external/llvm/docs/
DSourceLevelDebugging.rst875 | ALL HASH DATA |
1002 uint32_t magic; // 'HASH' magic value to allow endian detection
1013 The header starts with a 32 bit "``magic``" value which must be ``'HASH'``

12