Searched refs:dsize (Results 1 - 25 of 26) sorted by relevance

12

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ddivrem.c47 mp_srcptr dp, mp_size_t dsize)
49 mpn_divrem (qp, qextra_limbs, np, nsize, dp, dsize)
55 mp_size_t dsize;
60 switch (dsize)
65 return 1 / dsize;
171 np += nsize - dsize;
172 dX = dp[dsize - 1];
173 d1 = dp[dsize - 2];
174 n0 = np[dsize - 1];
178 if (n0 > dX || mpn_cmp (np, dp, dsize
45 mpn_divrem(mp_ptr qp, mp_size_t qextra_limbs, mp_ptr np, mp_size_t nsize, mp_srcptr dp, mp_size_t dsize) argument
[all...]
/haiku-fatelf/src/bin/gdb/include/
H A Dgdbm.h44 int dsize; member in struct:__anon4136
/haiku-fatelf/src/bin/gdb/include/coff/
H A Dia64.h47 char dsize[4]; /* initialized data " " */ member in struct:__anon3944
H A Dapollo.h49 char dsize[4]; /* initialized data " " */ member in struct:__anon3910
H A Dexternal.h48 char dsize[4]; /* initialized data " " */ member in struct:external_aouthdr
H A Dor32.h61 char dsize[4]; /* initialized data " " */ member in struct:external_aouthdr
H A Di960.h80 char dsize[4]; /* initialized data " " */ member in struct:__anon3927
H A Drs6000.h43 unsigned char dsize[4]; /* initialized data " " */ member in struct:__anon3992
H A Drs6k64.h61 unsigned char dsize[8]; /* initialized data " " */ member in struct:__anon4009
H A Dalpha.h55 unsigned char dsize[8]; /* initialized data " " */ member in struct:external_aouthdr
H A Dmips.h41 unsigned char dsize[4]; /* initialized data " " */ member in struct:external_aouthdr
H A Dinternal.h166 bfd_vma dsize; /* initialized data " " */ member in struct:internal_aouthdr
H A Dti.h147 char dsize[4]; /* initialized data " " */ member in struct:__anon4039
/haiku-fatelf/src/bin/gdb/include/aout/
H A Dencap.h57 long dsize; member in struct:coffheader
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dpath.c291 size_t dsize; local
309 dsize = &d->d_name[_D_ALLOC_NAMLEN (d)] - (char *) d;
310 vnew = (struct dirent *) malloc (dsize);
314 v[i++] = (struct dirent *) memcpy (vnew, d, dsize);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.c204 * @dsize: number of elements in @dst (including end marker)
221 static runlist_element *ntfs_rl_append(runlist_element *dst, int dsize, argument
235 if ((loc + 1) < dsize)
239 dst = ntfs_rl_realloc(dst, dsize, dsize + ssize - right);
255 ntfs_rl_mm(dst, marker, loc + 1 + right, dsize - loc - 1 - right);
271 * @dsize: number of elements in @dst (including end marker)
288 static runlist_element *ntfs_rl_insert(runlist_element *dst, int dsize, argument
322 dst = ntfs_rl_realloc(dst, dsize, dsize
384 ntfs_rl_replace(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
472 ntfs_rl_split(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malohal.c352 const void *data, size_t dsize, int waitfor)
356 memcpy(&mh->mh_cmdbuf[4], data , dsize);
412 malo_hal_send_main(struct malo_hal *mh, const void *data, size_t dsize, argument
416 mh->mh_cmdbuf[1] = htole16(dsize);
419 memcpy(&mh->mh_cmdbuf[4], data, dsize);
351 malo_hal_send_helper(struct malo_hal *mh, int bsize, const void *data, size_t dsize, int waitfor) argument
/haiku-fatelf/src/bin/gdb/bfd/
H A Daout-encap.c213 coffheader.dsize = dp->s_size;
H A DpeXXigen.c438 aouthdr_int->dsize = GET_AOUTHDR_DSIZE (abfd, aouthdr_ext->dsize);
514 if (aouthdr_int->dsize)
601 if (aouthdr_in->dsize)
661 bfd_vma dsize = 0;
674 dsize += rounded;
687 aouthdr_in->dsize = dsize;
703 PUT_AOUTHDR_DSIZE (abfd, aouthdr_in->dsize, aouthdr_out->standard.dsize);
660 bfd_vma dsize = 0; local
[all...]
H A Dcoffswap.h670 aouthdr_int->dsize = GET_AOUTHDR_DSIZE (abfd, aouthdr_ext->dsize);
744 PUT_AOUTHDR_DSIZE (abfd, aouthdr_in->dsize, aouthdr_out->dsize);
H A Decoff.c2696 internal_a.dsize = (data_size + round - 1) &~ (round - 1);
2703 internal_a.dsize = data_size;
2712 if (bss_size < internal_a.dsize - data_size)
2715 bss_size -= internal_a.dsize - data_size;
2717 internal_a.bss_start = internal_a.data_start + internal_a.dsize;
H A Dcoff64-rs6000.c974 internal_a.dsize = data_sec->size;
975 internal_a.data_start = internal_a.dsize ? data_sec->vma : 0;
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dgmp.h595 #define mpn_divmod(qp,np,nsize,dp,dsize) mpn_divrem (qp,0,np,nsize,dp,dsize)
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c2497 mwlSendBlock(struct mwl_hal_priv *mh, int bsize, const void *data, size_t dsize) argument
2501 memcpy(&mh->mh_cmdbuf[4], data , dsize);
2518 mwlSendBlock2(struct mwl_hal_priv *mh, const void *data, size_t dsize) argument
2520 memcpy(&mh->mh_cmdbuf[0], data, dsize);
/haiku-fatelf/src/add-ons/media/plugins/matroska/libMatroskaParser/
H A DMatroskaParser.c288 static void myvsnprintf(char *dest,unsigned dsize,const char *fmt,va_list ap) { argument
290 char *de = dest + dsize - 1;
293 if (dsize <= 1) {
294 if (dsize > 0)

Completed in 303 milliseconds

12