HomeSort by relevance Sort by last modified time
    Searched refs:pseg (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
433 If this is not the first segment, 'pseg' will be
436 pseg = ssptr->sspseg;
450 if (pseg == 0)
452 stkl = stkl - pseg;
455 pseg = ssptr->sspseg;
461 /* If you subtract pseg from the current end of the stack,
466 while (pseg != 0)
469 fprintf (stderr, "%011o %011o\n", pseg, size);
471 stkl = stkl - pseg;
    [all...]
  /ndk/sources/host-tools/make-3.81/
alloca.c 433 long size, pseg, this_segment, stack; local
452 If this is not the first segment, 'pseg' will be
455 pseg = ssptr->sspseg;
469 if (pseg == 0)
471 stkl = stkl - pseg;
474 pseg = ssptr->sspseg;
480 /* If you subtract pseg from the current end of the stack,
485 while (pseg != 0)
488 fprintf (stderr, "%011o %011o\n", pseg, size);
490 stkl = stkl - pseg;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 421 long size, pseg, this_segment, stack; local
440 If this is not the first segment, 'pseg' will be
443 pseg = ssptr->sspseg;
457 if (pseg == 0)
459 stkl = stkl - pseg;
462 pseg = ssptr->sspseg;
468 /* If you subtract pseg from the current end of the stack,
473 while (pseg != 0)
476 fprintf (stderr, "%011o %011o\n", pseg, size);
478 stkl = stkl - pseg;
    [all...]

Completed in 1179 milliseconds