Home
last modified time | relevance | path

Searched refs:dbf (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/common/lib/libc/arch/m68k/string/
H A Dbcopy.S134 subql #1,%d0 | set up for dbf
145 dbf %d0,.Lbcf32loop | till done
156 subql #1,%d0 | set up for dbf
163 dbf %d0,.Lbcflloop | til done
168 subql #1,%d1 | set up for dbf
176 dbf %d1,.Lbcfbloop | till done
229 subql #1,%d0 | set up for dbf
240 dbf %d0,.Lbcb32loop | till done
251 subql #1,%d0 | set up for dbf
258 dbf %d0,.Lbcblloop | til done
[all …]
H A Dbzero.S107 subql #1,%d0 | set up for dbf
118 dbf %d0,.Lbz32loop | till done
129 subql #1,%d0 | set up for dbf
136 dbf %d0,.Lbzlloop | till done
141 subql #1,%d1 | set up for dbf
149 dbf %d1,.Lbzbloop | till done
H A Dmemset.S118 subql #1,%d0 | set up for dbf
129 dbf %d0,.Lbz32loop | till done
141 subql #1,%d0 | set up for dbf
145 dbf %d0,.Lbzlloop | till done
157 subql #1,%d1 | set up for dbf
165 dbf %d1,.Lbzbloop | till done
H A Dbcmp.S132 subql #1,%d0 | set up for dbf
151 dbf %d0,.Lbc32loop | till done
162 subql #1,%d0 | set up for dbf
170 dbf %d0,.Lbclloop | till done
175 subql #1,%d1 | set up for dbf
184 dbf %d1,.Lbcbloop
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Ddatabase151 # https://www.clicketyclick.dk/databases/xbase/format/dbf.html
181 #!:mime application/x-dbf; charset=unknown-8bit ??
186 !:ext dbf
249 !:mime application/x-dbf
250 # like: ACCESS.DBF USER.DBF dbase3date.dbf mitarbei.dbf produkte.dbf umlaut-test-v2.dbf
253 !:mime application/x-dbf
254 # like: 92DATA.DBF MSCATLOG.DBF SYLLABI2.DBF SYLLABUS.DBF T4.DBF Teleadr.dbf us_city.dbf
257 !:mime application/x-dbf
258 # like: Quattro-test11.dbf umlaut-test-v4.dbf
261 !:mime application/x-dbf
[all …]
H A Desri4 # ESRI Shapefile format (.shp .shx .dbf=DBaseIII)
/netbsd-src/sys/arch/m68k/m68k/
H A Dw16copy.s58 subqw #1, %d1 | set up for dbf
63 dbf %d1, 2b | will use the 68010 loop mode
67 dbf %d1, 2b
76 subqw #1, %d0 | set up for dbf
79 dbf %d0, 5b | will use the 68010 loop mode
110 subqw #1, %d1 | set up for dbf
115 dbf %d1, 2b | will use the 68010 loop mode
119 dbf %d1, 2b
H A Dcopypage.s59 dbf %d0,.Lm16loop
82 dbf %d0,.Lmlloop
87 dbf %d0,.Lmlloop | use the 68010 loop mode
119 dbf %d0,.Lzloop
125 dbf %d0,.Lzloop | use the 68010 loop mode
H A Dcompat_13_sigreturn13.s74 subqw #1,%d1 | minus 1 for dbf
77 dbf %d1,1b | continue
H A Dcompat_16_sigreturn14.s74 subqw #1,%d1 | minus 1 for dbf
77 dbf %d1,1b | continue
/netbsd-src/external/bsd/ekermit/dist/
H A Ddebug.h30 if(*(k->dbf))(*(k->dbf))(a,(UCHAR *)b,(UCHAR *)c,(long)(d))
H A Dmain.c366 k.dbf = db ? dodebug : 0; /* for debugging */ in main()
368 k.dbf = 0; in main()
H A Dkermit.h386 void (*dbf)(int,UCHAR *,UCHAR *,long); /* debug function */ member
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dlcl_sv.c96 int dbf; member
151 pvt->dbf = R_FIRST; in irs_lcl_sv()
269 pvt->dbf = R_FIRST; in sv_rewind()
304 while ((*pvt->dbh->seq)(pvt->dbh, &key, &data, pvt->dbf) == 0){ in sv_next()
305 pvt->dbf = R_NEXT; in sv_next()
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dpramasm.s267 dbf %d4,putSecb | any more bytes to put ?
310 dbf %d1,fivebit | til we've done bit 4-0
343 dbf %d4,tagain | repeat until we've got all we want
/netbsd-src/sys/arch/m68k/fpsp/
H A Dbinstr.sa105 subq.l #1,d0 ;for dbf d0 would have LEN+1 passes
148 dbf.w d0,loop ;do loop some more!
155 dbf.w d0,loop ;do loop some more!
H A Ddecbin.sa183 dbf.w d2,e_gd ;if we have used all 3 digits, exit loop
247 dbf.w d2,md2b ;check for last digit in this lw
337 dbf.w d2,ap_p_gd ;get next digit
386 dbf.w d2,ap_n_gd ;get next digit
H A Dskeleton.sa466 dbf.w d0,moreout
479 dbf.w d0,morein
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddbuf.c251 dmu_buf_impl_t *dbf; in dbuf_hash_insert() local
254 for (dbf = h->hash_table[idx]; dbf != NULL; dbf = dbf->db_hash_next) { in dbuf_hash_insert()
255 if (DBUF_EQUAL(dbf, os, obj, level, blkid)) { in dbuf_hash_insert()
256 mutex_enter(&dbf->db_mtx); in dbuf_hash_insert()
257 if (dbf->db_state != DB_EVICTING) { in dbuf_hash_insert()
259 return (dbf); in dbuf_hash_insert()
261 mutex_exit(&dbf->db_mtx); in dbuf_hash_insert()
284 dmu_buf_impl_t *dbf, **dbp; in dbuf_hash_remove() local
296 while ((dbf = *dbp) != db) { in dbuf_hash_remove()
297 dbp = &dbf->db_hash_next; in dbuf_hash_remove()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/m68k/mc68020/
H A Daorsmul_1.asm91 dbf s1_size, L(Loop)
/netbsd-src/external/lgpl3/gmp/dist/mpn/m68k/
H A Daors_n.asm83 dbf d2, L(Loop) C loop until 16 lsb of %4 == -1 define
H A Dlshift.asm132 dbf s_size, L(Loop)
H A Drshift.asm122 dbf s_size, L(Loop)
/netbsd-src/sys/arch/hp300/stand/common/
H A Dsrt0.S87 dbf %d0,1b /* go til done */
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DModule.cc540 DbeFile *dbf = dbeSession->getDbeFile (namebuf, in setFile() local
542 path = dbf->get_location (); in setFile()
555 dbeFile->container = dbf; in setFile()

12