Home
last modified time | relevance | path

Searched refs:sz0 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0022-lvm-Fix-two-more-potential-data-dependent-alloc-over.patch96 + * sz0 = vgname_len * 2 + 1 +
100 + grub_size_t sz0 = vgname_len, sz1 = s;
102 + if (grub_mul (sz0, 2, &sz0) ||
103 + grub_add (sz0, 1, &sz0) ||
106 + grub_add (sz0, sz1, &sz0) ||
107 + grub_add (sz0, sizeof ("lvm/") - 1, &sz0))
110 + lv->fullname = grub_malloc (sz0);
H A D0006-malloc-Use-overflow-checking-primitives-where-we-do-.patch939 + grub_size_t sz0, sz1;
948 + if (grub_mul (sizeof (*list), i, &sz0) ||
950 + grub_add (sz0, sz1, &sz0))
956 + list = grub_zalloc (sz0);
1110 + grub_size_t sz0, sz1;
1112 + if (grub_add (linep->len, extra, &sz0) ||
1113 + grub_mul (sz0, 2, &sz0) ||
1114 + grub_add (sz0, 1, &sz1) ||
1121 + linep->max_len = sz0;
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dcpu_sh4.h72 #define mk_pmb_data_val(ppn, ub, v, sz1, sz0, c, wt) \ argument
75 (sz0 << PMB_SZ0) | (c << PMB_C) | \
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Darcregs.h222 unsigned int pad2:12, cyc:3, pad1:1, sz1:4, sz0:4, ver:8; member
224 unsigned int ver:8, sz0:4, sz1:4, pad1:1, cyc:3, pad2:12;
/OK3568_Linux_fs/kernel/arch/arc/mm/
H A Dtlb.c729 unsigned int ver:8, sasid:1, sz1:4, sz0:4, res:2, pae:1, in read_decode_mmu_bcr() member
734 pae:1, res:2, sz0:4, sz1:4, sasid:1, ver:8; in read_decode_mmu_bcr()
760 mmu->pg_sz_k = 1 << (mmu4->sz0 - 1); in read_decode_mmu_bcr()
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dsetup.c107 cpu->dccm.sz = 256 << dccm.sz0; in read_decode_ccm_bcr()
108 if (dccm.sz0 == 0xF && dccm.sz1 > 0) in read_decode_ccm_bcr()
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2150 sz0 = self.size().width() - self.handleWidth() - sz1
2151 self.setSizes([sz0, sz1])
2154 sz0 = self.size().width() - self.handleWidth() - sz1
2155 self.setSizes([sz0, sz1])