| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_fbcon.h | 41 struct nvif_object rop; member in struct:nouveau_fbdev
|
| /src/external/bsd/am-utils/dist/amd/ |
| am_ops.c | 377 am_ops *rop = NULL; local 378 for (vp = vops; (rop = *vp); vp++) 379 if (STREQ(rop->fs_type, type)) 381 return rop; 388 am_ops *rop = NULL; local 395 rop = &amfs_error_ops; 398 rop = &amfs_error_ops; 403 rop = ops_search(fo->opt_type); 404 if (!rop) { 406 rop = &amfs_error_ops [all...] |
| /src/external/lgpl3/gmp/dist/tests/rand/ |
| statlib.c | 374 /* merit (rop, t, v, m) -- calculate merit for spectral test result in 378 merit (mpf_t rop, unsigned int t, mpf_t v, mpz_t m) 417 /* rop = v^t */ 418 mpf_set (rop, v); 420 mpf_mul (rop, rop, v); 421 mpf_mul (rop, rop, f_const); 422 mpf_div (rop, rop, f_m) 432 mpf_t rop; local [all...] |
| /src/external/lgpl3/mpc/dist/src/ |
| mul.c | 145 mpc_t rop; local 148 mpc_init3 (rop, MPC_PREC_RE (z), MPC_PREC_IM (z)); 150 rop [0] = z[0]; 155 inex_re = -mpfr_mul (mpc_realref (rop), mpc_imagref (x), mpc_imagref (y), 157 mpfr_neg (mpc_realref (rop), mpc_realref (rop), MPFR_RNDN); /* exact */ 158 inex_im = mpfr_mul (mpc_imagref (rop), mpc_realref (x), mpc_imagref (y), 160 mpc_set (z, rop, MPC_RNDNN); 168 mpc_clear (rop); 180 mpc_t rop; local [all...] |
| /src/external/gpl3/binutils/dist/include/opcode/ |
| convex.h | 1682 char *rop[] = { variable
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| convex.h | 1682 char *rop[] = { variable
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| convex.h | 1682 char *rop[] = { variable
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| convex.h | 1682 char *rop[] = { variable
|
| /src/sys/arch/luna68k/dev/ |
| omrasops.c | 47 * 2) which plane's ROP a write to the common ROP is reflected on. 49 * The common ROP is not a ROP applied to write to the common bitmap plane. 184 /* Set planemask for the common plane and the common ROP */ 192 /* Get a ROP address */ 194 om_rop_addr(int plane, int rop) 198 (OMFB_ROP_P0 + OMFB_PLANEOFFS * plane + rop * 4); 201 /* Set ROP and ROP's mask for individual plane * 357 int16_t rop; local 1154 uint8_t rop[OMFB_MAX_PLANECOUNT]; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/qxl/ |
| qxl_drv.h | 184 uint16_t rop; member in struct:qxl_draw_fill
|
| /src/sys/net/ |
| rtsock_shared.c | 215 struct routecb *rop = (struct routecb *)rp; local 227 if (rop->rocb_msgfilter == 0 && rop->rocb_missfilterlen == 0) 237 if (rtm.rtm_type >= sizeof(rop->rocb_msgfilter) * CHAR_BIT) 240 if (rop->rocb_msgfilter != 0 && 241 !(rop->rocb_msgfilter & RTMSGFILTER(rtm.rtm_type))) 244 if (rop->rocb_missfilterlen != 0 && rtm.rtm_type == RTM_MISS) { 248 char *cp = rop->rocb_missfilter; 249 char *ep = cp + rop->rocb_missfilterlen; 290 struct routecb *rop; local 333 struct routecb *rop = (struct routecb *)rp; local 1028 struct routecb *rop = sotoroutecb(so); local [all...] |
| route.c | 2256 struct route **rop = p; local 2262 *rop = kmem_zalloc(sizeof(**rop), KM_SLEEP);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
| nouveau_nvkm_engine_gr_gf100.c | 1362 int rop, gpc; local 1463 for (rop = 0; rop < gr->rop_nr; rop++) { 1464 u32 statz = nvkm_rd32(device, ROP_UNIT(rop, 0x070)); 1465 u32 statc = nvkm_rd32(device, ROP_UNIT(rop, 0x144)); 1466 nvkm_error(subdev, "ROP%d %08x %08x\n", 1467 rop, statz, statc); 1468 nvkm_wr32(device, ROP_UNIT(rop, 0x070), 0xc0000000); 1469 nvkm_wr32(device, ROP_UNIT(rop, 0x144), 0xc0000000) 2242 int gpc, tpc, rop; local [all...] |
| /src/sys/fs/nfs/client/ |
| nfs_clstate.c | 616 struct nfsclopen *op, *rop, *rop2; local 623 * rop will be set to the open to be returned. There are three 632 rop = NULL; 652 rop = op; 658 if (rop == NULL && !NFSBCMP(owp->nfsow_owner, 660 rop = op; 671 if (rop == NULL) 672 rop = rop2; 673 if (rop == NULL) 675 *opp = rop; [all...] |
| /src/sys/dist/pf/net/ |
| pf.c | 2951 struct route *rop = &ro; local 2964 rtcache_setdst(rop, &u.dst); 2971 rtcache_setdst(rop, &u.dst); 2977 rtalloc_noclone(rop, NO_CLONING); 2983 if ((rt = rtcache_init_noclone(rop)) != NULL) { 2986 rtcache_unref(rt, rop); 2988 rtcache_free(rop);
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
| svga_reg.h | 1588 * The value of ROP may only be SVGA_ROP_COPY, and this command is 1604 uint32 rop; member in struct:__anon5795 1717 uint32 rop; /* Must be SVGA_ROP_COPY */ member in struct:__anon5799
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-m68k.c | 5860 struct m68k_op rop; 5888 if (m68k_ip_op (s, &rop) != 0) 5890 if (rop.error == NULL) 5893 as_bad (_("bad register list: %s"), rop.error); 5901 if (rop.mode == REGLST) 5902 mask = rop.mask; 5903 else if (rop.mode == DREG) 5904 mask = 1 << (rop.reg - DATA0); 5905 else if (rop.mode == AREG) 5906 mask = 1 << (rop.reg - ADDR0 + 8) 5856 struct m68k_op rop; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-m68k.c | 5860 struct m68k_op rop; 5888 if (m68k_ip_op (s, &rop) != 0) 5890 if (rop.error == NULL) 5893 as_bad (_("bad register list: %s"), rop.error); 5901 if (rop.mode == REGLST) 5902 mask = rop.mask; 5903 else if (rop.mode == DREG) 5904 mask = 1 << (rop.reg - DATA0); 5905 else if (rop.mode == AREG) 5906 mask = 1 << (rop.reg - ADDR0 + 8) 5856 struct m68k_op rop; local [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| bfin-dis.c | 2566 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 |.rop...|.c.|.soffset.......| 2571 int rop = ((iw0 >> (LoopSetup_rop_bits - 16)) & LoopSetup_rop_mask); local 2581 if (rop == 0) 2591 else if (rop == 1) 2603 else if (rop == 3)
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| bfin-dis.c | 2566 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 |.rop...|.c.|.soffset.......| 2571 int rop = ((iw0 >> (LoopSetup_rop_bits - 16)) & LoopSetup_rop_mask); local 2581 if (rop == 0) 2591 else if (rop == 1) 2603 else if (rop == 3)
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| module.cc | 5058 gfc_omp_reduction_op rop = OMP_REDUCTION_USER; local 5068 rop = OMP_REDUCTION_PLUS; 5070 rop = OMP_REDUCTION_TIMES; 5072 rop = OMP_REDUCTION_MINUS; 5074 rop = OMP_REDUCTION_AND; 5076 rop = OMP_REDUCTION_OR; 5078 rop = OMP_REDUCTION_EQV; 5080 rop = OMP_REDUCTION_NEQV; 5083 if (rop == OMP_REDUCTION_USER && name[0] == '.') 5092 if (rop == OMP_REDUCTION_USER [all...] |
| openmp.cc | 1412 gfc_omp_reduction_op rop = OMP_REDUCTION_NONE; local 1415 rop = OMP_REDUCTION_PLUS; 1417 rop = OMP_REDUCTION_TIMES; 1419 rop = OMP_REDUCTION_MINUS; 1421 rop = OMP_REDUCTION_AND; 1423 rop = OMP_REDUCTION_OR; 1425 rop = OMP_REDUCTION_EQV; 1427 rop = OMP_REDUCTION_NEQV; 1428 if (rop != OMP_REDUCTION_NONE) 1430 gfc_op2string ((gfc_intrinsic_op) rop)); 5294 gfc_omp_reduction_op rop = OMP_REDUCTION_NONE; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| module.cc | 5039 gfc_omp_reduction_op rop = OMP_REDUCTION_USER; local 5049 rop = OMP_REDUCTION_PLUS; 5051 rop = OMP_REDUCTION_TIMES; 5053 rop = OMP_REDUCTION_MINUS; 5055 rop = OMP_REDUCTION_AND; 5057 rop = OMP_REDUCTION_OR; 5059 rop = OMP_REDUCTION_EQV; 5061 rop = OMP_REDUCTION_NEQV; 5064 if (rop == OMP_REDUCTION_USER && name[0] == '.') 5073 if (rop == OMP_REDUCTION_USER [all...] |
| openmp.cc | 1238 gfc_omp_reduction_op rop = OMP_REDUCTION_NONE; local 1241 rop = OMP_REDUCTION_PLUS; 1243 rop = OMP_REDUCTION_TIMES; 1245 rop = OMP_REDUCTION_MINUS; 1247 rop = OMP_REDUCTION_AND; 1249 rop = OMP_REDUCTION_OR; 1251 rop = OMP_REDUCTION_EQV; 1253 rop = OMP_REDUCTION_NEQV; 1254 if (rop != OMP_REDUCTION_NONE) 1256 gfc_op2string ((gfc_intrinsic_op) rop)); 4272 gfc_omp_reduction_op rop = OMP_REDUCTION_NONE; local [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| bfin-dis.c | 2566 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 |.rop...|.c.|.soffset.......| 2571 int rop = ((iw0 >> (LoopSetup_rop_bits - 16)) & LoopSetup_rop_mask); local 2581 if (rop == 0) 2591 else if (rop == 1) 2603 else if (rop == 3)
|