upper_bound       879 ompi/debuggers/ompi_msgq_dll.c     printf( "position->upper_bound                  = 0x%llx\n", (long long)position->upper_bound );
upper_bound       960 ompi/debuggers/ompi_msgq_dll.c         position->upper_bound = 0;
upper_bound       971 ompi/debuggers/ompi_msgq_dll.c         position->upper_bound =
upper_bound       975 ompi/debuggers/ompi_msgq_dll.c                              (long long)active_allocation, (long long)position->upper_bound));
upper_bound       998 ompi/debuggers/ompi_msgq_dll.c     if( position->current_item >= position->upper_bound ) {
upper_bound      1017 ompi/debuggers/ompi_msgq_dll.c         position->upper_bound =
upper_bound      1022 ompi/debuggers/ompi_msgq_dll.c                              (long long)active_allocation, (long long)position->upper_bound));
upper_bound        82 ompi/debuggers/ompi_msgq_dll_defs.h     mqs_taddr_t upper_bound;
upper_bound       528 opal/mca/event/libevent2022/libevent/arc4random.c arc4random_uniform(unsigned int upper_bound)
upper_bound       532 opal/mca/event/libevent2022/libevent/arc4random.c 	if (upper_bound < 2)
upper_bound       536 opal/mca/event/libevent2022/libevent/arc4random.c 	min = 0x100000000UL % upper_bound;
upper_bound       539 opal/mca/event/libevent2022/libevent/arc4random.c 	if (upper_bound > 0x80000000)
upper_bound       540 opal/mca/event/libevent2022/libevent/arc4random.c 		min = 1 + ~upper_bound;		/* 2**32 - upper_bound */
upper_bound       543 opal/mca/event/libevent2022/libevent/arc4random.c 		min = ((0xffffffff - (upper_bound * 2)) + 1) % upper_bound;
upper_bound       559 opal/mca/event/libevent2022/libevent/arc4random.c 	return r % upper_bound;