| /netbsd-src/sys/fs/filecorefs/ |
| H A D | filecore_bmap.c | 100 struct filecore_mnt *fcmp = ip->i_mnt; in filecore_bmap() local 118 int bshift=fcmp->log2bsize; in filecore_bmap() 131 return filecore_map(fcmp, ip->i_dirent.addr, lbn, ap->a_bnp); in filecore_bmap() 135 filecore_map(struct filecore_mnt *fcmp, u_int32_t addr, daddr_t lbn, daddr_t *bnp) in filecore_map() argument 149 ((lbn << fcmp->log2bsize) >> fcmp->drec.log2secsize); in filecore_map() 151 zone = frag / fcmp->idspz; in filecore_map() 153 zone = fcmp->drec.nzones / 2; in filecore_map() 156 zaddr=((8<<fcmp->drec.log2secsize)-fcmp->drec.zone_spare)*zone in filecore_map() 162 sect <<= fcmp->drec.share_size; in filecore_map() 164 error=bread(fcmp->fc_devvp, fcmp->map + zone, in filecore_map() [all …]
|
| H A D | filecore_vfsops.c | 229 struct filecore_mnt *fcmp = NULL; in filecore_mount() local 237 fcmp = VFSTOFILECORE(mp); in filecore_mount() 238 if (fcmp == NULL) in filecore_mount() 240 args->flags = fcmp->fc_mntflags; in filecore_mount() 241 args->uid = fcmp->fc_uid; in filecore_mount() 242 args->gid = fcmp->fc_gid; in filecore_mount() 286 fcmp = VFSTOFILECORE(mp); in filecore_mount() 287 if (devvp != fcmp->fc_devvp) in filecore_mount() 296 fcmp = VFSTOFILECORE(mp); in filecore_mount() 307 struct filecore_mnt *fcmp = (struct filecore_mnt *)0; in filecore_mountfs() local [all …]
|
| H A D | filecore_vnops.c | 127 struct filecore_mnt *fcmp = ip->i_mnt; in filecore_check_permitted() local 131 genfs_can_access(vp, cred, fcmp->fc_uid, fcmp->fc_gid, in filecore_check_permitted() 167 struct filecore_mnt *fcmp = ip->i_mnt; in filecore_getattr() local 174 vap->va_uid = fcmp->fc_uid; in filecore_getattr() 175 vap->va_gid = fcmp->fc_gid; in filecore_getattr() 184 vap->va_blocksize = fcmp->blksize; in filecore_getattr() 205 struct filecore_mnt *fcmp; in filecore_read() local 219 fcmp = ip->i_mnt; in filecore_read() 242 lbn = filecore_lblkno(fcmp, uio->uio_offset); in filecore_read() 243 on = filecore_blkoff(fcmp, uio->uio_offset); in filecore_read() [all …]
|
| H A D | filecore_node.c | 135 struct filecore_mnt *fcmp; in filecore_loadvnode() local 142 fcmp = VFSTOFILECORE(mp); in filecore_loadvnode() 147 ip->i_dev = fcmp->fc_dev; in filecore_loadvnode() 158 ip->i_dirent.addr = fcmp->drec.root; in filecore_loadvnode() 163 if ((error = filecore_bread(fcmp, ino & FILECORE_INO_MASK, in filecore_loadvnode() 178 ip->i_mnt = fcmp; in filecore_loadvnode() 179 ip->i_devvp = fcmp->fc_devvp; in filecore_loadvnode()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/aarch64/ |
| H A D | fcmp.s | 13 fcmp s0, #0.0 18 fcmp d0, #0.0 24 fcmp s0, #0.0 29 fcmp d0, #0.0 35 fcmp s0, #0.0 40 fcmp d0, #0.0 48 fcmp s0, #0.0 55 fcmp d0, #0.0 63 fcmp s0, #0.0 70 fcmp d0, #0.0 [all …]
|
| H A D | fcsel.s | 12 fcmp s0, s1 14 fcmp s3, s0 17 fcmp s3, s2 22 fcmp s0, s1 24 fcmp s3, s0 27 fcmp s3, s2 33 fcmp d0, d1 define 35 fcmp d3, d0 define 38 fcmp d3, d2 define 43 fcmp d0, d1 define [all …]
|
| H A D | fminnm.s | 13 fcmp s2, s1 18 fcmp d2, d1 24 fcmp s2, s1 29 fcmp d2, d1 36 fcmp s2, s1 42 fcmp d0, d0 48 fcmp s2, s1 53 fcmp d2, d1 59 fcmp s2, s1 64 fcmp d2, d1 [all …]
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | avl.c | 78 ldap_avl_insert( Avlnode ** root, void *data, AVL_CMP fcmp, AVL_DUP fdup ) in ldap_avl_insert() argument 101 cmp = fcmp( data, p->avl_data ); in ldap_avl_insert() 127 cmp = fcmp( data, s->avl_data ) > 0; in ldap_avl_insert() 132 cmp = fcmp( data, p->avl_data ) > 0; in ldap_avl_insert() 188 ldap_avl_delete( Avlnode **root, void* data, AVL_CMP fcmp ) in ldap_avl_delete() argument 204 side = fcmp( data, p->avl_data ); in ldap_avl_delete() 461 AVL_CMP fcmp, in ldap_avl_prefixapply() argument 471 cmp = (*fcmp)( data, root->avl_data /* , carg */); in ldap_avl_prefixapply() 478 marg, fcmp, carg, stopflag ) == stopflag ) in ldap_avl_prefixapply() 483 marg, fcmp, carg, stopflag ) ); in ldap_avl_prefixapply() [all …]
|
| H A D | tavl.c | 68 ldap_tavl_insert( TAvlnode ** root, void *data, AVL_CMP fcmp, AVL_DUP fdup ) in ldap_tavl_insert() argument 91 cmp = fcmp( data, p->avl_data ); in ldap_tavl_insert() 119 cmp = fcmp( data, s->avl_data ) > 0; in ldap_tavl_insert() 124 cmp = fcmp( data, p->avl_data ) > 0; in ldap_tavl_insert() 195 ldap_tavl_delete( TAvlnode **root, void* data, AVL_CMP fcmp ) in ldap_tavl_delete() argument 211 side = fcmp( data, p->avl_data ); in ldap_tavl_delete() 463 ldap_tavl_find3( TAvlnode *root, const void *data, AVL_CMP fcmp, int *ret ) in ldap_tavl_find3() argument 468 while ( root != 0 && (cmp = (*fcmp)( data, root->avl_data )) != 0 ) { in ldap_tavl_find3() 478 ldap_tavl_find2( TAvlnode *root, const void *data, AVL_CMP fcmp ) in ldap_tavl_find2() argument 482 while ( root != 0 && (cmp = (*fcmp)( data, root->avl_data )) != 0 ) { in ldap_tavl_find2() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/ |
| H A D | hppa.s | 1493 fcmp,sgl,false? %fr4,%fr5 1494 fcmp,sgl,false %fr4,%fr5 1495 fcmp,sgl,? %fr4,%fr5 1496 fcmp,sgl,!<=> %fr4,%fr5 1497 fcmp,sgl,= %fr4,%fr5 1498 fcmp,sgl,=T %fr4,%fr5 1499 fcmp,sgl,?= %fr4,%fr5 1500 fcmp,sgl,!<> %fr4,%fr5 1502 fcmp,sgl,!?>= %fr4,%fr5 1503 fcmp,sgl,< %fr4,%fr5 [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/sh/ |
| H A D | fcmpeq.s | 14 fcmp/eq fr0, fr1 21 fcmp/eq fr0, fr1 28 fcmp/eq fr0, fr1 36 fcmp/eq fr0, fr1 67 fcmp/eq dr0, dr2 76 fcmp/eq dr0, dr2 85 fcmp/eq dr0, dr2 97 fcmp/eq dr0, dr2
|
| H A D | fcmpgt.s | 14 fcmp/gt fr0, fr1 21 fcmp/gt fr0, fr1 28 fcmp/gt fr0, fr1 36 fcmp/gt fr0, fr1 68 fcmp/gt dr0, dr2 77 fcmp/gt dr0, dr2 86 fcmp/gt dr0, dr2 98 fcmp/gt dr0, dr2
|
| H A D | fmov.s | 24 fcmp/eq fr0, fr1 34 fcmp/eq dr0, dr2 44 fcmp/eq dr0, dr2 56 fcmp/eq dr0, dr2 97 fcmp/eq fr0, fr1 109 fcmp/eq dr0, dr2 123 fcmp/eq dr0, dr2 137 fcmp/eq fr0, fr2 156 fcmp/eq dr0, dr2 177 fcmp/eq dr0, dr2 [all …]
|
| H A D | fsub.s | 16 fcmp/eq fr1, fr2 25 fcmp/eq fr1, fr2 34 fcmp/eq fr1, fr2 44 fcmp/eq fr1, fr2 78 fcmp/eq dr2, dr4 90 fcmp/eq dr2, dr4 102 fcmp/eq dr2, dr4 117 fcmp/eq dr2, dr4
|
| H A D | fneg.s | 15 fcmp/eq fr0, fr1 25 fcmp/eq fr0, fr1 34 fcmp/eq fr0, fr1 66 fcmp/eq dr0, dr2 80 fcmp/eq dr0, dr2 91 fcmp/eq dr0, dr2
|
| H A D | fsqrt.s | 15 fcmp/eq fr0, fr1 23 fcmp/eq fr0, fr1 37 fcmp/eq fr0, fr1 69 fcmp/eq dr0, dr2 79 fcmp/eq dr0, dr2 99 fcmp/eq dr0, dr2
|
| H A D | fmac.s | 19 fcmp/eq fr0, fr2 34 fcmp/eq fr0, fr2 49 fcmp/eq fr0, fr2 62 fcmp/eq fr0, fr2 76 fcmp/eq fr0, fr2
|
| H A D | testutils.inc | 101 fcmp/eq fr1, fr0 103 fcmp/eq fr2, fr0 105 fcmp/eq fr3, fr0 107 fcmp/eq fr4, fr0 109 fcmp/eq fr5, fr0 111 fcmp/eq fr6, fr0 113 fcmp/eq fr7, fr0 115 fcmp/eq fr8, fr0 117 fcmp/eq fr9, fr0 119 fcmp/eq fr10, fr0 [all …]
|
| H A D | fabs.s | 17 fcmp/eq fr0, fr1 25 fcmp/eq fr0, fr1 34 fcmp/eq fr0, fr1 77 fcmp/eq dr0, dr2 94 fcmp/eq dr0, dr2
|
| H A D | float.s | 22 fcmp/eq fr1, fr2 38 fcmp/eq fr1, fr2 91 fcmp/eq dr2, dr4 111 fcmp/eq dr2, dr4
|
| H A D | flds.s | 14 fcmp/eq fr0, fr1 21 fcmp/eq fr0, fr1
|
| /netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
| H A D | ia64-waw.tbl | 17 AR[FPSR].sf0.flags; IC:fp-arith-s0, IC:fcmp-s0, IC:fpcmp-s0; IC:fp-arith-s0, IC:fcmp-s0, IC:fpcmp-s… 18 AR[FPSR].sf0.flags; fclrf.s0, IC:fcmp-s0, IC:fp-arith-s0, IC:fpcmp-s0, IC:mov-to-AR-FPSR; fclrf.s0,… 19 AR[FPSR].sf1.flags; IC:fp-arith-s1, IC:fcmp-s1, IC:fpcmp-s1; IC:fp-arith-s1, IC:fcmp-s1, IC:fpcmp-s… 20 AR[FPSR].sf1.flags; fclrf.s1, IC:fcmp-s1, IC:fp-arith-s1, IC:fpcmp-s1, IC:mov-to-AR-FPSR; fclrf.s1,… 21 AR[FPSR].sf2.flags; IC:fp-arith-s2, IC:fcmp-s2, IC:fpcmp-s2; IC:fp-arith-s2, IC:fcmp-s2, IC:fpcmp-s… 22 AR[FPSR].sf2.flags; fclrf.s2, IC:fcmp-s2, IC:fp-arith-s2, IC:fpcmp-s2, IC:mov-to-AR-FPSR; fclrf.s2,… 23 AR[FPSR].sf3.flags; IC:fp-arith-s3, IC:fcmp-s3, IC:fpcmp-s3; IC:fp-arith-s3, IC:fcmp-s3, IC:fpcmp-s… 24 AR[FPSR].sf3.flags; fclrf.s3, IC:fcmp-s3, IC:fp-arith-s3, IC:fpcmp-s3, IC:mov-to-AR-FPSR; fclrf.s3,…
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | ia64-waw.tbl | 17 AR[FPSR].sf0.flags; IC:fp-arith-s0, IC:fcmp-s0, IC:fpcmp-s0; IC:fp-arith-s0, IC:fcmp-s0, IC:fpcmp-s… 18 AR[FPSR].sf0.flags; fclrf.s0, IC:fcmp-s0, IC:fp-arith-s0, IC:fpcmp-s0, IC:mov-to-AR-FPSR; fclrf.s0,… 19 AR[FPSR].sf1.flags; IC:fp-arith-s1, IC:fcmp-s1, IC:fpcmp-s1; IC:fp-arith-s1, IC:fcmp-s1, IC:fpcmp-s… 20 AR[FPSR].sf1.flags; fclrf.s1, IC:fcmp-s1, IC:fp-arith-s1, IC:fpcmp-s1, IC:mov-to-AR-FPSR; fclrf.s1,… 21 AR[FPSR].sf2.flags; IC:fp-arith-s2, IC:fcmp-s2, IC:fpcmp-s2; IC:fp-arith-s2, IC:fcmp-s2, IC:fpcmp-s… 22 AR[FPSR].sf2.flags; fclrf.s2, IC:fcmp-s2, IC:fp-arith-s2, IC:fpcmp-s2, IC:mov-to-AR-FPSR; fclrf.s2,… 23 AR[FPSR].sf3.flags; IC:fp-arith-s3, IC:fcmp-s3, IC:fpcmp-s3; IC:fp-arith-s3, IC:fcmp-s3, IC:fpcmp-s… 24 AR[FPSR].sf3.flags; fclrf.s3, IC:fcmp-s3, IC:fp-arith-s3, IC:fpcmp-s3, IC:mov-to-AR-FPSR; fclrf.s3,…
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | ia64-waw.tbl | 17 AR[FPSR].sf0.flags; IC:fp-arith-s0, IC:fcmp-s0, IC:fpcmp-s0; IC:fp-arith-s0, IC:fcmp-s0, IC:fpcmp-s… 18 AR[FPSR].sf0.flags; fclrf.s0, IC:fcmp-s0, IC:fp-arith-s0, IC:fpcmp-s0, IC:mov-to-AR-FPSR; fclrf.s0,… 19 AR[FPSR].sf1.flags; IC:fp-arith-s1, IC:fcmp-s1, IC:fpcmp-s1; IC:fp-arith-s1, IC:fcmp-s1, IC:fpcmp-s… 20 AR[FPSR].sf1.flags; fclrf.s1, IC:fcmp-s1, IC:fp-arith-s1, IC:fpcmp-s1, IC:mov-to-AR-FPSR; fclrf.s1,… 21 AR[FPSR].sf2.flags; IC:fp-arith-s2, IC:fcmp-s2, IC:fpcmp-s2; IC:fp-arith-s2, IC:fcmp-s2, IC:fpcmp-s… 22 AR[FPSR].sf2.flags; fclrf.s2, IC:fcmp-s2, IC:fp-arith-s2, IC:fpcmp-s2, IC:mov-to-AR-FPSR; fclrf.s2,… 23 AR[FPSR].sf3.flags; IC:fp-arith-s3, IC:fcmp-s3, IC:fpcmp-s3; IC:fp-arith-s3, IC:fcmp-s3, IC:fpcmp-s… 24 AR[FPSR].sf3.flags; fclrf.s3, IC:fcmp-s3, IC:fp-arith-s3, IC:fpcmp-s3, IC:mov-to-AR-FPSR; fclrf.s3,…
|
| /netbsd-src/external/gpl3/gdb/dist/opcodes/ |
| H A D | ia64-waw.tbl | 17 AR[FPSR].sf0.flags; IC:fp-arith-s0, IC:fcmp-s0, IC:fpcmp-s0; IC:fp-arith-s0, IC:fcmp-s0, IC:fpcmp-s… 18 AR[FPSR].sf0.flags; fclrf.s0, IC:fcmp-s0, IC:fp-arith-s0, IC:fpcmp-s0, IC:mov-to-AR-FPSR; fclrf.s0,… 19 AR[FPSR].sf1.flags; IC:fp-arith-s1, IC:fcmp-s1, IC:fpcmp-s1; IC:fp-arith-s1, IC:fcmp-s1, IC:fpcmp-s… 20 AR[FPSR].sf1.flags; fclrf.s1, IC:fcmp-s1, IC:fp-arith-s1, IC:fpcmp-s1, IC:mov-to-AR-FPSR; fclrf.s1,… 21 AR[FPSR].sf2.flags; IC:fp-arith-s2, IC:fcmp-s2, IC:fpcmp-s2; IC:fp-arith-s2, IC:fcmp-s2, IC:fpcmp-s… 22 AR[FPSR].sf2.flags; fclrf.s2, IC:fcmp-s2, IC:fp-arith-s2, IC:fpcmp-s2, IC:mov-to-AR-FPSR; fclrf.s2,… 23 AR[FPSR].sf3.flags; IC:fp-arith-s3, IC:fcmp-s3, IC:fpcmp-s3; IC:fp-arith-s3, IC:fcmp-s3, IC:fpcmp-s… 24 AR[FPSR].sf3.flags; fclrf.s3, IC:fcmp-s3, IC:fp-arith-s3, IC:fpcmp-s3, IC:mov-to-AR-FPSR; fclrf.s3,…
|