OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:map_pos
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/base/
ftrfork.c
59
FT_Long
map_pos
, map_len, rdata_len;
local
85
map_pos
= ( head[ 4] << 24 ) |
99
if ( !
map_pos
)
103
if ( *rdata_pos <
map_pos
)
105
if ( *rdata_pos >
map_pos
- rdata_len )
110
if (
map_pos
> *rdata_pos - map_len )
116
FT_LONG_MAX - map_len <
map_pos
||
119
FT_LONG_MAX - (
map_pos
+ map_len ) < rfork_offset ||
122
(FT_ULong)( rfork_offset +
map_pos
+ map_len ) > stream->size )
126
map_pos
+= rfork_offset
[
all
...]
/external/protobuf/python/google/protobuf/pyext/
message.cc
1073
Py_ssize_t
map_pos
= 0;
local
[
all
...]
Completed in 109 milliseconds