Lines Matching refs:namelen
334 const uint32_t *wcs, const char *name, size_t namelen, in new_element() argument
342 name, namelen); in new_element()
1198 size_t namelen; in handle_ellipsis() local
1202 namelen = strlen (seq->name); in handle_ellipsis()
1206 namelen); in handle_ellipsis()
1212 if (find_entry (&collate->seq_table, seq->name, namelen, in handle_ellipsis()
1221 namelen, 1); in handle_ellipsis()
1225 namelen, elem) != 0) in handle_ellipsis()
1239 (int) namelen, seq->name, in handle_ellipsis()
2441 uint32_t namelen = strlen (runp->name); in collate_output() local
2442 uint32_t hash = elem_hash (runp->name, namelen); in collate_output()
2468 obstack_1grow (&extrapool, namelen); in collate_output()
2469 obstack_grow (&extrapool, runp->name, namelen); in collate_output()
2476 if ((1 + namelen + 1 + runp->nmbs) % sizeof (int32_t) != 0) in collate_output()
2479 - ((1 + namelen + 1 + runp->nmbs) in collate_output()