HomeSort by: relevance | last modified time | path
    Searched refs:s_size (Results 1 - 25 of 99) sorted by relevancy

1 2 3 4

  /src/external/lgpl3/gmp/dist/mpn/m68k/
lshift.asm 39 C mp_limb_t mpn_lshift (mp_ptr res_ptr, mp_srcptr s_ptr, mp_size_t s_size,
52 C s_size (sp + 12)
57 define(s_size, `d6')
71 movel M(sp,36), s_size
83 lea M(s_ptr,s_size,l,4), a2
85 movel s_size, d0
90 bls L(Lspecial) C jump if res_ptr >= s_ptr + s_size
97 lea M(s_ptr,s_size,l,4), s_ptr
98 lea M(res_ptr,s_size,l,4), res_ptr
100 movel s_size, d
    [all...]
rshift.asm 39 C mp_limb_t mpn_rshift (mp_ptr res_ptr, mp_srcptr s_ptr, mp_size_t s_size,
52 C s_size (sp + 12)
57 define(s_size, `d6')
71 movel M(sp,36), s_size
83 lea M(res_ptr,s_size,l,4), a2
85 movel s_size, d0
90 bls L(Lspecial) C jump if s_ptr >= res_ptr + s_size
101 subql #1, s_size
103 lsrl #1, s_size
105 subql #1, s_size
    [all...]
  /src/bin/ls/
ls.h 71 int s_size; member in struct:__anon25
ls.c 648 d.s_size = 4; /* min buf length for humanize_number */
652 d.s_size = strlen(buf);
654 d.s_size += (d.s_size - 1) / 3;
662 if (d.s_major + d.s_minor + 2 > d.s_size)
663 d.s_size = d.s_major + d.s_minor + 2;
664 else if (d.s_size - d.s_minor - 2 > d.s_major)
665 d.s_major = d.s_size - d.s_minor - 2;
print.c 184 (void)printf("%*s ", dp->s_size, szbuf);
187 dp->s_size, (unsigned long long)
225 colwidth += dp->s_size + 1;
270 f_humanize ? dp->s_size : dp->s_block);
292 colwidth += dp->s_size + 1;
320 f_humanize ? dp->s_size : dp->s_block);
340 extwidth += dp->s_size + 1;
358 f_humanize ? dp->s_size : dp->s_block);
  /src/external/bsd/ntp/dist/util/
audio-pcm.c 90 struct snd_size s_size; local
140 if (ioctl(fd, AIOGSIZE, &s_size) == -1)
144 s_size.play_size, s_size.rec_size);
  /src/external/bsd/ntp/dist/libntp/
audio.c 238 struct snd_size s_size; local
293 if (ioctl(fd, AIOGSIZE, &s_size) == -1)
297 s_size.play_size, s_size.rec_size);
299 s_size.play_size = s_size.rec_size = bufsiz;
301 s_size.play_size, s_size.rec_size);
303 if (ioctl(fd, AIOSSIZE, &s_size) == -1)
307 s_size.play_size, s_size.rec_size)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
coff-go32.c 99 scnhdr_int->s_size = GET_SCNHDR_SIZE (abfd, scnhdr_ext->s_size);
133 PUT_SCNHDR_SIZE (abfd, scnhdr_int->s_size, scnhdr_ext->s_size);
  /src/external/gpl3/binutils.old/dist/bfd/
coff-go32.c 99 scnhdr_int->s_size = GET_SCNHDR_SIZE (abfd, scnhdr_ext->s_size);
132 PUT_SCNHDR_SIZE (abfd, scnhdr_int->s_size, scnhdr_ext->s_size);
  /src/external/gpl3/gdb.old/dist/bfd/
coff-go32.c 99 scnhdr_int->s_size = GET_SCNHDR_SIZE (abfd, scnhdr_ext->s_size);
132 PUT_SCNHDR_SIZE (abfd, scnhdr_int->s_size, scnhdr_ext->s_size);
  /src/external/gpl3/gdb/dist/bfd/
coff-go32.c 99 scnhdr_int->s_size = GET_SCNHDR_SIZE (abfd, scnhdr_ext->s_size);
132 PUT_SCNHDR_SIZE (abfd, scnhdr_int->s_size, scnhdr_ext->s_size);
  /src/sys/arch/sh3/sh3/
coff_exec.c 281 sh.s_size, sh.s_scnptr));
284 epp->ep_tsize = sh.s_size + (sh.s_vaddr - epp->ep_taddr);
310 sh.s_size, sh.s_scnptr));
313 dsize = sh.s_size + (sh.s_vaddr - epp->ep_daddr);
360 int len = sh.s_size, path_index, entry_len;
363 sh.s_size, sh.s_scnptr));
449 sh.s_size, sh.s_scnptr));
452 tsize = shp->s_size + (shp->s_vaddr - taddr);
466 shp->s_size, shp->s_scnptr));
469 dsize = shp->s_size + (shp->s_vaddr - daddr)
    [all...]
  /src/sys/arch/mmeye/stand/bootcoff/
osloader.c 130 ep_tsize = sh.s_size + (sh.s_vaddr - ep_taddr);
144 dsize = sh.s_size + (sh.s_vaddr - ep_daddr);
  /src/sys/sys/
exec_ecoff.h 78 ecoff32_ulong s_size; /* size */ member in struct:ecoff32_scnhdr
135 u_long s_size; /* size */ member in struct:ecoff_scnhdr
exec_coff.h 81 long s_size; member in struct:coff_scnhdr
  /src/sys/arch/macppc/stand/fixcoff/
fixcoff.c 72 char s_size[4]; member in struct:sectionhdr
  /src/external/gpl3/binutils/dist/include/coff/
external.h 84 char s_size[4]; /* section size */ member in struct:external_scnhdr
rs6k64.h 88 char s_size[8]; /* section size */ member in struct:external_scnhdr
  /src/external/gpl3/binutils.old/dist/include/coff/
external.h 83 char s_size[4]; /* section size */ member in struct:external_scnhdr
rs6k64.h 88 char s_size[8]; /* section size */ member in struct:external_scnhdr
  /src/external/gpl3/gdb.old/dist/include/coff/
external.h 83 char s_size[4]; /* section size */ member in struct:external_scnhdr
rs6k64.h 88 char s_size[8]; /* section size */ member in struct:external_scnhdr
  /src/external/gpl3/gdb/dist/include/coff/
external.h 84 char s_size[4]; /* section size */ member in struct:external_scnhdr
rs6k64.h 88 char s_size[8]; /* section size */ member in struct:external_scnhdr
  /src/external/bsd/elftoolchain/dist/libelf/
elf_scn.c 127 scn->s_size = scn->s_shdr.s_shdr32.sh_size;
131 scn->s_size = scn->s_shdr.s_shdr64.sh_size;

Completed in 27 milliseconds

1 2 3 4