Searched refs:key64 (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/linux/ |
| H A D | linux_xa.c | 113 const uint64_t key64 = key; in xa_load() local 118 n = rb_tree_find_node(&xa->xa_tree, &key64); in xa_load() 158 uint64_t key64 = limit.min; in xa_alloc() local 171 while ((n1 = rb_tree_find_node_geq(&xa->xa_tree, &key64)) != NULL && in xa_alloc() 172 n1->n_key == key64) { in xa_alloc() 173 if (key64 == limit.max) { in xa_alloc() 177 KASSERT(key64 < UINT32_MAX); in xa_alloc() 178 key64++; in xa_alloc() 181 KASSERT(n1 == NULL || n1->n_key > key64); in xa_alloc() 182 n->n_key = key64; in xa_alloc() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
| H A D | db.c | 765 heim_string_t key64; in heim_db_copy_value() local 767 key64 = to_base64(key, error); in heim_db_copy_value() 768 if (key64 == NULL) { in heim_db_copy_value() 774 v = heim_path_copy(db->set_keys, error, table, key64, NULL); in heim_db_copy_value() 776 heim_release(key64); in heim_db_copy_value() 779 v = heim_path_copy(db->del_keys, error, table, key64, NULL); /* can't be NULL */ in heim_db_copy_value() 780 heim_release(key64); in heim_db_copy_value() 806 heim_string_t key64 = NULL; in heim_db_set_value() local 844 key64 = to_base64(key, error); in heim_db_set_value() 845 if (key64 == NULL) in heim_db_set_value() [all …]
|