Searched refs:is_shard (Results 1 – 2 of 2) sorted by relevance
381 #define is_shard(in) ( \ macro1539 declined |= lib_fo && is_shard(args+0); in vet_for_decline()1555 declined |= lib_fo && is_shard(args+0); in vet_for_decline()1556 declined |= lib_fo && is_shard(args+2); in vet_for_decline()1565 declined |= lib_fo && is_shard(args+0); in vet_for_decline()1566 declined |= lib_fo && is_shard(args+2); in vet_for_decline()1567 declined |= lib_fo && is_shard(args+4); in vet_for_decline()1568 declined |= lib_fo && is_shard(args+6); in vet_for_decline()1590 declined |= lib_fo && is_shard(result); in vet_for_decline()1597 declined |= lib_fo && is_shard(result+2); in vet_for_decline()[all …]
430 int is_shard(unsigned a[1]) in is_shard() function1041 if (is_single_argtype(t.func->argtype) && is_shard(t.op1r)) in runtest()1043 if (t.func->argtype==at_s2 && is_shard(t.op2r)) in runtest()1049 if (is_single_argtype(t.func->rettype) && is_shard(t.resultr)) in runtest()1051 if (t.func->rettype==rt_s2 && is_shard(t.res2)) in runtest()