OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_offset
(Results
1 - 5
of
5
) sorted by null
/device/samsung/manta/recovery/
recovery_updater.c
53
static void copy_block(FILE *f, unsigned char* data, size_t
in_offset
,
60
if (fwrite(data+
in_offset
, 1, length, f) != length) {
/external/chromium_org/third_party/freetype/src/psaux/
psobjs.c
190
FT_PtrDist
in_offset
;
local
193
in_offset
= (FT_Byte*)object - table->block;
194
if (
in_offset
< 0 || (FT_Offset)
in_offset
>= table->capacity )
195
in_offset
= -1;
209
if (
in_offset
>= 0 )
210
object = table->block +
in_offset
;
[
all
...]
/external/freetype/src/psaux/
psobjs.c
190
FT_PtrDist
in_offset
;
local
193
in_offset
= (FT_Byte*)object - table->block;
194
if (
in_offset
< 0 || (FT_Offset)
in_offset
>= table->capacity )
195
in_offset
= -1;
209
if (
in_offset
>= 0 )
210
object = table->block +
in_offset
;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp
[
all
...]
/external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp
[
all
...]
Completed in 102 milliseconds