Home
last modified time | relevance | path

Searched refs:HASH (Results 1 – 25 of 28) 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/
Dtext-format-errors.test5 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
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
/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/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
/external/clang/lib/Basic/
DIdentifierTable.cpp251 #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/
DBenchmarkHelpers.java59 HASH(CharMatcher.is('#'), "#"), enumConstant
/external/elfutils/src/libebl/
Deblsectiontypename.c57 KNOWNSTYPE (HASH),
/external/elfutils/src/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/llvm/test/Object/
Dreadobj-shared-object.test308 ELF: 00000004 HASH {{[0-9a-f]+}}
/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/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/icu/icu4c/source/tools/genrb/
Dparse.cpp65 #define HASH 0x0023 macro
391 else if (c == HASH && !quoted) { in parseUCARules()
/external/llvm/docs/
DSourceLevelDebugging.rst877 | 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/
DELFDumper.cpp744 LLVM_READOBJ_TYPE_CASE(HASH); in getTypeString()
/external/libvncserver/x11vnc/
DREADME14432 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.

12