Home
last modified time | relevance | path

Searched refs:HT_LEN (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/libcpp/
HDsymtab.c123 && HT_LEN (node) == (unsigned int) len in ht_lookup_with_hash()
145 && HT_LEN (node) == (unsigned int) len in ht_lookup_with_hash()
161 HT_LEN (node) = (unsigned int) len; in ht_lookup_with_hash()
299 size_t n = HT_LEN (*p); in ht_dump_statistics()
HDdirectives.c1294 HT_LEN (&pe->pragma->ident), in save_registered_pragmas()
1295 HT_LEN (&pe->pragma->ident) + 1); in save_registered_pragmas()
/dragonfly/contrib/gcc-8.0/libcpp/
HDsymtab.c120 && HT_LEN (node) == (unsigned int) len in ht_lookup_with_hash()
142 && HT_LEN (node) == (unsigned int) len in ht_lookup_with_hash()
158 HT_LEN (node) = (unsigned int) len; in ht_lookup_with_hash()
296 size_t n = HT_LEN (*p); in ht_dump_statistics()
HDdirectives.c1386 HT_LEN (&pe->pragma->ident), in save_registered_pragmas()
1387 HT_LEN (&pe->pragma->ident) + 1); in save_registered_pragmas()
/dragonfly/contrib/gcc-8.0/libcpp/include/
HDsymtab.h37 #define HT_LEN(NODE) ((NODE)->len) macro
HDcpplib.h727 #define NODE_LEN(NODE) HT_LEN (&(NODE)->ident)
/dragonfly/contrib/gcc-4.7/libcpp/include/
HDsymtab.h38 #define HT_LEN(NODE) ((NODE)->len) macro
HDcpplib.h641 #define NODE_LEN(NODE) HT_LEN (&(NODE)->ident)