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

  /src/external/gpl3/gcc/dist/libgcc/config/i386/
crtfastmath.c 51 unsigned short fop; member in struct:__anon14250
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
crtfastmath.c 51 unsigned short fop; member in struct:__anon16664
  /src/sys/compat/linux/arch/amd64/
linux_machdep.h 49 u_int16_t fop; member in struct:linux__fpstate
  /src/sys/external/bsd/ipf/netinet/
ip_htable.c 224 iplookupflush_t fop; local
226 fop.iplf_type = IPLT_HASH;
227 fop.iplf_unit = IPL_LOGALL;
228 fop.iplf_arg = 0;
229 fop.iplf_count = 0;
230 *fop.iplf_name = '\0';
231 ipf_htable_flush(softc, arg, &fop);
  /src/usr.sbin/bad144/
bad144.c 601 struct format_op fop; local
627 memset((char *)&fop, 0, sizeof(fop));
628 fop.df_buf = buf;
629 fop.df_count = fp->f_bufsize;
630 fop.df_startblk = blk;
632 if (ioctl(fd, DIOCRFORMAT, &fop) < 0)
635 (*fp->f_routine)(fp, dp, blk, buf, fop.df_count) != 0)
644 memset((char *)&fop, 0, sizeof(fop));
    [all...]
  /src/external/bsd/ipf/dist/
ip_htable.c 215 iplookupflush_t fop; local
217 fop.iplf_type = IPLT_HASH;
218 fop.iplf_unit = IPL_LOGALL;
219 fop.iplf_arg = 0;
220 fop.iplf_count = 0;
221 *fop.iplf_name = '\0';
222 ipf_htable_flush(softc, arg, &fop);
  /src/external/gpl3/gdb/dist/gdbserver/
i387-fp.cc 39 /* All these are only sixteen bits, plus padding, except for fop (which
49 unsigned short fop; member in struct:i387_fsave
60 /* All these are only sixteen bits, plus padding, except for fop (which
65 unsigned short fop; member in struct:i387_fxsave
156 val2 = regcache_raw_get_unsigned_by_name (regcache, "fop");
157 fp->fop = (val2 & 0x7FF) | (fp->fop & 0xF800);
198 /* fop has only 11 valid bits. */
199 val = (fp->fop) & 0x7FF;
200 supply_register_by_name (regcache, "fop", &val)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
i387-fp.cc 41 /* All these are only sixteen bits, plus padding, except for fop (which
51 unsigned short fop; member in struct:i387_fsave
62 /* All these are only sixteen bits, plus padding, except for fop (which
67 unsigned short fop; member in struct:i387_fxsave
167 val2 = regcache_raw_get_unsigned_by_name (regcache, "fop");
168 fp->fop = (val2 & 0x7FF) | (fp->fop & 0xF800);
209 /* fop has only 11 valid bits. */
210 val = (fp->fop) & 0x7FF;
211 supply_register_by_name (regcache, "fop", &val)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
i387-tdep.c 222 ULONGEST fop; local
244 I387_FOP_REGNUM (tdep), &fop);
318 ? (hex_string_custom (fop ? (fop | 0xd800) : 0, 4))
432 18 /* `fop' (bottom 11 bits). */
558 6, /* `fop' (bottom 11 bits). */
  /src/lib/libperfuse/
ops.c 2962 int fop; local
2993 fop = FUSE_GETLK;
2995 fop = (flags & F_WAIT) ? FUSE_SETLKW : FUSE_SETLK;
3004 pm = ps->ps_new_msg(pu, opc, fop, sizeof(*fli), NULL);
  /src/sys/dev/ata/
wd.c 1403 register struct format_op *fop; local
1408 fop = (struct format_op *)addr;
1409 aiov.iov_base = fop->df_buf;
1410 aiov.iov_len = fop->df_count;
1413 auio.uio_resid = fop->df_count;
1415 fop->df_startblk * wd->sc_dk.dk_label->d_secsize;
1419 fop->df_count -= auio.uio_resid;
1420 fop->df_reg[0] = wdc->sc_status;
1421 fop->df_reg[1] = wdc->sc_error;
  /src/crypto/external/apache2/openssl/dist/engines/
e_devcrypto.c 425 struct crypt_find_op fop; local
497 fop.crid = sess.crid;
498 if (ioctl(cfd, CIOCFINDDEV, &fop) == 0) {
499 cipher_driver_info[i].driver_name = OPENSSL_strndup(fop.name, sizeof(fop.name));
  /src/crypto/external/bsd/openssl/dist/engines/
e_devcrypto.c 431 struct crypt_find_op fop; local
506 fop.crid = sess.crid;
507 if (ioctl(cfd, CIOCFINDDEV, &fop) == 0) {
509 OPENSSL_strndup(fop.name, sizeof(fop.name));
  /src/external/gpl3/gdb.old/dist/gdb/
i387-tdep.c 222 ULONGEST fop; local
244 I387_FOP_REGNUM (tdep), &fop);
318 ? (hex_string_custom (fop ? (fop | 0xd800) : 0, 4))
432 18 /* `fop' (bottom 11 bits). */
558 6, /* `fop' (bottom 11 bits). */
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c 503 Operation fop; local
510 fop = *fc->fss->s_op;
512 fop.o_bd = fop.o_bd->bd_self;
513 fop.o_hdr = op->o_hdr;
514 fop.o_time = op->o_time;
515 fop.o_tincr = op->o_tincr;
516 fop.o_extra = op->o_extra;
521 fop.o_sync_mode = 0; /* turn off sync mode */
522 fop.o_managedsait = SLAP_CONTROL_CRITICAL
680 Operation fop; local
1795 Operation fop = *op; local
2252 Operation fop; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 5268 tree fop = fold_read_from_constant_string (op); local
5269 if (fop)
5270 return fop;

Completed in 59 milliseconds