Home
last modified time | relevance | path

Searched defs:lim (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DBsearch.c90 size_t lim; in bsearch() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldo.c163 int lim = L->stacksize; in luaD_reallocstack() local
196 StkId lim = L->top; in stackinuse() local
Dltable.c236 int lim = ttlg; in numusearray() local
Dlgc.c503 StkId lim = th->stack + th->stacksize; /* real end of stack */ in traversestack() local
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c299 unsigned lim, offset; in LzmaDec_DecodeReal() local
479 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal() local
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c299 unsigned lim, offset; in LzmaDec_DecodeReal() local
479 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c297 unsigned lim, offset; in LzmaDec_DecodeReal() local
477 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Darraymodule.c1811 Py_ssize_t lim = step - 1; in array_ass_subscr() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Darraymodule.c1826 Py_ssize_t lim = step - 1; in array_ass_subscr() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistobject.c2658 Py_ssize_t lim = step - 1; in list_ass_subscript() local
Dbytearrayobject.c706 Py_ssize_t lim = step - 1; in bytearray_ass_subscript() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistobject.c2659 Py_ssize_t lim = step - 1; in list_ass_subscript() local
Dbytearrayobject.c712 Py_ssize_t lim = step - 1; in bytearray_ass_subscript() local
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp4705 #define LIMIT_CASE(target, lim) \ argument