OpenCores
URL https://opencores.org/ocsvn/core_arm/core_arm/trunk

Subversion Repositories core_arm

[/] [core_arm/] [trunk/] [soft/] [modgen_depricated/] [h1.el] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 tarookumic
; Konrad Eisele <eiselekd@web.de>
2
; xh1.el: Some hash functions
3
;-----------------------------------------------------------------------
4
 
5
(defun hash-exist-p (hash k)
6
  (not (eq (gethash k hash '()) '())))
7
 
8
(defun case-fold-string= (a b)
9
  (compare-strings a nil nil b nil nil t))
10
 
11
(defun case-fold-string-hash (a)
12
  (sxhash (upcase a)))
13
 
14
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.