/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | unwind.c | 292 static unsigned long adjust_ret_addr (unsigned long ra, unsigned long segoff, unsigned long tend); 303 unsigned long tend; /* current memory segment end */ member 1597 unsigned long tend = wctx->tend; in cache_get() local 1598 if (ra < tbgn || ra >= tend) in cache_get() 1599 if (!__collector_check_segment (ra, &tbgn, &tend, 0)) in cache_get() 1601 unsigned long npc = adjust_ret_addr (ra, ra - tbgn, tend); in cache_get() 1609 wctx->tend = tend; in cache_get() 1697 unsigned long tend = wctx->tend; in process_return_real() local 1698 if (ra < tbgn || ra >= tend) in process_return_real() 1700 if (!__collector_check_segment (ra, &tbgn, &tend, 0)) in process_return_real() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | unwind.c | 296 static unsigned long adjust_ret_addr (unsigned long ra, unsigned long segoff, unsigned long tend); 307 unsigned long tend; /* current memory segment end */ member 1603 unsigned long tend = wctx->tend; in cache_get() local 1604 if (ra < tbgn || ra >= tend) in cache_get() 1605 if (!__collector_check_segment (ra, &tbgn, &tend, 0)) in cache_get() 1607 unsigned long npc = adjust_ret_addr (ra, ra - tbgn, tend); in cache_get() 1615 wctx->tend = tend; in cache_get() 1703 unsigned long tend = wctx->tend; in process_return_real() local 1704 if (ra < tbgn || ra >= tend) in process_return_real() 1706 if (!__collector_check_segment (ra, &tbgn, &tend, 0)) in process_return_real() [all …]
|
/netbsd-src/external/mit/expat/dist/tests/benchmark/ |
H A D | benchmark.c | 67 clock_t tstart, tend; in main() local 135 tend = clock(); in main() 136 cpuTime += ((double)(tend - tstart)) / CLOCKS_PER_SEC; in main()
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | deffilep.y | 1055 char * tend = (char *) param; in def_file_add_directive() local 1074 for (tend = (char *) (param + 1); in def_file_add_directive() 1075 (tend < pend in def_file_add_directive() 1076 && !(ISSPACE (tend[-1]) && *tend == '-') in def_file_add_directive() 1077 && *tend != '\n' && *tend != 0); in def_file_add_directive() 1078 tend++) in def_file_add_directive() 1085 if (tend - param >= len in def_file_add_directive() 1089 lex_parse_string_end = tend; in def_file_add_directive() 1101 if (tend < pend) in def_file_add_directive() 1105 saved = * tend; in def_file_add_directive() [all …]
|
H A D | deffilep.c | 2901 char * tend = (char *) param; in def_file_add_directive() local 2920 for (tend = (char *) (param + 1); in def_file_add_directive() 2921 (tend < pend in def_file_add_directive() 2922 && !(ISSPACE (tend[-1]) && *tend == '-') in def_file_add_directive() 2923 && *tend != '\n' && *tend != 0); in def_file_add_directive() 2924 tend++) in def_file_add_directive() 2931 if (tend - param >= len in def_file_add_directive() 2935 lex_parse_string_end = tend; in def_file_add_directive() 2947 if (tend < pend) in def_file_add_directive() 2951 saved = * tend; in def_file_add_directive() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | deffilep.y | 957 char * tend = (char *) param; in def_file_add_directive() local 976 for (tend = (char *) (param + 1); in def_file_add_directive() 977 (tend < pend in def_file_add_directive() 978 && !(ISSPACE (tend[-1]) && *tend == '-') in def_file_add_directive() 979 && *tend != '\n' && *tend != 0); in def_file_add_directive() 980 tend++) in def_file_add_directive() 987 if (tend - param >= len in def_file_add_directive() 991 lex_parse_string_end = tend; in def_file_add_directive() 1003 if (tend < pend) in def_file_add_directive() 1007 saved = * tend; in def_file_add_directive() [all …]
|
H A D | deffilep.c | 2772 char * tend = (char *) param; in def_file_add_directive() local 2791 for (tend = (char *) (param + 1); in def_file_add_directive() 2792 (tend < pend in def_file_add_directive() 2793 && !(ISSPACE (tend[-1]) && *tend == '-') in def_file_add_directive() 2794 && *tend != '\n' && *tend != 0); in def_file_add_directive() 2795 tend++) in def_file_add_directive() 2802 if (tend - param >= len in def_file_add_directive() 2806 lex_parse_string_end = tend; in def_file_add_directive() 2818 if (tend < pend) in def_file_add_directive() 2822 saved = * tend; in def_file_add_directive() [all …]
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | select.c | 280 clock_t tend; in rpl_select() local 419 tend = clock () + wait_timeout; in rpl_select() 445 if (tend >= tnow) in rpl_select() 446 wait_timeout = tend - tnow; in rpl_select()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | htm.md | 167 (define_expand "tend" 179 (define_insn "*tend" 185 "tend. %0"
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | htm.md | 167 (define_expand "tend" 179 (define_insn "*tend" 185 "tend. %0"
|
/netbsd-src/usr.bin/cdplay/ |
H A D | cdplay.c | 1122 play_track(int tstart, int istart, int tend, int iend) in play_track() argument 1134 (u_int)toc_buffer[tend].addr.msf.minute, in play_track() 1135 (u_int)toc_buffer[tend].addr.msf.second, in play_track() 1136 (u_int)toc_buffer[tend].addr.msf.frame); in play_track() 1139 toc_buffer[tend].addr.lba); in play_track() 1143 t.end_track = tend; in play_track() 1149 return play_track(tstart, istart, tend, iend); in play_track()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrHTM.td | 35 (outs), (ins u1imm:$A), "tend. $A", IIC_SprMTSPR, []>; 172 def : InstAlias<"tend.", (TEND 0)>, Requires<[HasHTM]>;
|
/netbsd-src/external/bsd/wpa/dist/src/eap_server/ |
H A D | 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()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-open.c | 430 const ctf_type_v1_t *tend; in upgrade_types_v1() local 439 tend = (ctf_type_v1_t *) (fp->ctf_buf + cth->cth_stroff); in upgrade_types_v1() 452 for (tp = tbuf; tp < tend; in upgrade_types_v1() 505 for (tp = tbuf, t2p = t2buf; tp < tend; in upgrade_types_v1() 682 const ctf_type_t *tend; in init_types() local 706 tend = (ctf_type_t *) (fp->ctf_buf + cth->cth_stroff); in init_types() 711 for (tp = tbuf; tp < tend; fp->ctf_typemax++) in init_types() 788 for (id = 1, tp = tbuf; tp < tend; xp++, id++) in init_types()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-open.c | 430 const ctf_type_v1_t *tend; in upgrade_types_v1() local 439 tend = (ctf_type_v1_t *) (fp->ctf_buf + cth->cth_stroff); in upgrade_types_v1() 452 for (tp = tbuf; tp < tend; in upgrade_types_v1() 505 for (tp = tbuf, t2p = t2buf; tp < tend; in upgrade_types_v1() 682 const ctf_type_t *tend; in init_types() local 706 tend = (ctf_type_t *) (fp->ctf_buf + cth->cth_stroff); in init_types() 711 for (tp = tbuf; tp < tend; fp->ctf_typemax++) in init_types() 788 for (id = 1, tp = tbuf; tp < tend; xp++, id++) in init_types()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/ |
H A D | 2000-12-06-EncodingIdea.txt | 21 numbers would tend to stay small, even at the end of the procedure (where
|
/netbsd-src/external/cddl/osnet/dev/fbt/ |
H A D | fbt.c | 579 const ctf_type_t *tend; in fbt_typoff_init() local 592 tend = (const ctf_type_t *) (ctfdata + hp->cth_stroff); in fbt_typoff_init() 600 for (tp = tbuf; tp < tend; ctf_typemax++) { in fbt_typoff_init() 689 for (tp = tbuf; tp < tend; xp++) { in fbt_typoff_init()
|
/netbsd-src/external/bsd/ntp/dist/html/hints/ |
H A D | refclocks | 4 in the files tend to get stale - so use with caution)
|
/netbsd-src/external/gpl2/xcvs/dist/ |
H A D | README | 59 CVS but will tend to require some script-writing and software other 110 to. General CVS development and design discussions also tend to take
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
H A D | llvm-diff.rst | 31 which tend to stop any downstream changes from being detected.
|
/netbsd-src/external/gpl3/gdb/dist/zlib/doc/ |
H A D | 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
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/doc/ |
H A D | 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
|
/netbsd-src/common/dist/zlib/doc/ |
H A D | 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
|
/netbsd-src/external/gpl3/binutils/dist/zlib/doc/ |
H A D | 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
|
/netbsd-src/usr.sbin/sysinst/arch/hppa/ |
H A D | msg.md.fr | 55 {La partition racine s'�tend au-del� de la limite de 2Go PDC}
|