keylen             87 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_deletef.c void mpi_info_delete_(MPI_Fint *info, char *key, int *ierr, int keylen)
keylen            100 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_deletef.c     for (i=0; i<keylen; i++) 
keylen            104 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_deletef.c     for (i=keylen-1; i>=0; i--) if (key[i] != ' ') break;
keylen             88 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c         int *flag, int *ierr, int keylen, int valspace)
keylen            101 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c     for (i=0; i<keylen; i++) 
keylen            105 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c     for (i=keylen-1; i>=0; i--) if (key[i] != ' ') break;
keylen             88 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getnthf.c                           int keylen)
keylen            105 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getnthf.c     if (tmpkeylen <= keylen) {
keylen            109 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getnthf.c 	for (i=tmpkeylen; i<keylen; i++) key[i] = ' ';
keylen            113 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getnthf.c 	ADIOI_Strncpy(key, tmpkey, keylen);
keylen             88 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getvlnf.c                  int *flag, int *ierr, int keylen )
keylen            101 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getvlnf.c     for (i=0; i<keylen; i++) 
keylen            105 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getvlnf.c     for (i=keylen-1; i>=0; i--) if (key[i] != ' ') break;
keylen             89 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c                    int keylen, int vallen)
keylen            106 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c     for (i=0; i<keylen; i++) 
keylen            110 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c     for (i=keylen-1; i>=0; i--) if (key[i] != ' ') break;
keylen             84 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_FIND(hh,head,keyptr,keylen,out)                                     \
keylen             89 ompi/mca/topo/treematch/treematch/uthash.h      HASH_FCN(keyptr,keylen, (head)->hh.tbl->num_buckets, _hf_hashv, _hf_bkt);   \
keylen             92 ompi/mca/topo/treematch/treematch/uthash.h                         keyptr,keylen,out);                                      \
keylen            157 ompi/mca/topo/treematch/treematch/uthash.h  (add)->hh.keylen = keylen_in;                                                   \
keylen            328 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_BER(key,keylen,num_bkts,hashv,bkt)                                  \
keylen            330 ompi/mca/topo/treematch/treematch/uthash.h   unsigned _hb_keylen=keylen;                                                    \
keylen            340 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_SAX(key,keylen,num_bkts,hashv,bkt)                                  \
keylen            345 ompi/mca/topo/treematch/treematch/uthash.h   for(_sx_i=0; _sx_i < keylen; _sx_i++)                                          \
keylen            350 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_FNV(key,keylen,num_bkts,hashv,bkt)                                  \
keylen            355 ompi/mca/topo/treematch/treematch/uthash.h   for(_fn_i=0; _fn_i < keylen; _fn_i++)                                          \
keylen            360 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_OAT(key,keylen,num_bkts,hashv,bkt)                                  \
keylen            365 ompi/mca/topo/treematch/treematch/uthash.h   for(_ho_i=0; _ho_i < keylen; _ho_i++) {                                        \
keylen            389 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_JEN(key,keylen,num_bkts,hashv,bkt)                                  \
keylen            395 ompi/mca/topo/treematch/treematch/uthash.h   _hj_k = keylen;                                                                \
keylen            412 ompi/mca/topo/treematch/treematch/uthash.h   hashv += keylen;                                                               \
keylen            441 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_SFH(key,keylen,num_bkts,hashv,bkt)                                  \
keylen            444 ompi/mca/topo/treematch/treematch/uthash.h   uint32_t _sfh_tmp, _sfh_len = keylen;                                          \
keylen            527 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_MUR(key,keylen,num_bkts,hashv,bkt)                        \
keylen            530 ompi/mca/topo/treematch/treematch/uthash.h   const int _mur_nblocks = (keylen) / 4;                               \
keylen            548 ompi/mca/topo/treematch/treematch/uthash.h   switch((keylen) & 3) {                                               \
keylen            557 ompi/mca/topo/treematch/treematch/uthash.h   _mur_h1 ^= (keylen);                                                 \
keylen            573 ompi/mca/topo/treematch/treematch/uthash.h     if (out->hh.keylen == keylen_in) {                                           \
keylen            789 ompi/mca/topo/treematch/treematch/uthash.h             _dst_hh->keylen = _src_hh->keylen;                                   \
keylen            901 ompi/mca/topo/treematch/treematch/uthash.h    unsigned keylen;                  /* enclosing struct's key len     */
keylen            196 opal/class/opal_hash_table.h                                                 size_t keylen, void **ptr);
keylen            208 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_hash_table_set_value_ptr(opal_hash_table_t *table, const void* key, size_t keylen, void* value);
keylen            219 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_hash_table_remove_value_ptr(opal_hash_table_t *table, const void* key, size_t keylen);
keylen            106 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_FIND(hh,head,keyptr,keylen,out)                                     \
keylen            111 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h      HASH_FCN(keyptr,keylen, (head)->hh.tbl->num_buckets, _hf_hashv, _hf_bkt);   \
keylen            114 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h                         keyptr,keylen,out);                                      \
keylen            190 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h  (add)->hh.keylen = (unsigned)(keylen_in);                                       \
keylen            367 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_BER(key,keylen,num_bkts,hashv,bkt)                                  \
keylen            369 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   unsigned _hb_keylen=(unsigned)keylen;                                          \
keylen            381 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_SAX(key,keylen,num_bkts,hashv,bkt)                                  \
keylen            386 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   for(_sx_i=0; _sx_i < keylen; _sx_i++) {                                        \
keylen            392 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_FNV(key,keylen,num_bkts,hashv,bkt)                                  \
keylen            397 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   for(_fn_i=0; _fn_i < keylen; _fn_i++) {                                        \
keylen            404 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_OAT(key,keylen,num_bkts,hashv,bkt)                                  \
keylen            409 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   for(_ho_i=0; _ho_i < keylen; _ho_i++) {                                        \
keylen            433 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_JEN(key,keylen,num_bkts,hashv,bkt)                                  \
keylen            439 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   _hj_k = (unsigned)(keylen);                                                    \
keylen            456 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   hashv += (unsigned)(keylen);                                                   \
keylen            485 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_SFH(key,keylen,num_bkts,hashv,bkt)                                  \
keylen            488 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   uint32_t _sfh_tmp, _sfh_len = (uint32_t)keylen;                                \
keylen            571 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_MUR(key,keylen,num_bkts,hashv,bkt)                        \
keylen            574 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   const int _mur_nblocks = (int)(keylen) / 4;                          \
keylen            594 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   switch((keylen) & 3U) {                                              \
keylen            603 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   _mur_h1 ^= (uint32_t)(keylen);                                       \
keylen            619 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h     if ((out)->hh.keylen == (keylen_in)) {                                       \
keylen            843 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h             _dst_hh->keylen = _src_hh->keylen;                                   \
keylen            962 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h    unsigned keylen;                  /* enclosing struct's key len     */
keylen            200 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h                                                 size_t keylen, void **ptr);
keylen            212 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_set_value_ptr(pmix_hash_table_t *table, const void* key, size_t keylen, void* value);
keylen            223 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_remove_value_ptr(pmix_hash_table_t *table, const void* key, size_t keylen);