OSHMEM_OP_TYPE_INT  339 oshmem/op/op.c     OBJ_OP_CREATE(and, int, int, OSHMEM_OP_AND, OSHMEM_OP_TYPE_INT);
OSHMEM_OP_TYPE_INT  351 oshmem/op/op.c     OBJ_OP_CREATE(or, int, int, OSHMEM_OP_OR, OSHMEM_OP_TYPE_INT);
OSHMEM_OP_TYPE_INT  363 oshmem/op/op.c     OBJ_OP_CREATE(xor, int, int, OSHMEM_OP_XOR, OSHMEM_OP_TYPE_INT);
OSHMEM_OP_TYPE_INT  375 oshmem/op/op.c     OBJ_OP_CREATE(max, int, int, OSHMEM_OP_MAX, OSHMEM_OP_TYPE_INT);
OSHMEM_OP_TYPE_INT  395 oshmem/op/op.c     OBJ_OP_CREATE(min, int, int, OSHMEM_OP_MIN, OSHMEM_OP_TYPE_INT);
OSHMEM_OP_TYPE_INT  415 oshmem/op/op.c     OBJ_OP_CREATE(sum, int, int, OSHMEM_OP_SUM, OSHMEM_OP_TYPE_INT);
OSHMEM_OP_TYPE_INT  437 oshmem/op/op.c     OBJ_OP_CREATE(prod, int, int, OSHMEM_OP_PROD, OSHMEM_OP_TYPE_INT);
OSHMEM_OP_TYPE_INT  460 oshmem/op/op.c     OBJ_OP_CREATE(swap, int, int, OSHMEM_OP_NUMBER, OSHMEM_OP_TYPE_INT);