Searched refs:esize (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfwdma.cpp144 int esize, int n)
152 if (esize > B_PAGE_SIZE) {
154 esize = ssize = roundup2(esize, B_PAGE_SIZE);
158 /*ssize = rounddown(PAGE_SIZE, esize);
159 nseg = howmany(n, ssize / esize);*/
160 esize = roundup2(esize, alignment);
161 ssize = rounddown(B_PAGE_SIZE, esize);
162 nseg = howmany(n, ssize / esize);
143 fwdma_malloc_multiseg(int alignment, int esize, int n) argument
[all...]
/haiku-fatelf/headers/private/firewire/
H A Dfwdma.h59 bus_size_t esize; member in struct:fwdma_alloc_multi
71 int offset = am->esize * index;
80 int offset = am->esize * index;
97 seg = &am->seg[am->esize * start / am->ssize];
98 eseg = &am->seg[am->esize * end / am->ssize];
H A Dfirewire_module.h61 int esize, int n);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Dmul_n.c128 mp_size_t esize = size - 1; /* even size */ local
131 MPN_MUL_N_RECURSE (prodp, up, vp, esize, tspace);
132 cy_limb = mpn_addmul_1 (prodp + esize, up, esize, vp[esize]);
133 prodp[esize + esize] = cy_limb;
134 cy_limb = mpn_addmul_1 (prodp + esize, vp, size, up[esize]);
136 prodp[esize
296 mp_size_t esize = size - 1; /* even size */ local
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Decoff.c3674 bfd_size_type esize;
3692 esize = symhdr->iextMax * external_ext_size;
3693 external_ext = (PTR) bfd_malloc (esize);
3694 if (external_ext == NULL && esize != 0)
3698 || bfd_bread (external_ext, esize, abfd) != esize)
3713 ext_end = ext_ptr + esize;
3797 bfd_size_type esize;
3812 esize = symhdr->iextMax * external_ext_size;
3813 external_ext = (PTR) bfd_malloc (esize);
3664 bfd_size_type esize; local
3787 bfd_size_type esize; local
[all...]

Completed in 178 milliseconds