Searched refs:hashed (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_init.c42 void sas_hash_addr(u8 *hashed, const u8 *sas_addr) argument
60 hashed[0] = (r >> 16) & 0xFF;
61 hashed[1] = (r >> 8) & 0xFF ;
62 hashed[2] = r & 0xFF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/smbfs/
H A Dcache.c132 int hashed = 0; local
148 hashed = 1;
160 if (!hashed)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Dgen-uninames.lisp16 (hashed nil :type hash-table)
91 :hashed (make-hash-table :test #'equal)
95 (unless (gethash word (word-list-hashed word-list))
96 (setf (gethash word (word-list-hashed word-list)) t)
107 :hashed (make-hash-table :test #'equal)
193 (setf (gethash word (word-list-hashed word-list)) ind-offset)
198 (gethash word (word-list-hashed (aref words-by-length (length word))))
210 (push (gethash word (word-list-hashed (aref words-by-length len)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Ddir.c562 int hashed = 0; local
586 hashed = 1;
598 if (!hashed)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dlibsas.h386 void sas_hash_addr(u8 *hashed, const u8 *sas_addr);

Completed in 180 milliseconds