| /NextBSD/crypto/openssl/crypto/rc4/ |
| HD | rc4speed.c | 136 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/ |
| HD | bnspeed.c | 134 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()
|
| HD | expspeed.c | 160 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/ |
| HD | bfspeed.c | 136 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()
|
| HD | bf_opts.c | 161 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/ |
| HD | cast_spd.c | 136 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()
|
| HD | castopts.c | 171 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/ |
| HD | rc2speed.c | 136 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/ |
| HD | rc5speed.c | 136 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/ |
| HD | idea_spd.c | 136 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/ |
| HD | speed.c | 141 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()
|
| HD | des_opts.c | 367 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/ |
| HD | deffilep.y | 583 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/ |
| HD | benchmark.c | 33 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/ |
| HD | xcoffsolib.c | 48 if (vp->tstart <= addr && addr < vp->tend) in xcoff_solib_address() 88 paddr (vp->tstart),paddr (vp->tend), in solib_info()
|
| HD | xcoffsolib.h | 40 CORE_ADDR tend; /* virtual upper bound of member */ member
|
| HD | rs6000-nat.c | 625 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()
|
| HD | exec.c | 390 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/ |
| HD | ikev2.c | 127 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/ |
| HD | ikev2.c | 122 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/ |
| HD | fbt.c | 417 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/ |
| HD | refclocks | 4 in the files tend to get stale - so use with caution)
|
| /NextBSD/lib/libz/doc/ |
| HD | txtvsbin.txt | 70 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/ |
| HD | ee.msg | 76 66 "tabs: �tend les tabs |pastabs: n'�tend pas les tabulations"
|
| /NextBSD/sys/sparc64/sbus/ |
| HD | sbus.c | 722 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()
|