/external/u-boot/drivers/mtd/ubi/ |
D | attach.c | 118 struct ubi_ainf_peb *aeb; in add_to_list() local 130 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in add_to_list() 131 if (!aeb) in add_to_list() 134 aeb->pnum = pnum; in add_to_list() 135 aeb->vol_id = vol_id; in add_to_list() 136 aeb->lnum = lnum; in add_to_list() 137 aeb->ec = ec; in add_to_list() 139 list_add(&aeb->u.list, list); in add_to_list() 141 list_add_tail(&aeb->u.list, list); in add_to_list() 158 struct ubi_ainf_peb *aeb; in add_corrupted() local [all …]
|
D | fastmap.c | 146 struct ubi_ainf_peb *aeb; in add_aeb() local 148 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in add_aeb() 149 if (!aeb) in add_aeb() 152 aeb->pnum = pnum; in add_aeb() 153 aeb->ec = ec; in add_aeb() 154 aeb->lnum = -1; in add_aeb() 155 aeb->scrub = scrub; in add_aeb() 156 aeb->copy_flag = aeb->sqnum = 0; in add_aeb() 158 ai->ec_sum += aeb->ec; in add_aeb() 161 if (ai->max_ec < aeb->ec) in add_aeb() [all …]
|
D | eba.c | 1298 struct ubi_ainf_peb *aeb; in self_check_eba() local 1339 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) in self_check_eba() 1340 scan_eba[i][aeb->lnum] = aeb->pnum; in self_check_eba() 1346 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) in self_check_eba() 1347 fm_eba[i][aeb->lnum] = aeb->pnum; in self_check_eba() 1390 struct ubi_ainf_peb *aeb; in ubi_eba_init() local 1423 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) { in ubi_eba_init() 1424 if (aeb->lnum >= vol->reserved_pebs) in ubi_eba_init() 1429 ubi_move_aeb_to_list(av, aeb, &ai->erase); in ubi_eba_init() 1431 vol->eba_tbl[aeb->lnum] = aeb->pnum; in ubi_eba_init()
|
D | debug.c | 179 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type) in ubi_dump_aeb() argument 182 pr_err("\tec %d\n", aeb->ec); in ubi_dump_aeb() 183 pr_err("\tpnum %d\n", aeb->pnum); in ubi_dump_aeb() 185 pr_err("\tlnum %d\n", aeb->lnum); in ubi_dump_aeb() 186 pr_err("\tscrub %d\n", aeb->scrub); in ubi_dump_aeb() 187 pr_err("\tsqnum %llu\n", aeb->sqnum); in ubi_dump_aeb()
|
D | vtbl.c | 375 struct ubi_ainf_peb *aeb; local 407 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) { 408 leb[aeb->lnum] = vzalloc(ubi->vtbl_size); 409 if (!leb[aeb->lnum]) { 414 err = ubi_io_read_data(ubi, leb[aeb->lnum], aeb->pnum, 0, 427 aeb->scrub = 1;
|
D | wl.c | 1532 struct ubi_ainf_peb *aeb, *tmp; local 1554 list_for_each_entry_safe(aeb, tmp, &ai->erase, u.list) { 1561 e->pnum = aeb->pnum; 1562 e->ec = aeb->ec; 1564 if (schedule_erase(ubi, e, aeb->vol_id, aeb->lnum, 0)) { 1572 list_for_each_entry(aeb, &ai->free, u.list) { 1579 e->pnum = aeb->pnum; 1580 e->ec = aeb->ec; 1592 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) { 1599 e->pnum = aeb->pnum; [all …]
|
D | ubi.h | 922 int ubi_compare_lebs(struct ubi_device *ubi, const struct ubi_ainf_peb *aeb, 1013 struct ubi_ainf_peb *aeb, in ubi_move_aeb_to_list() argument 1016 rb_erase(&aeb->u.rb, &av->root); in ubi_move_aeb_to_list() 1017 list_add_tail(&aeb->u.list, list); in ubi_move_aeb_to_list()
|
D | debug.h | 60 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type);
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-add-01.ll | 19 ; CHECK: aeb %f0, 0(%r2) 29 ; CHECK: aeb %f0, 4092(%r2) 42 ; CHECK: aeb %f0, 0(%r2) 54 ; CHECK: aeb %f0, 0(%r2) 66 ; CHECK: aeb %f0, 400(%r1,%r2) 79 ; CHECK: aeb %f0, 16{{[04]}}(%r15)
|
D | fp-sincos-01.ll | 10 ; CHECK-OPT: aeb %f0, 160(%r15)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-add-01.ll | 21 ; CHECK: aeb %f0, 0(%r2) 31 ; CHECK: aeb %f0, 4092(%r2) 44 ; CHECK: aeb %f0, 0(%r2) 56 ; CHECK: aeb %f0, 0(%r2) 68 ; CHECK: aeb %f0, 400(%r1,%r2) 81 ; CHECK-SCALAR: aeb %f0, 16{{[04]}}(%r15)
|
D | fp-sincos-01.ll | 10 ; CHECK-OPT: aeb %f0, 160(%r15)
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_cse.cpp | 249 exec_list aeb; in opt_cse_local() local 262 foreach_in_list_use_after(aeb_entry, entry, &aeb) { in opt_cse_local() 281 aeb.push_tail(entry); in opt_cse_local() 329 aeb.make_empty(); in opt_cse_local() 331 foreach_in_list_safe(aeb_entry, entry, &aeb) { in opt_cse_local()
|
D | brw_vec4_cse.cpp | 169 exec_list aeb; in opt_cse_local() local 182 foreach_in_list_use_after(aeb_entry, entry, &aeb) { in opt_cse_local() 201 aeb.push_tail(entry); in opt_cse_local() 260 foreach_in_list_safe(aeb_entry, entry, &aeb) { in opt_cse_local()
|
/external/icu/icu4c/source/i18n/ |
D | double-conversion-cached-powers.cpp | 102 {DOUBLE_CONVERSION_UINT64_2PART_C(0xbce50864, 92111aeb), -130, -20},
|
/external/icu/icu4c/source/data/locales/ |
D | naq.txt | 168 "Gamaǀaeb",
|
/external/icu/icu4c/source/data/lang/ |
D | si.txt | 20 aeb{"ටියුනිසියනු අරාබි"}
|
D | hy.txt | 21 aeb{"թունիսական արաբերեն"}
|
/external/capstone/suite/MC/SystemZ/ |
D | insn-good.s.cs | 20 0xed,0x00,0x00,0x00,0x00,0x0a = aeb %f0, 0 21 0xed,0x00,0x0f,0xff,0x00,0x0a = aeb %f0, 4095 22 0xed,0x00,0x10,0x00,0x00,0x0a = aeb %f0, 0(%r1) 23 0xed,0x00,0xf0,0x00,0x00,0x0a = aeb %f0, 0(%r15) 24 0xed,0x01,0xff,0xff,0x00,0x0a = aeb %f0, 4095(%r1,%r15) 25 0xed,0x0f,0x1f,0xff,0x00,0x0a = aeb %f0, 4095(%r15,%r1) 26 0xed,0xf0,0x00,0x00,0x00,0x0a = aeb %f15, 0
|
/external/libexif/ |
D | config.sub | 292 …| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3… 1209 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
|
/external/libnetfilter_conntrack/ |
D | config.sub | 293 …| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3… 1216 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
|
/external/libnfnetlink/ |
D | config.sub | 293 …| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3… 1216 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
|
/external/libpcap/ |
D | config.sub | 757 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ 1248 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
|
/external/speex/ |
D | config.sub | 307 …| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3…
|
/external/iperf3/config/ |
D | config.sub | 306 …| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3…
|