Home
last modified time | relevance | path

Searched refs:HASH_ENTRY (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dcache.c67 struct HASH_ENTRY *link; in inserthashindex()
68 struct HASH_ENTRY *first; in inserthashindex()
106 struct HASH_ENTRY *link; in drophashindex()
107 struct HASH_ENTRY *previous; in drophashindex()
113 previous = (struct HASH_ENTRY*)NULL; in drophashindex()
152 struct HASH_ENTRY *link; in ntfs_fetch_cache()
218 struct HASH_ENTRY *link; in ntfs_enter_cache()
380 struct HASH_ENTRY *link; in ntfs_invalidate_cache()
480 struct HASH_ENTRY *ph; in ntfs_create_cache()
481 struct HASH_ENTRY *qh; in ntfs_create_cache()
[all …]
/third_party/ntfs-3g/include/ntfs-3g/
Dcache.h77 struct HASH_ENTRY { struct
78 struct HASH_ENTRY *next; argument
87 struct HASH_ENTRY *free_hash; argument
88 struct HASH_ENTRY **first_hash;
/third_party/skia/third_party/externals/libjpeg-turbo/
Dwrgif.c66 #define HASH_ENTRY(prefix, suffix) ((((hash_entry)(prefix)) << 8) | (suffix)) macro
388 probe_value = HASH_ENTRY(dest->waiting_code, c); in put_LZW_pixel_rows()