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

  /external/webkit/Tools/android/flex-2.5.4a/MISC/
alloca.c 414 long size, pseg, this_segment, stack; local
439 this_segment = stkl - size;
445 while (!(this_segment <= address && address <= stkl))
448 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl);
456 this_segment = stkl - size;
459 result = address - this_segment;
  /ndk/sources/host-tools/make-3.81/
alloca.c 433 long size, pseg, this_segment, stack; local
458 this_segment = stkl - size;
464 while (!(this_segment <= address && address <= stkl))
467 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl);
475 this_segment = stkl - size;
478 result = address - this_segment;
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 421 long size, pseg, this_segment, stack; local
446 this_segment = stkl - size;
452 while (!(this_segment <= address && address <= stkl))
455 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl);
463 this_segment = stkl - size;
466 result = address - this_segment;

Completed in 721 milliseconds