Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c292 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 Dunwind.c296 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 Dbenchmark.c67 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 Ddeffilep.y1055 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 Ddeffilep.c2901 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 Ddeffilep.y957 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 Ddeffilep.c2772 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 Dselect.c280 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 Dhtm.md167 (define_expand "tend"
179 (define_insn "*tend"
185 "tend. %0"
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dhtm.md167 (define_expand "tend"
179 (define_insn "*tend"
185 "tend. %0"
/netbsd-src/usr.bin/cdplay/
H A Dcdplay.c1122 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 DPPCInstrHTM.td35 (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 Dikev2.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()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c430 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 Dctf-open.c430 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 D2000-12-06-EncodingIdea.txt21 numbers would tend to stay small, even at the end of the procedure (where
/netbsd-src/external/cddl/osnet/dev/fbt/
H A Dfbt.c579 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 Drefclocks4 in the files tend to get stale - so use with caution)
/netbsd-src/external/gpl2/xcvs/dist/
H A DREADME59 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 Dllvm-diff.rst31 which tend to stop any downstream changes from being detected.
/netbsd-src/external/gpl3/gdb/dist/zlib/doc/
H A Dtxtvsbin.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
/netbsd-src/external/gpl3/binutils.old/dist/zlib/doc/
H A Dtxtvsbin.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
/netbsd-src/common/dist/zlib/doc/
H A Dtxtvsbin.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
/netbsd-src/external/gpl3/binutils/dist/zlib/doc/
H A Dtxtvsbin.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
/netbsd-src/usr.sbin/sysinst/arch/hppa/
H A Dmsg.md.fr55 {La partition racine s'�tend au-del� de la limite de 2Go PDC}

1234567