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

  /external/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/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/flac/libFLAC/
stream_decoder.c 1446 unsigned real_length = length; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 525 CARD32 real_length B32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 525 CARD32 real_length B32;
  /external/v8/src/
api.cc 5795 int real_length = length > 0 ? length : 0; local
    [all...]

Completed in 443 milliseconds