Searched refs:tg1 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Sema/
H A Dfp16-sema.c29 typedef __fp16 *(*tg1) (void); typedef
/external/iptables/iptables/
H A Dnft-shared.c836 bool compare_targets(struct xtables_target *tg1, struct xtables_target *tg2) argument
838 if (tg1 == NULL && tg2 == NULL)
841 if ((tg1 == NULL && tg2 != NULL) || (tg1 != NULL && tg2 == NULL))
844 if (strcmp(tg1->t->u.user.name, tg2->t->u.user.name) != 0)
847 if (memcmp(tg1->t->data, tg2->t->data, tg1->userspacesize) != 0)
H A Dnft-shared.h175 bool compare_targets(struct xtables_target *tg1, struct xtables_target *tg2);

Completed in 190 milliseconds