/external/syslinux/core/fs/btrfs/ |
btrfs.c | 358 struct btrfs_disk_key search_key; local 367 search_key.objectid = BTRFS_FIRST_CHUNK_TREE_OBJECTID; 368 search_key.type = BTRFS_CHUNK_ITEM_KEY; 369 search_key.offset = 0; 371 search_tree(fs, bfs->sb.chunk_root, &search_key, &path); 374 if (btrfs_comp_keys_type(&search_key, 384 } while (!next_slot(fs, &search_key, &path)); 385 if (btrfs_comp_keys_type(&search_key, &path.item.key)) 387 } while (!next_leaf(fs, &search_key, &path)); 401 struct btrfs_disk_key search_key; local 454 struct btrfs_disk_key search_key; local 485 struct btrfs_disk_key search_key; local 521 struct btrfs_disk_key search_key; local 594 struct btrfs_disk_key search_key; local [all...] |
/external/boringssl/src/crypto/err/ |
err.c | 486 uint32_t search_key = lib << 26 | key << 15; local 487 const uint32_t *result = bsearch(&search_key, values, num_values,
|
/external/wpa_supplicant_8/src/utils/ |
edit.c | 970 static enum edit_key_code search_key(enum edit_key_code c) function 1013 c = search_key(c);
|
/external/libmicrohttpd/src/microhttpd/ |
daemon.c | 375 struct MHD_IPCount search_key; local 384 if (MHD_NO == MHD_ip_addr_to_key (addr, addrlen, &search_key)) 390 if (NULL == (nodep = tfind (&search_key, [all...] |