Home | History | Annotate | Download | only in MISC

Lines Matching full:long

57 long i00afunc ();
227 long shgrow:32; /* Number of times stack has grown. */
228 long shaseg:32; /* Size of increments to stack. */
229 long shhwm:32; /* High water mark of stack. */
230 long shsize:32; /* Current size of stack (all segments). */
242 long ss[0200]; /* 0200 overflow words. */
243 long sssize:32; /* Number of words in this segment. */
244 long ssbase:32; /* Offset to stack base. */
245 long:32;
246 long sspseg:32; /* Offset to linkage control of previous
248 long:32;
249 long sstcpt:32; /* Pointer to task common address block. */
250 long sscsnm; /* Private control structure number for
252 long ssusr1; /* Reserved for user. */
253 long ssusr2; /* Reserved for user. */
254 long sstpid; /* Process ID for pid based multi-tasking. */
255 long ssgvup; /* Pointer to multitasking thread giveup. */
256 long sscray[7]; /* Reserved for Cray Research. */
257 long ssa0;
258 long ssa1;
259 long ssa2;
260 long ssa3;
261 long ssa4;
262 long ssa5;
263 long ssa6;
264 long ssa7;
265 long sss0;
266 long sss1;
267 long sss2;
268 long sss3;
269 long sss4;
270 long sss5;
271 long sss6;
272 long sss7;
280 long now; /* Current total stack size. */
281 long maxc; /* Amount of contiguous space which would
284 long high_water; /* Stack high-water mark. */
285 long overflows; /* Number of stack overflow ($STKOFEN) calls. */
286 long hits; /* Number of internal buffer hits. */
287 long extends; /* Number of block extensions. */
288 long stko_mallocs; /* Block allocations by $STKOFEN. */
289 long underflows; /* Number of stack underflow calls ($STKRETN). */
290 long stko_free; /* Number of deallocations by $STKRETN. */
291 long stkm_free; /* Number of deallocations by $STKMRET. */
292 long segments; /* Current number of stack segments. */
293 long maxs; /* Maximum number of stack segments so far. */
294 long pad_size; /* Stack pad size. */
295 long current_address; /* Current stack segment address. */
296 long current_size; /* Current stack segment size. This
299 long initial_address; /* Address of initial segment. */
300 long initial_size; /* Size of initial segment. */
309 long this_address; /* Address of this block. */
310 long this_size; /* Size of this block (does not include
312 long unknown2;
313 long unknown3;
314 long link; /* Address of trailer block of previous
316 long unknown5;
317 long unknown6;
318 long unknown7;
319 long unknown8;
320 long unknown9;
321 long unknown10;
322 long unknown11;
323 long unknown12;
324 long unknown13;
325 long unknown14;
335 static long
336 i00afunc (long *address)
340 long *block, size;
341 long result = 0;
366 block = (long *) trailer->this_address;
409 static long
410 i00afunc (long address)
412 long stkl = 0;
414 long size, pseg, this_segment, stack;
415 long result = 0;