Lines Matching defs:block
258 long sstcpt:32; /* Pointer to task common address block. */
296 long extends; /* Number of block extensions. */
318 long this_address; /* Address of this block. */
319 long this_size; /* Size of this block (does not include
323 long link; /* Address of trailer block of previous
349 long *block, size;
355 $LM00 common block, but I know that this works. */
375 block = (long *) trailer->this_address;
377 if (block == 0 || size == 0)
380 if ((block <= address) && (address < (block + size)))
387 result = address - block;
405 from subtracting the address of the first block. This is probably