HomeSort by relevance Sort by last modified time
    Searched refs:real_length (Results 1 - 6 of 6) sorted by null

  /external/libchrome/mojo/core/
platform_shared_memory_mapping.cc 52 size_t real_length = length_ + offset_rounding; local
57 auto read_only_mapping = read_only_region.MapAt(real_offset, real_length);
67 auto writable_mapping = unsafe_region.MapAt(real_offset, real_length);
78 auto writable_mapping = writable_region.MapAt(real_offset, real_length);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.h 94 unsigned real_length,
lp_bld_logic.c 486 unsigned real_length,
493 assert(real_length <= bld->type.length);
496 bld->type.width * real_length);
505 if (real_length < bld->type.length) {
  /external/u-boot/drivers/tpm/
tpm_tis_lpc.c 344 u32 real_length; local
345 memcpy(&real_length,
347 sizeof(real_length));
348 expected_count = be32_to_cpu(real_length);
  /external/flac/libFLAC/
stream_decoder.c 1433 unsigned real_length = length; local
    [all...]
  /external/v8/src/
api.cc 7014 int real_length = length > 0 ? length : 0; local
    [all...]

Completed in 585 milliseconds