OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:physical_offset
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgfortran/io/
unix.c
204
gfc_offset
physical_offset
; /* Current physical file offset */
member in struct:__anon14419
538
if (s->
physical_offset
!= s->buffer_offset
544
s->
physical_offset
= s->buffer_offset + writelen;
546
if (s->
physical_offset
> s->file_length)
547
s->file_length = s->
physical_offset
;
593
if (s->
physical_offset
!= new_logical
596
s->buffer_offset = s->
physical_offset
= new_logical;
602
s->
physical_offset
+= did_read;
615
s->
physical_offset
+= did_read;
664
if (s->
physical_offset
!= s->logical_offset
[
all
...]
/src/external/gpl3/gcc.old/dist/libgfortran/io/
unix.c
204
gfc_offset
physical_offset
; /* Current physical file offset */
member in struct:__anon16831
538
if (s->
physical_offset
!= s->buffer_offset
544
s->
physical_offset
= s->buffer_offset + writelen;
546
if (s->
physical_offset
> s->file_length)
547
s->file_length = s->
physical_offset
;
593
if (s->
physical_offset
!= new_logical
596
s->buffer_offset = s->
physical_offset
= new_logical;
602
s->
physical_offset
+= did_read;
615
s->
physical_offset
+= did_read;
664
if (s->
physical_offset
!= s->logical_offset
[
all
...]
Completed in 22 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026