Y 72 orte/test/mpi/parallel_r64.c printf(" global grid size: %dx%dx%d 4 byte integers (total %lu)\n",X,Y,Z,(unsigned long)X*Y*Z); Y 140 orte/test/mpi/parallel_r64.c gsize[1] = Y; Y 180 orte/test/mpi/parallel_r64.c mbs = (((double)(LOOP*X*Y*Z)*sizeof(int)))/(1000000.0*(t2-t1)); Y 72 orte/test/mpi/parallel_r8.c printf(" global grid size: %dx%dx%d 4 byte integers (total %lu)\n",X,Y,Z,(unsigned long)X*Y*Z); Y 140 orte/test/mpi/parallel_r8.c gsize[1] = Y; Y 180 orte/test/mpi/parallel_r8.c mbs = (((double)(LOOP*X*Y*Z)*sizeof(int)))/(1000000.0*(t2-t1)); Y 72 orte/test/mpi/parallel_w64.c printf(" global grid size: %dx%dx%d 4 byte integers (total %lu)\n",X,Y,Z,(unsigned long)X*Y*Z); Y 145 orte/test/mpi/parallel_w64.c gsize[1] = Y; Y 186 orte/test/mpi/parallel_w64.c mbs = (((double)(LOOP*X*Y*Z)*sizeof(int)))/(1000000.0*(t2-t1)); Y 71 orte/test/mpi/parallel_w8.c printf(" global grid size: %dx%dx%d 4 byte integers (total %lu)\n",X,Y,Z,(unsigned long)X*Y*Z); Y 144 orte/test/mpi/parallel_w8.c gsize[1] = Y; Y 185 orte/test/mpi/parallel_w8.c mbs = (((double)(LOOP*X*Y*Z)*sizeof(int)))/(1000000.0*(t2-t1)); Y 2589 oshmem/mca/memheap/ptmalloc/malloc.c unsigned int Y = (unsigned int)X;\ Y 2590 oshmem/mca/memheap/ptmalloc/malloc.c unsigned int N = ((Y - 0x100) >> 16) & 8;\ Y 2591 oshmem/mca/memheap/ptmalloc/malloc.c unsigned int K = (((Y <<= N) - 0x1000) >> 16) & 4;\ Y 2593 oshmem/mca/memheap/ptmalloc/malloc.c N += K = (((Y <<= K) - 0x4000) >> 16) & 2;\ Y 2594 oshmem/mca/memheap/ptmalloc/malloc.c K = 14 - N + ((Y <<= K) >> 15);\ Y 2653 oshmem/mca/memheap/ptmalloc/malloc.c unsigned int Y = X - 1;\ Y 2654 oshmem/mca/memheap/ptmalloc/malloc.c unsigned int K = Y >> (16-4) & 16;\ Y 2655 oshmem/mca/memheap/ptmalloc/malloc.c unsigned int N = K; Y >>= K;\ Y 2656 oshmem/mca/memheap/ptmalloc/malloc.c N += K = Y >> (8-3) & 8; Y >>= K;\ Y 2657 oshmem/mca/memheap/ptmalloc/malloc.c N += K = Y >> (4-2) & 4; Y >>= K;\ Y 2658 oshmem/mca/memheap/ptmalloc/malloc.c N += K = Y >> (2-1) & 2; Y >>= K;\ Y 2659 oshmem/mca/memheap/ptmalloc/malloc.c N += K = Y >> (1-0) & 1; Y >>= K;\ Y 2660 oshmem/mca/memheap/ptmalloc/malloc.c I = (bindex_t)(N + Y);\