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

  /src/external/mit/lua/dist/src/
ldo.c 144 struct lua_longjmp lj; local
145 lj.status = LUA_OK;
146 lj.previous = L->errorJmp; /* chain new error handler */
147 L->errorJmp = &lj;
148 LUAI_TRY(L, &lj,
151 L->errorJmp = lj.previous; /* restore old error handler */
153 return lj.status;
  /src/external/mit/isl/dist/
isl_local_space.c 717 int li, lj; local
731 lj = n_col - n_row + j;
733 lj = isl_seq_last_non_zero(row_j, n_col);
735 if (li != lj)
736 return li - lj;
isl_polynomial.c 1639 int li, lj; local
1642 lj = isl_seq_last_non_zero(div->row[j], div->n_col);
1644 if (li != lj)
1645 return li - lj;

Completed in 34 milliseconds