HomeSort by relevance Sort by last modified time
    Searched full:in_offset (Results 1 - 6 of 6) 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 446 milliseconds