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

Subversion Repositories core_arm

[/] [core_arm/] [trunk/] [soft/] [modgen_depricated/] [h1.el] - Rev 4

Compare with Previous | Blame | View Log

; Konrad Eisele <eiselekd@web.de>
; xh1.el: Some hash functions
;-----------------------------------------------------------------------
 
(defun hash-exist-p (hash k)
  (not (eq (gethash k hash '()) '())))
 
(defun case-fold-string= (a b)
  (compare-strings a nil nil b nil nil t))
 
(defun case-fold-string-hash (a)
  (sxhash (upcase a)))
 
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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