x                  20 examples/oshmem_shmalloc.c     long *x;
x                  24 examples/oshmem_shmalloc.c     x = (long *) shmem_malloc(sizeof(*x));
x                  26 examples/oshmem_shmalloc.c     shmem_free(x);
x                  51 ompi/debuggers/ompi_mpihandles_dll.c #define OPAL_ALIGN(x,a,t) (((x)+((t)(a)-1)) & ~(((t)(a)-1)))
x                 153 ompi/debuggers/ompi_msgq_dll.c #define OPAL_ALIGN(x,a,t) (((x)+((t)(a)-1)) & ~(((t)(a)-1)))
x                  39 ompi/include/ompi/memchecker.h #  define MEMCHECKER(x) do {       \
x                  40 ompi/include/ompi/memchecker.h             x;                     \
x                  43 ompi/include/ompi/memchecker.h #  define MEMCHECKER(x)
x                  87 ompi/mca/coll/base/coll_base_util.c unsigned int ompi_mirror_perm(unsigned int x, int nbits)
x                  89 ompi/mca/coll/base/coll_base_util.c     x = (((x & 0xaaaaaaaa) >> 1) | ((x & 0x55555555) << 1));
x                  90 ompi/mca/coll/base/coll_base_util.c     x = (((x & 0xcccccccc) >> 2) | ((x & 0x33333333) << 2));
x                  91 ompi/mca/coll/base/coll_base_util.c     x = (((x & 0xf0f0f0f0) >> 4) | ((x & 0x0f0f0f0f) << 4));
x                  92 ompi/mca/coll/base/coll_base_util.c     x = (((x & 0xff00ff00) >> 8) | ((x & 0x00ff00ff) << 8));
x                  93 ompi/mca/coll/base/coll_base_util.c     x = ((x >> 16) | (x << 16));
x                  94 ompi/mca/coll/base/coll_base_util.c     return x >> (sizeof(x) * CHAR_BIT - nbits);
x                  79 ompi/mca/coll/base/coll_base_util.h unsigned int ompi_mirror_perm(unsigned int x, int nbits);
x                  22 ompi/mca/coll/libnbc/libdict/dict.h #  define __P(x)	x
x                  24 ompi/mca/coll/libnbc/libdict/dict.h #  define __P(x)
x                 301 ompi/mca/coll/libnbc/nbc_internal.h #define NBC_GET_BYTES(ptr,x) {memcpy(&x,ptr,sizeof(x)); ptr += sizeof(x);}
x                 302 ompi/mca/coll/libnbc/nbc_internal.h #define NBC_PUT_BYTES(ptr,x) {memcpy(ptr,&x,sizeof(x)); ptr += sizeof(x);}
x                  62 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c     int x, ncs, nms;
x                 114 ompi/mca/coll/tuned/coll_tuned_dynamic_file.c     for (x=0;x<X;x++) { /* for each collective */
x                  25 ompi/mca/common/monitoring/common_monitoring.h #define OPAL_MONITORING_VERBOSE(x, ...)                                 \
x                  26 ompi/mca/common/monitoring/common_monitoring.h     OPAL_OUTPUT_VERBOSE((x, mca_common_monitoring_output_stream_id, __VA_ARGS__))
x                  51 ompi/mca/common/ompio/common_ompio_print_queue.c                                             mca_common_ompio_print_entry x)
x                  58 ompi/mca/common/ompio/common_ompio_print_queue.c         q->entry[q->last] = x;
x                  66 ompi/mca/common/ompio/common_ompio_print_queue.c                                                mca_common_ompio_print_entry *x)
x                  73 ompi/mca/common/ompio/common_ompio_print_queue.c         *x = q->entry[q->first];
x                  50 ompi/mca/common/ompio/common_ompio_print_queue.h                                                          mca_common_ompio_print_entry x);
x                  53 ompi/mca/common/ompio/common_ompio_print_queue.h                                                            mca_common_ompio_print_entry *x);
x                 368 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	int x, inOrderAndNoGaps = 1;
x                 369 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	for (x=0;x<(nprocs-1);x++) {
x                 370 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	    if (end_offsets[x] != (st_offsets[x+1]-1))
x                 173 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     char *x, *dummy;
x                 176 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	x = getenv( "GPFSMPIO_COMM"         );
x                 177 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	if (x) gpfsmpio_comm         = atoi(x);
x                 179 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	x = getenv( "GPFSMPIO_TIMING"       );
x                 180 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	if (x) gpfsmpio_timing       = atoi(x);
x                 182 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	x = getenv( "GPFSMPIO_TUNEGATHER"   );
x                 183 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c 	if (x) gpfsmpio_tunegather   = atoi(x);
x                 185 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     x = getenv( "GPFSMPIO_TUNEBLOCKING" );
x                 186 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_tuneblocking = atoi(x);
x                 188 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     x = getenv( "BGLOCKLESSMPIO_F_TYPE" );
x                 189 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) bglocklessmpio_f_type = strtol(x,&dummy,0);
x                 196 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     x = getenv("GPFSMPIO_NAGG_PSET");
x                 197 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_bg_nagg_pset = atoi(x);
x                 200 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     x = getenv( "GPFSMPIO_PTHREADIO" );
x                 201 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_pthreadio = atoi(x);
x                 204 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     x = getenv( "GPFSMPIO_P2PCONTIG" );
x                 205 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_p2pcontig = atoi(x);
x                 208 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     x = getenv( "GPFSMPIO_WRITE_AGGMETHOD" );
x                 209 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_write_aggmethod = atoi(x);
x                 212 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     x = getenv( "GPFSMPIO_READ_AGGMETHOD" );
x                 213 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_read_aggmethod = atoi(x);
x                 216 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     x = getenv( "GPFSMPIO_BALANCECONTIG" );
x                 217 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_balancecontig = atoi(x);
x                 220 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     x = getenv( "GPFSMPIO_DEVNULLIO" );
x                 221 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_devnullio = atoi(x);
x                 224 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     x = getenv( "GPFSMPIO_BRIDGERINGAGG" );
x                 225 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_bridgeringagg = atoi(x);
x                 228 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     x = getenv( "GPFSMPIO_ONESIDED_NO_RMW" );
x                 229 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_onesided_no_rmw = atoi(x);
x                 232 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     x = getenv( "GPFSMPIO_ONESIDED_ALWAYS_RMW" );
x                 233 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_onesided_always_rmw = atoi(x);
x                 238 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     x = getenv( "GPFSMPIO_ONESIDED_INFORM_RMW" );
x                 239 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_tuning.c     if (x) gpfsmpio_onesided_inform_rmw = atoi(x);
x                 551 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	int x;
x                 552 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	for (x=0;x<numbridges;x++) {
x                 582 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	    for (x=startSortIndex;x<=endSortIndex;x++) {
x                 614 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	    for (x=0;x<numAggsForThisBridge;x++) {
x                  17 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h #define DWORDLOW(x)        ( (DWORD) ( x & (__int64) 0xFFFFFFFF ) )
x                  18 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h #define DWORDHIGH(x)       ( (DWORD) ( (x >> 32) & (__int64) 0xFFFFFFFF ) )
x                  19 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h #define DWORDTOINT64(x,y)  ( (__int64) ( ( (__int64 x) << 32 ) + (__int64) y ) )
x                  21 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h #define DWORDLOW(x)         x
x                  22 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h #define DWORDHIGH(x)        0
x                  23 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h #define DWORDTOINT64(x,y)   x
x                 226 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIOI_SWAP(x, y, T) do { T temp##x##y = x; x = y; y = temp##x##y; } while (0);
x                 349 ompi/mca/io/romio321/romio/test/noncontig_coll2.c #define SEEDER(x,y,z) ((x)*1000000 + (y) + (x)*(z))
x                  25 ompi/mca/osc/rdma/osc_rdma_comm.h #define ALIGNMENT_MASK(x) ((x) ? (x) - 1 : 0)
x                 215 ompi/mca/osc/rdma/osc_rdma_types.h #define OSC_RDMA_VERBOSE(x, ...) OPAL_OUTPUT_VERBOSE((x, ompi_osc_base_framework.framework_output, __VA_ARGS__))
x                  52 ompi/mca/pml/yalla/pml_yalla_request.h #define PML_YALLA_MXM_REQBASE( x ) ( &((x)->mxm.base) )
x                  15 ompi/mca/topo/treematch/treematch/tm_malloc.h #define MALLOC(x) tm_malloc(x,__FILE__,__LINE__)
x                  16 ompi/mca/topo/treematch/treematch/tm_malloc.h #define CALLOC(x,y) tm_calloc(x,y,__FILE__,__LINE__)
x                  17 ompi/mca/topo/treematch/treematch/tm_malloc.h #define REALLOC(x,y) tm_realloc(x,y,__FILE__,__LINE__)
x                  60 ompi/mca/topo/treematch/treematch/tm_mt.c static unsigned long x[N];      /* the array for the state vector  */
x                  78 ompi/mca/topo/treematch/treematch/tm_mt.c   x[0] = s & 0xffffffffUL;
x                  80 ompi/mca/topo/treematch/treematch/tm_mt.c     x[i] = (1812433253UL * (x[i - 1] ^ (x[i - 1] >> 30)) + i)
x                  83 ompi/mca/topo/treematch/treematch/tm_mt.c   p0 = x;
x                  84 ompi/mca/topo/treematch/treematch/tm_mt.c   p1 = x + 1;
x                  85 ompi/mca/topo/treematch/treematch/tm_mt.c   pm = x + M;
x                 107 ompi/mca/topo/treematch/treematch/tm_mt.c     x[i] = ((x[i] ^ ((x[i - 1] ^ (x[i - 1] >> 30)) * 1664525UL))
x                 110 ompi/mca/topo/treematch/treematch/tm_mt.c       x[0] = x[N - 1];
x                 119 ompi/mca/topo/treematch/treematch/tm_mt.c     x[i] = ((x[i] ^ ((x[i - 1] ^ (x[i - 1] >> 30)) * 1566083941UL)) - i)
x                 122 ompi/mca/topo/treematch/treematch/tm_mt.c       x[0] = x[N - 1];
x                 126 ompi/mca/topo/treematch/treematch/tm_mt.c   x[0] = 0x80000000UL;          /* MSB is 1; assuring non-zero initial array */
x                 143 ompi/mca/topo/treematch/treematch/tm_mt.c   if (pm == x + N) {
x                 144 ompi/mca/topo/treematch/treematch/tm_mt.c     pm = x;
x                 146 ompi/mca/topo/treematch/treematch/tm_mt.c   if (p1 == x + N) {
x                 147 ompi/mca/topo/treematch/treematch/tm_mt.c     p1 = x;
x                 773 ompi/mca/topo/treematch/treematch/tm_tree.c   static long int x=0;
x                 821 ompi/mca/topo/treematch/treematch/tm_tree.c 	x++;
x                1205 ompi/mca/topo/treematch/treematch/tm_tree.c     fprintf(stdout, "\nx=%ld, y=%ld\n",x,y);
x                  37 ompi/mca/topo/treematch/treematch/uthash.h #define DECLTYPE(x) (decltype(x))
x                  40 ompi/mca/topo/treematch/treematch/uthash.h #define DECLTYPE(x)
x                  43 ompi/mca/topo/treematch/treematch/uthash.h #define DECLTYPE(x) (__typeof(x))
x                 517 ompi/mca/topo/treematch/treematch/uthash.h #define MUR_ROTL32(x,r) (((x) << (r)) | ((x) >> (32 - (r))))
x                3252 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h !subroutine ompi_sizeof(x,size,ierror) &
x                3255 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h !   OMPI_FORTRAN_IGNORE_TKR_TYPE, INTENT(IN) :: x
x                   8 ompi/mpi/fortran/use-mpi-tkr/test/align_c.c void align_c(char *a, char *w, char *x, char *y, char *z)
x                  14 ompi/mpi/fortran/use-mpi-tkr/test/align_c.c     ax = (unsigned long) x;
x                  43 ompi/mpi/fortran/use-mpi-tkr/test/align_c.c void align_c_(char *a, char *w, char *x, char *y, char *z)
x                  45 ompi/mpi/fortran/use-mpi-tkr/test/align_c.c   align_c(a, w, x, y, z);
x                  49 ompi/mpi/fortran/use-mpi-tkr/test/align_c.c void align_c__(char *a, char *w, char *x, char *y, char *z)
x                  51 ompi/mpi/fortran/use-mpi-tkr/test/align_c.c   align_c(a, w, x, y, z);
x                  55 ompi/mpi/fortran/use-mpi-tkr/test/align_c.c void ALIGN_C(char *a, char *w, char *x, char *y, char *z)
x                  57 ompi/mpi/fortran/use-mpi-tkr/test/align_c.c   align_c(a, w, x, y, z);
x                  61 ompi/mpi/fortran/use-mpi-tkr/test/align_c.c void ALIGN_C_(char *a, char *w, char *x, char *y, char *z)
x                  63 ompi/mpi/fortran/use-mpi-tkr/test/align_c.c   align_c(a, w, x, y, z);
x                  67 ompi/mpi/fortran/use-mpi-tkr/test/align_c.c void ALIGN_C__(char *a, char *w, char *x, char *y, char *z)
x                  69 ompi/mpi/fortran/use-mpi-tkr/test/align_c.c   align_c(a, w, x, y, z);
x                  36 opal/class/opal_interval_tree.c static void opal_interval_tree_insert_fixup (opal_interval_tree_t *tree, opal_interval_tree_node_t *x);
x                  44 opal/class/opal_interval_tree.c static opal_interval_tree_node_t *left_rotate (opal_interval_tree_t *tree, opal_interval_tree_node_t *x);
x                  45 opal/class/opal_interval_tree.c static opal_interval_tree_node_t *right_rotate (opal_interval_tree_t *tree, opal_interval_tree_node_t *x);
x                  49 opal/class/opal_interval_tree.c #define max(x,y) (((x) > (y)) ? (x) : (y))
x                 714 opal/class/opal_interval_tree.c static opal_interval_tree_node_t *left_rotate (opal_interval_tree_t *tree, opal_interval_tree_node_t *x)
x                 716 opal/class/opal_interval_tree.c     opal_interval_tree_node_t *x_copy = x;
x                 717 opal/class/opal_interval_tree.c     opal_interval_tree_node_t *y = x->right;
x                 718 opal/class/opal_interval_tree.c     opal_interval_tree_node_t *parent = x->parent;
x                 734 opal/class/opal_interval_tree.c     if (x == parent->left) {
x                 750 opal/class/opal_interval_tree.c static opal_interval_tree_node_t *right_rotate (opal_interval_tree_t *tree, opal_interval_tree_node_t *x)
x                 752 opal/class/opal_interval_tree.c     opal_interval_tree_node_t *x_copy = x;
x                 753 opal/class/opal_interval_tree.c     opal_interval_tree_node_t *y = x->left;
x                 754 opal/class/opal_interval_tree.c     opal_interval_tree_node_t *parent = x->parent;
x                 768 opal/class/opal_interval_tree.c     y->max = x->max;
x                 771 opal/class/opal_interval_tree.c     if (parent->left == x) {
x                  31 opal/class/opal_rb_tree.c static void btree_delete_fixup(opal_rb_tree_t *tree, opal_rb_tree_node_t * x);
x                  35 opal/class/opal_rb_tree.c static void left_rotate(opal_rb_tree_t *tree, opal_rb_tree_node_t * x);
x                  36 opal/class/opal_rb_tree.c static void right_rotate(opal_rb_tree_t *tree, opal_rb_tree_node_t * x);
x                 357 opal/class/opal_rb_tree.c static void btree_delete_fixup(opal_rb_tree_t *tree, opal_rb_tree_node_t * x)
x                 361 opal/class/opal_rb_tree.c     while ((x != root) && (x->color == BLACK)) {
x                 362 opal/class/opal_rb_tree.c         if (x == x->parent->left) {
x                 363 opal/class/opal_rb_tree.c             w = x->parent->right;
x                 366 opal/class/opal_rb_tree.c                 x->parent->color = RED;
x                 367 opal/class/opal_rb_tree.c                 left_rotate(tree, x->parent);
x                 368 opal/class/opal_rb_tree.c                 w = x->parent->right;
x                 372 opal/class/opal_rb_tree.c                 x = x->parent;
x                 378 opal/class/opal_rb_tree.c                     w = x->parent->right;
x                 380 opal/class/opal_rb_tree.c                 w->color = x->parent->color;
x                 381 opal/class/opal_rb_tree.c                 x->parent->color = BLACK;
x                 383 opal/class/opal_rb_tree.c                 left_rotate(tree, x->parent);
x                 384 opal/class/opal_rb_tree.c                 x = root;
x                 388 opal/class/opal_rb_tree.c             w = x->parent->left;
x                 391 opal/class/opal_rb_tree.c                 x->parent->color = RED;
x                 392 opal/class/opal_rb_tree.c                 right_rotate(tree, x->parent);
x                 393 opal/class/opal_rb_tree.c                 w = x->parent->left;
x                 397 opal/class/opal_rb_tree.c                 x = x->parent;
x                 403 opal/class/opal_rb_tree.c                     w = x->parent->left;
x                 405 opal/class/opal_rb_tree.c                 w->color = x->parent->color;
x                 406 opal/class/opal_rb_tree.c                 x->parent->color = BLACK;
x                 408 opal/class/opal_rb_tree.c                 right_rotate(tree, x->parent);
x                 409 opal/class/opal_rb_tree.c                 x = root;
x                 414 opal/class/opal_rb_tree.c     x->color = BLACK;
x                 483 opal/class/opal_rb_tree.c static void left_rotate(opal_rb_tree_t *tree, opal_rb_tree_node_t * x)
x                 487 opal/class/opal_rb_tree.c     y = x->right;
x                 490 opal/class/opal_rb_tree.c         y->left->parent=x;
x                 495 opal/class/opal_rb_tree.c     if (x == x->parent->left) {
x                 496 opal/class/opal_rb_tree.c         x->parent->left = y;
x                 498 opal/class/opal_rb_tree.c         x->parent->right = y;
x                 501 opal/class/opal_rb_tree.c     y->parent = x->parent;
x                 503 opal/class/opal_rb_tree.c     x->parent = y;
x                 504 opal/class/opal_rb_tree.c     x->right = y->left;
x                 505 opal/class/opal_rb_tree.c     y->left = x;
x                 514 opal/class/opal_rb_tree.c static void right_rotate(opal_rb_tree_t *tree, opal_rb_tree_node_t * x)
x                 518 opal/class/opal_rb_tree.c     y = x->left;
x                 521 opal/class/opal_rb_tree.c         y->right->parent = x;
x                 524 opal/class/opal_rb_tree.c     if (x == x->parent->left) {
x                 525 opal/class/opal_rb_tree.c         x->parent->left = y;
x                 527 opal/class/opal_rb_tree.c         x->parent->right = y;
x                 530 opal/class/opal_rb_tree.c     y->parent = x->parent;
x                 531 opal/class/opal_rb_tree.c     x->parent = y;
x                 532 opal/class/opal_rb_tree.c     x->left = y->right;
x                 533 opal/class/opal_rb_tree.c     y->right = x;
x                  25 opal/include/opal/align.h #define OPAL_DOWN_ALIGN(x,a,t) ((x) & ~(((t)(a)-1)))
x                  26 opal/include/opal/align.h #define OPAL_DOWN_ALIGN_PTR(x,a,t) ((t)OPAL_DOWN_ALIGN((uintptr_t)x, a, uintptr_t))
x                  27 opal/include/opal/align.h #define OPAL_ALIGN(x,a,t) (((x)+((t)(a)-1)) & ~(((t)(a)-1)))
x                  28 opal/include/opal/align.h #define OPAL_ALIGN_PTR(x,a,t) ((t)OPAL_ALIGN((uintptr_t)x, a, uintptr_t))
x                  29 opal/include/opal/align.h #define OPAL_ALIGN_PAD_AMOUNT(x,s) ((~((uintptr_t)(x))+1) & ((uintptr_t)(s)-1))
x                  75 opal/include/opal/opal_portable_platform.h #define _STRINGIFY_HELPER(x) #x
x                  76 opal/include/opal/opal_portable_platform.h #define _STRINGIFY(x) _STRINGIFY_HELPER(x)
x                 122 opal/include/opal/sys/powerpc/atomic.h #define OPAL_ASM_VALUE64(x) (void *)(intptr_t) (x)
x                 124 opal/include/opal/sys/powerpc/atomic.h #define OPAL_ASM_VALUE64(x) x
x                 312 opal/include/opal/sys/powerpc/atomic.h #define ll_low(x)       *(((unsigned int*)&(x))+0)
x                 313 opal/include/opal/sys/powerpc/atomic.h #define ll_high(x)      *(((unsigned int*)&(x))+1)
x                  97 opal/mca/base/mca_base_component_repository.c #define STRINGIFYX(x) #x
x                  98 opal/mca/base/mca_base_component_repository.c #define STRINGIFY(x) STRINGIFYX(x)
x                  82 opal/mca/btl/smcuda/btl_smcuda_fifo.h #define FIFO_MAP(x)     ((x) & (mca_btl_smcuda_component.nfifos - 1))
x                  20 opal/mca/btl/ugni/btl_ugni_get.c #define ALIGNMENT_MASK(x) ((x) ? (x) - 1 : 0)
x                  54 opal/mca/btl/usnic/btl_usnic_util.h static inline int __opal_attribute_always_inline__ usnic_fls(int x)
x                  57 opal/mca/btl/usnic/btl_usnic_util.h static inline int __opal_attribute_always_inline__ usnic_fls(int x)
x                  61 opal/mca/btl/usnic/btl_usnic_util.h     if (!x) {
x                  64 opal/mca/btl/usnic/btl_usnic_util.h     if (!(x & 0xffff0000u)) {
x                  65 opal/mca/btl/usnic/btl_usnic_util.h         x <<= 16;
x                  68 opal/mca/btl/usnic/btl_usnic_util.h     if (!(x & 0xff000000u)) {
x                  69 opal/mca/btl/usnic/btl_usnic_util.h         x <<= 8;
x                  72 opal/mca/btl/usnic/btl_usnic_util.h     if (!(x & 0xf0000000u)) {
x                  73 opal/mca/btl/usnic/btl_usnic_util.h         x <<= 4;
x                  76 opal/mca/btl/usnic/btl_usnic_util.h     if (!(x & 0xc0000000u)) {
x                  77 opal/mca/btl/usnic/btl_usnic_util.h         x <<= 2;
x                  80 opal/mca/btl/usnic/btl_usnic_util.h     if (!(x & 0x80000000u)) {
x                  41 opal/mca/btl/vader/btl_vader_fbox.h #define MCA_BTL_VADER_FBOX_HDR(x) ((mca_btl_vader_fbox_hdr_t *) (x))
x                  33 opal/mca/btl/vader/btl_vader_fifo.h #define vader_item_compare_exchange(x, y, z) opal_atomic_compare_exchange_strong_ptr ((opal_atomic_intptr_t *) (x), (intptr_t *) (y), (intptr_t) (z))
x                  36 opal/mca/btl/vader/btl_vader_fifo.h   #define vader_item_swap(x, y)      opal_atomic_swap_64((opal_atomic_int64_t *)(x), (int64_t)(y))
x                  42 opal/mca/btl/vader/btl_vader_fifo.h   #define vader_item_swap(x, y)      opal_atomic_swap_32((opal_atomic_int32_t *)(x), (int32_t)(y))
x                  57 opal/mca/common/cuda/common_cuda.c #define STRINGIFY2(x) #x
x                  58 opal/mca/common/cuda/common_cuda.c #define STRINGIFY(x) STRINGIFY2(x)
x                  55 opal/mca/event/external/external.h #define opal_event_base_free(x) event_base_free(x)
x                  72 opal/mca/event/external/external.h #define opal_event_set_priority(x, n) event_priority_set((x), (n))
x                  80 opal/mca/event/external/external.h #define opal_event_set(b, x, fd, fg, cb, arg) event_assign((x), (b), (fd), (fg), (event_callback_fn) (cb), (arg))
x                  82 opal/mca/event/external/external.h #define opal_event_assign(x, b, fd, fg, cb, arg) event_assign((x), (b), (fd), (fg), (event_callback_fn) (cb), (arg))
x                  88 opal/mca/event/external/external.h #define opal_event_active(x, y, z) event_active((x), (y), (z))
x                  94 opal/mca/event/external/external.h #define opal_event_free(x) event_free((x))
x                  99 opal/mca/event/external/external.h #define opal_event_evtimer_add(x, tv) opal_event_add((x), (tv))
x                 101 opal/mca/event/external/external.h #define opal_event_evtimer_set(b, x, cb, arg) event_assign((x), (b), -1, 0, (event_callback_fn) (cb), (arg))
x                 103 opal/mca/event/external/external.h #define opal_event_evtimer_del(x) opal_event_del((x))
x                 105 opal/mca/event/external/external.h #define opal_event_evtimer_pending(x, tv) event_pending((x), EV_TIMEOUT, (tv))
x                 107 opal/mca/event/external/external.h #define opal_event_evtimer_initialized(x) event_initialized((x))
x                 110 opal/mca/event/external/external.h #define opal_event_signal_add(x, tv) event_add((x), (tv))
x                 112 opal/mca/event/external/external.h #define opal_event_signal_set(b, x, fd, cb, arg) event_assign((x), (b), (fd), EV_SIGNAL|EV_PERSIST, (event_callback_fn) (cb), (arg))
x                 114 opal/mca/event/external/external.h #define opal_event_signal_del(x) event_del((x))
x                 116 opal/mca/event/external/external.h #define opal_event_signal_pending(x, tv) event_pending((x), EV_SIGNAL, (tv))
x                 118 opal/mca/event/external/external.h #define opal_event_signal_initalized(x) event_initialized((x))
x                 120 opal/mca/event/external/external.h #define opal_event_get_signal(x) event_get_signal((x))
x                 276 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define SPLAY_INSERT(name, x, y)	name##_SPLAY_INSERT(x, y)
x                 277 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define SPLAY_REMOVE(name, x, y)	name##_SPLAY_REMOVE(x, y)
x                 278 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define SPLAY_FIND(name, x, y)		name##_SPLAY_FIND(x, y)
x                 279 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define SPLAY_NEXT(name, x, y)		name##_SPLAY_NEXT(x, y)
x                 280 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define SPLAY_MIN(name, x)		(SPLAY_EMPTY(x) ? NULL	\
x                 281 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 					: name##_SPLAY_MIN_MAX(x, SPLAY_NEGINF))
x                 282 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define SPLAY_MAX(name, x)		(SPLAY_EMPTY(x) ? NULL	\
x                 283 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 					: name##_SPLAY_MIN_MAX(x, SPLAY_INF))
x                 285 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define SPLAY_FOREACH(x, name, head)					\
x                 286 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 	for ((x) = SPLAY_MIN(name, head);				\
x                 287 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 	     (x) != NULL;						\
x                 288 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 	     (x) = SPLAY_NEXT(name, head, x))
x                 332 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define RB_AUGMENT(x)
x                 665 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define RB_INSERT(name, x, y)	name##_RB_INSERT(x, y)
x                 666 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define RB_REMOVE(name, x, y)	name##_RB_REMOVE(x, y)
x                 667 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define RB_FIND(name, x, y)	name##_RB_FIND(x, y)
x                 668 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define RB_NEXT(name, x, y)	name##_RB_NEXT(y)
x                 669 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define RB_MIN(name, x)		name##_RB_MINMAX(x, RB_NEGINF)
x                 670 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define RB_MAX(name, x)		name##_RB_MINMAX(x, RB_INF)
x                 672 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define RB_FOREACH(x, name, head)					\
x                 673 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 	for ((x) = RB_MIN(name, head);					\
x                 674 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 	     (x) != NULL;						\
x                 675 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 	     (x) = name##_RB_NEXT(x))
x                 953 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define SPLAY_INSERT(name, x, y)	name##_SPLAY_INSERT(x, y)
x                 954 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define SPLAY_REMOVE(name, x, y)	name##_SPLAY_REMOVE(x, y)
x                 955 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define SPLAY_FIND(name, x, y)		name##_SPLAY_FIND(x, y)
x                 956 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define SPLAY_NEXT(name, x, y)		name##_SPLAY_NEXT(x, y)
x                 957 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define SPLAY_MIN(name, x)		(SPLAY_EMPTY(x) ? NULL	\
x                 958 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 					: name##_SPLAY_MIN_MAX(x, SPLAY_NEGINF))
x                 959 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define SPLAY_MAX(name, x)		(SPLAY_EMPTY(x) ? NULL	\
x                 960 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 					: name##_SPLAY_MIN_MAX(x, SPLAY_INF))
x                 962 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define SPLAY_FOREACH(x, name, head)					\
x                 963 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 	for ((x) = SPLAY_MIN(name, head);				\
x                 964 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 	     (x) != NULL;						\
x                 965 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 	     (x) = SPLAY_NEXT(name, head, x))
x                1009 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define RB_AUGMENT(x)
x                1342 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define RB_INSERT(name, x, y)	name##_RB_INSERT(x, y)
x                1343 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define RB_REMOVE(name, x, y)	name##_RB_REMOVE(x, y)
x                1344 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define RB_FIND(name, x, y)	name##_RB_FIND(x, y)
x                1345 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define RB_NEXT(name, x, y)	name##_RB_NEXT(y)
x                1346 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define RB_MIN(name, x)		name##_RB_MINMAX(x, RB_NEGINF)
x                1347 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define RB_MAX(name, x)		name##_RB_MINMAX(x, RB_INF)
x                1349 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h #define RB_FOREACH(x, name, head)					\
x                1350 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 	for ((x) = RB_MIN(name, head);					\
x                1351 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 	     (x) != NULL;						\
x                1352 opal/mca/event/libevent2022/libevent/WIN32-Code/tree.h 	     (x) = name##_RB_NEXT(x))
x                 205 opal/mca/event/libevent2022/libevent/bufferevent_ratelim.c #define LIM(x)						\
x                 206 opal/mca/event/libevent2022/libevent/bufferevent_ratelim.c 	(is_write ? (x).write_limit : (x).read_limit)
x                 212 opal/mca/event/libevent2022/libevent/bufferevent_ratelim.c #define CLAMPTO(x)				\
x                 214 opal/mca/event/libevent2022/libevent/bufferevent_ratelim.c 		if (max_so_far > (x))		\
x                 215 opal/mca/event/libevent2022/libevent/bufferevent_ratelim.c 			max_so_far = (x);	\
x                 946 opal/mca/event/libevent2022/libevent/evdns.c #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&_t32, packet + j, 4); j += 4; x = ntohl(_t32); } while (0)
x                 947 opal/mca/event/libevent2022/libevent/evdns.c #define GET16(x) do { if (j + 2 > length) goto err; memcpy(&_t, packet + j, 2); j += 2; x = ntohs(_t); } while (0)
x                 948 opal/mca/event/libevent2022/libevent/evdns.c #define GET8(x) do { if (j >= length) goto err; x = packet[j++]; } while (0)
x                1591 opal/mca/event/libevent2022/libevent/evdns.c #define APPEND16(x) do {						\
x                1594 opal/mca/event/libevent2022/libevent/evdns.c 		_t = htons(x);						\
x                1598 opal/mca/event/libevent2022/libevent/evdns.c #define APPEND32(x) do {						\
x                1601 opal/mca/event/libevent2022/libevent/evdns.c 		_t32 = htonl(x);					\
x                 111 opal/mca/event/libevent2022/libevent/evmap.c #define GET_IO_SLOT(x, map, slot, type)					\
x                 116 opal/mca/event/libevent2022/libevent/evmap.c 		(x) = _ent ? &_ent->ent.type : NULL;			\
x                 119 opal/mca/event/libevent2022/libevent/evmap.c #define GET_IO_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len)	\
x                 136 opal/mca/event/libevent2022/libevent/evmap.c 		(x) = &_ent->ent.type;					\
x                 159 opal/mca/event/libevent2022/libevent/evmap.c #define GET_SIGNAL_SLOT(x, map, slot, type)			\
x                 160 opal/mca/event/libevent2022/libevent/evmap.c 	(x) = (struct type *)((map)->entries[slot])
x                 166 opal/mca/event/libevent2022/libevent/evmap.c #define GET_SIGNAL_SLOT_AND_CTOR(x, map, slot, type, ctor, fdinfo_len)	\
x                 175 opal/mca/event/libevent2022/libevent/evmap.c 		(x) = (struct type *)((map)->entries[slot]);		\
x                 181 opal/mca/event/libevent2022/libevent/evmap.c #define GET_IO_SLOT(x,map,slot,type) GET_SIGNAL_SLOT(x,map,slot,type)
x                 182 opal/mca/event/libevent2022/libevent/evmap.c #define GET_IO_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len)	\
x                 183 opal/mca/event/libevent2022/libevent/evmap.c 	GET_SIGNAL_SLOT_AND_CTOR(x,map,slot,type,ctor,fdinfo_len)
x                 160 opal/mca/event/libevent2022/libevent/evutil.c #define N_TO_READ(x) ((x) > INT_MAX) ? INT_MAX : ((int)(x))
x                 162 opal/mca/event/libevent2022/libevent/evutil.c #define N_TO_READ(x) (x)
x                 120 opal/mca/event/libevent2022/libevent/ht-internal.h #define HT_FOREACH(x, name, head)                 \
x                 121 opal/mca/event/libevent2022/libevent/ht-internal.h   for ((x) = HT_START(name, head);                \
x                 122 opal/mca/event/libevent2022/libevent/ht-internal.h        (x) != NULL;                               \
x                 123 opal/mca/event/libevent2022/libevent/ht-internal.h        (x) = HT_NEXT(name, head, x))
x                2581 opal/mca/event/libevent2022/libevent/http.c #define MEMBERSOF(x) (sizeof(x)/sizeof(x[0]))
x                 105 opal/mca/event/libevent2022/libevent/include/event2/buffer_compat.h #define EVBUFFER_LENGTH(x)	evbuffer_get_length(x)
x                 107 opal/mca/event/libevent2022/libevent/include/event2/buffer_compat.h #define EVBUFFER_DATA(x)	evbuffer_pullup((x), -1)
x                  96 opal/mca/event/libevent2022/libevent/include/event2/bufferevent_compat.h #define EVBUFFER_INPUT(x)	bufferevent_get_input(x)
x                  98 opal/mca/event/libevent2022/libevent/include/event2/bufferevent_compat.h #define EVBUFFER_OUTPUT(x)	bufferevent_get_output(x)
x                 778 opal/mca/event/libevent2022/libevent/include/event2/event.h #define evsignal_assign(ev, b, x, cb, arg)			\
x                 779 opal/mca/event/libevent2022/libevent/include/event2/event.h 	event_assign((ev), (b), (x), EV_SIGNAL|EV_PERSIST, cb, (arg))
x                 780 opal/mca/event/libevent2022/libevent/include/event2/event.h #define evsignal_new(b, x, cb, arg)				\
x                 781 opal/mca/event/libevent2022/libevent/include/event2/event.h 	event_new((b), (x), EV_SIGNAL|EV_PERSIST, (cb), (arg))
x                 177 opal/mca/event/libevent2022/libevent/include/event2/event_compat.h #define evsignal_set(ev, x, cb, arg)	\
x                 178 opal/mca/event/libevent2022/libevent/include/event2/event_compat.h 	event_set((ev), (x), EV_SIGNAL|EV_PERSIST, (cb), (arg))
x                 203 opal/mca/event/libevent2022/libevent/include/event2/event_compat.h #define signal_set(ev, x, cb, arg)				\
x                 204 opal/mca/event/libevent2022/libevent/include/event2/event_compat.h 	event_set((ev), (x), EV_SIGNAL|EV_PERSIST, (cb), (arg))
x                  53 opal/mca/event/libevent2022/libevent/kqueue.c #define PTR_TO_UDATA(x)	((intptr_t)(x))
x                  54 opal/mca/event/libevent2022/libevent/kqueue.c #define INT_TO_UDATA(x) ((intptr_t)(x))
x                  56 opal/mca/event/libevent2022/libevent/kqueue.c #define PTR_TO_UDATA(x)	(x)
x                  57 opal/mca/event/libevent2022/libevent/kqueue.c #define INT_TO_UDATA(x) ((void*)(x))
x                  52 opal/mca/event/libevent2022/libevent/log-internal.h #define event_debug(x) _event_debugx x
x                  54 opal/mca/event/libevent2022/libevent/log-internal.h #define event_debug(x) do {;} while (0)
x                  23 opal/mca/event/libevent2022/libevent/sample/http-server.c #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR)
x                  63 opal/mca/event/libevent2022/libevent/select.c #define DIV_ROUNDUP(x, y)   (((x)+((y)-1))/(y))
x                 303 opal/mca/event/libevent2022/libevent/test/regress.c #define setup_test(x) do {						\
x                 305 opal/mca/event/libevent2022/libevent/test/regress.c 		TT_FAIL(("Legacy test %s not wrapped properly", x));	\
x                  53 opal/mca/event/libevent2022/libevent/test/tinytest.c #define __attribute__(x)
x                 282 opal/mca/event/libevent2022/libevent/util-internal.h #define EV_I64_ARG(x) ((__int64)(x))
x                 283 opal/mca/event/libevent2022/libevent/util-internal.h #define EV_U64_ARG(x) ((unsigned __int64)(x))
x                 287 opal/mca/event/libevent2022/libevent/util-internal.h #define EV_I64_ARG(x) ((long long)(x))
x                 288 opal/mca/event/libevent2022/libevent/util-internal.h #define EV_U64_ARG(x) ((unsigned long long)(x))
x                 294 opal/mca/event/libevent2022/libevent/util-internal.h #define EV_SOCK_ARG(x) EV_I64_ARG((x))
x                 297 opal/mca/event/libevent2022/libevent/util-internal.h #define EV_SOCK_ARG(x) (x)
x                 304 opal/mca/event/libevent2022/libevent/util-internal.h #define EV_SIZE_ARG(x) (x)
x                 305 opal/mca/event/libevent2022/libevent/util-internal.h #define EV_SSIZE_ARG(x) (x)
x                 313 opal/mca/event/libevent2022/libevent/util-internal.h #define EV_SIZE_ARG(x) ((unsigned long)(x))
x                 314 opal/mca/event/libevent2022/libevent/util-internal.h #define EV_SSIZE_ARG(x) ((long)(x))
x                 318 opal/mca/event/libevent2022/libevent/util-internal.h #define EV_SIZE_ARG(x) EV_U64_ARG(x)
x                 319 opal/mca/event/libevent2022/libevent/util-internal.h #define EV_SSIZE_ARG(x) EV_I64_ARG(x)
x                  86 opal/mca/event/libevent2022/libevent2022.h #define opal_event_base_free(x) event_base_free(x)
x                 103 opal/mca/event/libevent2022/libevent2022.h #define opal_event_set_priority(x, n) event_priority_set((x), (n))
x                 111 opal/mca/event/libevent2022/libevent2022.h #define opal_event_set(b, x, fd, fg, cb, arg) event_assign((x), (b), (fd), (fg), (event_callback_fn) (cb), (arg))
x                 113 opal/mca/event/libevent2022/libevent2022.h #define opal_event_assign(x, b, fd, fg, cb, arg) event_assign((x), (b), (fd), (fg), (event_callback_fn) (cb), (arg))
x                 119 opal/mca/event/libevent2022/libevent2022.h #define opal_event_active(x, y, z) event_active((x), (y), (z))
x                 125 opal/mca/event/libevent2022/libevent2022.h #define opal_event_free(x) event_free((x))
x                 130 opal/mca/event/libevent2022/libevent2022.h #define opal_event_evtimer_add(x, tv) opal_event_add((x), (tv))
x                 132 opal/mca/event/libevent2022/libevent2022.h #define opal_event_evtimer_set(b, x, cb, arg) event_assign((x), (b), -1, 0, (event_callback_fn) (cb), (arg))
x                 134 opal/mca/event/libevent2022/libevent2022.h #define opal_event_evtimer_del(x) opal_event_del((x))
x                 136 opal/mca/event/libevent2022/libevent2022.h #define opal_event_evtimer_pending(x, tv) event_pending((x), EV_TIMEOUT, (tv))
x                 138 opal/mca/event/libevent2022/libevent2022.h #define opal_event_evtimer_initialized(x) event_initialized((x))
x                 141 opal/mca/event/libevent2022/libevent2022.h #define opal_event_signal_add(x, tv) event_add((x), (tv))
x                 143 opal/mca/event/libevent2022/libevent2022.h #define opal_event_signal_set(b, x, fd, cb, arg) event_assign((x), (b), (fd), EV_SIGNAL|EV_PERSIST, (event_callback_fn) (cb), (arg))
x                 145 opal/mca/event/libevent2022/libevent2022.h #define opal_event_signal_del(x) event_del((x))
x                 147 opal/mca/event/libevent2022/libevent2022.h #define opal_event_signal_pending(x, tv) event_pending((x), EV_SIGNAL, (tv))
x                 149 opal/mca/event/libevent2022/libevent2022.h #define opal_event_signal_initalized(x) event_initialized((x))
x                 151 opal/mca/event/libevent2022/libevent2022.h #define opal_event_get_signal(x) event_get_signal((x))
x                  73 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c #define HWLOC_SUBBITMAP_READULONG(set,x)	((x) < (set)->ulongs_count ? (set)->ulongs[x] : (set)->infinite ? HWLOC_SUBBITMAP_FULL : HWLOC_SUBBITMAP_ZERO)
x                  57 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/gl.h         unsigned x = (unsigned) -1, y = (unsigned) -1;
x                  62 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/gl.h                     && sscanf(osdev->name, ":%u.%u", &x, &y) == 2
x                  63 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/gl.h                     && port == x && device == y)
x                 115 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/gl.h 	unsigned x = -1, y = -1;
x                 117 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/gl.h 	    && sscanf(osdev->name, ":%u.%u", &x, &y) == 2) {
x                 118 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/gl.h 		*port = x;
x                 126 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/opencl.h 	unsigned x = (unsigned) -1, y = (unsigned) -1;
x                 131 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/opencl.h 		    && sscanf(osdev->name, "opencl%ud%u", &x, &y) == 2
x                 132 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/opencl.h 		    && platform_index == x && device_index == y)
x                  37 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define DECLTYPE(x) (decltype(x))
x                  40 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define DECLTYPE(x)
x                  44 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define DECLTYPE(x)
x                  46 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define DECLTYPE(x) (__typeof(x))
x                 561 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define MUR_ROTL32(x,r) (((x) << (r)) | ((x) >> (32 - (r))))
x                  57 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #    define hwloc_ffsl(x) __builtin_ffsl(x)
x                  59 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #    define hwloc_ffs(x) __builtin_ffs(x)
x                  69 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #  define hwloc_ffsl(x) ffsl(x)
x                  77 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #  define hwloc_ffs(x) ffs(x)
x                  90 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h hwloc_ffsl_manual(unsigned long x) __hwloc_attribute_const;
x                  92 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h hwloc_ffsl_manual(unsigned long x)
x                  96 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if (!x)
x                 101 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if (!(x & 0xfffffffful)) {
x                 102 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 		x >>= 32;
x                 106 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if (!(x & 0xffffu)) {
x                 107 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 		x >>= 16;
x                 110 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if (!(x & 0xff)) {
x                 111 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 		x >>= 8;
x                 114 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if (!(x & 0xf)) {
x                 115 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 		x >>= 4;
x                 118 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if (!(x & 0x3)) {
x                 119 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 		x >>= 2;
x                 122 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if (!(x & 0x1)) {
x                 123 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 		x >>= 1;
x                 138 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h hwloc_ffs32(unsigned long x) __hwloc_attribute_const;
x                 140 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h hwloc_ffs32(unsigned long x)
x                 145 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	low_ffs = hwloc_ffs(x & 0xfffful);
x                 149 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	hi_ffs = hwloc_ffs(x >> 16);
x                 155 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	return hwloc_ffs(x);
x                 161 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h hwloc_ffsl_from_ffs32(unsigned long x) __hwloc_attribute_const;
x                 163 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h hwloc_ffsl_from_ffs32(unsigned long x)
x                 168 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	low_ffs = hwloc_ffs32(x & 0xfffffffful);
x                 172 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	hi_ffs = hwloc_ffs32(x >> 32);
x                 178 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	return hwloc_ffs32(x);
x                 192 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #    define hwloc_flsl(x) (x ? (8*sizeof(long) - __builtin_clzl(x)) : 0)
x                 194 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #    define hwloc_fls(x) (x ? (8*sizeof(int) - __builtin_clz(x)) : 0)
x                 204 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #  define hwloc_flsl(x) flsl(x)
x                 212 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #  define hwloc_flsl(x) (x ? (8*sizeof(long) - clzl(x)) : 0)
x                 220 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #  define hwloc_fls(x) fls(x)
x                 229 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #  define hwloc_fls(x) (x ? (8*sizeof(int) - clz(x)) : 0)
x                 235 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h hwloc_flsl_manual(unsigned long x) __hwloc_attribute_const;
x                 237 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h hwloc_flsl_manual(unsigned long x)
x                 241 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if (!x)
x                 246 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if ((x & 0xffffffff00000000ul)) {
x                 247 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 		x >>= 32;
x                 251 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if ((x & 0xffff0000u)) {
x                 252 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 		x >>= 16;
x                 255 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if ((x & 0xff00)) {
x                 256 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 		x >>= 8;
x                 259 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if ((x & 0xf0)) {
x                 260 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 		x >>= 4;
x                 263 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if ((x & 0xc)) {
x                 264 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 		x >>= 2;
x                 267 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	if ((x & 0x2)) {
x                 268 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 		x >>= 1;
x                 285 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h hwloc_fls32(unsigned long x) __hwloc_attribute_const;
x                 287 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h hwloc_fls32(unsigned long x)
x                 292 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	hi_fls = hwloc_fls(x >> 16);
x                 296 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	low_fls = hwloc_fls(x & 0xfffful);
x                 302 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	return hwloc_fls(x);
x                 308 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h hwloc_flsl_from_fls32(unsigned long x) __hwloc_attribute_const;
x                 310 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h hwloc_flsl_from_fls32(unsigned long x)
x                 315 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	hi_fls = hwloc_fls32(x >> 32);
x                 319 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	low_fls = hwloc_fls32(x & 0xfffffffful);
x                 325 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h 	return hwloc_fls32(x);
x                  77 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h #define HWLOC_SLEVEL_FROM_DEPTH(x) (HWLOC_TYPE_DEPTH_NUMANODE-(x))
x                  78 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h #define HWLOC_SLEVEL_TO_DEPTH(x) (HWLOC_TYPE_DEPTH_NUMANODE-(x))
x                 186 opal/mca/pmix/pmix4x/pmix/examples/server.c                           pmix_op_cbfunc_t cbfunc, myxfer_t *x);
x                 201 opal/mca/pmix/pmix4x/pmix/examples/server.c     myxfer_t *x = (myxfer_t*)cbdata;
x                 204 opal/mca/pmix/pmix4x/pmix/examples/server.c     if (NULL != x->cbfunc) {
x                 205 opal/mca/pmix/pmix4x/pmix/examples/server.c         x->cbfunc(PMIX_SUCCESS, x->cbdata);
x                 207 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->active = false;
x                 219 opal/mca/pmix/pmix4x/pmix/examples/server.c     myxfer_t *x;
x                 301 opal/mca/pmix/pmix4x/pmix/examples/server.c     x = PMIX_NEW(myxfer_t);
x                 302 opal/mca/pmix/pmix4x/pmix/examples/server.c     set_namespace(nprocs, tmp, "foobar", opcbfunc, x);
x                 314 opal/mca/pmix/pmix4x/pmix/examples/server.c     PMIX_WAIT_FOR_COMPLETION(x->active);
x                 316 opal/mca/pmix/pmix4x/pmix/examples/server.c     PMIX_RELEASE(x);
x                 319 opal/mca/pmix/pmix4x/pmix/examples/server.c     x = PMIX_NEW(myxfer_t);
x                 320 opal/mca/pmix/pmix4x/pmix/examples/server.c     if (PMIX_SUCCESS != (rc = PMIx_server_setup_local_support("foobar", NULL, 0, opcbfunc, x))) {
x                 326 opal/mca/pmix/pmix4x/pmix/examples/server.c     PMIX_WAIT_FOR_COMPLETION(x->active);
x                 327 opal/mca/pmix/pmix4x/pmix/examples/server.c     PMIX_RELEASE(x);
x                 339 opal/mca/pmix/pmix4x/pmix/examples/server.c         x = PMIX_NEW(myxfer_t);
x                 341 opal/mca/pmix/pmix4x/pmix/examples/server.c                                                               NULL, opcbfunc, x))) {
x                 349 opal/mca/pmix/pmix4x/pmix/examples/server.c         PMIX_WAIT_FOR_COMPLETION(x->active);
x                 350 opal/mca/pmix/pmix4x/pmix/examples/server.c         PMIX_RELEASE(x);
x                 419 opal/mca/pmix/pmix4x/pmix/examples/server.c                           pmix_op_cbfunc_t cbfunc, myxfer_t *x)
x                 439 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->ninfo = myxfer.ninfo + 7;
x                 441 opal/mca/pmix/pmix4x/pmix/examples/server.c     PMIX_INFO_CREATE(x->info, x->ninfo);
x                 444 opal/mca/pmix/pmix4x/pmix/examples/server.c             PMIX_INFO_XFER(&x->info[i], &myxfer.info[i]);
x                 449 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->info[i].key, PMIX_UNIV_SIZE, PMIX_MAX_KEYLEN);
x                 450 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->info[i].value.type = PMIX_UINT32;
x                 451 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->info[i].value.data.uint32 = nprocs;
x                 454 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->info[i].key, PMIX_SPAWNED, PMIX_MAX_KEYLEN);
x                 455 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->info[i].value.type = PMIX_UINT32;
x                 456 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->info[i].value.data.uint32 = 0;
x                 459 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->info[i].key, PMIX_LOCAL_SIZE, PMIX_MAX_KEYLEN);
x                 460 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->info[i].value.type = PMIX_UINT32;
x                 461 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->info[i].value.data.uint32 = nprocs;
x                 464 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->info[i].key, PMIX_LOCAL_PEERS, PMIX_MAX_KEYLEN);
x                 465 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->info[i].value.type = PMIX_STRING;
x                 466 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->info[i].value.data.string = strdup(ranks);
x                 470 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->info[i].key, PMIX_NODE_MAP, PMIX_MAX_KEYLEN);
x                 471 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->info[i].value.type = PMIX_STRING;
x                 472 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->info[i].value.data.string = regex;
x                 476 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->info[i].key, PMIX_PROC_MAP, PMIX_MAX_KEYLEN);
x                 477 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->info[i].value.type = PMIX_STRING;
x                 478 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->info[i].value.data.string = ppn;
x                 481 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->info[i].key, PMIX_JOB_SIZE, PMIX_MAX_KEYLEN);
x                 482 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->info[i].value.type = PMIX_UINT32;
x                 483 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->info[i].value.data.uint32 = nprocs;
x                 485 opal/mca/pmix/pmix4x/pmix/examples/server.c     PMIx_server_register_nspace(nspace, nprocs, x->info, x->ninfo,
x                 486 opal/mca/pmix/pmix4x/pmix/examples/server.c                                 cbfunc, x);
x                 530 opal/mca/pmix/pmix4x/pmix/examples/server.c     myxfer_t *x = (myxfer_t*)cbdata;
x                 533 opal/mca/pmix/pmix4x/pmix/examples/server.c     if (NULL != x->cbfunc) {
x                 534 opal/mca/pmix/pmix4x/pmix/examples/server.c         x->cbfunc(status, x->cbdata);
x                 536 opal/mca/pmix/pmix4x/pmix/examples/server.c     PMIX_RELEASE(x);
x                 546 opal/mca/pmix/pmix4x/pmix/examples/server.c     myxfer_t *x;
x                 559 opal/mca/pmix/pmix4x/pmix/examples/server.c     x = PMIX_NEW(myxfer_t);
x                 560 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->caller.nspace, proc->nspace, PMIX_MAX_NSLEN);
x                 561 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->caller.rank = proc->rank;
x                 563 opal/mca/pmix/pmix4x/pmix/examples/server.c     PMIX_INFO_CREATE(x->info, 2);
x                 564 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->info[0].key, "DARTH", PMIX_MAX_KEYLEN);
x                 565 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->info[0].value.type = PMIX_INT8;
x                 566 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->info[0].value.data.int8 = 12;
x                 567 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->info[1].key, "VADER", PMIX_MAX_KEYLEN);
x                 568 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->info[1].value.type = PMIX_DOUBLE;
x                 569 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->info[1].value.data.dval = 12.34;
x                 570 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->cbfunc = cbfunc;
x                 571 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->cbdata = cbdata;
x                 573 opal/mca/pmix/pmix4x/pmix/examples/server.c     if (PMIX_SUCCESS != (rc = PMIx_Notify_event(status, &x->caller,
x                 575 opal/mca/pmix/pmix4x/pmix/examples/server.c                                                 x->info, 2,
x                 576 opal/mca/pmix/pmix4x/pmix/examples/server.c                                                 abcbfunc, x))) {
x                 714 opal/mca/pmix/pmix4x/pmix/examples/server.c     myxfer_t *x = (myxfer_t*)cbdata;
x                 716 opal/mca/pmix/pmix4x/pmix/examples/server.c     if (NULL != x->spcbfunc) {
x                 717 opal/mca/pmix/pmix4x/pmix/examples/server.c         x->spcbfunc(PMIX_SUCCESS, "DYNSPACE", x->cbdata);
x                 726 opal/mca/pmix/pmix4x/pmix/examples/server.c     myxfer_t *x;
x                 737 opal/mca/pmix/pmix4x/pmix/examples/server.c     x = PMIX_NEW(myxfer_t);
x                 738 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->spcbfunc = cbfunc;
x                 739 opal/mca/pmix/pmix4x/pmix/examples/server.c     x->cbdata = cbdata;
x                 741 opal/mca/pmix/pmix4x/pmix/examples/server.c     set_namespace(2, "0,1", "DYNSPACE", spcbfunc, x);
x                 123 opal/mca/pmix/pmix4x/pmix/src/atomics/sys/powerpc/atomic.h #define PMIX_ASM_VALUE64(x) (void *)(intptr_t) (x)
x                 125 opal/mca/pmix/pmix4x/pmix/src/atomics/sys/powerpc/atomic.h #define PMIX_ASM_VALUE64(x) x
x                 313 opal/mca/pmix/pmix4x/pmix/src/atomics/sys/powerpc/atomic.h #define ll_low(x)       *(((unsigned int*)&(x))+0)
x                 314 opal/mca/pmix/pmix4x/pmix/src/atomics/sys/powerpc/atomic.h #define ll_high(x)      *(((unsigned int*)&(x))+1)
x                  25 opal/mca/pmix/pmix4x/pmix/src/include/align.h #define PMIX_ALIGN(x,a,t) (((x)+((t)(a)-1)) & ~(((t)(a)-1)))
x                  26 opal/mca/pmix/pmix4x/pmix/src/include/align.h #define PMIX_ALIGN_PTR(x,a,t) ((t)PMIX_ALIGN((uintptr_t)x, a, uintptr_t))
x                  27 opal/mca/pmix/pmix4x/pmix/src/include/align.h #define PMIX_ALIGN_PAD_AMOUNT(x,s) ((~((uintptr_t)(x))+1) & ((uintptr_t)(s)-1))
x                  75 opal/mca/pmix/pmix4x/pmix/src/include/pmix_portable_platform.h #define _STRINGIFY_HELPER(x) #x
x                  76 opal/mca/pmix/pmix4x/pmix/src/include/pmix_portable_platform.h #define _STRINGIFY(x) _STRINGIFY_HELPER(x)
x                 247 opal/mca/pmix/pmix4x/pmix/src/include/types.h #define pmix_event_get_signal(x) (x)->ev_fd
x                 252 opal/mca/pmix/pmix4x/pmix/src/include/types.h #define pmix_event_free(x) event_free(x)
x                 253 opal/mca/pmix/pmix4x/pmix/src/include/types.h #define pmix_event_get_signal(x) event_get_signal(x)
x                 262 opal/mca/pmix/pmix4x/pmix/src/include/types.h #define pmix_event_set(b, x, fd, fg, cb, arg) pmix_event_assign((x), (b), (fd), (fg), (event_callback_fn) (cb), (arg))
x                 272 opal/mca/pmix/pmix4x/pmix/src/include/types.h #define pmix_event_active(x, y, z) event_active((x), (y), (z))
x                 283 opal/mca/pmix/pmix4x/pmix/src/include/types.h #define pmix_event_evtimer_add(x, tv) pmix_event_add((x), (tv))
x                 285 opal/mca/pmix/pmix4x/pmix/src/include/types.h #define pmix_event_evtimer_set(b, x, cb, arg) pmix_event_assign((x), (b), -1, 0, (event_callback_fn) (cb), (arg))
x                 287 opal/mca/pmix/pmix4x/pmix/src/include/types.h #define pmix_event_evtimer_del(x) pmix_event_del((x))
x                 289 opal/mca/pmix/pmix4x/pmix/src/include/types.h #define pmix_event_signal_set(b, x, fd, cb, arg) pmix_event_assign((x), (b), (fd), EV_SIGNAL|EV_PERSIST, (event_callback_fn) (cb), (arg))
x                  92 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c #define STRINGIFYX(x) #x
x                  93 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c #define STRINGIFY(x) STRINGIFYX(x)
x                1017 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c         PMIX_BFROPS_PACK_TYPE(ret, buffer, &ptr[i].x, 1, PMIX_INT, regtypes);
x                1027 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_print.c                           prefx, src->data.coord->x, src->data.coord->y, src->data.coord->z);
x                1724 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_print.c                    prefx, src->x, src->y, src->z);
x                1287 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c         PMIX_BFROPS_UNPACK_TYPE(ret, buffer, &ptr[i].x, &m, PMIX_INT, regtypes);
x                 368 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                         coord.x = n;
x                 114 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h #define PMIX_THREAD_COMPARE_EXCHANGE_STRONG_PTR(x, y, z) pmix_thread_compare_exchange_strong_ptr ((pmix_atomic_intptr_t *) x, (intptr_t *) y, (intptr_t) z)
x                 120 opal/mca/pmix/pmix4x/pmix/src/threads/thread_usage.h #define PMIX_THREAD_SWAP_PTR(x, y) pmix_thread_swap_ptr ((pmix_atomic_intptr_t *) x, (intptr_t) y)
x                 646 opal/mca/pmix/pmix4x/pmix/src/util/path.c         int x;
x                 648 opal/mca/pmix/pmix4x/pmix/src/util/path.c             for (x = 0; x < FS_TYPES_NUM; x++) {
x                 649 opal/mca/pmix/pmix4x/pmix/src/util/path.c                 if (AUTOFS_SUPER_MAGIC == fs_types[x].f_fsid) {
x                 652 opal/mca/pmix/pmix4x/pmix/src/util/path.c                 if (0 == strcasecmp(fs_types[x].f_fsname, fs_type)) {
x                 656 opal/mca/pmix/pmix4x/pmix/src/util/path.c                         *ret_fstype = strdup(fs_types[x].f_fsname);
x                 258 opal/mca/pmix/pmix4x/pmix/src/util/timings.h #define PMIX_TIMING_DECLARE_EXT(x, t) x extern pmix_timing_t t;  /* need semicolon here to avoid warnings when not enabled */
x                 277 opal/mca/pmix/pmix4x/pmix/src/util/timings.h #define PMIX_TIMING_EVENT(x) pmix_timing_add_step( pmix_timing_prep_ev x, __FUNCTION__, __FILE__, __LINE__)
x                 288 opal/mca/pmix/pmix4x/pmix/src/util/timings.h #define PMIX_TIMING_MDESCR(x) pmix_timing_descr( pmix_timing_prep_ev x, __FUNCTION__, __FILE__, __LINE__)
x                 310 opal/mca/pmix/pmix4x/pmix/src/util/timings.h #define PMIX_TIMING_MSTART(x) pmix_timing_start_init( pmix_timing_prep_ev x, __FUNCTION__, __FILE__, __LINE__)
x                 345 opal/mca/pmix/pmix4x/pmix/src/util/timings.h #define PMIX_TIMING_MNEXT(x) ( \
x                 346 opal/mca/pmix/pmix4x/pmix/src/util/timings.h     pmix_timing_end_prep(pmix_timing_prep_ev_end x,             \
x                 348 opal/mca/pmix/pmix4x/pmix/src/util/timings.h     pmix_timing_start_init( pmix_timing_prep_ev x,              \
x                 395 opal/mca/pmix/pmix4x/pmix/src/util/timings.h #define PMIX_TIMING_DECLARE_EXT(x, t)
x                 399 opal/mca/pmix/pmix4x/pmix/src/util/timings.h #define PMIX_TIMING_EVENT(x)
x                 401 opal/mca/pmix/pmix4x/pmix/src/util/timings.h #define PMIX_TIMING_MDESCR(x)
x                 405 opal/mca/pmix/pmix4x/pmix/src/util/timings.h #define PMIX_TIMING_MSTART(x)
x                 411 opal/mca/pmix/pmix4x/pmix/src/util/timings.h #define PMIX_TIMING_MNEXT(x)
x                 218 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                           pmix_op_cbfunc_t cbfunc, myxfer_t *x);
x                 233 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     myxfer_t *x = (myxfer_t*)cbdata;
x                 235 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->status = status;
x                 237 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     if (NULL != x->cbfunc) {
x                 238 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         x->cbfunc(PMIX_SUCCESS, x->cbdata);
x                 240 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     DEBUG_WAKEUP_THREAD(&x->lock);
x                 248 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     myxfer_t *x = (myxfer_t*)provided_cbdata;
x                 251 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->status = status;
x                 253 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         x->ninfo = ninfo;
x                 254 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         PMIX_INFO_CREATE(x->info, x->ninfo);
x                 257 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c             PMIX_INFO_XFER(&x->info[n], &info[n]);
x                 263 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     DEBUG_WAKEUP_THREAD(&x->lock);
x                 272 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     myxfer_t *x = (myxfer_t*)cbdata;
x                 275 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->status = status;
x                 277 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         x->ninfo = ninfo;
x                 278 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         PMIX_INFO_CREATE(x->info, x->ninfo);
x                 281 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c             PMIX_INFO_XFER(&x->info[n], &info[n]);
x                 287 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     DEBUG_WAKEUP_THREAD(&x->lock);
x                 299 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     myxfer_t *x;
x                 362 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x = PMIX_NEW(myxfer_t);
x                 363 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     rc = PMIx_server_collect_inventory(NULL, 0, infocbfunc, (void*)x);
x                 366 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         PMIX_RELEASE(x);
x                 369 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     DEBUG_WAIT_THREAD(&x->lock);
x                 370 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     if (PMIX_SUCCESS != x->status) {
x                 371 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         fprintf(stderr, "Collect inventory failed: %s\n", PMIx_Error_string(x->status));
x                 372 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         PMIX_RELEASE(x);
x                 375 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     DEBUG_DESTRUCT_LOCK(&x->lock);
x                 377 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     DEBUG_CONSTRUCT_LOCK(&x->lock);
x                 378 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     rc = PMIx_server_deliver_inventory(x->info, x->ninfo, NULL, 0, opcbfunc, x);
x                 381 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         PMIX_RELEASE(x);
x                 384 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     DEBUG_WAIT_THREAD(&x->lock);
x                 385 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     if (PMIX_SUCCESS != x->status) {
x                 386 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         fprintf(stderr, "Deliver inventory failed: %s\n", PMIx_Error_string(x->status));
x                 387 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         PMIX_RELEASE(x);
x                 390 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     PMIX_RELEASE(x);
x                 407 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x = PMIX_NEW(myxfer_t);
x                 408 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     set_namespace(nprocs, tmp, "foobar", opcbfunc, x);
x                 420 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     DEBUG_WAIT_THREAD(&x->lock);
x                 422 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     PMIX_RELEASE(x);
x                 425 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x = PMIX_NEW(myxfer_t);
x                 447 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     if (PMIX_SUCCESS != (rc = PMIx_server_setup_application("foobar", info, ninfo, sacbfunc, (void*)x))) {
x                 450 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     DEBUG_WAIT_THREAD(&x->lock);
x                 451 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     DEBUG_DESTRUCT_LOCK(&x->lock);
x                 455 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     DEBUG_CONSTRUCT_LOCK(&x->lock);
x                 456 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     if (PMIX_SUCCESS != (rc = PMIx_server_setup_local_support("foobar", x->info, x->ninfo, opcbfunc, x))) {
x                 459 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     DEBUG_WAIT_THREAD(&x->lock);
x                 460 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     PMIX_RELEASE(x);
x                 466 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         x = PMIX_NEW(myxfer_t);
x                 468 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                                                               NULL, opcbfunc, x))) {
x                 475 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         DEBUG_WAIT_THREAD(&x->lock);
x                 476 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         PMIX_RELEASE(x);
x                 521 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x = PMIX_NEW(myxfer_t);
x                 522 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     PMIx_server_deregister_nspace("foobar", opcbfunc, (void*)x);
x                 523 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     DEBUG_WAIT_THREAD(&x->lock);
x                 524 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     PMIX_RELEASE(x);
x                 552 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                           pmix_op_cbfunc_t cbfunc, myxfer_t *x)
x                 563 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->ninfo = 7 + nprocs;
x                 565 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     PMIX_INFO_CREATE(x->info, x->ninfo);
x                 566 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->info[0].key, PMIX_UNIV_SIZE, PMIX_MAX_KEYLEN);
x                 567 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->info[0].value.type = PMIX_UINT32;
x                 568 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->info[0].value.data.uint32 = nprocs;
x                 570 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->info[1].key, PMIX_SPAWNED, PMIX_MAX_KEYLEN);
x                 571 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->info[1].value.type = PMIX_UINT32;
x                 572 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->info[1].value.data.uint32 = 0;
x                 574 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->info[2].key, PMIX_LOCAL_SIZE, PMIX_MAX_KEYLEN);
x                 575 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->info[2].value.type = PMIX_UINT32;
x                 576 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->info[2].value.data.uint32 = nprocs;
x                 578 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->info[3].key, PMIX_LOCAL_PEERS, PMIX_MAX_KEYLEN);
x                 579 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->info[3].value.type = PMIX_STRING;
x                 580 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->info[3].value.data.string = strdup(ranks);
x                 583 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->info[4].key, PMIX_NODE_MAP, PMIX_MAX_KEYLEN);
x                 584 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->info[4].value.type = PMIX_STRING;
x                 585 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->info[4].value.data.string = regex;
x                 588 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->info[5].key, PMIX_PROC_MAP, PMIX_MAX_KEYLEN);
x                 589 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->info[5].value.type = PMIX_STRING;
x                 590 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->info[5].value.data.string = ppn;
x                 592 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->info[6].key, PMIX_JOB_SIZE, PMIX_MAX_KEYLEN);
x                 593 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->info[6].value.type = PMIX_UINT32;
x                 594 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->info[6].value.data.uint32 = nprocs;
x                 597 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         (void)strncpy(x->info[7+n].key, PMIX_PROC_DATA, PMIX_MAX_KEYLEN);
x                 598 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         x->info[7+n].value.type = PMIX_DATA_ARRAY;
x                 608 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         x->info[7+n].value.data.darray = darray;
x                 611 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     PMIx_server_register_nspace(nspace, nprocs, x->info, x->ninfo,
x                 612 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                                 cbfunc, x);
x                 660 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     myxfer_t *x = (myxfer_t*)cbdata;
x                 663 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     if (NULL != x->cbfunc) {
x                 664 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         x->cbfunc(status, x->cbdata);
x                 666 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     PMIX_RELEASE(x);
x                 676 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     myxfer_t *x;
x                 689 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x = PMIX_NEW(myxfer_t);
x                 690 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->caller.nspace, proc->nspace, PMIX_MAX_NSLEN);
x                 691 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->caller.rank = proc->rank;
x                 693 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     PMIX_INFO_CREATE(x->info, 2);
x                 694 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->info[0].key, "DARTH", PMIX_MAX_KEYLEN);
x                 695 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->info[0].value.type = PMIX_INT8;
x                 696 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->info[0].value.data.int8 = 12;
x                 697 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->info[1].key, "VADER", PMIX_MAX_KEYLEN);
x                 698 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->info[1].value.type = PMIX_DOUBLE;
x                 699 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->info[1].value.data.dval = 12.34;
x                 700 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->cbfunc = cbfunc;
x                 701 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->cbdata = cbdata;
x                 703 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     if (PMIX_SUCCESS != (rc = PMIx_Notify_event(status, &x->caller,
x                 705 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                                                 x->info, 2,
x                 706 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                                                 abcbfunc, x))) {
x                 849 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     myxfer_t *x = (myxfer_t*)cbdata;
x                 851 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     if (NULL != x->spcbfunc) {
x                 852 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         x->spcbfunc(PMIX_SUCCESS, "DYNSPACE", x->cbdata);
x                 861 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     myxfer_t *x;
x                 886 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x = PMIX_NEW(myxfer_t);
x                 887 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->spcbfunc = cbfunc;
x                 888 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     x->cbdata = cbdata;
x                 890 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     set_namespace(2, "0,1", "DYNSPACE", spcbfunc, x);
x                 203 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                           pmix_op_cbfunc_t cbfunc, myxfer_t *x);
x                 218 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     myxfer_t *x = (myxfer_t*)cbdata;
x                 221 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     if (NULL != x->cbfunc) {
x                 222 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         x->cbfunc(PMIX_SUCCESS, x->cbdata);
x                 224 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     DEBUG_WAKEUP_THREAD(&x->lock);
x                 230 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     myxfer_t *x = (myxfer_t*)cbdata;
x                 234 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     PMIx_server_deliver_inventory(x->info, x->ninfo, NULL, 0, opcbfunc, (void*)x);
x                 244 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     myxfer_t *x;
x                 254 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x = PMIX_NEW(myxfer_t);
x                 255 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->ninfo = ninfo;
x                 256 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     PMIX_INFO_CREATE(x->info, x->ninfo);
x                 258 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         PMIX_INFO_XFER(&x->info[n], &info[n]);
x                 260 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     PMIX_THREADSHIFT(x, dlcbfunc);
x                 339 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     myxfer_t *x;
x                 528 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x = PMIX_NEW(myxfer_t);
x                 529 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     set_namespace(nprocs, tmp, "foobar", opcbfunc, x);
x                 556 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     DEBUG_WAIT_THREAD(&x->lock);
x                 558 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     PMIX_RELEASE(x);
x                 581 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         x = PMIX_NEW(myxfer_t);
x                 583 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                                                               NULL, opcbfunc, x))) {
x                 590 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         DEBUG_WAIT_THREAD(&x->lock);
x                 591 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         PMIX_RELEASE(x);
x                 701 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                           pmix_op_cbfunc_t cbfunc, myxfer_t *x)
x                 707 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->ninfo = 7;
x                 709 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     PMIX_INFO_CREATE(x->info, x->ninfo);
x                 710 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->info[0].key, PMIX_UNIV_SIZE, PMIX_MAX_KEYLEN);
x                 711 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->info[0].value.type = PMIX_UINT32;
x                 712 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->info[0].value.data.uint32 = nprocs;
x                 714 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->info[1].key, PMIX_SPAWNED, PMIX_MAX_KEYLEN);
x                 715 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->info[1].value.type = PMIX_UINT32;
x                 716 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->info[1].value.data.uint32 = 0;
x                 718 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->info[2].key, PMIX_LOCAL_SIZE, PMIX_MAX_KEYLEN);
x                 719 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->info[2].value.type = PMIX_UINT32;
x                 720 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->info[2].value.data.uint32 = nprocs;
x                 722 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->info[3].key, PMIX_LOCAL_PEERS, PMIX_MAX_KEYLEN);
x                 723 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->info[3].value.type = PMIX_STRING;
x                 724 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->info[3].value.data.string = strdup(ranks);
x                 727 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->info[4].key, PMIX_NODE_MAP, PMIX_MAX_KEYLEN);
x                 728 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->info[4].value.type = PMIX_STRING;
x                 729 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->info[4].value.data.string = regex;
x                 732 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->info[5].key, PMIX_PROC_MAP, PMIX_MAX_KEYLEN);
x                 733 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->info[5].value.type = PMIX_STRING;
x                 734 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->info[5].value.data.string = ppn;
x                 736 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->info[6].key, PMIX_JOB_SIZE, PMIX_MAX_KEYLEN);
x                 737 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->info[6].value.type = PMIX_UINT32;
x                 738 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->info[6].value.data.uint32 = nprocs;
x                 740 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     PMIx_server_register_nspace(nspace, nprocs, x->info, x->ninfo,
x                 741 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                                 cbfunc, x);
x                 788 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     myxfer_t *x = (myxfer_t*)cbdata;
x                 791 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     if (NULL != x->cbfunc) {
x                 792 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         x->cbfunc(status, x->cbdata);
x                 794 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     PMIX_RELEASE(x);
x                 804 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     myxfer_t *x;
x                 817 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x = PMIX_NEW(myxfer_t);
x                 818 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->caller.nspace, proc->nspace, PMIX_MAX_NSLEN);
x                 819 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->caller.rank = proc->rank;
x                 821 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     PMIX_INFO_CREATE(x->info, 2);
x                 822 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->info[0].key, "DARTH", PMIX_MAX_KEYLEN);
x                 823 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->info[0].value.type = PMIX_INT8;
x                 824 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->info[0].value.data.int8 = 12;
x                 825 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->info[1].key, "VADER", PMIX_MAX_KEYLEN);
x                 826 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->info[1].value.type = PMIX_DOUBLE;
x                 827 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->info[1].value.data.dval = 12.34;
x                 828 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->cbfunc = cbfunc;
x                 829 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->cbdata = cbdata;
x                 831 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     if (PMIX_SUCCESS != (rc = PMIx_Notify_event(status, &x->caller,
x                 833 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                                                 x->info, 2,
x                 834 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                                                 abcbfunc, x))) {
x                1009 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     myxfer_t *x = (myxfer_t*)cbdata;
x                1011 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     if (NULL != x->spcbfunc) {
x                1012 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         x->spcbfunc(PMIX_SUCCESS, "DYNSPACE", x->cbdata);
x                1021 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     myxfer_t *x;
x                1046 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x = PMIX_NEW(myxfer_t);
x                1047 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->spcbfunc = cbfunc;
x                1048 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     x->cbdata = cbdata;
x                1050 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     set_namespace(2, "0,1", "DYNSPACE", spcbfunc, x);
x                 187 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                           pmix_op_cbfunc_t cbfunc, myxfer_t *x);
x                 202 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     myxfer_t *x = (myxfer_t*)cbdata;
x                 205 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     if (NULL != x->cbfunc) {
x                 206 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         x->cbfunc(PMIX_SUCCESS, x->cbdata);
x                 208 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     DEBUG_WAKEUP_THREAD(&x->lock);
x                 220 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     myxfer_t *x;
x                 323 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         x = PMIX_NEW(myxfer_t);
x                 324 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         set_namespace(nprocs, tmp, nspace, opcbfunc, x);
x                 337 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         DEBUG_WAIT_THREAD(&x->lock);
x                 340 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         PMIX_RELEASE(x);
x                 350 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c             x = PMIX_NEW(myxfer_t);
x                 352 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                                                                   NULL, opcbfunc, x))) {
x                 359 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c             DEBUG_WAIT_THREAD(&x->lock);
x                 360 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c             PMIX_RELEASE(x);
x                 403 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c             x = PMIX_NEW(myxfer_t);
x                 404 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c             PMIx_server_deregister_client(&proc, opcbfunc, x);
x                 405 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c             DEBUG_WAIT_THREAD(&x->lock);
x                 406 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c             PMIX_RELEASE(x);
x                 409 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         x = PMIX_NEW(myxfer_t);
x                 410 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         PMIx_server_deregister_nspace(proc.nspace, opcbfunc, x);
x                 411 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         DEBUG_WAIT_THREAD(&x->lock);
x                 412 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         PMIX_RELEASE(x);
x                 445 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                           pmix_op_cbfunc_t cbfunc, myxfer_t *x)
x                 451 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->ninfo = 7;
x                 453 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     PMIX_INFO_CREATE(x->info, x->ninfo);
x                 454 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->info[0].key, PMIX_UNIV_SIZE, PMIX_MAX_KEYLEN);
x                 455 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->info[0].value.type = PMIX_UINT32;
x                 456 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->info[0].value.data.uint32 = nprocs;
x                 458 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->info[1].key, PMIX_SPAWNED, PMIX_MAX_KEYLEN);
x                 459 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->info[1].value.type = PMIX_UINT32;
x                 460 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->info[1].value.data.uint32 = 0;
x                 462 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->info[2].key, PMIX_LOCAL_SIZE, PMIX_MAX_KEYLEN);
x                 463 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->info[2].value.type = PMIX_UINT32;
x                 464 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->info[2].value.data.uint32 = nprocs;
x                 466 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->info[3].key, PMIX_LOCAL_PEERS, PMIX_MAX_KEYLEN);
x                 467 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->info[3].value.type = PMIX_STRING;
x                 468 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->info[3].value.data.string = strdup(ranks);
x                 471 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->info[4].key, PMIX_NODE_MAP, PMIX_MAX_KEYLEN);
x                 472 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->info[4].value.type = PMIX_STRING;
x                 473 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->info[4].value.data.string = regex;
x                 476 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->info[5].key, PMIX_PROC_MAP, PMIX_MAX_KEYLEN);
x                 477 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->info[5].value.type = PMIX_STRING;
x                 478 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->info[5].value.data.string = ppn;
x                 480 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->info[6].key, PMIX_JOB_SIZE, PMIX_MAX_KEYLEN);
x                 481 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->info[6].value.type = PMIX_UINT32;
x                 482 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->info[6].value.data.uint32 = nprocs;
x                 484 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     PMIx_server_register_nspace(nspace, nprocs, x->info, x->ninfo,
x                 485 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                                 cbfunc, x);
x                 529 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     myxfer_t *x = (myxfer_t*)cbdata;
x                 532 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     if (NULL != x->cbfunc) {
x                 533 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         x->cbfunc(status, x->cbdata);
x                 535 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     PMIX_RELEASE(x);
x                 545 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     myxfer_t *x;
x                 552 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x = PMIX_NEW(myxfer_t);
x                 553 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->caller.nspace, proc->nspace, PMIX_MAX_NSLEN);
x                 554 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->caller.rank = proc->rank;
x                 556 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     PMIX_INFO_CREATE(x->info, 2);
x                 557 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->info[0].key, "DARTH", PMIX_MAX_KEYLEN);
x                 558 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->info[0].value.type = PMIX_INT8;
x                 559 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->info[0].value.data.int8 = 12;
x                 560 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->info[1].key, "VADER", PMIX_MAX_KEYLEN);
x                 561 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->info[1].value.type = PMIX_DOUBLE;
x                 562 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->info[1].value.data.dval = 12.34;
x                 563 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->cbfunc = cbfunc;
x                 564 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->cbdata = cbdata;
x                 566 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     if (PMIX_SUCCESS != (rc = PMIx_Notify_event(status, &x->caller,
x                 568 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                                                 x->info, 2,
x                 569 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                                                 abcbfunc, x))) {
x                 703 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     myxfer_t *x = (myxfer_t*)cbdata;
x                 705 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     if (NULL != x->spcbfunc) {
x                 706 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         x->spcbfunc(PMIX_SUCCESS, "DYNSPACE", x->cbdata);
x                 715 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     myxfer_t *x;
x                 724 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x = PMIX_NEW(myxfer_t);
x                 725 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->spcbfunc = cbfunc;
x                 726 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     x->cbdata = cbdata;
x                 728 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     set_namespace(2, "0,1", "DYNSPACE", spcbfunc, x);
x                  53 opal/mca/pmix/pmix4x/pmix/test/test_common.h #define TEST_OUTPUT(x) { \
x                  55 opal/mca/pmix/pmix4x/pmix/test/test_common.h             pmix_test_output_prepare x ); \
x                  61 opal/mca/pmix/pmix4x/pmix/test/test_common.h #define TEST_OUTPUT_CLEAR(x) { \
x                  62 opal/mca/pmix/pmix4x/pmix/test/test_common.h     fprintf(file, "==%d== %s", getpid(), pmix_test_output_prepare x ); \
x                  67 opal/mca/pmix/pmix4x/pmix/test/test_common.h #define TEST_ERROR(x) { \
x                  69 opal/mca/pmix/pmix4x/pmix/test/test_common.h             pmix_test_output_prepare x ); \
x                  76 opal/mca/pmix/pmix4x/pmix/test/test_common.h #define TEST_VERBOSE(x) { \
x                  78 opal/mca/pmix/pmix4x/pmix/test/test_common.h         TEST_OUTPUT(x); \
x                 352 opal/mca/pmix/pmix4x/pmix/test/test_common.h #define PMIX_VAL_FIELD_int(x)       ((x)->data.integer)
x                 353 opal/mca/pmix/pmix4x/pmix/test/test_common.h #define PMIX_VAL_FIELD_uint32_t(x)  ((x)->data.uint32)
x                 354 opal/mca/pmix/pmix4x/pmix/test/test_common.h #define PMIX_VAL_FIELD_uint16_t(x)  ((x)->data.uint16)
x                 355 opal/mca/pmix/pmix4x/pmix/test/test_common.h #define PMIX_VAL_FIELD_string(x)    ((x)->data.string)
x                 356 opal/mca/pmix/pmix4x/pmix/test/test_common.h #define PMIX_VAL_FIELD_float(x)     ((x)->data.fval)
x                 357 opal/mca/pmix/pmix4x/pmix/test/test_common.h #define PMIX_VAL_FIELD_byte(x)      ((x)->data.byte)
x                 358 opal/mca/pmix/pmix4x/pmix/test/test_common.h #define PMIX_VAL_FIELD_flag(x)      ((x)->data.flag)
x                  39 opal/mca/rcache/base/rcache_base_frame.c #define STRINGIFYX(x) #x
x                  40 opal/mca/rcache/base/rcache_base_frame.c #define STRINGIFY(x) STRINGIFYX(x)
x                 189 opal/runtime/opal.h #define opal_finalize_register_cleanup_3(x, y, z) opal_finalize_append_cleanup((opal_cleanup_fn_t) x, y, z)
x                 190 opal/runtime/opal.h #define opal_finalize_register_cleanup_arg(x, y) opal_finalize_append_cleanup((opal_cleanup_fn_t) x, # x "(" #y ")", y)
x                 191 opal/runtime/opal.h #define opal_finalize_register_cleanup(x) opal_finalize_register_cleanup_3((opal_cleanup_fn_t) (x), # x, NULL)
x                 200 opal/threads/thread_usage.h #define OPAL_THREAD_COMPARE_EXCHANGE_STRONG_PTR(x, y, z) opal_thread_compare_exchange_strong_ptr ((opal_atomic_intptr_t *) x, (intptr_t *) y, (intptr_t) z)
x                 206 opal/threads/thread_usage.h #define OPAL_THREAD_SWAP_PTR(x, y) opal_thread_swap_ptr ((opal_atomic_intptr_t *) x, (intptr_t) y)
x                  30 opal/util/arch.c     int x = 0;
x                  33 opal/util/arch.c     if( ptr[x] == 0x12)  return 1; /* big endian, true */
x                  34 opal/util/arch.c     if( ptr[x] == 0x78 ) return 0; /* little endian, false */
x                 634 opal/util/path.c         int x;
x                 636 opal/util/path.c             for (x = 0; x < FS_TYPES_NUM; x++) {
x                 637 opal/util/path.c                 if (AUTOFS_SUPER_MAGIC == fs_types[x].f_fsid) {
x                 640 opal/util/path.c                 if (0 == strcasecmp(fs_types[x].f_fsname, fs_type)) {
x                 644 opal/util/path.c                         *ret_fstype = strdup(fs_types[x].f_fsname);
x                  86 opal/util/qsort.c #define	CMP(t, x, y) (cmp((x), (y)))
x                 332 opal/win32/win_compat.h #define ompi_debugger_notify_abort(x)
x                 333 opal/win32/win_compat.h #define ompi_wait_for_debugger(x)
x                 218 orte/mca/ess/base/ess_base_frame.c #define ESS_ADDSIGNAL(x, s)                                                 \
x                 222 orte/mca/ess/base/ess_base_frame.c         _sig->signal = (x);                                                 \
x                  68 orte/mca/state/state.h #define ORTE_FORCED_TERMINATE(x)                                                    \
x                  71 orte/mca/state/state.h             orte_errmgr.abort((x), "%s FORCE-TERMINATE AT %s:%d - error %s(%d)",    \
x                  73 orte/mca/state/state.h                                 ORTE_ERROR_NAME((x)), (x),                          \
x                  13 orte/test/mpi/spawn-problem/ch_rec.c 	int x = 6, i, j;
x                  25 orte/test/mpi/spawn-problem/ch_rec.c 	if(level < x){
x                  37 orte/util/threads.h #define ORTE_THREADSHIFT(x, eb, f, p)                                   \
x                  39 orte/util/threads.h         opal_event_set((eb), &((x)->ev), -1, OPAL_EV_WRITE, (f), (x));  \
x                  40 orte/util/threads.h         opal_event_set_priority(&((x)->ev), (p));                       \
x                  41 orte/util/threads.h         ORTE_POST_OBJECT((x));                                          \
x                  42 orte/util/threads.h         opal_event_active(&((x)->ev), OPAL_EV_WRITE, 1);                \
x                 118 oshmem/include/oshmem/constants.h #define MEMCHECKER(x) do {       \
x                 119 oshmem/include/oshmem/constants.h                 x;                     \
x                 122 oshmem/include/oshmem/constants.h #define MEMCHECKER(x)
x                  39 oshmem/mca/memheap/buddy/memheap_buddy.h #define clear_bit(x,y)                   __clear_bit((x), (y))
x                  40 oshmem/mca/memheap/buddy/memheap_buddy.h #define set_bit(x,y)                     __set_bit((x), (y))
x                1228 oshmem/mca/memheap/ptmalloc/malloc.c #define dl_assert(x) if(!(x)) ABORT
x                1233 oshmem/mca/memheap/ptmalloc/malloc.c #define dl_assert(x) assert(x)
x                2535 oshmem/mca/memheap/ptmalloc/malloc.c static int    bin_find(mstate m, mchunkptr x);
x                2666 oshmem/mca/memheap/ptmalloc/malloc.c #define least_bit(x)         ((x) & -(x))
x                2669 oshmem/mca/memheap/ptmalloc/malloc.c #define left_bits(x)         ((x<<1) | -(x<<1))
x                2672 oshmem/mca/memheap/ptmalloc/malloc.c #define same_or_left_bits(x) ((x) | -(x))
x                3061 oshmem/mca/memheap/ptmalloc/malloc.c static int bin_find(mstate m, mchunkptr x) {
x                3062 oshmem/mca/memheap/ptmalloc/malloc.c   size_t size = chunksize(x);
x                3069 oshmem/mca/memheap/ptmalloc/malloc.c         if (p == x)
x                3087 oshmem/mca/memheap/ptmalloc/malloc.c           if (u == (tchunkptr)x)
x                 167 oshmem/runtime/runtime.h #define RUNTIME_CHECK_RC(x)    \
x                 168 oshmem/runtime/runtime.h     if (OPAL_UNLIKELY(OSHMEM_SUCCESS != (x)))                                           \
x                 170 oshmem/runtime/runtime.h         RUNTIME_CHECK_ERROR("Internal error is appeared rc = %d\n", (x));               \
x                 186 oshmem/runtime/runtime.h #define RUNTIME_CHECK_PE(x)    \
x                 187 oshmem/runtime/runtime.h     if (OPAL_UNLIKELY(((x) < 0) ||                                                      \
x                 188 oshmem/runtime/runtime.h                       ((int)(x) > (int)(ompi_process_info.num_procs - 1))))             \
x                 190 oshmem/runtime/runtime.h         RUNTIME_CHECK_ERROR("Target PE #%d is not in valid range\n", (x));              \
x                 198 oshmem/runtime/runtime.h #define RUNTIME_CHECK_ADDR(x)    \
x                 199 oshmem/runtime/runtime.h     if (OPAL_UNLIKELY(!MCA_MEMHEAP_CALL(is_symmetric_addr((x)))))        \
x                 201 oshmem/runtime/runtime.h         RUNTIME_CHECK_ERROR("Required address %p is not in symmetric space\n", ((void*)x));    \
x                 205 oshmem/runtime/runtime.h #define RUNTIME_CHECK_ADDR_SIZE(x,s)    \
x                 206 oshmem/runtime/runtime.h     if (OPAL_UNLIKELY((s) && !MCA_MEMHEAP_CALL(is_symmetric_addr((x)))))        \
x                 208 oshmem/runtime/runtime.h         RUNTIME_CHECK_ERROR("Required address %p is not in symmetric space\n", ((void*)x));    \
x                 211 oshmem/runtime/runtime.h #define RUNTIME_CHECK_WITH_MEMHEAP_SIZE(x)    \
x                 212 oshmem/runtime/runtime.h     if (OPAL_UNLIKELY((long)(x) > MCA_MEMHEAP_CALL(size)))        \
x                 214 oshmem/runtime/runtime.h         RUNTIME_CHECK_ERROR("Requested (%ld)bytes and it exceeds symmetric space size (%ld)bytes\n", (long)(x), MCA_MEMHEAP_CALL(size));    \
x                 219 oshmem/runtime/runtime.h #define RUNTIME_CHECK_RC(x)     (x = x)
x                 221 oshmem/runtime/runtime.h #define RUNTIME_CHECK_PE(x)
x                 222 oshmem/runtime/runtime.h #define RUNTIME_CHECK_ADDR(x)
x                 223 oshmem/runtime/runtime.h #define RUNTIME_CHECK_ADDR_SIZE(x,s)
x                 224 oshmem/runtime/runtime.h #define RUNTIME_CHECK_WITH_MEMHEAP_SIZE(x)
x                  17 oshmem/shmem/fortran/profile/pbindings.h #define SHMEM_GENERATE_WEAK_PRAGMA(x) _Pragma(#x)
x                  45 test/class/opal_list.c     opal_list_t list, x;
x                  62 test/class/opal_list.c     OBJ_CONSTRUCT(&x, opal_list_t);
x                 321 test/class/opal_list.c     opal_list_splice(&x, opal_list_get_end(&x),
x                 324 test/class/opal_list.c     tmp_size_2 = opal_list_get_size(&x);
x                 333 test/class/opal_list.c     opal_list_join(&list, opal_list_get_end(&list), &x);
x                 335 test/class/opal_list.c     tmp_size_2 = opal_list_get_size(&x);
x                  48 test/class/opal_tree.c     opal_tree_t tree, x;
x                  69 test/class/opal_tree.c     OBJ_CONSTRUCT(&x, opal_tree_t);
x                  70 test/class/opal_tree.c     opal_tree_init(&x, test_comp, test_serialize, test_deserialize, test_get_key);