Searched refs:dict_lookup (Results 1 – 10 of 10) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | pass1b.c | 129 n = dict_lookup(&clstr_dict, INT_TO_VOIDPTR(cluster)); in add_dupe() 146 n = dict_lookup(&ino_dict, INT_TO_VOIDPTR(ino)); in add_dupe() 461 n = dict_lookup(&ino_dict, INT_TO_VOIDPTR(dirent->inode)); in search_dirent_proc() 537 m = dict_lookup(&clstr_dict, in pass1d() 583 m = dict_lookup(&ino_dict, INT_TO_VOIDPTR(shared[i])); in pass1d() 663 n = dict_lookup(&clstr_dict, INT_TO_VOIDPTR(c)); in delete_file_block() 822 n = dict_lookup(&clstr_dict, in clone_file_block() 972 n = dict_lookup(&clstr_dict, in clone_file() 985 n = dict_lookup(&ino_dict, INT_TO_VOIDPTR(ino_el->inode)); in clone_file()
|
D | pass2.c | 1471 } else if (dict_lookup(&de_dict, dirent)) { in check_dir_block()
|
/external/f2fs-tools/fsck/ |
D | mkquota.c | 206 n = dict_lookup(dict, UINT_TO_VOIDPTR(key)); in get_dq() 293 if (dict_lookup(&qctx->linked_inode_dict, in quota_add_inode_usage()
|
D | dict.h | 98 extern dnode_t *dict_lookup(dict_t *, const void *);
|
D | dict.c | 439 dnode_t *dict_lookup(dict_t *dict, const void *key) in dict_lookup() function 1398 dn = dict_lookup(d, tok1); in main() 1423 dn = dict_lookup(d, tok1); in main()
|
/external/e2fsprogs/lib/support/ |
D | dict.h | 98 extern dnode_t *dict_lookup(dict_t *, const void *);
|
D | dict.c | 460 dnode_t *dict_lookup(dict_t *dict, const void *key) in dict_lookup() function 1428 dn = dict_lookup(d, tok1); in main() 1453 dn = dict_lookup(d, tok1); in main()
|
D | mkquota.c | 367 n = dict_lookup(dict, UINT_TO_VOIDPTR(key)); in get_dq()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ctrloop-reg.ll | 75 declare i32 @dict_lookup(%struct.ref_s.1.49.91.115.121.139.145.151.157.163.169.175.181.211*, %struc…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | ctrloop-reg.ll | 75 declare i32 @dict_lookup(%struct.ref_s.1.49.91.115.121.139.145.151.157.163.169.175.181.211*, %struc…
|