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

  /external/chromium_org/v8/test/mjsunit/regress/
regress-builtinbust-3.js 6 var real_length = 1;
7 function set_length() { real_length = "boom"; }
8 function get_length() { return real_length; }
  /external/chromium_org/mojo/embedder/
simple_platform_shared_buffer_win.cc 64 size_t real_length = length + offset_rounding; local
75 real_length);
84 base, length, real_base, real_length));
simple_platform_shared_buffer.h 83 size_t real_length)
87 real_length_(real_length) {}
simple_platform_shared_buffer_posix.cc 123 size_t real_length = length + offset_rounding; local
131 real_length,
146 base, length, real_base, real_length));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_logic.h 87 unsigned real_length,
lp_bld_logic.c 617 unsigned real_length,
624 assert(real_length <= bld->type.length);
627 bld->type.width * real_length);
636 if (real_length < bld->type.length) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.h 87 unsigned real_length,
lp_bld_logic.c 617 unsigned real_length,
624 assert(real_length <= bld->type.length);
627 bld->type.width * real_length);
636 if (real_length < bld->type.length) {
  /external/chromium_org/base/i18n/
streaming_utf8_validator_perftest.cc 154 const int real_length = static_cast<int>(test_string.length()); local
155 const int times = (1 << 24) / real_length;
159 real_length,
  /external/flac/libFLAC/
stream_decoder.c 1470 unsigned real_length = length; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
lbxproto.h 525 CARD32 real_length B32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 525 CARD32 real_length B32;
  /external/chromium_org/v8/src/
api.cc 5795 int real_length = length > 0 ? length : 0; local
    [all...]

Completed in 298 milliseconds