Searched defs:lim (Results 1 – 14 of 14) sorted by relevance
90 size_t lim; in bsearch() local
163 int lim = L->stacksize; in luaD_reallocstack() local196 StkId lim = L->top; in stackinuse() local
236 int lim = ttlg; in numusearray() local
503 StkId lim = th->stack + th->stacksize; /* real end of stack */ in traversestack() local
299 unsigned lim, offset; in LzmaDec_DecodeReal() local479 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal() local
297 unsigned lim, offset; in LzmaDec_DecodeReal() local477 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal() local
1826 Py_ssize_t lim = step - 1; in array_ass_subscr() local
1811 Py_ssize_t lim = step - 1; in array_ass_subscr() local
2658 Py_ssize_t lim = step - 1; in list_ass_subscript() local
706 Py_ssize_t lim = step - 1; in bytearray_ass_subscript() local
2659 Py_ssize_t lim = step - 1; in list_ass_subscript() local
712 Py_ssize_t lim = step - 1; in bytearray_ass_subscript() local
4705 #define LIMIT_CASE(target, lim) \ argument