Home
last modified time | relevance | path

Searched refs:tend (Results 1 – 25 of 75) sorted by relevance

123

/NextBSD/crypto/openssl/crypto/rc4/
HDrc4speed.c136 static struct tms tstart, tend; in Time_F() local
142 times(&tend); in Time_F()
143 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ; in Time_F()
147 static struct timeb tstart, tend; in Time_F() local
154 ftime(&tend); in Time_F()
155 i = (long)tend.millitm - (long)tstart.millitm; in Time_F()
156 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1e3; in Time_F()
/NextBSD/crypto/openssl/crypto/bn/
HDbnspeed.c134 static struct tms tstart, tend; in Time_F() local
140 times(&tend); in Time_F()
141 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ; in Time_F()
145 static struct timeb tstart, tend; in Time_F() local
152 ftime(&tend); in Time_F()
153 i = (long)tend.millitm - (long)tstart.millitm; in Time_F()
154 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1000.0; in Time_F()
HDexpspeed.c160 static struct tms tstart, tend; in Time_F() local
166 times(&tend); in Time_F()
167 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ; in Time_F()
171 static struct timeb tstart, tend; in Time_F() local
178 ftime(&tend); in Time_F()
179 i = (long)tend.millitm - (long)tstart.millitm; in Time_F()
180 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1000.0; in Time_F()
/NextBSD/crypto/openssl/crypto/bf/
HDbfspeed.c136 static struct tms tstart, tend; in Time_F() local
142 times(&tend); in Time_F()
143 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ; in Time_F()
147 static struct timeb tstart, tend; in Time_F() local
154 ftime(&tend); in Time_F()
155 i = (long)tend.millitm - (long)tstart.millitm; in Time_F()
156 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1e3; in Time_F()
HDbf_opts.c161 static struct tms tstart, tend; in Time_F() local
167 times(&tend); in Time_F()
168 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ; in Time_F()
172 static struct timeb tstart, tend; in Time_F() local
179 ftime(&tend); in Time_F()
180 i = (long)tend.millitm - (long)tstart.millitm; in Time_F()
181 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1000.0; in Time_F()
/NextBSD/crypto/openssl/crypto/cast/
HDcast_spd.c136 static struct tms tstart, tend; in Time_F() local
142 times(&tend); in Time_F()
143 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ; in Time_F()
147 static struct timeb tstart, tend; in Time_F() local
154 ftime(&tend); in Time_F()
155 i = (long)tend.millitm - (long)tstart.millitm; in Time_F()
156 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1e3; in Time_F()
HDcastopts.c171 static struct tms tstart, tend; in Time_F() local
177 times(&tend); in Time_F()
178 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ; in Time_F()
182 static struct timeb tstart, tend; in Time_F() local
189 ftime(&tend); in Time_F()
190 i = (long)tend.millitm - (long)tstart.millitm; in Time_F()
191 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1000.0; in Time_F()
/NextBSD/crypto/openssl/crypto/rc2/
HDrc2speed.c136 static struct tms tstart, tend; in Time_F() local
142 times(&tend); in Time_F()
143 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ; in Time_F()
147 static struct timeb tstart, tend; in Time_F() local
154 ftime(&tend); in Time_F()
155 i = (long)tend.millitm - (long)tstart.millitm; in Time_F()
156 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1e3; in Time_F()
/NextBSD/crypto/openssl/crypto/rc5/
HDrc5speed.c136 static struct tms tstart, tend; in Time_F() local
142 times(&tend); in Time_F()
143 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ; in Time_F()
147 static struct timeb tstart, tend; in Time_F() local
154 ftime(&tend); in Time_F()
155 i = (long)tend.millitm - (long)tstart.millitm; in Time_F()
156 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1e3; in Time_F()
/NextBSD/crypto/openssl/crypto/idea/
HDidea_spd.c136 static struct tms tstart, tend; in Time_F() local
142 times(&tend); in Time_F()
143 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ; in Time_F()
147 static struct timeb tstart, tend; in Time_F() local
154 ftime(&tend); in Time_F()
155 i = (long)tend.millitm - (long)tstart.millitm; in Time_F()
156 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1e3; in Time_F()
/NextBSD/crypto/openssl/crypto/des/
HDspeed.c141 static struct tms tstart, tend; in Time_F() local
147 times(&tend); in Time_F()
148 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ; in Time_F()
152 static struct timeb tstart, tend; in Time_F() local
159 ftime(&tend); in Time_F()
160 i = (long)tend.millitm - (long)tstart.millitm; in Time_F()
161 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1e3; in Time_F()
HDdes_opts.c367 static struct tms tstart, tend; in Time_F() local
373 times(&tend); in Time_F()
374 ret = ((double)(tend.tms_utime - tstart.tms_utime)) / HZ; in Time_F()
378 static struct timeb tstart, tend; in Time_F() local
385 ftime(&tend); in Time_F()
386 i = (long)tend.millitm - (long)tstart.millitm; in Time_F()
387 ret = ((double)(tend.time - tstart.time)) + ((double)i) / 1000.0; in Time_F()
/NextBSD/contrib/binutils/ld/
HDdeffilep.y583 char * tend = (char *) param; in def_file_add_directive() local
602 for (tend = (char *) (param + 1); in def_file_add_directive()
603 (tend < pend in def_file_add_directive()
604 && !(ISSPACE (tend[-1]) && *tend == '-') in def_file_add_directive()
605 && *tend != '\n' && *tend != 0); in def_file_add_directive()
606 tend++) in def_file_add_directive()
613 if (tend - param >= len in def_file_add_directive()
617 lex_parse_string_end = tend; in def_file_add_directive()
631 saved = * tend; in def_file_add_directive()
632 * tend = 0; in def_file_add_directive()
[all …]
/NextBSD/contrib/expat/tests/benchmark/
HDbenchmark.c33 clock_t tstart, tend; in main() local
102 tend = clock(); in main()
103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC; in main()
/NextBSD/contrib/gdb/gdb/
HDxcoffsolib.c48 if (vp->tstart <= addr && addr < vp->tend) in xcoff_solib_address()
88 paddr (vp->tstart),paddr (vp->tend), in solib_info()
HDxcoffsolib.h40 CORE_ADDR tend; /* virtual upper bound of member */ member
HDrs6000-nat.c625 vp->tend = vp->tstart + ldi->l64.ldinfo_textsize; in vmap_secs()
632 vp->tend = vp->tstart + ldi->l32.ldinfo_textsize; in vmap_secs()
1154 stp->endaddr = vp->tend; in xcoff_relocate_core()
1193 if (pc >= vp->tstart && pc < vp->tend) in find_toc_address()
HDexec.c390 vp->tend = vp->tstart + bfd_section_size (abfd, sect); in bfdsec_to_vmap()
582 paddr (vp->tend), in exec_files_info()
/NextBSD/contrib/wpa/src/eap_server/
HDikev2.c127 const u8 *tend; in ikev2_parse_transform() local
141 tend = pos + transform_len; in ikev2_parse_transform()
156 if (pos < tend) { in ikev2_parse_transform()
158 pos, tend - pos); in ikev2_parse_transform()
166 if (tend - pos != 4) { in ikev2_parse_transform()
/NextBSD/contrib/wpa/src/eap_peer/
HDikev2.c122 const u8 *tend; in ikev2_parse_transform() local
136 tend = pos + transform_len; in ikev2_parse_transform()
151 if (pos < tend) { in ikev2_parse_transform()
153 pos, tend - pos); in ikev2_parse_transform()
160 if (tend - pos != 4) { in ikev2_parse_transform()
/NextBSD/sys/cddl/dev/fbt/
HDfbt.c417 const ctf_type_t *tend; in fbt_typoff_init() local
430 tend = (const ctf_type_t *) (ctfdata + hp->cth_stroff); in fbt_typoff_init()
438 for (tp = tbuf; tp < tend; ctf_typemax++) { in fbt_typoff_init()
527 for (tp = tbuf; tp < tend; xp++) { in fbt_typoff_init()
/NextBSD/contrib/ntp/html/hints/
HDrefclocks4 in the files tend to get stale - so use with caution)
/NextBSD/lib/libz/doc/
HDtxtvsbin.txt70 The second observation is that most of the binary files tend to contain
74 labeled as textual, because the files that are genuinely binary tend to
/NextBSD/usr.bin/ee/nls/fr_FR.ISO8859-1/
HDee.msg76 66 "tabs: �tend les tabs |pastabs: n'�tend pas les tabulations"
/NextBSD/sys/sparc64/sbus/
HDsbus.c722 bus_size_t tend; in sbus_alloc_resource() local
763 tend = end - sc->sc_rd[i].rd_coffset; in sbus_alloc_resource()
770 rv = rman_reserve_resource(rm, toffs, tend, count, flags & in sbus_alloc_resource()

123