Home
last modified time | relevance | path

Searched refs:lm (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
Dglob.c269 Char *lm, *ls; in globexp2() local
279 for (lm = patbuf, pm = pattern; pm != ptr; *lm++ = *pm++) in globexp2()
281 ls = lm; in globexp2()
345 for (lm = ls; (pl < pm); *lm++ = *pl++) in globexp2()
351 for (pl = pe + 1; (*lm++ = *pl++) != EOS;) in globexp2()
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstrlib.c884 size_t lm = strlen(lenmod); in addlenmod() local
887 form[l + lm - 1] = spec; in addlenmod()
888 form[l + lm] = '\0'; in addlenmod()
DMakefile12 LIBS= -lm $(SYSLIBS) $(MYLIBS)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c2850 Py_ssize_t l, i, rsize, ssize, clear=1, lm; in Pickle_getvalue() local
2874 lm = PyDict_Size(self->memo); in Pickle_getvalue()
2875 if (lm < 0) return NULL; in Pickle_getvalue()
2876 lm++; in Pickle_getvalue()
2877 have_get = malloc(lm); in Pickle_getvalue()
2879 memset(have_get, 0, lm); in Pickle_getvalue()
2890 if (ik >= lm || ik == 0) { in Pickle_getvalue()
2910 if (ik >= lm || ik == 0) { in Pickle_getvalue()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c2818 int l, i, rsize, ssize, clear=1, lm; in Pickle_getvalue() local
2842 lm = PyDict_Size(self->memo); in Pickle_getvalue()
2843 if (lm < 0) return NULL; in Pickle_getvalue()
2844 lm++; in Pickle_getvalue()
2845 have_get = malloc(lm); in Pickle_getvalue()
2847 memset(have_get, 0, lm); in Pickle_getvalue()
2858 if (ik >= lm || ik == 0) { in Pickle_getvalue()
2878 if (ik >= lm || ik == 0) { in Pickle_getvalue()
/device/linaro/bootloader/edk2/OvmfPkg/
DREADME154 $ qemu-system-x86_64 -cpu <MODEL>,-lm,-nx \
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dlzma.txt42 LIB = -lm -static
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/
Dlzma.txt42 LIB = -lm -static
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dlzma.txt42 LIB = -lm -static
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
DREADME1004 versions for the Math library (default -lm) and the C library
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DREADME1011 versions for the Math library (default -lm) and the C library