Searched refs:RB_GENERATE_STATIC (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/usr.bin/localedef/
H A Dcharmap.c64 RB_GENERATE_STATIC(cmap_sym, charmap, rb_sym, cmap_compare_sym);
65 RB_GENERATE_STATIC(cmap_wc, charmap, rb_wc, cmap_compare_wc);
H A Dcollate.c362 RB_GENERATE_STATIC(weights, weight, entry, weight_compare);
375 RB_GENERATE_STATIC(collsyms, collsym, entry, collsym_compare);
388 RB_GENERATE_STATIC(collundefs, collundef, entry, collundef_compare);
401 RB_GENERATE_STATIC(elem_by_symbol, collelem, rb_bysymbol, element_compare_symbol);
414 RB_GENERATE_STATIC(elem_by_expand, collelem, rb_byexpand, element_compare_expand);
425 RB_GENERATE_STATIC(collchars, collchar, entry, collchar_compare);
436 RB_GENERATE_STATIC(substs, subst, entry, subst_compare);
449 RB_GENERATE_STATIC(substs_ref, subst, entry_ref, subst_compare_ref);
H A Dctype.c88 RB_GENERATE_STATIC(ctypes, ctype_node, entry, ctype_compare);
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_drawable.c58 RB_GENERATE_STATIC(drawable_tree, bsd_drm_drawable_info, tree,
/freebsd-11-stable/share/man/man3/
H A DMakefile173 tree.3 RB_GENERATE_STATIC.3 \
/freebsd-11-stable/crypto/openssh/
H A Dkrl.c62 RB_GENERATE_STATIC(revoked_serial_tree, revoked_serial, tree_entry, serial_cmp);
71 RB_GENERATE_STATIC(revoked_key_id_tree, revoked_key_id, tree_entry, key_id_cmp);
81 RB_GENERATE_STATIC(revoked_blob_tree, revoked_blob, tree_entry, blob_cmp);
/freebsd-11-stable/sys/dev/xen/evtchn/
H A Devtchn_dev.c100 RB_GENERATE_STATIC(evtchn_tree, user_evtchn, node, evtchn_cmp);
/freebsd-11-stable/contrib/ipfilter/sys/
H A Dtree.h407 #define RB_GENERATE_STATIC(name, type, field, cmp) \ macro
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsys-tree.h404 #define RB_GENERATE_STATIC(name, type, field, cmp) \ macro
/freebsd-11-stable/sys/sys/
H A Dtree.h419 #define RB_GENERATE_STATIC(name, type, field, cmp) \ macro
/freebsd-11-stable/sys/vm/
H A Dvm_phys.c99 RB_GENERATE_STATIC(fict_tree, vm_phys_fictitious_seg, node,
/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs_subr.c1864 RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp);

Completed in 219 milliseconds