OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:this_segment
(Results
1 - 2
of
2
) sorted by null
/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 2813 milliseconds