Searched refs:hash0 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/test/
H A Dlist.lsp178 hash0 (make-hash-table)
180 (gethash 1 hash0) 2
182 (gethash :foo hash0) :bar
201 (eq-test nil #'equal hash0 hash1)
206 (eq-test t #'equalp hash0 hash1)
208 (gethash 2 hash0) "FoObAr"
211 (eq-test t #'equalp hash0 hash1)
213 (gethash 3 hash0) 3
216 (eq-test nil #'equalp hash0 hash1)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_instr_set.c125 uint32_t hash0 = hash_alu_src(hash, &instr->src[0], local in function:hash_alu
135 hash = hash0 * hash1;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_instr_set.c119 uint32_t hash0 = hash_alu_src(hash, &instr->src[0], local in function:hash_alu
129 hash = hash0 * hash1;

Completed in 6 milliseconds