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

  /external/webkit/Tools/android/flex-2.5.4a/MISC/
alloca.c 310 long this_size; /* Size of this block (does not include member in struct:stk_trailer
367 size = trailer->this_size;
387 if (trailer->this_size <= 0)
389 result += trailer->this_size;
  /ndk/sources/host-tools/make-3.81/
alloca.c 329 long this_size; /* Size of this block (does not include member in struct:stk_trailer
386 size = trailer->this_size;
406 if (trailer->this_size <= 0)
408 result += trailer->this_size;
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 317 long this_size; /* Size of this block (does not include member in struct:stk_trailer
374 size = trailer->this_size;
394 if (trailer->this_size <= 0)
396 result += trailer->this_size;
  /external/v8/src/
interface.cc 176 int this_size = this->exports_ == NULL ? 0 : this->exports_->occupancy(); local
178 if (that->IsFrozen() && this_size > that_size) {

Completed in 154 milliseconds