Home
last modified time | relevance | path

Searched refs:cavltree_container_of (Results 1 – 6 of 6) sorted by relevance

/dports/devel/tass64/64tass-1.56.2625-src/
H A Davl.h35 # define cavltree_container_of(node, type, member) ({ \ macro
41 # define cavltree_container_of(node, type, member) \ macro
H A Dlongjump.c25 address_t a = cavltree_container_of(aa, struct longjump_s, node)->address; in longjump_compare()
26 address_t b = cavltree_container_of(bb, struct longjump_s, node)->address; in longjump_compare()
H A Dencoding.c68 const struct encoding_s *a = cavltree_container_of(aa, struct encoding_s, node); in encoding_compare()
69 const struct encoding_s *b = cavltree_container_of(bb, struct encoding_s, node); in encoding_compare()
134 const struct trans_s *a = cavltree_container_of(aa, struct trans_s, node); in trans_compare()
135 const struct trans_s *b = cavltree_container_of(bb, struct trans_s, node); in trans_compare()
H A Dsection.c39 const struct section_s *a = cavltree_container_of(aa, struct section_s, node); in section_compare()
40 const struct section_s *b = cavltree_container_of(bb, struct section_s, node); in section_compare()
H A Derror.c100 const struct errorentry_s *a = cavltree_container_of(aa, struct errorentry_s, node); in duplicate_compare()
101 const struct errorentry_s *b = cavltree_container_of(bb, struct errorentry_s, node); in duplicate_compare()
261 const struct file_list_s *a = &cavltree_container_of(aa, struct file_listnode_s, node)->flist; in file_list_compare()
262 const struct file_list_s *b = &cavltree_container_of(bb, struct file_listnode_s, node)->flist; in file_list_compare()
694 const struct notdefines_s *a = cavltree_container_of(aa, struct notdefines_s, node); in notdefines_compare()
695 const struct notdefines_s *b = cavltree_container_of(bb, struct notdefines_s, node); in notdefines_compare()
H A Dfile.c845 linenum_t a = cavltree_container_of(aa, struct starnode_s, node)->star.line; in star_compare()
846 linenum_t b = cavltree_container_of(bb, struct starnode_s, node)->star.line; in star_compare()