Searched refs:lm (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/ |
D | glob.c | 269 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/ |
D | lstrlib.c | 884 size_t lm = strlen(lenmod); in addlenmod() local 887 form[l + lm - 1] = spec; in addlenmod() 888 form[l + lm] = '\0'; in addlenmod()
|
D | Makefile | 12 LIBS= -lm $(SYSLIBS) $(MYLIBS)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | cPickle.c | 2850 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/ |
D | cPickle.c | 2818 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/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-sdk.txt | 72 LIB = -lm -static
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-sdk.txt | 72 LIB = -lm -static
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/ |
D | lzma-sdk.txt | 72 LIB = -lm -static
|
/device/linaro/bootloader/edk2/OvmfPkg/ |
D | README | 154 $ qemu-system-x86_64 -cpu <MODEL>,-lm,-nx \
|
/device/google/bonito/acdbdata/OEM/sdm670-intcodec-s4-snd-card/ |
D | workspaceFile.qwsp | 1 …lm+SNoSO+60aJDum7QrOswSsk1q4iT0iI6UXwuwKM+uKaQ0IfHV7cXkHxzRHtarlU/uj+jmVn5RxnBe0isnJhGI+w8R0InMpgY…
|
/device/google/bonito/acdbdata/OEM/sdm670-intcodec-b4-snd-card/ |
D | workspaceFile.qwsp | 1 …lm+SNoSO+60aJDum7QrOswSsk1q4iT0iI6UXwuwKM+uKaQ0IfHV7cXkHxzRHtarlU/uj+jmVn5RxnBe0isnJhGI+w8R0InMpgY…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/ |
D | README | 1004 versions for the Math library (default -lm) and the C library
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | README | 1011 versions for the Math library (default -lm) and the C library
|