HomeSort by: relevance | last modified time | path
    Searched defs:s_pad (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/mopd/common/
common.h 98 u_int32_t s_pad; /* padding until next section */ member in struct:dllist::__anon458
  /src/external/gpl3/binutils/dist/include/coff/
rs6k64.h 95 char s_pad[4]; /* padding */ member in struct:external_scnhdr
  /src/external/gpl3/binutils.old/dist/include/coff/
rs6k64.h 95 char s_pad[4]; /* padding */ member in struct:external_scnhdr
  /src/external/gpl3/gdb.old/dist/include/coff/
rs6k64.h 95 char s_pad[4]; /* padding */ member in struct:external_scnhdr
  /src/external/gpl3/gdb/dist/include/coff/
rs6k64.h 95 char s_pad[4]; /* padding */ member in struct:external_scnhdr
  /src/external/mit/isl/dist/imath/
imath.c 220 static bool s_pad(mp_int z, mp_size min);
224 return s_pad(Z, N) ? MP_OK : MP_MEMORY;
483 if (!s_pad(c, ua)) return MP_MEMORY;
546 if (!s_pad(c, max)) return MP_MEMORY;
552 if (!s_pad(c, max + 1)) return MP_MEMORY;
580 if (!s_pad(c, MP_USED(x))) return MP_MEMORY;
612 if (!s_pad(c, max)) return MP_MEMORY;
618 if (!s_pad(c, max + 1)) return MP_MEMORY;
629 if (!s_pad(c, max)) return MP_MEMORY;
691 if (!s_pad(c, osize)) return MP_MEMORY
1717 static bool s_pad(mp_int z, mp_size min) { function
    [all...]

Completed in 19 milliseconds