OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:win_begin
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/alpha/alpha/
fp_complete.c
692
alpha_instruction *pc, *
win_begin
, tsw[TSWINSIZE];
local in function:alpha_fp_complete
736
win_begin
= pc;
740
if (pc <
win_begin
) {
741
win_begin
= pc - TSWINSIZE + 1;
742
if (copyin(
win_begin
, tsw, sizeof tsw)) {
744
win_begin
= pc;
745
if (copyin(
win_begin
, tsw, 4)) {
754
assert(
win_begin
<= pc && !((long)pc & 3));
755
inst = tsw[pc -
win_begin
];
Completed in 14 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025