Searched refs:tend (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dxcoffsolib.h38 CORE_ADDR tend; /* virtual upper bound of member */ member in struct:vmap
H A Dxcoffsolib.c46 if (vp->tstart <= addr && addr < vp->tend)
88 phex (vp->tend, addr_size),
H A Drs6000-nat.c636 vp->tend = vp->tstart + ldi->l64.ldinfo_textsize;
643 vp->tend = vp->tstart + ldi->l32.ldinfo_textsize;
853 relocate its tstart, tend, dstart, dend values. If no such `vp'
1180 stp->endaddr = vp->tend;
1213 if (pc >= vp->tstart && pc < vp->tend)
H A Dexec.c536 vp->tend = vp->tstart + bfd_section_size (abfd, sect);
780 addr_size * 2, "tend",
789 phex (vp->tend, addr_size),
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bf/
H A Dbfspeed.c142 static struct tms tstart,tend; local
151 times(&tend);
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
156 static struct timeb tstart,tend; local
166 ftime(&tend);
167 i=(long)tend.millitm-(long)tstart.millitm;
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
H A Dbf_opts.c169 static struct tms tstart,tend; local
178 times(&tend);
179 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
183 static struct timeb tstart,tend; local
193 ftime(&tend);
194 i=(long)tend.millitm-(long)tstart.millitm;
195 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbnspeed.c132 static struct tms tstart,tend; local
141 times(&tend);
142 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
146 static struct timeb tstart,tend; local
156 ftime(&tend);
157 i=(long)tend.millitm-(long)tstart.millitm;
158 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
H A Dexpspeed.c158 static struct tms tstart,tend; local
167 times(&tend);
168 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
172 static struct timeb tstart,tend; local
182 ftime(&tend);
183 i=(long)tend.millitm-(long)tstart.millitm;
184 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/cast/
H A Dcast_spd.c142 static struct tms tstart,tend; local
151 times(&tend);
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
156 static struct timeb tstart,tend; local
166 ftime(&tend);
167 i=(long)tend.millitm-(long)tstart.millitm;
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
H A Dcastopts.c179 static struct tms tstart,tend; local
188 times(&tend);
189 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
193 static struct timeb tstart,tend; local
203 ftime(&tend);
204 i=(long)tend.millitm-(long)tstart.millitm;
205 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rc2/
H A Drc2speed.c142 static struct tms tstart,tend; local
151 times(&tend);
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
156 static struct timeb tstart,tend; local
166 ftime(&tend);
167 i=(long)tend.millitm-(long)tstart.millitm;
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rc4/
H A Drc4speed.c142 static struct tms tstart,tend; local
151 times(&tend);
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
156 static struct timeb tstart,tend; local
166 ftime(&tend);
167 i=(long)tend.millitm-(long)tstart.millitm;
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rc5/
H A Drc5speed.c142 static struct tms tstart,tend; local
151 times(&tend);
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
156 static struct timeb tstart,tend; local
166 ftime(&tend);
167 i=(long)tend.millitm-(long)tstart.millitm;
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/des/
H A Dspeed.c147 static struct tms tstart,tend; local
156 times(&tend);
157 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
161 static struct timeb tstart,tend; local
171 ftime(&tend);
172 i=(long)tend.millitm-(long)tstart.millitm;
173 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
H A Ddes_opts.c364 static struct tms tstart,tend; local
373 times(&tend);
374 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
378 static struct timeb tstart,tend; local
388 ftime(&tend);
389 i=(long)tend.millitm-(long)tstart.millitm;
390 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/idea/
H A Didea_spd.c142 static struct tms tstart,tend; local
151 times(&tend);
152 ret=((double)(tend.tms_utime-tstart.tms_utime))/HZ;
156 static struct timeb tstart,tend; local
166 ftime(&tend);
167 i=(long)tend.millitm-(long)tstart.millitm;
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/netbsd-6-1-5-RELEASE/external/mit/expat/dist/tests/benchmark/
H A Dbenchmark.c33 clock_t tstart, tend; local
102 tend = clock();
103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Ddeffilep.y655 char * tend = (char *) param;
674 for (tend = (char *) (param + 1);
675 (tend < pend
676 && !(ISSPACE (tend[-1]) && *tend == '-')
677 && *tend != '\n' && *tend != 0);
678 tend++)
685 if (tend - param >= len
689 lex_parse_string_end = tend;
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A Dibcs2_exec_coff.c192 u_long tsize, tend; local
208 tend = epp->ep_taddr + epp->ep_tsize - 1;
209 if (trunc_page(tend) == trunc_page(epp->ep_daddr)) {
216 tsize = trunc_page(tend) - epp->ep_taddr;
/netbsd-6-1-5-RELEASE/usr.bin/cdplay/
H A Dcdplay.c1119 play_track(int tstart, int istart, int tend, int iend) argument
1129 toc_buffer[tend].addr.msf.minute, toc_buffer[tend].addr.msf.second,
1130 toc_buffer[tend].addr.msf.frame));
1133 toc_buffer[tend].addr.lba));
1137 t.end_track = tend;
1143 return play_track(tstart, istart, tend, iend);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/eap_peer/
H A Dikev2.c144 const u8 *tend; local
158 tend = pos + transform_len;
173 if (pos < tend) {
175 pos, tend - pos);
182 if (tend - pos != 4) {
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/eap_server/
H A Dikev2.c132 const u8 *tend; local
146 tend = pos + transform_len;
161 if (pos < tend) {
163 pos, tend - pos);
171 if (tend - pos != 4) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_dl.c371 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) ||
/netbsd-6-1-5-RELEASE/sys/dev/marvell/
H A Dmvpex.c274 mvpex_wininit(struct mvpex_softc *sc, int window, int tbegin, int tend,
280 for (targetid = tbegin; targetid <= tend && window < MVPEX_NWINDOW;
/netbsd-6-1-5-RELEASE/usr.sbin/lockstat/
H A Dmain.c489 uintptr_t tend, sa, ea; local
500 end = &tend;

Completed in 159 milliseconds

12