Home
last modified time | relevance | path

Searched refs:aeb (Results 1 – 25 of 117) sorted by relevance

12345

/external/u-boot/drivers/mtd/ubi/
Dattach.c118 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 …]
Dfastmap.c146 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 …]
Deba.c1298 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()
Ddebug.c179 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()
Dvtbl.c375 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;
Dwl.c1532 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 …]
Dubi.h922 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()
Ddebug.h60 void ubi_dump_aeb(const struct ubi_ainf_peb *aeb, int type);
/external/llvm/test/CodeGen/SystemZ/
Dfp-add-01.ll19 ; 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)
Dfp-sincos-01.ll10 ; CHECK-OPT: aeb %f0, 160(%r15)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dfp-add-01.ll21 ; 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)
Dfp-sincos-01.ll10 ; CHECK-OPT: aeb %f0, 160(%r15)
/external/mesa3d/src/intel/compiler/
Dbrw_fs_cse.cpp249 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()
Dbrw_vec4_cse.cpp169 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/
Ddouble-conversion-cached-powers.cpp102 {DOUBLE_CONVERSION_UINT64_2PART_C(0xbce50864, 92111aeb), -130, -20},
/external/icu/icu4c/source/data/locales/
Dnaq.txt168 "Gamaǀaeb",
/external/icu/icu4c/source/data/lang/
Dsi.txt20 aeb{"ටියුනිසියනු අරාබි"}
Dhy.txt21 aeb{"թունիսական արաբերեն"}
/external/capstone/suite/MC/SystemZ/
Dinsn-good.s.cs20 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/
Dconfig.sub292 …| 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/
Dconfig.sub293 …| 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/
Dconfig.sub293 …| 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/
Dconfig.sub757 | 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/
Dconfig.sub307 …| 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/
Dconfig.sub306 …| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3…

12345