OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_bytes
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/freetype/dist/builds/amiga/src/base/
ftsystem.c
298
unsigned long
read_bytes
;
local
322
read_bytes
= count;
330
read_bytes
= Read( sysfile->file, sysfile->iobuf, IOBUF_SIZE );
331
if (
read_bytes
== -1UL )
334
read_bytes
= 0;
338
sysfile->iobuf_end = offset +
read_bytes
;
340
if (
read_bytes
> count )
342
read_bytes
= count;
351
read_bytes
= Read( sysfile->file, buffer, count );
352
if (
read_bytes
== -1UL
[
all
...]
/xsrc/external/mit/freetype/dist/src/base/
ftstream.c
124
FT_ULong
read_bytes
;
local
137
read_bytes
= stream->read( stream, pos, buffer, count );
140
read_bytes
= stream->size - pos;
141
if (
read_bytes
> count )
142
read_bytes
= count;
144
FT_MEM_COPY( buffer, stream->base + pos,
read_bytes
);
147
stream->pos = pos +
read_bytes
;
149
if (
read_bytes
< count )
153
count,
read_bytes
));
167
FT_ULong
read_bytes
= 0
local
238
FT_ULong
read_bytes
;
local
[
all
...]
/xsrc/external/mit/fontconfig/dist/src/
ftglue.c
107
FT_ULong
read_bytes
;
local
119
read_bytes
= stream->read( stream, stream->pos,
121
if (
read_bytes
< count )
128
stream->pos +=
read_bytes
;
Completed in 7 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026