Home
last modified time | relevance | path

Searched refs:tg1 (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/openmp/runtime/test/tasking/
Dkmp_task_reduction_nest.cpp201 void* tg1 = __kmpc_task_reduction_init(gtid, 3, red_data); in main() local
209 int *p_ip = (int*)__kmpc_task_reduction_get_th_data(gtid, tg1, &ip); in main()
211 gtid, tg1, &xp); in main()
254 gtid, tg1, &jp); in main()
258 gtid, tg1, &xp); in main()
277 addr1 = __kmpc_task_reduction_get_th_data(gtid, tg1, &xp); // from shared in main()
278 addr2 = __kmpc_task_reduction_get_th_data(gtid, tg1, addr1); // from private in main()
335 gtid, tg1, &jp); in main()
337 gtid, tg1, &xp); in main()
354 gtid, tg1, &jp); in main()
/external/clang/test/Sema/
Dfp16-sema.c29 typedef __fp16 *(*tg1) (void); typedef
/external/llvm-project/clang/test/Sema/
Dfp16-sema.c29 typedef __fp16 *(*tg1) (void); typedef
/external/iptables/iptables/
Dnft-shared.c963 bool compare_targets(struct xtables_target *tg1, struct xtables_target *tg2) in compare_targets() argument
965 if (tg1 == NULL && tg2 == NULL) in compare_targets()
968 if (tg1 == NULL || tg2 == NULL) in compare_targets()
970 if (tg1->userspacesize != tg2->userspacesize) in compare_targets()
973 if (strcmp(tg1->t->u.user.name, tg2->t->u.user.name) != 0) in compare_targets()
976 if (memcmp(tg1->t->data, tg2->t->data, tg1->userspacesize) != 0) in compare_targets()
Dnft-shared.h173 bool compare_targets(struct xtables_target *tg1, struct xtables_target *tg2);