HomeSort by relevance Sort by last modified time
    Searched refs:HASH (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/clang/test/Preprocessor/
hash_space.c 5 #define HASH #
6 HASH define foo bar
stringize_misc.c 37 #define HASH #
  /external/mesa3d/src/compiler/glsl/glcpp/
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); }
270 /* In the <HASH> start condition, we don't want any SPACE token. */
271 if (yyextra->space_tokens && YY_START != HASH)
275 {HASH} {
278 * line, then it introduces a directive, switch to the <HASH> start
284 BEGIN HASH;
290 <HASH>version{HSPACE}+
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/sym/
template.h 3 /* define some hash function */
4 #ifndef HASH
5 #define HASH(p, h) while ( *p != '\0' ) h = (h<<1) + *p++;
12 unsigned int hash; member in struct:_sym
  /external/v8/tools/
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 " "
  /libcore/ojluni/src/main/java/sun/security/util/
AnchorCertificates.java 46 private static final String HASH = "SHA-256";
69 certs.add(X509CertImpl.getFingerprint(HASH, cert));
91 String key = X509CertImpl.getFingerprint(HASH, cert);
  /toolchain/binutils/binutils-2.25/opcodes/
xc16x-opc.c 36 /* The hash functions are recorded here to help keep assembler code out of
458 /* add $reg8,$hash$pof$uimm16 */
461 { { MNEM, ' ', OP (REG8), ',', OP (HASH), OP (POF), OP (UIMM16), 0 } },
464 /* sub $reg8,$hash$pof$uimm16 */
467 { { MNEM, ' ', OP (REG8), ',', OP (HASH), OP (POF), OP (UIMM16), 0 } },
470 /* add $reg8,$hash$pag$uimm16 */
473 { { MNEM, ' ', OP (REG8), ',', OP (HASH), OP (PAG), OP (UIMM16), 0 } },
476 /* sub $reg8,$hash$pag$uimm16 */
479 { { MNEM, ' ', OP (REG8), ',', OP (HASH), OP (PAG), OP (UIMM16), 0 } },
482 /* add $dr,$hash$pof$uimm3 *
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_instr_set.c 27 #define HASH(hash, data) _mesa_fnv32_1a_accumulate((hash), (data))
30 hash_src(uint32_t hash, const nir_src *src)
33 hash = HASH(hash, src->ssa);
34 return hash;
38 hash_alu_src(uint32_t hash, const nir_alu_src *src, unsigned num_components)
40 hash = HASH(hash, src->abs)
179 uint32_t hash = _mesa_fnv32_1a_offset_bias; local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/
tls-ld-2.d 8 0x00000004 \(HASH\) 0x[0-9a-f]+
tls-main-1.d 6 0x00000004 \(HASH\) .*
got-1.d 7 0x00000004 \(HASH\) 0x[0-9a-f]+
got-multigot-12-13-14-34-35-ok.d 7 0x00000004 \(HASH\) 0x[0-9a-f]+
got-multigot-14-ok.d 7 0x00000004 \(HASH\) 0x[0-9a-f]+
got-negative-12-13-14-34-ok.d 7 0x00000004 \(HASH\) 0x[0-9a-f]+
got-negative-14-ok.d 7 0x00000004 \(HASH\) 0x[0-9a-f]+
got-single-12-ok.d 7 0x00000004 \(HASH\) 0x[0-9a-f]+
got-xgot-12-13-14-15-34-35-ok.d 7 0x00000004 \(HASH\) 0x[0-9a-f]+
got-xgot-15-ok.d 7 0x00000004 \(HASH\) 0x[0-9a-f]+
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
dyn-sec64.d 23 HASH .* 0x0001234000001000
pie-n32.d 8 0x00000004 \(HASH\) * 0x228
pie-n64.d 8 0x0+00000004 \(HASH\) * 0x358
pie-o32.d 8 0x00000004 \(HASH\) * 0x220
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
ilp32-4-nacl.d 13 +\[ 2\] \.hash +HASH +100000b4 +0+b4 +0+2c +04 +A +3 +0 +4
27 0x00000004 \(HASH\) 0x100000b4
ilp32-4.d 11 \[ 1\] .hash HASH 00000094 000094 00002c 04 A 2 0 4
26 0x00000004 \(HASH\) 0x94
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
relasz.d 10 0x0000000000000004 \(HASH\) 0x[0-9a-f]+

Completed in 314 milliseconds

1 2 3 4