unique_key         77 ompi/mca/rte/pmix/rte_pmix_module.c static char* pre_condition_transports_print(uint64_t *unique_key);
unique_key        513 ompi/mca/rte/pmix/rte_pmix_module.c     uint64_t unique_key[2];
unique_key        634 ompi/mca/rte/pmix/rte_pmix_module.c         unique_key[0] = (pmix_process_info.my_name.jobid & 0xff00) >> 16;
unique_key        635 ompi/mca/rte/pmix/rte_pmix_module.c         unique_key[1] = pmix_process_info.my_name.jobid & 0x00ff;
unique_key        636 ompi/mca/rte/pmix/rte_pmix_module.c         if (NULL == (string_key = pre_condition_transports_print(unique_key))) {
unique_key        960 ompi/mca/rte/pmix/rte_pmix_module.c static char* pre_condition_transports_print(uint64_t *unique_key)
unique_key        989 ompi/mca/rte/pmix/rte_pmix_module.c     int_ptr = (unsigned int*) &unique_key[0];
unique_key       1008 ompi/mca/rte/pmix/rte_pmix_module.c     int_ptr = (unsigned int*) &unique_key[1];
unique_key        154 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c static inline void transports_use_rand(uint64_t* unique_key) {
unique_key        157 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c     unique_key[0] = pmix_rand(&rng);
unique_key        158 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c     unique_key[1] = pmix_rand(&rng);
unique_key        161 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c static char* transports_print(uint64_t *unique_key)
unique_key        192 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c     int_ptr = (unsigned int*) &unique_key[0];
unique_key        211 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c     int_ptr = (unsigned int*) &unique_key[1];
unique_key        236 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c     uint64_t unique_key[2];
unique_key        293 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c             transports_use_rand(unique_key);
unique_key        295 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c             bytes_read = read(fd_rand, (char *) unique_key, 16);
unique_key        297 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                 transports_use_rand(unique_key);
unique_key        302 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c         if (NULL == (string_key = transports_print(unique_key))) {
unique_key        281 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c static inline void generate_key(uint64_t* unique_key) {
unique_key        284 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c     unique_key[0] = pmix_rand(&rng);
unique_key        285 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c     unique_key[1] = pmix_rand(&rng);
unique_key        304 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c     uint64_t unique_key[2];
unique_key        669 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c         generate_key(unique_key);
unique_key        689 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c         memcpy(kv->value->data.bo.bytes, unique_key, 2 * sizeof(uint64_t));
unique_key        107 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c     uint64_t unique_key = 12345;
unique_key        227 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c         memcpy(kv->value->data.bo.bytes, &unique_key, sizeof(uint64_t));
unique_key        103 orte/mca/ess/pmi/ess_pmi_module.c     uint64_t unique_key[2];
unique_key        274 orte/mca/ess/pmi/ess_pmi_module.c         unique_key[0] = ORTE_JOB_FAMILY(ORTE_PROC_MY_NAME->jobid);
unique_key        275 orte/mca/ess/pmi/ess_pmi_module.c         unique_key[1] = ORTE_LOCAL_JOBID(ORTE_PROC_MY_NAME->jobid);
unique_key        276 orte/mca/ess/pmi/ess_pmi_module.c         if (NULL == (string_key = orte_pre_condition_transports_print(unique_key))) {
unique_key         60 orte/util/pre_condition_transports.c static inline void orte_pre_condition_transports_use_rand(uint64_t* unique_key) {
unique_key         63 orte/util/pre_condition_transports.c     unique_key[0] = opal_rand(&rng);
unique_key         64 orte/util/pre_condition_transports.c     unique_key[1] = opal_rand(&rng);
unique_key         67 orte/util/pre_condition_transports.c char* orte_pre_condition_transports_print(uint64_t *unique_key)
unique_key         96 orte/util/pre_condition_transports.c     int_ptr = (unsigned int*) &unique_key[0];
unique_key        115 orte/util/pre_condition_transports.c     int_ptr = (unsigned int*) &unique_key[1];
unique_key        136 orte/util/pre_condition_transports.c     uint64_t unique_key[2];
unique_key        149 orte/util/pre_condition_transports.c         orte_pre_condition_transports_use_rand(unique_key);
unique_key        153 orte/util/pre_condition_transports.c         orte_pre_condition_transports_use_rand(unique_key);
unique_key        155 orte/util/pre_condition_transports.c         bytes_read = read(fd_rand, (char *) unique_key, 16);
unique_key        157 orte/util/pre_condition_transports.c             orte_pre_condition_transports_use_rand(unique_key);
unique_key        162 orte/util/pre_condition_transports.c     if (NULL == (string_key = orte_pre_condition_transports_print(unique_key))) {
unique_key         38 orte/util/pre_condition_transports.h ORTE_DECLSPEC char* orte_pre_condition_transports_print(uint64_t *unique_key);