HomeSort by: relevance | last modified time | path
    Searched defs:offs2 (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint1/
tree.c 5038 ptrdiff_t offs1, offs2; local in function:constant_addr
5049 offs1 = offs2 = 0;
5052 if (!constant_addr(tn->u.ops.right, &sym, &offs2))
5055 offs2 = (ptrdiff_t)tn->u.ops.right->u.value.u.integer;
5057 offs2 = -offs2;
5064 *offsp = offs1 + offs2;
tree.c 5038 ptrdiff_t offs1, offs2; local in function:constant_addr
5049 offs1 = offs2 = 0;
5052 if (!constant_addr(tn->u.ops.right, &sym, &offs2))
5055 offs2 = (ptrdiff_t)tn->u.ops.right->u.value.u.integer;
5057 offs2 = -offs2;
5064 *offsp = offs1 + offs2;

Completed in 27 milliseconds